Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - =Mindee=

Pages: [1] 2 3 ... 168
1
Useful Parts / Re: [Share] New shop script + unwanted items script
« on: January 30, 2026, 11:05:39 am »
ShopName = 'Scrapyard' # Change to your shop name which you will be using
# For Scrapyard set to 1. For other shops set to 2.
SellOptionId = 1

Make sure shop name is correct and also SellOptionId.

2
What's new:

- New "engine" for script.RunEvent and etc functions.
- New script functions: RunRepeatingEvent, RunRepeatingEventEx, and CancelAllEvents.

3
Scripting / Re: Scripting Documentation
« on: December 21, 2025, 10:53:24 am »
Methods Part 4

script.RunEvent('eventName', delay)
- Runs event/method after delay.
For example if you have function "def doStuff():", you can use this to run it after delay like that: script.RunEvent('doStuff', 1000)
Delay is in milliseconds. 1000 = 1 second.
script.RunEvent('doStuff', 0) is same as just calling doStuff().

script.RunEventEx('eventName', variable, delay)
- Runs event/method after delay with variable included.
For example if you have function "def doStuff(itemId):", you can use this to run it after delay like that: script.RunEventEx('doStuff', 1234, 1000)
Delay is in milliseconds. 1000 = 1 second.
script.RunEventEx('doStuff', 1234, 0) is same as just calling doStuff(1234).
Variable can be any type.

script.RunRepeatingEvent('eventName', interval)
- Runs event/method every interval until you cancel it or disable the script.
For example if you have function "def doStuff():", you can use this to run it in intervals like that: script.RunRepeatingEvent('doStuff', 1000)
Interval is in milliseconds. 1000 = 1 second.

script.RunRepeatingEventEx('eventName', variable, startDelay, interval)
- Runs event/method after startDelay with variable included and then repeats it every interval until you cancel it or disable the script.
For example if you have function "def doStuff(itemId):", you can use this to run it every interval like that: script.RunRepeatingEventEx('doStuff', 1234, 1000)
Delay is in milliseconds. 1000 = 1 second.
Variable can be any type.

script.RunEventAt(tab_id, event_name, delay)
- Runs event by name on specified tab with delay. 0 delay = instant.
- Script on specified tab must contain the event in the script box and script must be enabled on that tab.
- Returns "OK" on execution or an error text.
Example:
Tab1:
Code: [Select]
def onScriptActivation():
   script.RunEventAt(2, 'sayHello', 0)

Tab2:
Code: [Select]
def sayHello():
   script.Say('Hello world!')

script.CancelEvent("eventName")
- Cancels scheduled event by name.
- Returns "[not_found]", "[failed]" or "[ok]" result.

script.CancelAllEvents()
- Cancels all scheduled and running events.
- Returns number of events cancelled.

4
What's new:

- Added new script.DropitemId() script function, which allows you to search for free spot and drop items by itemId instead of slot.

5
What's new:

- Added support for the newest cipsoft update. Now bot works again.

6
General Discussions / DOWNLOAD
« on: November 28, 2025, 12:15:56 pm »


WEBSITE: https://otmefun.com

==================================================================================================

📱🍎 iOS (iPhone, iPad) Clients
Please go to official website https://otmefun.com and follow "How to play?" instructions.

==================================================================================================

📱 Android Clients
Choose the one you prefer.

Android Client Newest (Full-featured Android client.)
Please go to official website https://otmefun.com and follow "How to play?" instructions.

Android Client v2.45
1. Uninstall existing client from your Android device.
2. If your device doesn’t support XAPK installation by default, install an XAPK Installer.
3. Download XAPK: Android Client v2.45.
4. Open XAPK Installer.
5. Install otme_245-selfsigned.xapk.
6. Launch client and connect to world 100 or world 101-102 if you live in Asia and have lag on world 100.

Android Client v2.30
1. Download: Android Client v2.30.
2. Install (Make sure you allow third-party apps installation on your android device).

Android Client v2.29
1. Download: Android Client v2.29.
2. Install (Make sure you allow third-party apps installation on your android device).

==================================================================================================

💻 Web Clients (JNLP)
Choose the one you prefer.

