Results 1 to 24 of 24

Thread: No Good Ivy CHoppers

  1. #1
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default No Good Ivy CHoppers

    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!

  2. #2
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Hey, I'm a newb too..
    But I'm not a leecher like you..

  3. #3
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  4. #4
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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...

  5. #5
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by boobo5280 View Post
    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...
    You should read through those threads and see if anyone has a fix or recommendations for you. You should also post on their threads letting them know what exactly isn't working about it

  6. #6
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    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.

  7. #7
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by x[Warrior]x3500 View Post
    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.
    This.

    He probably doesn't have everything set up correctly. I checked mine 3-4 days ago and it worked fine.

    E:

    Quote Originally Posted by boobo5280 View Post
    Please Update Script
    Quote Originally Posted by boobo5280 View Post
    Please update
    Last edited by Nebula; 10-02-2012 at 05:26 PM.

  8. #8
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey nebula what 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

  9. #9
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  10. #10
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  11. #11
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by boobo5280 View Post
    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;
    Dude You left your details in that. REMOVE THEM NOW. I tried to jump on to change them and pm you but it said they were changed... so I was to late. Hope you got it..

    edit: I reported it to BraK so hopefully you didn't mess up
    Last edited by xtrapsp; 10-02-2012 at 06:03 PM.

  12. #12
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Quote Originally Posted by boobo5280 View Post
    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;

    you messed it up. thats why u got the issue.

    look here:
    Code:
    Players[0].Strings[0] := 'VE'; // Location: VN,VE,CW
    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).

    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.

  13. #13
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hahha i they werent my details :P not that retarded

  14. #14
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    okay good, because people get v v worried here when that happens..

    We get a lot of traffic and people attempting to hack sometimes

  15. #15
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  16. #16
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by x[Warrior]x3500 View Post
    you messed it up. thats why u got the issue.

    look here:
    Code:
    Players[0].Strings[0] := 'VE'; // Location: VN,VE,CW
    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).
    This is your original script... i didnt do anything to it...

  17. #17
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    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;
    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)


    edit: look at your code again
    Code:
    Players[0].Strings[VE] := 'CW'; // Location: VN,VE,CW
    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)

  18. #18
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  19. #19
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Quote Originally Posted by boobo5280 View Post
    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.

  20. #20
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    like right now its jhust sitting in the login screen doing nothinbg

  21. #21
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by boobo5280 View Post
    like right now its jhust sitting in the login screen doing nothinbg
    Do you have the fixed graphic settings and full brightness? Is smart enabled?

  22. #22
    Join Date
    Oct 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes yesyes

  23. #23
    Join Date
    May 2012
    Posts
    704
    Mentioned
    4 Post(s)
    Quoted
    147 Post(s)

    Default

    Did you fill out your player info in DeclarePlayers procedure? Maybe your SMART is disabled and you need to click "Enable SMART"?

  24. #24
    Join Date
    Nov 2011
    Posts
    1,589
    Mentioned
    9 Post(s)
    Quoted
    17 Post(s)

    Default

    Hey, at least's he's honest, and at least he isn't saying Everything is Sh*t.
    Which I don't mind
    Mat



    ^^

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •