- Joined
- May 9, 2007
- Messages
- 129
- Reaction score
- 1
When i create a new charecter he is naked and has no weapons..
what is the problem?
what is the problem?
kk u hav echnaged teh zitem out to one taht isnt defined in stored procedures
open ur GunzDB
programability
go to stored procedures
dbo.spInsertChar - modify
ull see stuff liek this
/* Melee */
SET @MeleeItemID =
CASE @Costume
WHEN 0 THEN 1
WHEN 1 THEN 2
WHEN 2 THEN 1
WHEN 3 THEN 2
WHEN 4 THEN 2
WHEN 5 THEN 1
END
/* Primary */
SET @PrimaryItemID =
CASE @Costume
WHEN 0 THEN 5001
WHEN 1 THEN 5002
WHEN 2 THEN 4005
WHEN 3 THEN 4001
WHEN 4 THEN 4002
WHEN 5 THEN 4006
END
WHEN # is set chosen whne u creat a char
THEN # zitem number
u will haev to edit it for
/* Melee */
/* Primary */
/* Secondary */
/* Chest */
/* Legs */
you will need to change them accordingly
then execute or save it
its happening because the zitem number in the procedures isnt part of ur zitem.xml anymore so it cnat choose that item... u hav eto fix that via stored procedures or find the original zitem numbers and change them in ur zitem.xmlIme sorry but i dont actually get it.. i see that
if option is "lol" then item "noob"
but i dont get what is wrong..
this happens when i use specific zitem etc...