I made a custom item.....it works..but is there any way to add that item on every time a new character is created ? 10q..and sorry for my bad English :) its my third language
I made a custom item.....it works..but is there any way to add that item on every time a new character is created ? 10q..and sorry for my bad English :) its my third language
*Bump*
Sorry for bump-ing but I really need help...thank you :)
I need teh same Help like you :P
in your database there's a table called 'playercreateinfo_items' I think you need to modify it.
'indexid' is for the class and race (look at table 'playercreateinfo') and 'protoid' the id of our item
if you want all new chars to start with your custom item you should add it for all ids (1..56?)
can some one make a sql file to insert, but so we can change/replace the number(s) (the id of w/e items) and then insert because im searching with no luck ;-(
thx
insert into `playercreateinfo_items` (`indexid`, `protoid`, `slotid`, `amount`) values('1','38','3','1');
here you go
idexid is 1-8 for what class
protoID is the item
and slot ID where to place the item when create char i am not 100% sure bud i belief 3 is bag
dont know how to ad gold bud as tip make a custom item with a sell value of your amount of gold
hope this helped
worked well.. I like it :)
Can I see a list of "slot ids"?
I`m looking for the second "Bag container"
thank you, hope I can help soon