SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
I'll add those now. Takes a bit thought
EDIT: Done.
235 Dragonstones (Cut)
236 Onyxes (Cut)
237 Opals (Cut)
238 Jades (Cut)
239 Topaz (Cut)
240 Bronze Bolts (Fletched)
241 Iron Bolts (Fletched)
242 Silver Bolts (Fletched)
243 Steel Bolts (Fletched)
244 Mithril Bolts (Fletched)
245 Adamant Bolts (Fletched)
246 Rune Bolts (Fletched)
247 Broad Bolts (Fletched)
248 Bronze Darts (Fletched)
249 Iron Darts (Fletched)
250 Steel Darts (Fletched)
251 Mithril Darts (Fletched)
252 Adamant Darts (Fletched)
253 Rune Darts (Fletched)
254 Dragon Darts (Fletched)
255 Opal Bolts (Fletched)
256 Pearl Bolts (Fletched)
257 Topaz Bolts (Fletched)
258 Sapphire Bolts (Fletched)
259 Emerald Bolts (Fletched)
260 Ruby Bolts (Fletched)
261 Diamond Bolts (Fletched)
262 Dragon Bolts (Fletched)
263 Onyx Bolts (Fletched)
Last edited by Frement; 04-04-2011 at 10:42 PM.
There used to be something meaningful here.
I can't find it on the here.
That should work though, right?Simba Code:stats_IncVariable('White Berries (Collected)', CountBerriesInv);
Harry, it seems as though that link isn't updated?
White Berries (Collected) is var 233. http://stats.villavu.com/variable/all/10
Okay thanks, can I just use the ID instead of a string?
(I can't run my script tonight, I'm getting my Cooking up ^^)
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
Why drop it?
And why do you recommend using strings? I think you said this somewhere else, but I can't remember.![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Please add:
Attack EXP Gained
Defence EXP Gained
Strength EXP Gained
Hitpoints EXP Gained
Mining EXP Gained
Smithing EXP Gained
Woodcutting EXP Gained
Firemaking EXP Gained
Magic EXP Gained
Fletching EXP Gained
Hunter EXP Gained
Summoning EXP Gained
Fishing EXP Gained
Construction EXP Gained
Herblore EXP Gained
Agility EXP Gained
Thieving EXP Gained
Crafting EXP Gained
Ranged EXP Gained
Slayer EXP Gained
Farming EXP Gained
Prayer EXP Gained
Runecrafting EXP Gained
Cooking EXP Gained
Dungeoneering EXP Gained
Added.Code:264 Attack EXP (Gained) 265 Defence EXP (Gained) 266 Strength EXP (Gained) 267 Hitpoints EXP (Gained) 268 Mining EXP (Gained) 269 Smithing EXP (Gained) 270 Woodcutting EXP (Gained) 271 Firemaking EXP (Gained) 272 Magic EXP (Gained) 273 Fletching EXP (Gained) 274 Hunter EXP (Gained) 275 Summoning EXP (Gained) 276 Fishing EXP (Gained) 277 Construction EXP (Gained) 278 Herblore EXP (Gained) 279 Agility EXP (Gained) 280 Thieving EXP (Gained) 281 Crafting EXP (Gained) 282 Ranged EXP (Gained) 283 Slayer EXP (Gained) 284 Farming EXP (Gained) 285 Prayer EXP (Gained) 286 Runecrafting EXP (Gained) 287 Cooking EXP (Gained) 288 Dungeoneering EXP (Gained)
There used to be something meaningful here.
You'd have to do it like this;
Simba Code:var
EXPGained, EXPGainedSinceLast : Integer;
stats_commit('Cooking EXP', EXPGained-EXPGainedSinceLast);
EXPGainedSinceLast := EXPGained
I'm pretty sure that the stats commit procedure, but you get my drift![]()
No like if I increase one of those variables then it automatically gets increased to the totalexpgained variable of the script in the website?
"Logic never changes, just the syntax" - Kyle Undefined?
Remember, The Edit Button Is There For A Reason!!!
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Yeah, I know that but It would be nice if Wizzup? implemented a system where an increase to any of the skill exp variables increased the total exp variable. Not neccessary just saying but it would be cool.
"Logic never changes, just the syntax" - Kyle Undefined?
Remember, The Edit Button Is There For A Reason!!!
Added "Ancient Effigys Found".
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Please add:
Food Burnt
Chicken Cooked
There are currently 1 users browsing this thread. (0 members and 1 guests)