Everything posted by Wizard
-
Giveaway - Win a HQ Signature from Rare
Jeeze... i guess ill take 14 Lucky x2
- Giveaway - Win a HQ Signature from Rare
-
BETA v1.4.1
I must say that when interacting with objects or npc, sometimes the mouse move very slow that leads to mass clicking..
-
[Detailed] Mithril Dragon Guide [Detailed]
Lmao good fight, busted!
- BETA v1.4.1
-
What you can expect from the next OSBot release v1.4.1!
Max still testing it, but mostly it should be released tonight.
-
Final ETA on Randoms + SDN
Great news! cant wait.
-
Java or Groovy for developing scripts for OsBot?
Which is better? - Personally, I prefer java Why is it better? - Both almost have the same functions, I dont really know about Groovy I just know its very similar to java and also Groovy code doesnt need to be compiled to work Which is easier for making scripts? - Syntax, well i prefer Java syntax although Groovy's is easier to learn for beginners
-
Random event behaviour overruling
I really like the idea.
-
I'm new. Need help
What do you need help with, can you be more specific?
-
CSS 3D experiment
HTML 5 and CSS have become something fun to mess with, good job :P
-
The Person After Me...
I dont have school today. The person after me has the post number #65 in this thread.
-
Post count ranks.
I dont mind seeing those, maybe just make custom one not using the same as every other RSPS forums
-
My first paint
Looks cool, I prefer the second one.
-
What you can expect from the next OSBot release v1.4.1!
W00t, sounds awesome. Can you add inventory items debug please?
-
Getting percentage to next level?
public static final int[] XP_TABLE = {0, 0, 83, 174, 276, 388, 512, 650, 801, 969, 1154, 1358, 1584, 1833, 2107, 2411, 2746, 3115, 3523, 3973, 4470, 5018, 5624, 6291, 7028, 7842, 8740, 9730, 10824, 12031, 13363, 14833, 16456, 18247, 20224, 22406, 24815, 27473, 30408, 33648, 37224, 41171, 45529, 50339, 55649, 61512, 67983, 75127, 83014, 91721, 101333, 111945, 123660, 136594, 150872, 166636, 184040, 203254, 224466, 247886, 273742, 302288, 333804, 368599, 407015, 449428, 496254, 547953, 605032, 668051, 737627, 814445, 899257, 992895, 1096278, 1210421, 1336443, 1475581, 1629200, 1798808, 1986068, 2192818, 2421087, 2673114, 2951373, 3258594, 3597792, 3972294, 4385776, 4842295, 5346332, 5902831, 6517253, 7195629, 7944614, 8771558, 9684577, 10692629, 11805606, 13034431, 14391160, 15889109, 17542976, 19368992, 21385073, 23611006, 26068632, 28782069, 31777943, 35085654, 38737661, 42769801, 47221641, 52136869, 57563718, 63555443, 70170840, 77474828, 85539082, 94442737, 104273167}; public int getPercentToNextLevel(Skill skill) { final int lvl = client.getSkills().getLevel(skill); if (lvl == 99) { return 0; } final int xpTotal = Skills.XP_TABLE[lvl + 1] - Skills.XP_TABLE[lvl]; if (xpTotal == 0) { return 0; } final int xpDone = client.getSkills().getExperience(skill) - Skills.XP_TABLE[lvl]; return 100 * xpDone / xpTotal; }
-
Using multiple classes Object wise for a script
Use Script class in the other classes so for example. You main script class is called CombatScript.java and it extends Script. Make a new class called Combat which take a parameter of type Script to be able to use all the script methods it will look something like this: public class Combat { public Combat(Script script) { this.script = script; } public void attack() { script.client..//etc bla bla bla } public Script getScript() { return script; } private Script script;} and In onStart method in your main class you do something like Combat combat = new Combat(this); by this, you passed the script object(your main class) to your combat class and avoid getting null exception now you can call any method of the combat class such as combat.attack(); Hope you understand.. im bad at explaining. if you need anything feel free to ask
- $1.22 Paypal Giveaway
-
Impossible to run more than 8tabs
Im not sponsor to test so I didnt face personally this problem, But I think it is the bot it self.
- Shoutbox
-
New OSBot homepage design
It looks very empty tbh..
-
BETA v1.4.1 upcoming!
Omg yes! thank you for your time!
- BETA v1.3.3
- BETA v1.3.2
-
Rate The User Before You
6/10 saw you couple of times