Quote:
Originally Posted by ph03nixx
k, well i got it and there is notihing wrong i only got how much i can sell it for at armorer and how much CPS it worth and the ID and name, so whats wrong?
|
Field Type Collation Attributes Null Default Extra Action
ItemID int(10) UNSIGNED No auto_increment
ItemName varchar(45) latin1_swedish_ci No
ClassReq int(16) UNSIGNED No
ProfReq int(16) UNSIGNED No
LvlReq int(16) UNSIGNED No
SexReq int(16) UNSIGNED No
StrReq int(16) UNSIGNED No
AgiReq int(16) UNSIGNED No
Worth int(16) UNSIGNED No
MinAtk int(16) UNSIGNED No
MaxAtk int(16) UNSIGNED No
Defense int(16) UNSIGNED Yes NULL
MDef int(16) UNSIGNED No
MAttack int(16) UNSIGNED No
Dodge int(16) UNSIGNED No
AgiGive int(16) UNSIGNED No
CPsWorth int(16) UNSIGNED No
if you use phpmyadmin, this is what it should look similiar to..
just browse all the files and insert a new one at the end of all the items.
make sure they correspond to your newly created item (wepID, etc.)