[Antrix] Item creator alpha

Results 1 to 1 of 1
  1. #1
    Elite Member Conflict is offline
    Member +Rank
    Jan 2005 Join Date
    126Posts

    Post [Antrix] Item creator alpha

    This program will let you create items 4 antrix.
    This is alpha version so it only has ability to create weapons (without stat bonuses).
    To create item input values to fields and save sql it will be saved as test.sql in same dir as exe.
    You can input strings like 1HSword in subclass to create 1hand sword and such.
    currently there are only these:

    //mytext = "1HSword" the string and global.subclass = 7 the value given to subclass
    //if you wana help write subclass in following order you will be given credit 4 this

    Code:
    if (global.a[2].mytext = "1HSword" ){global.subclass = 7;}
    if (global.a[2].mytext = "1HAxe" ){global.subclass = 1;}
    if (global.a[2].mytext = "1HMace" ){global.subclass = 4;}
    if (global.a[2].mytext = "Fist" ){global.subclass = 5;}
    if (global.a[2].mytext = "Dagger" ){global.subclass = 15;}
    Quality done, works the same way:
    Code:
    if (global.a[5].mytext = "Poor" ){global.quality = 0}
    if (global.a[5].mytext = "Good" ){global.quality = 1}
    if (global.a[5].mytext = "Green" ){global.quality = 2}
    if (global.a[5].mytext = "Rare" ){global.quality = 3}
    if (global.a[5].mytext = "Epic" ){global.quality = 4}
    if (global.a[5].mytext = "Legendary" ){global.quality = 5}
    ps. to add item to your database restore sql created by program

    Download
    Last edited by Conflict; 26-06-07 at 03:29 PM. Reason: Downlaodl ink




Advertisement