I am newb, please dont judge me. I just havnt been able to find a single simba script which cutts ivy. :S if anyone knows of anything please post here. I would greatly appreciate it!
I am newb, please dont judge me. I just havnt been able to find a single simba script which cutts ivy. :S if anyone knows of anything please post here. I would greatly appreciate it!
Hey, I'm a newb too..
But I'm not a leecher like you..
http://villavu.com/forum/forumdisplay.php?f=420
I see three or four..have you tried all of them?
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
yes i have tried them all. Ok i am sorry that i recently have just joined today and looking for a good ivy script... yes i am leecher.... in what way could i not be...
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
i got 99 wc with mine a little while back. my guess is that you havnt set up your rs for the scripts. i find it hard to believe that all of ours are magically out of date. heck, i'll test mine out right now (VE) and edit this post with an update.
edit: mine is running smoothly, no issues at all
Last edited by x[Warrior]x3500; 10-02-2012 at 05:10 PM.
Hey nebulawhat do you mean i havnt set up everything. I have read through countless threads haha. I have done all the setup of simba curretly. I have turned the brightness all the way up etc. Is there anything else i am missing out? Thanks for all help Warrior, Nebula, Ashman ill be sure to rep you guys
how would i currently fill this out
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Active := True;
Players[0].Strings[0] := 'VE'; // Location: VN,VE,CW
i got this with yours @warrior
[Error] C:\Users\David\AppData\Local\Temp\Warrior_IvyCutte r_v1.7-1.simba(46:22): Unknown identifier 'VE' at line 45
Compiling failed.
using this settings
const
breakTime= 80; // break after X amount of minutes
breakLength= 10; // break for X amount of minutes
totalTimeOnPlayer= 200; // play for a total amount of minutes
detectionType= 1; //if you have issues with 0 (detects when stopped chopping), use 1.
procedure declareplayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name :=
Players[0].Pass :=
Players[0].Active := True;
Players[0].Strings[VE] := 'CW'; // Location: VN,VE,CW
end;
Last edited by BraK; 10-02-2012 at 06:00 PM.
Last edited by xtrapsp; 10-02-2012 at 06:03 PM.
Tutorials:
| Utilizing the tools in Villavu | How to create Pythagoras theorem calculator in JavaScript | How to make a live signature of your Pascal Script | Concepts of Programming Tutorial | Worked on Frog Random with Justin for RS07
you messed it up. thats why u got the issue.
look here:
if you wanted to change that to another location you would NOT do what you did. you took out the 0 and changed that, then changed the VE. makes no sense. all you have to do is change 'VE' to 'CW' (cw does have less testing just as an fyi).Code:Players[0].Strings[0] := 'VE'; // Location: VN,VE,CW
also you got rid of the '' from names/pass. im sure you just deleted that though because you posted them online.
Last edited by x[Warrior]x3500; 10-02-2012 at 06:07 PM.
hahha i they werent my details :P not that retarded
okay good, because people get v v worried here when that happens..
We get a lot of traffic and people attempting to hack sometimes
Hey warrior thanks for feedback. Could you possibly inbox me what a correct scipted inputs would be? or the settings you used? thanks alot man
these are the settings i have used for most of the testing (sometimes i changed the break lengths a little... i have even a better breakin system that i havnt gotten around to adding to this script yet)Code:const breakTime= 80; // break after X amount of minutes breakLength= 10; // break for X amount of minutes totalTimeOnPlayer= 641; // play for a total amount of minutes detectionType= 1; //if you have issues with 0 (detects when stopped chopping), use 1. procedure declareplayers; begin HowManyPlayers := 1; NumberOfPlayers(HowManyPlayers); CurrentPlayer := 0; Players[0].Name := 'name'; Players[0].Pass := 'pass'; Players[0].Active := True; Players[0].Strings[0] := 'VE'; // Location: VN,VE,CW end;
edit: look at your code again
you changed it to that :P or atleast, it isnt like that on mine. (the ve part is supposed to be a 0 - hence the error)Code:Players[0].Strings[VE] := 'CW'; // Location: VN,VE,CW
Thanks Warrior. Forsome reason though when i launch the game, through simba it doesnt automatically login in... like i have to manually enter the username and pass? then it picks a bad world and click on my emails :SSSS
wierd. SRL does all that loging in stuff. all i do is put a loginplayer(); in the beginning of my script, and SRL should do the rest. honestly i dont know how to help. if you have an issue, i would just manually log in, and set yourself at the correct ivy location, then start the script.
like right now its jhust sitting in the login screen doing nothinbg
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
yes yesyes
Did you fill out your player info in DeclarePlayers procedure? Maybe your SMART is disabled and you need to click "Enable SMART"?
Hey, at least's he's honest, and at least he isn't saying Everything is Sh*t.
Which I don't mind
Mat
^^
There are currently 1 users browsing this thread. (0 members and 1 guests)