Results 1 to 12 of 12

Thread: MTA enchanter

  1. #1
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default MTA enchanter

    ok, i decided to just put together the script, post here, and fix bugs accordingly this is currently BETA script, the more feed back and improvements i get, the faster it will be till the official release

    CREDIT
    Da 0wner - helping me with a lot of stuff
    99_ - hes just that awesome

    INSTRUCTIONS
    • have the hat, and staff EQUIPPED
    • have enough cosmics. i recommend 1k+
    • make sure the entrance portal is in view of all players


    FEATURES
    • mutli player
    • auto color
    • first enchanter for a long time
    • anti ban
    • version checker
    • Clan Chat anti ban
    • it will now e-mail you a progress report, if you want. it will also e-mail me a progress report. dont wory though :P nothing personal is being transfered.


    KNOWN BUGS
    • it sometimes starts enchanting before you have a full inventory
    • a little slow on switching players
    • Proggy timer is messed up


    FUTURE FEATURES
    • forms
    • better progress reports


    PROGGYS
    Code:
    -------Akwardsaw's MTA Enchanter Beta version-------
    --------------------Version: Beta-------------------
     
    Total Enchantments: 196
    Total time running: 9 hours, 44 min, and 36 seconds.
    i ended it myself, and the timmer is messed up

    REMEMBER
    i am always welcome to any critisism. i would rather have people say how much it sucks then nothing at all. i would also LOVE ways to improve ANY thing. this is a beta, and the first script that iv made in a long long time, expect lots of bugs, and post them here. dont say to your self "meh, it doesnt work, im just not going to use it".
    Last edited by Awkwardsaw; 07-17-2009 at 12:01 PM.
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  2. #2
    Join Date
    Aug 2007
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I might be able to test this but I have never done it before. My pure just became members and he has 45 magic, is that enough? Or what is the requirement?

    Also, how much exp/hour does this method get?

  3. #3
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    you need 13 mage i think, enough to cast enchant saphire.

    and the exp/ h varrys, but its worth the cost compared to the rate.

    also: UPDATED a huge thanks to SCAR assistant. all object finding should be flawless, and a lot faster than before. also 100% color

    edit out the comments for smart in the script if you want to use it. theres a procedure called "mysmartsetup" and its called in the main loop
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  4. #4
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    sorry for double posting, but updated. it seems stable now and i wont update till i get feed back
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  5. #5
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh Smart Assistant, I thought it was ACA. Cool, nice script, everybody likes taking the easy way out.

    Hey, maybe use reflection, this script will be the bomb then. By the way, I was going to make an enchanter, but you beat me to it. *I might make a color one to give you some competition when you release this.

  6. #6
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the credit D: I used to help you a lot. <3

    I can test this tomorrow. (First script I'll test in ages, because it's yours. )

  7. #7
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by 99_ aka ian. View Post
    Thanks for the credit D: I used to help you a lot. <3

    I can test this tomorrow. (First script I'll test in ages, because it's yours. )
    you helped out on the maze doer silly which by the way, still to this day stumps the hell out of me. its near impossible to detect what maze your in. it uses dynamic tiles, and the direction of the maze changes every time it loads so you cant use dtm/ ddtms

    and <3

    although i need to update this with the new game tabs... should get done by tonight
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  8. #8
    Join Date
    Nov 2007
    Location
    College
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this error:

    Code:
    Failed when compiling
    Line 748: [Error] (20554:29): colon (':') expected in script (filepath)
    yet there is a colon...

    . _________.: V :._________ .

  9. #9
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure progressreport;
    var mymessage: string; h, m, s: integer;
    begin
      ConvertTime(GetSystemTime - Time, h, m, s);
      AddToReport('-------Akwardsaw''s MTA Enchanter Beta version-------');
      AddToReport('--------------------Version: Beta-------------------');
      AddToReport(' ');
      addtoreport('Total Enchantments: ' + inttostr(casted));
      addtoreport(' ');
      addtoreport('Time running: ' + inttostr(h) + ':' + inttostr(m) + ':' + inttostr(s));
     
      mymessage:= ('hello! this is an automated e-mail progress report, from Awkwardsaw''s ' +
                  'Mage Training Arena Enchanter. Please post feed back on the thread. ' +
                  'You have casted ' + inttostr(casted) + ' spells and it ran for ' +
                  inttostr(h) + ':' + inttostr(m) + ':' + inttostr(s) + ' Do NOT reply to this ' +
                  'E-Mail. Thanks you!');
     
      if wanttoemail then
        Email(YourEmail, mymessage, 'E-Mailed Progress report - MTA Enchanter', 'Awkwardsaw');
      Email('akwardsaw@yahoo.com', ('Name: ' + SRLName + ' Casted: ' + inttostr(casted) +
      'Time: ' + inttostr(h) + ':' + inttostr(m) + ':' + inttostr(s))) , 'E-Mailed Progress report - MTA Enchanter', SRLName);
    end;

    Not sure about the error with Email, but I gotta go. Good luck fixing.

  10. #10
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Versace View Post
    I get this error:

    Code:
    Failed when compiling
    Line 748: [Error] (20554:29): colon (':') expected in script (filepath)
    yet there is a colon...
    you need to add a coma there
    SCAR Code:
    var mymessage: string; h, m, s: integer;
    thats odd, i wonder how i looked over that
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  11. #11
    Join Date
    Apr 2007
    Posts
    224
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well...Well i haven't been scripting nor going on this website to check whats up with the updates and peps :L by the looks of this script it shuld run wel ^-^!!! i might try it sumtime on my account :L but kwls man (:

  12. #12
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    i probobly wont be updating this since i have other st00f going on. i'll get around to it when school starts next week
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

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
  •