Web Client v2.45 Full (Bigger resolution client.)
1. Uninstall Open Web Start (if installed).
2. Remove folder if exists: C:/Users/yourname/AppData/Local/TibiaME
3. If you don't have Java installed on your computer, install it from the official website: Download Java.
4. Run java cpanel (javacpl.exe) which is located in java installation folder/jre_***/bin. (You can also run java cpanel by opening Control Panel on your windows and choosing Java.)
5. In the java cpanel, select Security and in the Exception Site List add new entry:
Code: [Select]
https://mindee-bot.com/otme/6. Download: Web Client v2.45 Full.
7. Set javaws.exe as default for .jnlp. (javaws.exe is located in java installation folder/jre_***/bin).
8. Launch TibiaME jnlp file and connect to world 100 or world 101-102 if you live in Asia and have lag on world 100.

Web Client v2.45 Small (Smaller resolution client.)
1. Download: Web Client v2.45 Small.
2. Follow the steps above.

Web Client v2.29 Full (Older version. Bigger resolution client.)
1. Download: Web Client v2.29 Full.
2. Follow the steps above.

Web Client v2.29 Small (Older version. Smaller resolution client.)
1. Download: Web Client v2.29 Small.
2. Follow the steps above.

BOT Web Client v2.29 Big/Small
1. Open Mindee-BOT.
2. In MANAGE CLIENT window, enable "Use OTME Login Server".
3. Launch any web client and connect to world 100 or world 101-102 if you live in Asia and have lag on world 100.

Official Web Clients
1. Remove folder if exists:
Code: [Select]
C:/Users/yourname/AppData/Local/TibiaME2. Edit your hosts file which is located in C:\Windows\System32\drivers\etc and put these lines in: (Run notepad with administrator rights)
Code: [Select]
157.90.26.101 login01.tibiame.com
157.90.26.101 login02.tibiame.com
157.90.26.101 login03.tibiame.com
157.90.26.101 login04.tibiame.com
157.90.26.101 tibiame01.cipsoft.com
157.90.26.101 tibiame02.cipsoft.com
157.90.26.101 tibiame03.cipsoft.com
157.90.26.101 tibiame04.cipsoft.com
3. Launch the official client and it will run an update for game data.
4. Connect to world 100 or world 101-102 if you live in Asia and have lag on world 100.

==================================================================================================

📟 J2ME Client

J2ME Client v2.23 (For legacy devices + PC emulator included.)
1. Download: J2ME Client v2.23
2. Extract archive.
3. Launch KEmulator from “kemulator” folder.
4. Select Midlet → Load .jar
5. Select tibiame_j2me_223.jar
6. Connect to world 100 or world 101-102 if you live in Asia and have lag on world 100.

==================================================================================================

📟 Symbian S60v1 Client

Symbian S60v1 Client v2.23 (For legacy symbian devices)
1. Download SIS: Symbian Client v2.23 and install.
2. Download app file: TibiaME_20025291.app
3. Move TibiaME_20025291.app to TibiaME data folder and replace the old .app file.
4. Launch TibiaME.
5. Connect to world 100 or world 101-102 if you live in Asia and have lag on world 100.

7
Request / Re: [Request] Buy and sell
« on: November 26, 2025, 05:24:05 am »

8
What's new:

Today, CipSoft removed web client support for new characters.
But guess what? You can still create new characters and play on the web client using Mindee-BOT!

9
General Discussions / Re: Ideas for future versions.
« on: September 22, 2025, 04:34:02 pm »
BOT.  [youdontsay]

10
What's new:

- onSendPublicMessage event addition.

11
Share / Re: [Share] KILLER BEAR + AMBIL DAN JUAL ITEM LEWAT PORTAL
« on: July 04, 2025, 09:37:50 am »
file corrupted. can resend
Please be aware that waypoints files created around 2020 may no longer be supported by the bot

Nah, problem is that my previous hosting provider corrupted everything.

12
Request / Re: [Request] Level 20 warrior script for 100% afk
« on: June 10, 2025, 12:57:42 pm »
 [payment]

13
Help Board / Re: Client logs me out
« on: June 09, 2025, 11:21:03 am »
Hi when i run mindee bot after a while it logs me out and i cant reconnect i have to log in on my phone then log in on client again

Check your hp and mp logout settings.

14
What's new:

- Added support for world 40.

Pages: [1] 2 3 ... 168