Hi!
Well my second realm is up and it has one problem all the characters starts with some random armors =S
Please help how can i get it to dissappear!!??
Hi!
Well my second realm is up and it has one problem all the characters starts with some random armors =S
Please help how can i get it to dissappear!!??
playercreateinfo_items
Go to that table in your database and delete the items you don't want.
Well this is very wierd the first character starts with no clothes and the other one now starts with items again =S WTF is this
if you want for example human warriors to have diffrent gear make a script with the on_character_creation hook.
eh why not use the sql tables?
Also playercreateinfo_items handles each class/race/id and then adds gear on creation depending on what is in that table. I advise you get that table from a different database as the one your using at the moment will take ages to sort out. You can do this by downloading SquireDB, WhyDB or whatever you want to use, import it into a empty database then extract the playercreateinfo_items and replace it into yours.