Everything posted by IkiritokunI
-
How do i get a, Manually Permanent banned account, unbanned?
You can go to old-school website, than click support, account, appeal a ban. Worked for me with some old accounts but also some declined (worked for some bot acc as well). If you have any other questions pm me Hope it helped.
-
Hunter Script
still did not figure it out. Can somebody help me? private void doingCopperTails() { if (getGroundItems().closest("Bird snare") != null){ getGroundItems().closest("Bird snare").interact("Take"); sleepCondition(inventory.contains("Bird snare")); //-1? } else if (getGroundItems().closest("Bird snare") != null){ getGroundItems().closest("Bird snare").interact("Check"); sleepCondition(inventory.contains("Bones")); } else if (inventory.contains("Bird snare") && objects.closest("Bird snare") != null){ //birdsnare is not up? // code ..... (maybe do random?) } else if (inventory.contains("Bones")){ inventory.getItem("Bones").interact("Bury"); sleepCondition(!inventory.contains("Bones")); //-1? } else if (inventory.contains("Raw bird meat")); inventory.getItem("Raw bird meat").interact("Drop"); sleepCondition(!inventory.contains("Raw bird meat")); }
-
Hunter Script
Hey all, I'm making a new hunter script and I was wondering how I can check my trap is setup and not somebody's else trap. Im talking about bird traps (atm I can only setup 1 trap but In the future I want to check if there are 2 traps of mine) Any idea's how I can check this easy?
-
Push and pull scripts (need help)
Thanks will look in to this soon. Thanks for the ideas!
-
Push and pull scripts (need help)
Dear community, I'm working with a friend on a easy script (tut island). But we want to share the script when it get edited. Instead of sending it all the time over discord I want to '' push and pull'' it in intj. I had this a long time ago working but can't remember how to set it up right now. Is there a guide for it?
-
Need help to copy tut. island script
Epic, somehow it worked in ''project'' Project compiler output. Thanks 😉
-
Need help to copy tut. island script
-
Need help to copy tut. island script
Why I can't open it in intj? see picture: the red dots.. how do I fix it? (It won't show up in the osbot client) tried to refresh and build etc. http://prntscr.com/njldhw
-
Open Source Tutorial Island Script
Why I can;t open it in intj? see picture: http://prntscr.com/njldhw
-
Explv's Tutorial Island [Free] [Random Characters]
Why I can;t open it in intj? see picture: http://prntscr.com/njldhw
-
Quest priest in peril
ty.. worked
-
Quest priest in peril
Thanks! I let you guys know if I fixt it!
-
Quest priest in peril
Hey peeps, Trying to make priest in peril quest, but when you move down the ladder(at the temple dog) you get in an instance, that means coordinate always be different. Any1 know how to let the bot know he is downstairs so he can kill the dog?
-
Explv's Map
I swear! I LOVE you so much <33
-
Explv's Map
Hey! I was looking for the place: Misthalin Underground but could not find it. Can you add it to the list? (its for Ernst the chicken quest). http://prntscr.com/lw54i3
-
Get the total lvl
Thanks! I will try this!
-
Get the total lvl
Dear community! I got another question about getting my bot look at the total lvl we all know we can get static/dynamic skills like this: (getSkills().getDynamic(Skill.MINING) But I not found out yet how to get the bot look a total lvl Maybe a widget or is there a code for it? Thanks for the help!
-
Layout onstart script
Thanks for the comments, I will take a look at the guide again
-
Layout onstart script
I want that any1 who run my script can chose their own names and that the names comes between the strings in my script But I can not find how to set up a GUI (layout) for it what relays to it.
-
Layout onstart script
Dear community, I'm making a gilted altar script but I was looking for some GUI. I want, when you start the script you can add different names so that name comes between the strings. This is always different because not always the same people are online. I checked out the forums but could not find a guide for it. sorry for the wrack english. Hope some1 can help me out. edit: like this
-
Loot out of screen
Thanks for sharing will take a look into it!
-
Loot out of screen
Dear great community ? Making my first script, can any1 help me with this loot state? Just writed the loot state and found a bug (when loot is out of screen) So he can't get the interact ''take'' but is true on minimap I want it the bot get to the loot. but I can not find the webwalk for it. Any1 can help me? private void loot() { final GroundItem BlueWizardHeadOrBeads = getGroundItems().closest(579); if (BlueWizardHeadOrBeads != null && BlueWizardHeadOrBeads.isVisible() && BlueWizardHeadOrBeads.interact("Take")){ new ConditionalSleep(2000) { @Override public boolean condition() throws InterruptedException { return !BlueWizardHeadOrBeads.exists(); } }.sleep(); } else } } }
-
Failed to load local script
How did you fix it?
-
Open Source Tutorial Island Script
I'm A noob Java scriptor, tried it today :P. But can't swap the position. (its keep doing the original script).
-
Open Source Tutorial Island Script
oef we need a update on this ?