Username: Password:

Recent Posts

Pages: [1] 2 3 ... 10
1
General Discussions / Re: Private server
« Last post by =Mindee= on March 25, 2024, 03:29:27 AM »
Never. It's a waste of time.
2
General Discussions / Private server
« Last post by glaeder on March 22, 2024, 08:28:49 PM »
Hey Mindee!
When you open private server ?
3
Mindee BOT News and Updates / Mindee-BOT v0.2c v2.5.22 patch released.
« Last post by =Mindee= on February 09, 2024, 03:41:23 PM »
What's new:

- Added few new script functions.
- Added protection for bot_state file.
4
Marketplace / Re: [Looking to buy] Character world 1 prefer wizard
« Last post by smithloo on January 28, 2024, 03:43:30 PM »
PM me for more detail
thanks
5
General Discussions / Re: Ideas for future versions.
« Last post by =Mindee= on January 27, 2024, 09:22:48 AM »
Adds a function to the script to pause the stamina check.

Code: [Select]
script.TogglePauseStaminaCheck(True/False)
- Enables/disables stamina checking.
6
General Discussions / Re: Ideas for future versions.
« Last post by Xmidnightx on January 19, 2024, 11:13:04 PM »
Adds a function to the script to pause the stamina check.
7
Share / farm item for physique weapon 109
« Last post by Nicaragua on January 08, 2024, 02:06:07 AM »
Depot from orthoma to hunt zone when it is full it returns to the dp to deposit, the same can be applied to the other sites (ashmor, yabuto....)
It is only modifying the waypoint and spot

 [megusta2]
8
Request / Re: remove weapons from inventory
« Last post by Xmidnightx on December 18, 2023, 02:02:41 AM »
Assim que funciona;


Code: [Select]
script.StoreItem(6601, True)  # True para o inventario e False para o depotmail
9
Marketplace / Looking to Buy a Character in W7 Prefer Warrior Lvl 150+
« Last post by KNOckOuT on December 09, 2023, 03:11:17 PM »
If Anyone is willing to sell Warrior Lvl 150+ on World 7 for either IRL Money or Platinum Please Send me a Mail to - beingrckstr@gmail.com
10
Request / Re: remove weapons from inventory
« Last post by Nicaragua on December 09, 2023, 12:38:33 AM »
guardarwp = Location (33052, 32319, 7)

def onChangeLocation(x, y, z):
   xyz = Location(x,y,z)
elif xyz == guardarwp:
         script.StatusMessage('guardar arma energia')
         script.ToggleMovement(True)
         script.StoreItem(6601)
         script.ToggleMovement()   
Pages: [1] 2 3 ... 10