Username: Password:

Recent Posts

Pages: [1] 2 3 ... 10
1
Useful Parts / Re: [Share] New shop script + unwanted items script
« Last post by Tigreal on Yesterday at 06:31:13 pm »
I understand. We need to enter the ID of the item we want to sell in the loot section.
2
Useful Parts / Re: [Share] New shop script + unwanted items script
« Last post by =Mindee= 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.
3
Useful Parts / Re: [Share] New shop script + unwanted items script
« Last post by Tigreal on January 29, 2026, 09:24:33 am »
Script dont have shop sale items id option
so bot stuck at shop
4
Mindee BOT News and Updates / Mindee-BOT v0.2d - R2 - v2.6.77 patch released.
« Last post by =Mindee= on December 22, 2025, 09:23:53 am »
What's new:

- New "engine" for script.RunEvent and etc functions.
- New script functions: RunRepeatingEvent, RunRepeatingEventEx, and CancelAllEvents.
5
Scripting / Re: Scripting Documentation
« Last post by =Mindee= 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.
6
Mindee BOT News and Updates / Mindee-BOT v0.2d - R2 - v2.6.76 patch released.
« Last post by =Mindee= on December 20, 2025, 04:53:20 pm »
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.
7
OFF-TOPIC / Re: Your favorite music.
« Last post by Uzman on December 19, 2025, 03:47:12 pm »


 [snoopdog]
8
OFF-TOPIC / Re: Your favorite music.
« Last post by Uzman on December 19, 2025, 03:43:59 pm »


 [badumtss]
9
Mindee BOT News and Updates / Mindee-BOT v0.2d - R2 - v2.6.72 version released.
« Last post by =Mindee= on December 15, 2025, 04:39:36 pm »
What's new:

- Added support for the newest cipsoft update. Now bot works again.
10
General Discussions / DOWNLOAD
« Last post by =Mindee= 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.
Pages: [1] 2 3 ... 10