I want to edit the items give to a plyer when he create a new char, how to edit? thanks !
I want to edit the items give to a plyer when he create a new char, how to edit? thanks !
GunzDB > Programmibility > Stored Procedures > spInsertChar > Right Click > Modify > Search for
> Look through the procedure from there onwards and edit it with the help of strings.xml and your zitem.xml.Code:/* Melee */ SET @MeleeItemID = CASE @Costume WHEN 0 THEN 1 WHEN 1 THEN 12 WHEN 2 THEN 1 WHEN 3 THEN 12 WHEN 4 THEN 12 WHEN 5 THEN 1 END
Last edited by Phoenix; 13-01-10 at 05:30 PM.
hmm , have this to edit : primary, secondary,custom, chest and legs, but how to i know when is male or female to edit to right items?
Look into your Strings.xml. If you don't have strings for your custom item's, look into the zitem?
ok, i will try, thanks :D
EDIT :
YEAH ! I did it ! veeery thanks ! :D
Last edited by vergium; 13-01-10 at 06:42 PM.