Page 9 of 12 FirstFirst ... 7891011 ... LastLast
Results 201 to 225 of 300

Thread: [RS3/SRL6] The Mayor's Alchemist Economist

  1. #201
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by pall398 View Post
    Hey would it be possible for you to add DirextX support? Because my runescape as of a few days ago crashes when I try to switch to OpenGL.
    Done, added the option in the form. Should auto download when you run script

  2. #202
    Join Date
    Jan 2014
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Done, added the option in the form. Should auto download when you run script
    Thank you so much I really appreciate all of this!

  3. #203
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 02m 55s                ||
    || Spells Cast: 32 (663 PH)             ||
    || XP Gained: 2,080 (43100 PH)          ||
    || To Level 93: -66 (0 H & 0 M)         ||
    || Taken 0 breaks (0 H & 0 M)           ||
    ------------------------------------------
    You are taking a break in 1h 8m 13s
    going to try to get a longer proggy later

  4. #204
    Join Date
    Jan 2014
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Okay there is some problems I am expieriencing and I don't know if it is just me. The debug is not working. When I turn it on via the enable/disable debug the screen flickers. Another problem is that EVERY time it alchs an item it checks the experience until I level. Also on Simba when it checks it says -1 exp til level (next level.)
    Also some recommendations:
    1) You should add the ability to pick which world you log into. That world being in your favorites it clicks it on bottom right when you log in.
    2) When you choose DirectX you should not do OpenGL as well or load the OpenGL.dll. Kind of like how footballjds' AIO divination does.
    Last edited by pall398; 02-10-2014 at 06:33 PM.

  5. #205
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by pall398 View Post
    Okay there is some problems I am expieriencing and I don't know if it is just me. The debug is not working. When I turn it on via the enable/disable debug the screen flickers. Another problem is that EVERY time it alchs an item it checks the experience until I level. Also on Simba when it checks it says -1 exp til level (next level.)
    Also some recommendations:
    1) You should add the ability to pick which world you log into. That world being in your favorites it clicks it on bottom right when you log in.
    2) When you choose DirectX you should not do OpenGL as well or load the OpenGL.dll. Kind of like how footballdj's AIO divination does.
    It keeps repeating until it can grab the XP to next level successfully. Simba's text recognition is a little buggy which is why it tries multiple times. Does it do it every time? Are you level 99 already? (as xp to next lvl doesn't exist)

    1) Yes I can make it quick select as long as the world is on your favourites (lobby.quickSelectWorld(1))
    2) There is no harm in loading both, is there?

  6. #206
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by pall398 View Post
    Okay there is some problems I am expieriencing and I don't know if it is just me. The debug is not working. When I turn it on via the enable/disable debug the screen flickers. Another problem is that EVERY time it alchs an item it checks the experience until I level. Also on Simba when it checks it says -1 exp til level (next level.)
    Also some recommendations:
    1) You should add the ability to pick which world you log into. That world being in your favorites it clicks it on bottom right when you log in.
    2) When you choose DirectX you should not do OpenGL as well or load the OpenGL.dll. Kind of like how footballdj's AIO divination does.
    to "fix" the checking your stats all the time
    (line 500)
    Code:
    //checkMagicLevel();
    wait(randomRange(1000,2500));
    and the longer proggy as promised
    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 09h 06m 40s            ||
    || Spells Cast: 8,572 (941 PH)          ||
    || XP Gained: 557,180 (61158 PH)        ||
    || To Level 0: -66 (0 H & 0 M)          ||
    || Taken 6 breaks (1 H & 21 M)          ||
    ------------------------------------------
    You are taking a break in 1h 15m 55s
    got me 92-94 magic last night (the XP gained should be double, bonus exp )

  7. #207
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by I F A I L View Post
    to "fix" the checking your stats all the time
    (line 500)
    Code:
    //checkMagicLevel();
    wait(randomRange(1000,2500));
    and the longer proggy as promised
    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 09h 06m 40s            ||
    || Spells Cast: 8,572 (941 PH)          ||
    || XP Gained: 557,180 (61158 PH)        ||
    || To Level 0: -66 (0 H & 0 M)          ||
    || Taken 6 breaks (1 H & 21 M)          ||
    ------------------------------------------
    You are taking a break in 1h 15m 55s
    got me 92-94 magic last night (the XP gained should be double, bonus exp )
    Nice one Glad to see people using the breaking features! I guess I could make it grab the XP from the XP bar so it is actually correct, and not based on the number of alchs.

    E: Actually, did you stop it manually? Or out of runes etc?
    Last edited by The Mayor; 02-09-2014 at 10:20 AM.

  8. #208
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    didn't stop it at all , I stopped it just now so I can go train some things manually

    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 10h 22m 38s            ||
    || Spells Cast: 9,978 (962 PH)          ||
    || XP Gained: 648,570 (62502 PH)        ||
    || To Level 0: -66 (0 H & 0 M)          ||
    || Taken 6 breaks (1 H & 21 M)          ||
    ------------------------------------------
    You are taking a break in 0h 0m -2s
    EDIT: and it'll take a while before i'm out of runes


    EDIT 2: a bit shorter proggy
    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 54m 07s                ||
    || Spells Cast: 1,054 (1168 PH)         ||
    || XP Gained: 68,510 (75951 PH)         ||
    || To Level 95: 191686 (2 H & 31 M)     ||
    || Taken 0 breaks (0 H & 0 M)           ||
    ------------------------------------------
    You are taking a break in 0h 20m 24s
    and I noticed it kind of keeps spamming high alch , even while it's still being casted
    Last edited by 3zx; 02-09-2014 at 02:17 PM.

  9. #209
    Join Date
    Jan 2014
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    It keeps repeating until it can grab the XP to next level successfully. Simba's text recognition is a little buggy which is why it tries multiple times. Does it do it every time? Are you level 99 already? (as xp to next lvl doesn't exist)

    1) Yes I can make it quick select as long as the world is on your favourites (lobby.quickSelectWorld(1))
    2) There is no harm in loading both, is there?
    Well I don't know if it would mess things up or make it glitchy when having both DirectX and OpenGL on the same client. Also I am level 81 magic and I did not know it did it until it got it right. Thank you for everything I really appreciate it.

  10. #210
    Join Date
    Dec 2011
    Posts
    150
    Mentioned
    4 Post(s)
    Quoted
    46 Post(s)

    Default

    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 02h 44m 37s            ||
    || Spells Cast: 2,958 (1078 PH)         ||
    || XP Gained: 192,270 (70078 PH)        ||
    || To Level 96: 792380 (11 H & 18 M)    ||
    || Taken 1 breaks (0 H & 13 M)          ||
    ------------------------------------------
    You are taking a break in 0h 0m -2s
    Haven't cast for 30s - terinating :)
    Suddenly stopped :/


    EDIT:

    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 08h 52m 54s            ||
    || Spells Cast: 8,820 (993 PH)          ||
    || XP Gained: 573,300 (64549 PH)        ||
    || To Level 97: 2154682 (33 H & 22 M)   ||
    || Taken 6 breaks (1 H & 23 M)          ||
    ------------------------------------------
    You are taking a break in 0h 48m 5s
    the To Level is a bit fucked up

    EDIT 2:
    Another 8 hour+ proggy
    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 08h 32m 41s            ||
    || Spells Cast: 8,725 (1021 PH)         ||
    || XP Gained: 567,125 (66371 PH)        ||
    || To Level 98: 434871 (6 H & 33 M)     ||
    || Taken 5 breaks (1 H & 9 M)           ||
    ------------------------------------------
    You are taking a break in 0h 0m -2s
    LAST EDIT:



    Thanks <3
    Last edited by 3zx; 02-14-2014 at 10:31 PM. Reason: Progress report

  11. #211
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by I F A I L View Post
    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 02h 44m 37s            ||
    || Spells Cast: 2,958 (1078 PH)         ||
    || XP Gained: 192,270 (70078 PH)        ||
    || To Level 96: 792380 (11 H & 18 M)    ||
    || Taken 1 breaks (0 H & 13 M)          ||
    ------------------------------------------
    You are taking a break in 0h 0m -2s
    Haven't cast for 30s - terinating :)
    Suddenly stopped :/


    EDIT:

    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 08h 52m 54s            ||
    || Spells Cast: 8,820 (993 PH)          ||
    || XP Gained: 573,300 (64549 PH)        ||
    || To Level 97: 2154682 (33 H & 22 M)   ||
    || Taken 6 breaks (1 H & 23 M)          ||
    ------------------------------------------
    You are taking a break in 0h 48m 5s
    the To Level is a bit fucked up

    EDIT 2:
    Another 8 hour+ proggy
    Code:
    ------| Alchemist Economist v.2.32 |------
    || You are alching: Magic shieldbow     ||
    || Time running: 08h 32m 41s            ||
    || Spells Cast: 8,725 (1021 PH)         ||
    || XP Gained: 567,125 (66371 PH)        ||
    || To Level 98: 434871 (6 H & 33 M)     ||
    || Taken 5 breaks (1 H & 9 M)           ||
    ------------------------------------------
    You are taking a break in 0h 0m -2s
    LAST EDIT:



    Thanks <3
    Nice proggys! And congrats on 99! Added to the 99 list

  12. #212
    Join Date
    Dec 2013
    Location
    UK
    Posts
    106
    Mentioned
    4 Post(s)
    Quoted
    61 Post(s)

    Default

    got from level 60 to level 99 using this script!!

  13. #213
    Join Date
    Apr 2012
    Location
    Land of the Rising Sun
    Posts
    207
    Mentioned
    0 Post(s)
    Quoted
    77 Post(s)

    Default

    Quote Originally Posted by I F A I L View Post
    and I noticed it kind of keeps spamming high alch , even while it's still being casted
    I'm a fan of it doing this, cause that's how I alch legit lol.
    My Scripts: DWT Iron Miner

  14. #214
    Join Date
    Nov 2012
    Location
    OKC
    Posts
    123
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    i keep having an issue with it saying "out of supplies, shutting down" then it just goes off. even though i have tons of supplies. When it does it again ill post the debug. Just hope that someone may know the issue without it.

  15. #215
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by o0Matthius0o View Post
    i keep having an issue with it saying "out of supplies, shutting down" then it just goes off. even though i have tons of supplies. When it does it again ill post the debug. Just hope that someone may know the issue without it.
    Probably your graphics settings. I can TV you to check if you like. Add me on skype: the.mayor.rs

  16. #216
    Join Date
    Nov 2012
    Location
    OKC
    Posts
    123
    Mentioned
    5 Post(s)
    Quoted
    56 Post(s)

    Default

    Out of supplies, terminating script
    Exception in Script: Runtime error: "The bitmap[0] does not exist" at line 232, column 13
    The following bitmaps were not freed: [Gametab Bitmap[0], Gametab Bitmap[1], Gametab Bitmap[2], Gametab Bitmap[3], Gametab Bitmap[4], Gametab Bitmap[5], Gametab Bitmap[6], Gametab Bitmap[7], Gametab Bitmap[8], Gametab Bitmap[9], Gametab Bitmap[10], Gametab Bitmap[11], Gametab Bitmap[12], Gametab Bitmap[13]]



    and ok! ill add you.

  17. #217
    Join Date
    Jul 2013
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Default

    Does this script work?
    NightLeaf Presents: A Working RS3 Script
    (RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)

  18. #218
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by NiteLeaf View Post
    Does this script work?
    Rather than posting this question on everybody's thread, why not just try it out?

  19. #219
    Join Date
    May 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    As other users have mentioned, the script continually checks the Magic XP counter following every High Level Alc cast- tried it with antiban disabled, same issue, making the casting very slow. Other than that, works like a charm.

  20. #220
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Kampf Gewehr View Post
    As other users have mentioned, the script continually checks the Magic XP counter following every High Level Alc cast- tried it with antiban disabled, same issue, making the casting very slow. Other than that, works like a charm.
    When you say every time, do you mean every time? Are you 99 magic?

  21. #221
    Join Date
    May 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    When you say every time, do you mean every time? Are you 99 magic?
    Yes I am 99 Magic. And by everytime I mean every single time after I alc a rune helm my magic xp is checked from my level stats. Everytime.

  22. #222
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Kampf Gewehr View Post
    Yes I am 99 Magic
    There is your problem. XP to next level doesn't exist I never got round to adding a fix for that in the new version.

  23. #223
    Join Date
    Feb 2014
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    seems like it types "1" (action bar number) in chat every so often.

  24. #224
    Join Date
    Jul 2013
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Rather than posting this question on everybody's thread, why not just try it out?
    I posted in 2 threads. -.- And cause asking is easier.
    NightLeaf Presents: A Working RS3 Script
    (RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)

  25. #225
    Join Date
    Jul 2013
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Default

    Could you make it alch multiple items pelase and does it relog after 6 hrs? also I can't put lue D'hide Body cause its a commnd lol
    NightLeaf Presents: A Working RS3 Script
    (RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)

Page 9 of 12 FirstFirst ... 7891011 ... LastLast

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
  •