Page 9 of 9 FirstFirst ... 789
Results 201 to 220 of 220

Thread: MegaAlcher

  1. #201
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by jd90009 View Post
    Hi, sorry I have a slight problem :/
    [Error] C:\Simba\Includes\SRL/SRL/Misc/SMART.simba(46:19): Invalid number of parameters at line 45
    Compiling failed.
    Search your error.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  2. #202
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Updated and tested!
    Current Project: Retired

  3. #203
    Join Date
    Nov 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It complied successfully with me but it doesn't load the SMART client.

    [Hint] C:\Simba\Includes\SRL/SRL/core/globals.simba(323:15): Variable 'SMART_FORCENEW' never used at line 322
    Compiled successfully in 359 ms.
    SRL Compiled in 0 msec

  4. #204
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by elmostreet View Post
    It complied successfully with me but it doesn't load the SMART client.

    [Hint] C:\Simba\Includes\SRL/SRL/core/globals.simba(323:15): Variable 'SMART_FORCENEW' never used at line 322
    Compiled successfully in 359 ms.
    SRL Compiled in 0 msec
    Hmm try force updating everything and restarting simba.

    Also added stats to script!
    Current Project: Retired

  5. #205
    Join Date
    Dec 2012
    Location
    Canada
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Very nice script, I like it a lot!
    I did make some minor adjustments for personal use only, and added to the proggy. I hope you dont mind.
    I just ran V2 all night, and here are the results...

    ############## GucciAlcher ############
    |= Player : *****************
    |= Time Running : 8 Hours, 42 Minutes and 55 Seconds
    |= Magic EXP : 620360
    |= EXP/Hr : 71180
    |= Total Alchs : 9544
    #######################################
    (This is with about 50 mins of total breaking)

    Thanks for the great script!

  6. #206
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by blur241 View Post
    Very nice script, I like it a lot!
    I did make some minor adjustments for personal use only, and added to the proggy. I hope you dont mind.
    I just ran V2 all night, and here are the results...

    ############## GucciAlcher ############
    |= Player : *****************
    |= Time Running : 8 Hours, 42 Minutes and 55 Seconds
    |= Magic EXP : 620360
    |= EXP/Hr : 71180
    |= Total Alchs : 9544
    #######################################
    (This is with about 50 mins of total breaking)

    Thanks for the great script!
    Nice proggy, didn't think people still used this
    Current Project: Retired

  7. #207
    Join Date
    May 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Um, I need to be p2p to use high alchemy?

  8. #208
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by gorouchan View Post
    Um, I need to be p2p to use high alchemy?
    I think they're both F2P
    Current Project: Retired

  9. #209
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Gucci View Post
    I think they're both F2P
    Yeah, they are

  10. #210
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Yeah, they are
    Got 99 magic a long time ago so I can't remember

    And

    @BMWxi, congrats on becoming a member.
    Current Project: Retired

  11. #211
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Gucci View Post
    Got 99 magic a long time ago so I can't remember

    And

    @BMWxi, congrats on becoming a member.
    Thanks Gucci
    Test mention: @Gucci

  12. #212
    Join Date
    May 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Oh dear, I was thinking of putting items into the 17th slot of action bar or something instead of the inventory lol. I'm so stupid

  13. #213
    Join Date
    Jan 2013
    Location
    Ohio
    Posts
    155
    Mentioned
    1 Post(s)
    Quoted
    76 Post(s)

    Default

    ok .. i just tryed to run and i got this error ...

    GucciAlcher V2.simba(101:19): Unknown identifier 'GetEXPBarTotal' at line 100
    Compiling failed.

    --Here is area of highlighted code--
    begin
    CurrentEXP := GetEXPBarTotal;<--------------------------------- This right here
    Stats_IncVariable('Magic EXP (Gained)',(CurrentEXP - StartEXP));
    Stats_IncVariable('Low Level Alchs',(LAlchs));
    Stats_IncVariable('High Level Alchs',(HAlchs));

    Writeln('############## GucciAlcher ############');
    Writeln('|= Player : ' + Players[CurrentPlayer].Name);
    Writeln('|= Time Running : ' + TimeRunning);
    Writeln('|= XP gained : ' + IntToStr(TotalEXP));
    Writeln('#######################################') ;

    Stats_Commit;
    end;

  14. #214
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Change it to GetXPBarTotal;
    Current Project: Retired

  15. #215
    Join Date
    Feb 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed
    help pls

  16. #216
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Gucci View Post
    Change it to GetXPBarTotal;
    Code:
    begin
        CurrentEXP := GetXPBarTotal;
        Stats_IncVariable('Magic EXP (Gained)',(CurrentEXP - StartEXP));
        Stats_IncVariable('Low Level Alchs',(LAlchs));
        Stats_IncVariable('High Level Alchs',(HAlchs));
    
        Writeln('############## GucciAlcher ############');
        Writeln('|= Player : ' + Players[CurrentPlayer].Name);
        Writeln('|= Time Running : ' + TimeRunning);
        Writeln('|= XP gained : ' + IntToStr(TotalEXP));-------- Changing that breaks this?
        Writeln('#######################################');

  17. #217
    Join Date
    Apr 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Got the same error as the one above and I changed it to XP instead , but yeah it breaks what jch has pointed out.

    Writeln('############## GucciAlcher ############');
    Writeln('|= Player : ' + Players[CurrentPlayer].Name);
    Writeln('|= Time Running : ' + TimeRunning);
    Writeln('|= XP gained : ' + IntToStr(TotalXP));---------------------- THIS
    Writeln('##################################

  18. #218
    Join Date
    Apr 2013
    Location
    South East USA
    Posts
    40
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Yeah I am having the same problem at the same place

  19. #219
    Join Date
    Jun 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting an error that says

    [Error] C:\Users\Kunal\Desktop\GucciAlcher V2.simba(101:19): Unknown identifier 'GetEXPBarTotal' at line 100
    Compiling failed.

    EDIT: Same thing happens to me too. It breaks that other line.
    Last edited by gangy90; 06-06-2013 at 12:49 AM.

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

Page 9 of 9 FirstFirst ... 789

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
  •