Echoes said:You have a point.
You should consult a scripter.
Maxie said:It's correct. You can google GFX/Anim lists.
Automatic Coding said:Echoes said:You have a point.
You should consult a scripter.
I don't know any expert ones, I only know the basics /cry
Maxie said:It's correct. You can google GFX/Anim lists.
I may code it for powerbot (only bot I know how to code in) but that's getting 'hacked' soon so meh, anyone know a tutorial on how to code in rsbuddy?
Echoes said:Aren't all RuneScape bots coded the same, using Java?
Maxie said:Automatic Coding said:Echoes said:You have a point.
You should consult a scripter.
I don't know any expert ones, I only know the basics /cry
Maxie said:It's correct. You can google GFX/Anim lists.
I may code it for powerbot (only bot I know how to code in) but that's getting 'hacked' soon so meh, anyone know a tutorial on how to code in rsbuddy?
Rsbuddys scripts is waaaay more advanced. But check on RSBuddys forums.
Automatic Coding said:Echoes said:Aren't all RuneScape bots coded the same, using Java?
Yes, but they have to tell the client what to do, E.G. in powerbot to get it to mine would be:
RSObject nameYouWantToCallTheRock = object.getNearest("rockID");
object.doAction("Mine Rock");
That'd get the powerbot client to define "nameYouWantToCallTheRock" as a RSObject that searches for the nearest object in runescape with the ID "rockID" then clicks on that object and selects "Mine Rock", in other clients you'd go about coding that in a way.
Maxie said:Automatic Coding said:I don't know any expert ones, I only know the basics /cry
I may code it for powerbot (only bot I know how to code in) but that's getting 'hacked' soon so meh, anyone know a tutorial on how to code in rsbuddy?
Rsbuddys scripts is waaaay more advanced. But check on RSBuddys forums.
Didn't look that advanced from the sourcecode I downloaded of one of their mage scripts.
public void execute() {
for (Item item : Inventory.getItems()) {
if (utils.arrayContains(GameConstants.junk, item.getId())) {
item.interact("Drop");
sleep(random(600, 800));
}
}
}
public void dropAll() {
inventory.dropAllExcept("hunterItemNeededEGBoxTrap");
}
Can't see whole code on phone.Automatic Coding said:For maxie:
to compare rsbuddy and powerbot:
"Dropjunk.java" from one of their scripts:
Code:public void execute() { for (Item item : Inventory.getItems()) { if (utils.arrayContains(GameConstants.junk, item.getId())) { item.interact("Drop"); sleep(random(600, 800)); } } }
Me coding a quick one in powerbot:
Code:public void dropAll() { inventory.dropAllExcept("hunterItemNeededEGBoxTrap"); }
Maxie said:Can't see whole code on phone.Automatic Coding said:For maxie:
to compare rsbuddy and powerbot:
"Dropjunk.java" from one of their scripts:
Code:public void execute() { for (Item item : Inventory.getItems()) { if (utils.arrayContains(GameConstants.junk, item.getId())) { item.interact("Drop"); sleep(random(600, 800)); } } }
Me coding a quick one in powerbot:
Code:public void dropAll() { inventory.dropAllExcept("hunterItemNeededEGBoxTrap"); }
Ireppgold said:Stupid.
Do i get a prize?
[b][/b][b][/b][b][/b][b][/b][b][/b][b][/b]
I still have no idea why you putCode:[b][/b][b][/b][b][/b][b][/b][b][/b][b][/b]
Famoushope said:what kind of code is this? java?
Famoushope said:what kind of code is this? java?
Famoushope said:i have no idea how to code
java hard?
Automatic Coding said:Famoushope said:i have no idea how to code
java hard?
Pretty easy.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?