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
Quality done, works the same way: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;}
ps. to add item to your database restore sql created by programCode: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}
Download


Reply With Quote![[Antrix] Item creator alpha](http://ragezone.com/hyper728.png)

