Wish me luck!
The xp/hr was 260k when I had a fire pendant on
Wish me luck!
The xp/hr was 260k when I had a fire pendant on
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Good Luck Chuck![]()
FFS rs updateCode:==========AshamanBonfire v2.7========== Burning: maple Time Running: 2 Hours, 56 Minutes and 23 Seconds Logs Burned: 2052 Experience Earned: 432918 Experience/Hour: 147045 Logs/H: 697 =======================================
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Oh wait nope, SMART restarted successfully
When I came back a lot of people had reported me for bottingCode:==========AshamanBonfire v2.7========== Burning: maple Time Running: 7 Hours, 31 Minutes and 35 Seconds Logs Burned: 5400 Experience Earned: 1081272 Experience/Hour: 143579 Logs/H: 717 =======================================![]()
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Hey Ashaman, I am having troubles. I got the script to work perfectly, but I can't figure out how to enter my account name and information to schedule breaks. When I put it in, it comes up as invalid. Wondering if maybe you could tell me how to enter it?
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Works great, I may post a proggy later.
although the proggy seems very optimistic, great script!
i love how it searches for a place to make a fire if there arent any around!
still running, going to get a few hours in
==========AshamanBonfire v2.7==========
Burning: willow
Time Running: 7 Minutes and 33 Seconds
Logs Burned: 54
Experience Earned: 4392841
Experience/Hour: 31335655
Logs/H: 385
=======================================
thanks!
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Could anyone tell me how I could debug this compiling error:
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:5): Unknown identifier 'IfRSReady' at line 77
Compiling failed.
THanks![]()
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Thanks for the help Ashaman88!
I am still a newbie with Simba so could you elaborate on what you said alittle more. There was nothing written for line 8, so I deleted it. I got this error when I did. [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 7:8): Unknown identifier 'RSReady' at line 76
Compiling failed. (I really don't understand what an identifier is.) Do i adding a space but that didn't fix anything. Should I add something to line 8, and if so, what would it be. Thank you for the time and energy it took in creating this awesome script.
The reason I have low post count is because I haven'tused Simba much yet. I took a break from RS for about 9 months, and almost quit. I do wish to become more involved here at villavu.com and not leach.
Last edited by Scriptimanic; 06-16-2013 at 06:48 PM.
No not line 8. Smart8
{$Define Smart8} goes to {$Define Smart}
in the script. What you are seeing is the second error from trying to compile the smartparams file (there will be another error above it saying invalid number of parameters)
So basically undo anything you changed, close out of the smartparams file, then make the changes i said to my actual script and done
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Ashaman88, Thanks for your help.
After I did as you said, I no longer get the first listed above. I deleted the script from the scripts folder and downloads, and re-downloaded the file to insure that it was not modified. I changed "{$Define Smart8}" to "{$Define Smart}" on line. When I attempted to run(or compile if that is what it is), I get the following error message: "[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(292:131): Invalid number of parameters at line 291 Compiling failed." Is this the second error you mentioned "above it saying invalid number of parameters"? I believed I edited the actual script, "AshamanBonfireV2.7", doing only what you said and saved the changes. I get the same error when I try to run Kato's fire-making bot LumbyV23. Do I need to update Smart 8.0? That is wha someone on the LumbyV23 bot recommended for the same error. I just downloaded and installed simba today, so I am confident the files are up-to-date. Thanks for your time, its not often you get tech-support from the actual script writer.
Hi Ashaman,
I keep getting this wierd error at line 280
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
Compiling failed.
Could you please help me?
Btw I love your script of the LRC got me to 87 mining so far still using it![]()
It means you're using a different version of SMART than the script. All you need to do is change the define smart at the top:
toSimba Code:{$DEFINE SMART8}
Simba Code:{$DEFINE SMART}
(or vice versa if that's how it started - I haven't looked at which version this script runs :P)
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
thanks man! I will try this out and see if it works![]()
Asha... Have I mentioned how good your bots are yet? Cuz they are stinking amazing!
Keep up the awesome work!
Getting 99 on another account!![]()
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
just started it up lets see how i do overnight
edit 1:
==========AshamanBonfire v2.7==========
Burning: maple
Time Running: 4 Hours, 9 Minutes and 5 Seconds
Logs Burned: 2943
Experience Earned: 576569
Experience/Hour: 138033
Logs/H: 705
=======================================
so far so good!
Last edited by Carlito; 06-21-2013 at 09:24 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)