-
Elite Member
Is Stupid but Help me ^^
Hi guys
how i can add this on adddnewchar
ITEM_EVENT_AVATA_W_NARSUN
ITEM_EVENT_AVATA_M_NARSUN
i add but no add to char :/
can help me?
-
-
In the Emperor name
Re: Is Stupid but Help me ^^
on procedure _addnewchar
insert this :
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_AVATA_W_NARSUN',1,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_AVATA_M_NARSUN',1,1
-
Elite Member
Re: Is Stupid but Help me ^^
-
In the Emperor name
Re: Is Stupid but Help me ^^
mhhh... and the item exists? i mean, you can create it with GM console?
tried on my db and adds nasrun to every new char
-
Member
Re: Is Stupid but Help me ^^

Originally Posted by
chinowyc
i try but not work :/
yes you Try But You Put them in another place
Go To on procedure _addnewchar
and scroll Down until u found
INSERT _CharNameList VALUES(@CharName, @NewCharID)
Then insert this :
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_AVATA_W_NARSUN',1,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_EVENT_AVATA_M_NARSUN',1,1
-
Elite Member
Re: Is Stupid but Help me ^^
yeah the item exist is : ITEM_EVENT_AVATAR_W_NARSUN is Devil's SPirit B grade i put i need copy from text_object.txt ^^ but.. Thanks!