Page 5 of 11 FirstFirst ... 34567 ... LastLast
Results 101 to 125 of 265

Thread: Limo's Cosher [80k+ XP/h]

  1. #101
    Join Date
    Dec 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah exactly, the anti-leech is like qaurter of the script making...., I fixed all errors but now it doesnt do anything lol...

    May someone check my script?

  2. #102
    Join Date
    Dec 2011
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Killerftw View Post
    Yeah exactly, the anti-leech is like qaurter of the script making...., I fixed all errors but now it doesnt do anything lol...

    May someone check my script?
    I fixed all the errors except like the last one.. and then realized my character hasn't even done "The Feud" which is required for coshing.

    Someone who has never scripted in any language before seriously will have to sit down and learn these tuts for several hours to find all the errors. Basic or not, they need to know how to script so they can tell what is wrong from what is right in the script.

    I knew PHP, so it wasn't hard.. but it's different so it took a bit.

  3. #103
    Join Date
    Mar 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Eh.. It's not THAT hard to fix it, just run the compiler and fix the lines where it stops.. most of the things are just substituting a word with the same meaning, or being able to read :P

  4. #104
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im having a few issues im very new at scripting and i am willing to learn and not leech i am having problems with the DTM for some reason it isnt working

  5. #105
    Join Date
    Dec 2011
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by skruffy View Post
    im having a few issues im very new at scripting and i am willing to learn and not leech i am having problems with the DTM for some reason it isnt working
    Look at the top area of the script. The DTM's need to be declared.

  6. #106
    Join Date
    Apr 2008
    Location
    Minnesota, USA
    Posts
    279
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by iiNveRsioN View Post
    Look at the top area of the script. The DTM's need to be declared.
    Sorry to troll but I doubt he's going to know what you're talking about considering he's new.

    @Limoncello The BlackChatMessage failsafe for when you fail to knock him out is making the script too slow to loot him 3x so its better off without it atm until I can figure out a more efficient way

    BTW: add these timers to the main script. It loots 3x about 80% of the time

    Simba Code:
    -=]=-=[=LimoCosher=]=-=[=-
    | Runtime: 22 Minutes and 53 Seconds
    | XP: 52362
    | XP/h: 137292

    Would have a better proggy but i gotta work in the morning it would have averaged to 160k/hr roughly it just kept going up.


    Simba Code:
    if step='LOOT' then
      begin;
        ChooseOption('oot');
        Wait(RandomRange(50,60));                                                   // 2nd loot
        ClickOn(DTMFall, False);
        Wait(RandomRange(60,70));
        ChooseOption('oot');
        wait(randomrange(60,70));
        ClickOn(DTMFall, False);
        Wait(RandomRange(50,60));
        ChooseOption('oot');                                                        // 3rd loot
        fails := 0;
        step := 'LureRC';
        GetMousePos(x, y);
        MMouse(x + randomrange(-2, 2),y - randomrange(45, 55),0,0);
      end;
    Last edited by wazzzup; 03-16-2012 at 06:03 AM.
    Currently Working on: Runite Miner W/ World Hop (Fally) 80% complete

    Next: Advanced Gnome Agility Course!

  7. #107
    Join Date
    Dec 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    May someone check the script I editted? Now it just gives DTM error in the debug when running and does nothing... coch is next to the player

  8. #108
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by baconbandit View Post
    Eh.. It's not THAT hard to fix it, just run the compiler and fix the lines where it stops.. most of the things are just substituting a word with the same meaning, or being able to read :P
    It's easy to say it's not hard when you know how to do.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  9. #109
    Join Date
    Feb 2012
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @ wazzup
    Yeah, that was a problem I'be been having as well when I first implemented the thing.

    As for the timers, I'm not sure what you want me to implement.


    @ sir eska eau
    This is an anti-leech after all.

  10. #110
    Join Date
    Dec 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Limon, I fixed all errors but now script does nothing... may you check it?

  11. #111
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    -=]=-=[=LimoCosher=]=-=[=-
    | Runtime: 1 Hours, 1 Minutes and 4 Seconds
    | XP: 176788
    | XP/h: 176542
    -=]=-=[=LimoCosher=]=-=[=-


    Hurray for bonus XP weekend! XD

  12. #112
    Join Date
    Dec 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Please someone check the script I editted, I want to train theiving in the double :/!!!

  13. #113
    Join Date
    Feb 2012
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by xloagzx View Post
    -=]=-=[=LimoCosher=]=-=[=-
    | Runtime: 1 Hours, 1 Minutes and 4 Seconds
    | XP: 176788
    | XP/h: 176542
    -=]=-=[=LimoCosher=]=-=[=-


    Hurray for bonus XP weekend! XD
    Nice, good to see that the script's working well.

  14. #114
    Join Date
    Dec 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Limon, may you please check it?

  15. #115
    Join Date
    Dec 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The following DTMs were not freed: [2, 3]

    Whats that? :/!!

  16. #116
    Join Date
    Dec 2011
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Killerftw View Post
    Please someone check the script I editted, I want to train theiving in the double :/!!!
    Just don't worry about it since it's obviously giving you a ton of frustration.

    Use this script instead:

    http://villavu.com/forum/showthread.php?t=69746

    I get 90k/hr with it normally.

  17. #117
    Join Date
    Feb 2012
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by iiNveRsioN View Post
    Just don't worry about it since it's obviously giving you a ton of frustration.

    Use this script instead:

    http://villavu.com/forum/showthread.php?t=69746

    I get 90k/hr with it normally.
    thanks man, much better script and much better support

  18. #118
    Join Date
    Dec 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright, Lemon, screw you and your freakish script.

  19. #119
    Join Date
    Jan 2012
    Posts
    296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks man
    Sorry for my bad english, i'm french

  20. #120
    Join Date
    Feb 2012
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yw.

  21. #121
    Join Date
    Apr 2008
    Location
    Minnesota, USA
    Posts
    279
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol i went from 89-93 thieving in 5 hours on this double xp, epic!!

    Simba Code:
    -=]=-=[=LimoCosher=]=-=[=-
    | Runtime: 3 Hours, 3 Minutes and 53 Seconds
    | XP: 489389
    | XP/h: 159684
    -=]=-=[=LimoCosher=]=-=[=-

    subtract 10% and thats the real xp per hour :O
    Last edited by wazzzup; 03-17-2012 at 10:19 PM.
    Currently Working on: Runite Miner W/ World Hop (Fally) 80% complete

    Next: Advanced Gnome Agility Course!

  22. #122
    Join Date
    Mar 2012
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] (23:3): Unknown identifier 'LumpSkill' at line 22
    Compiling failed.
    What should i do??
    Last edited by siuman101; 03-18-2012 at 11:00 AM.

  23. #123
    Join Date
    Mar 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] (23:3): Unknown identifier 'LumpSkill' at line 22
    Compiling failed.
    I'm new to this and I don't really know what to do but when I correct the
    'LumpSkill'
    to
    'LampSkill'
    This message comes up in the debug box

    [Error] (29:3): Unknown identifier 'DTMFall' at line 28
    Compiling failed.
    Last edited by PqF; 03-18-2012 at 03:51 PM.

  24. #124
    Join Date
    Feb 2012
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by PqF View Post
    When I correct the 'LumpSkill' to 'LampSkill'
    This message comes up in the debug box

    Its a different problem now.

  25. #125
    Join Date
    Mar 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, so what do I do?
    99 Thieving goal: 81/99
    99 Magic goal: 82/99

Page 5 of 11 FirstFirst ... 34567 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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