Guys any 1 know how to make start's items for accounts
.I hope i will get help soon :)
.I hope i will get help soon :)
Like i just want to add Grab pet and attack pet in starting can you please tell me how .Quote:
\Databases\SRO_VT_SHARD_INIT\Programmability\Store d Procedures\_AddNewChar.dbo
Right click it, click "Modify"
to add start items to your inventory scroll to the bottom
add lines like this :
exec _ADD_ITEM_EXTERN @CharName,'ITEM_CH_SWORD_11_SET_B_RARE',1,12
ITEM_CH_SWORD_11_SET_B_RARE means Fight nova sword, obviously.... 1 means amount, 12 means plussvalue
like this :
exec _ADD_ITEM_EXTERN @CharName,'ITEM_CODE',(Amount),(Plusvalue)
mine looks like this
Said by BaneQuote:
Private SRO Main Discussions / Questions <--Is to be, used to ask question's about bot's, ask for hack's, ask about server's, ask about server project, and general server talk.