Username: Password:

Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
OFF-TOPIC / Re: Your favorite music.
« Last post by Uzman on November 10, 2024, 11:02:42 pm »
i=zkXA6uXYmvu2lE31
 [touranus]
32
Waypoints / Re: [REQUEST] Request for waypoints here.
« Last post by =Mindee= on November 03, 2024, 02:00:48 am »
 [ohcipsoft]
33
Waypoints / Re: [REQUEST] Request for waypoints here.
« Last post by syfqsufian on November 01, 2024, 07:09:40 pm »
 [youdontsay] where i can find waypoint script?
34
Waypoints / Re: [REQUEST] Request for waypoints here.
« Last post by Mochou on October 21, 2024, 03:38:47 pm »
Hello sr
im wanna request waypoint Flame Firepool Fabulara Island
thank you so much
35
Request / Re: change location with commands
« Last post by =Mindee= on October 07, 2024, 01:52:16 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)

You have syntax errors. Forgot to put if before script.GetWay.
36
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)
37
Useful Parts / Re: [Share] Buy items from shop.
« Last post by manhf on August 16, 2024, 03:51:39 am »
 [touranus]
38
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]
39
Useful Parts / Re: [Share] Buy items from shop.
« Last post by manhf on August 15, 2024, 05:38:22 pm »
40
Useful Parts / Re: [Share] Buy items from shop.
« Last post by =Mindee= on August 15, 2024, 11:43:27 am »
[payment]
Pages: 1 2 3 [4] 5 6 ... 10