[Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Infraction Banned arrio is offline
    MemberRank
    Jan 2006 Join Date
    VancouverLocation
    189Posts

    [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    My friend made this great tool, he asked me to post it here.

    [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    This tool is easy to use. Just fill the fields and press the create button.
    The tool will generate a SQL Batch file. Execute it in your database and spawn the monster. Tested with SQLyog.

    NOTE: This tool is still in BETA stage. PLEASE POST ANY BUGS HERE.

    Download here:
    Click Here to download.

    Heres a screenshot.



  2. #2
    Account Upgraded | Title Enabled! Julian_X is offline
    MemberRank
    Jun 2007 Join Date
    168Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    if this only wrks for TN8 it's outta date then

  3. #3
    Apprentice EvilPdor is offline
    MemberRank
    Nov 2005 Join Date
    ItalyLocation
    19Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    Quote Originally Posted by Julian_X View Post
    if this only wrks for TN8 it's outta date then
    but, it's possible to convert code to work with actual database

    Code:
    ALTER TABLE `creature_proto` CHANGE health minhealth int(30) unsigned not null;
    ALTER TABLE `creature_proto` ADD column maxhealth int(30) unsigned not null after minhealth;
    UPDATE `creature_proto` SET maxhealth=minhealth;
    ALTER TABLE `creature_proto` CHANGE level minlevel int(30) unsigned not null;
    ALTER TABLE `creature_proto` ADD column maxlevel int(30) unsigned not null after minlevel;
    UPDATE `creature_proto` SET maxlevel=minlevel;
    ALTER TABLE `creature_proto` ADD column invisibility_type int(30) unsigned not null;
    ALTER TABLE `creature_proto` ADD column death_state int(30) unsigned not null;

  4. #4
    Account Upgraded | Title Enabled! Tempt is offline
    MemberRank
    Feb 2007 Join Date
    The NetherlandsLocation
    595Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    So its good or no?

  5. #5
    Infraction Banned arrio is offline
    MemberRank
    Jan 2006 Join Date
    VancouverLocation
    189Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    So, what database you all using now?

  6. #6
    Account Upgraded | Title Enabled! Julian_X is offline
    MemberRank
    Jun 2007 Join Date
    168Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    Its not the Database its all the Tables have been updated. And TN8 Is oputta whack and they dropped the project. Everyone pretty much uses NCDB or somethin else.

  7. #7
    Account Upgraded | Title Enabled! Julian_X is offline
    MemberRank
    Jun 2007 Join Date
    168Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    And if I were to edit the programs code what would I use to do that?

  8. #8
    Account Upgraded | Title Enabled! KingXCrosses is offline
    MemberRank
    May 2007 Join Date
    Silvermoon, Quel'thalasLocation
    426Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    hmm... i dont know....

    btw....off topic but...
    love ur new sig julian ^^

  9. #9
    Account Upgraded | Title Enabled! Julian_X is offline
    MemberRank
    Jun 2007 Join Date
    168Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    Cuz I was gonna make a tool like this. But I need a program on doing it

  10. #10
    Account Upgraded | Title Enabled! KingXCrosses is offline
    MemberRank
    May 2007 Join Date
    Silvermoon, Quel'thalasLocation
    426Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    wackyclown might help
    try ask him for the program

  11. #11
    Infraction Banned arrio is offline
    MemberRank
    Jan 2006 Join Date
    VancouverLocation
    189Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    I'm sorry, Julian but I don't know what was used.. But my friend always talks about VB.NET. But this doesnt look like .NET controls for me...

  12. #12
    Apprentice Neo5361 is offline
    MemberRank
    Apr 2007 Join Date
    19Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    ok, it seems nice, but i have a very noobish question: This program seems only to add the statistics of a new mob to the database, but how do you create a graphical new mob?

    Thanks,

    Neo5361

  13. #13
    Valued Member Re7r0 is offline
    MemberRank
    Jun 2007 Join Date
    BulgariaLocation
    121Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    lol u have to be as good as "Blizzard" to do that (and I dont think there is anyone who's as good as them)

    Blizzard ---------- The Best :rule::rule:

  14. #14
    Account Upgraded | Title Enabled! trunks94 is offline
    MemberRank
    Dec 2007 Join Date
    Finland, OuluLocation
    393Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    I don't get it work on Ac web 7.3 :( Cool it is anyways

  15. #15
    Apprentice blinkyx is offline
    MemberRank
    Oct 2007 Join Date
    PalestineLocation
    7Posts

    Re: [Tool] Monster Creator (Mob Maker) For Antrix/Ascent Terranet DB rev 8+

    Thank You Man its too useful
    and thank u again :SniperHea



Page 1 of 2 12 LastLast

Advertisement