Page 11 of 26 FirstFirst ... 91011121321 ... LastLast
Results 251 to 275 of 641

Thread: Sp0rky's Mage Arena Enchanter (M.A.E.)

  1. #251
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Whoa! I'm away for a few days and there's this many posts!
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  2. #252
    Join Date
    Mar 2007
    Location
    in Holland
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sweet omfg! i had to try iv got now 600k mage xp:Pwhahaha but omfg more then 1 mil xp in 1 day running!!! i love this s]-[it! good work dude!

  3. #253
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha, thanks. I guess. Very colourful.

  4. #254
    Join Date
    Sep 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am not sure if this also has to do with the tolerence, but every time it gets the red triangle things, it walked to them then walks back up to the center.

    I used to be able to leave this running over night, now I can't leave it running for 20 minutes.

    I have gotten over 500k magic xp using this script though!

    Edit: I can't seem to find where I need to change the tolerence. I hit CTRL+F and the word tolerence was in the script loads of times. =P

  5. #255
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    In the TakeShapes Procedure and the Enchant Shapes procedure.

    Might be a problem with the uptext, but seeing as its happened more than once, probably not.

  6. #256
    Join Date
    Sep 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sp0rky View Post
    In the TakeShapes Procedure and the Enchant Shapes procedure.

    Might be a problem with the uptext, but seeing as its happened more than once, probably not.
    Call me a noob, but I still don't know what your talking about. I think I will just wait for you to release the new version of the script. Please do it soon because I just bought 45k cosmics.

  7. #257
    Join Date
    Mar 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey man, thats not cool to rush him. You do want a nice running script don't you? He didnt have to slave away his hard work to make a script like this just to give out.

  8. #258
    Join Date
    Mar 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey HY, Can I borrow your mud staff for a couple of nights, my main only has 71 mage and I need a mud staff for the Water and earths.

    If not its fine. I just dont want to pay 1.2m or w/e for somthing i only need for a couple nights to get my mage level high enough for the next chant.

  9. #259
    Join Date
    Oct 2007
    Location
    Canada
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    *waiting for next version*
    i tested it last week, worked great, i enchanted abt 500 cosmics, didn't use it after that, yesterday i bought 20k cosmics for training, now some people are saying it's not working any more.
    when i go home, i will see if it still works

    Thanks

  10. #260
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Uploaded v0.21.FIXED

    Enjoy.

  11. #261
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    93 mage w000t thanks again

  12. #262
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    No problemo. I'll post pics of 99 mage if no-one believes me.

  13. #263
    Join Date
    Mar 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I believe you, I can post pics when I get 99 magic too!!!!

  14. #264
    Join Date
    Oct 2007
    Location
    Canada
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for updating
    ------------------------------------------
    -Sp0rk-ehs Mage Arena Enchanter-
    -Trips Done : 198
    -TimeRunning : 7 Hours, 10 Minutes and 34 Seconds
    -Enchanted : 4958 Shapes.
    -Gained approx. : 249140 Magic Exp.
    -Logged back in : 2 times.
    ------------------------------------------

  15. #265
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Hmm. Sp0rky, you have a bug with depositorbs; ...

    procedure DepositOrbs;
    var
    Searched : integer;
    Found: Boolean;
    begin
    if (not (LoggedIn)) then exit;
    repeat
    if (not (LoggedIn)) then exit;
    wait(100 + random(100));
    GetPizPoints;
    Searched := Searched+1;
    if FindObjCustom(x, y, ['sit', 'ole'], [1315861, 1315861], 5) then
    begin
    Found := True;
    Status('Found orb deposit hole');
    Mouse(x, y, 1, 1, True);
    flag;
    wait(500 + random(100));
    Status('Orbs deposited');
    ClickToContinue;
    wait(400 + random(100));
    ClickToContinue;
    end;
    until Found or (Searched > 20);
    TripsDone := TripsDone + 1;
    ReportVars[0] := ReportVars[0] + 1;
    end;
    SHOULD BE CHANGED TO
    procedure DepositOrbs;
    var
    Found: Boolean;
    begin
    if (not (LoggedIn)) then exit;
    repeat
    if (not (LoggedIn)) then exit;
    wait(100 + random(100));
    GetPizPoints;
    if FindColorSpiralTolerance(x, y, 8685966, 5, 6, 511, 332, 4) then
    MMouse(x, y, 1, 1);
    if IsUpText('ole') then//if FindObjCustom(x,y,['osit', 'ole'],[1381654,2695457],10) then
    begin
    Found := True;
    Status('Found orb deposit hole');
    Mouse(x, y, 1, 1, True);
    flag;
    wait(500 + random(100));
    Status('Orbs deposited');
    ClickToContinue;
    wait(400 + random(100));
    ClickToContinue;
    end;
    until Found;
    TripsDone := TripsDone + 1;
    ReportVars[0] := ReportVars[0] + 1;
    end;
    something like the deposit hole, you should not use findobjcustom ...


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  16. #266
    Join Date
    Oct 2006
    Posts
    79
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    any1 banned yet :P i dont think this script is detectable... thanks again for 94 mage on my pure sporkeh

  17. #267
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    No problemo.

    and @Hy71194: I wear all white clothes and it finds the black deposit hole flawlessly every time, first time. So there is no problem.

  18. #268
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Get on MSN sp0rk.. It finds the black railing around the platform on the old procedure :P


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  19. #269
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't for me =o

    And nah, im just about to go out with some friends into town. I doubt you'll speak to me for the rest of the day, I'll be quiet enibriated.

  20. #270
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    ------------------------------------------
    - Sp0rk-ehs Mage Arena Enchanter -
    - Buy Mode -
    - Worlds Hopped : 7
    - Cosmics Bought: 729
    ------------------------------------------
    Just doing a quick buy more before bed, all-nighter tonight hopefully ^_^


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  21. #271
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Some people may want to add

    SCAR Code:
    GameTab(4);

    Somewhere in the 'TakeShapes' Procedure, I believe srl 4 revision 7 doesn't switch to gametab 4 (inventory) to see if the inventory is full or not.

  22. #272
    Join Date
    Sep 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The new version is better and worse. I turned on my monitor this morning to see it was still running and I got all excited then noticed it was clicking the spell then going back to the mage book tab. Then I freaked out when I realised that it had ran for 5 hours and only cast the enchant spell about 500 times! Which means it had been clicking that spell all night! I dropped all my items outside the mage training arena, assuming I was banned, then picked it all up with my main, then checked and found out I wasn't banned!

    How can I fix that problem, though?

  23. #273
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Shouldn't have done that in the 0.21 version.

    Were you using 0.21 or 0.2?

  24. #274
    Join Date
    Oct 2007
    Location
    Canada
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Another good proggy

    ------------------------------------------
    -Sp0rk-ehs Mage Arena Enchanter-
    -Trips Done : 215
    -TimeRunning : 7 Hours, 30 Minutes and 29 Seconds
    -Enchanted : 5001 Shapes.
    -Gained approx. : 251301 Magic Exp.
    -Pizzaz points : 77978
    -Logged back in : 1 times.
    ------------------------------------------

  25. #275
    Join Date
    Sep 2007
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sp0rky View Post
    Shouldn't have done that in the 0.21 version.

    Were you using 0.21 or 0.2?
    Heres the name of the file...

    M.A.E. v0.21.FIXED - No Form.scar

    It only did it once. I still haven't gotten this script to run overnight.

Page 11 of 26 FirstFirst ... 91011121321 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mage arena enchanter updated.
    By vikrant60 in forum RS3 Outdated / Broken Scripts
    Replies: 49
    Last Post: 10-12-2008, 02:57 AM
  2. mage training enchanter
    By towinthiswar in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 08-05-2007, 12:57 AM
  3. Mage training arena - Auto enchanter
    By TomZ in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 05-06-2007, 09:00 AM
  4. mage training arena enchanter
    By fata55 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 03-17-2007, 01:08 AM

Posting Permissions

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