Username: Password:

Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
Request / change location with commands
« Last post by hazael on October 05, 2024, 07:19:12 pm »
The command below is not changing the route, can anyone help?

def onReceivePrivateMessage(name, text):
    if (name not in allowedNames):
        return

    elif ("Logout" in text):
        script.Logout()

    elif ("Until" in text):
        time = text.split()[-1]
        script.LogoutUntil(time)

    elif ("Base" in text):
        script.GetWay() != to_base:
            script.StatusMessage('Back to base...')
            ChangeWay(to_base)

    elif ("Hunt" in text):
        script.GetWay() != to_hunt:
            script.StatusMessage('Back to hunt...')
            ChangeWay(to_hunt)
62
Useful Parts / Re: [Share] Buy items from shop.
« Last post by manhf on August 16, 2024, 03:51:39 am »
 [touranus]
63
Useful Parts / Re: [Share] Buy items from shop.
« Last post by =Mindee= on August 15, 2024, 07:24:14 pm »
I will work on script for 1 bitcoin.  [badumtss]
64
Useful Parts / Re: [Share] Buy items from shop.
« Last post by manhf on August 15, 2024, 05:38:22 pm »
65
Useful Parts / Re: [Share] Buy items from shop.
« Last post by =Mindee= on August 15, 2024, 11:43:27 am »
[payment]
66
Useful Parts / Re: [Share] Buy items from shop.
« Last post by manhf on August 15, 2024, 04:08:52 am »
 [feelstea]
67
Useful Parts / Re: [Share] Buy items from shop.
« Last post by manhf on August 07, 2024, 03:26:55 pm »
 [ohmindeewhy] [justdoit] [justdoit] [justdoit] [psycho]
68
Useful Parts / Re: [Share] Buy items from shop.
« Last post by =Mindee= on August 07, 2024, 12:11:33 pm »
 [fuckyoutroll]
69
Useful Parts / Re: [Share] Buy items from shop.
« Last post by manhf on August 06, 2024, 09:34:03 pm »
can you update this script to have more features, such as try moving directly to spot(if map is open in that area) when in backpack/inventory there are no contain specified items left and better have options go to the shop if 1 specified items are left in the backpack/inventory.. and then options on the way to the shop/back ignore the enemy.

Agree with this.. maybe you need update this script too old  [nowkiss]@Mindee
70
Useful Parts / Re: [Share] Depot storage (item farming) script.
« Last post by =Mindee= on August 06, 2024, 09:13:36 pm »
Updated.
Pages: 1 ... 5 6 [7] 8 9 10