hi, i got the server to work but is empty no NPC's no Mobs, i supose i must add something to database right??
another thing is there any website that i can see ID from weps npcs mobs armor ????
Printable View
hi, i got the server to work but is empty no NPC's no Mobs, i supose i must add something to database right??
another thing is there any website that i can see ID from weps npcs mobs armor ????
can someone help me???
if you'er using terranet 6 then you should try executing this query
Code:ALTER TABLE `creature_proto` ADD COLUMN `money` INT (30) DEFAULT '0' NOT NULL AFTER `boss`;
im a bit noob in this server stuff... were do i put that??? and how?