Jump to content

Khal Tutorial Island


Khaleesi

Recommended Posts

@khaleessi, can you help me figure out CLI params for this script on mac? (Hopefully a command that will work on linux too)

'&' Delimiter doesn't seem to work. 

 

-script 591:1;1;1;1;1
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found

 

 -script 591:1&1&1&1&1
[1] 40144
[2] 40145
[3] 40146
[4] 40147
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
[2]   Exit 127                1
[3]-  Exit 127                1
[4]+  Exit 127                1

 

-script "591:1;1;1;1;1"
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 6
    at org.osbot.BotApplication.main(ey:244)
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1,1,0,0,0,0,0,null: command not found
Bot exited with code : 127

 

-script "591:1&1&1&1&1"
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1,1,0,0,0,0,0,null: command not found
Bot exited with code : 127

 

Full CLI command:

java -jar /Users/craig/OSBot/osbot.jar -login kook723:[CENSORED] -bot [CENSORED]:[CENSORED]:0000 -script 591:1&1&1&1&1 -world 1 -debug 5005 

 

Any recommendations on a delimiter to use? Or maybe this should be reported to the bot devs?

Link to comment
Share on other sites

On 4/17/2018 at 6:22 AM, kook723 said:

@khaleessi, can you help me figure out CLI params for this script on mac? (Hopefully a command that will work on linux too)

'&' Delimiter doesn't seem to work. 

 


-script 591:1;1;1;1;1

-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found

 


 -script 591:1&1&1&1&1

[1] 40144
[2] 40145
[3] 40146
[4] 40147
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
[2]   Exit 127                1
[3]-  Exit 127                1
[4]+  Exit 127                1

 


-script "591:1;1;1;1;1"

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 6
    at org.osbot.BotApplication.main(ey:244)
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1,1,0,0,0,0,0,null: command not found
Bot exited with code : 127

 


-script "591:1&1&1&1&1"

/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1,1,0,0,0,0,0,null: command not found
Bot exited with code : 127

 

Full CLI command:


java -jar /Users/craig/OSBot/osbot.jar -login kook723:[CENSORED] -bot [CENSORED]:[CENSORED]:0000 -script 591:1&1&1&1&1 -world 1 -debug 5005 

 

Any recommendations on a delimiter to use? Or maybe this should be reported to the bot devs?

Will add “.” Delimiters asap, that Should solve the issue :) will keep you updated!

 

EDIT:
Script updated to V0.47:
- Added "." delimiter

Will be online in a few hours.

Edited by Khaleesi
Link to comment
Share on other sites

Bug Report:
- Normal client or Mirror client?

Normal client


- What is the issue?

Stuck when the wizard asks if you want to be an ironman. The bot answers the "Do you want to go to the mainland?" with yes. Then instead of answering the next question with "No, I'm not planning to do that" it clicks on the wizard again and repeats it before the wizard gives you the three choices.


- What is the script status? (can be seen in the paint)

debug + script status: http://prntscr.com/j87xlc


- Can you get a printscreen of it?

http://prntscr.com/j87ybg Answers him "Yes"

http://prntscr.com/j87yyl clicks again on him after being in this dialogue and doesn't answer his question

this repeats over and over

 

And it only happens sometimes btw.

EDIT: Happens more often when the game is lagging a bit (because other clients start up or whatever other reason)

Edited by goldKeeper
Link to comment
Share on other sites

On 4/21/2018 at 2:08 PM, goldKeeper said:

Bug Report:
- Normal client or Mirror client?

Normal client


- What is the issue?

Stuck when the wizard asks if you want to be an ironman. The bot answers the "Do you want to go to the mainland?" with yes. Then instead of answering the next question with "No, I'm not planning to do that" it clicks on the wizard again and repeats it before the wizard gives you the three choices.


- What is the script status? (can be seen in the paint)

debug + script status: http://prntscr.com/j87xlc


- Can you get a printscreen of it?

http://prntscr.com/j87ybg Answers him "Yes"

http://prntscr.com/j87yyl clicks again on him after being in this dialogue and doesn't answer his question

this repeats over and over

 

And it only happens sometimes btw.

 

 

This has happened to me numerous times not sure why its triggered on some accounts and not others, please fix.

Link to comment
Share on other sites

On 4/21/2018 at 3:08 PM, goldKeeper said:

Bug Report:
- Normal client or Mirror client?

Normal client


- What is the issue?

Stuck when the wizard asks if you want to be an ironman. The bot answers the "Do you want to go to the mainland?" with yes. Then instead of answering the next question with "No, I'm not planning to do that" it clicks on the wizard again and repeats it before the wizard gives you the three choices.


- What is the script status? (can be seen in the paint)

debug + script status: http://prntscr.com/j87xlc


- Can you get a printscreen of it?

http://prntscr.com/j87ybg Answers him "Yes"

http://prntscr.com/j87yyl clicks again on him after being in this dialogue and doesn't answer his question

this repeats over and over

 

And it only happens sometimes btw.

EDIT: Happens more often when the game is lagging a bit (because other clients start up or whatever other reason)

 

4 hours ago, GOATlol said:

This has happened to me numerous times not sure why its triggered on some accounts and not others, please fix.

Updating the script asap, gonna add a new features on this aswell :)

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...