hey guys
this is frist guide for me
im here from a years :D
anyway from few days i download server files and make server (just need more time to finsh server and i have vps)
this guide for help ppl for make new account have any items u want
frist open
and then go to path
SRO_VT_SHARD
Progammability
Stored Procedures
dbo.AddNewChar
and right click and modify
and control+F
and search for
INSERT _CharNameList VALUES(@CharName, @NewCharID)
after that
u lock to items in new char
scroll and gold tiket 60% & 100%
i edit to give new char more then that ;)
rabbit&white wolf&1000 mp and hp and others cash items for free
its to hard to know what name of items cuz u will search in large txt to find what u want
and this is me code
for u knowPHP Code:exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_RETURN_SCROLL_HIGH_SPEED',20,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_PREMIUM_VIETNAM_GOLDTIME_PLUS',1,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_SKILL_GOLD_TIME_SERVICE_TICKET_4W',1,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_DAMAGE_ABS_20P_SCROLL',11,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_DAMAGE_INC_20P_SCROLL',11,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_REVERSE_RETURN_SCROLL',11,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_HP_SUPERSET_5_BAG',1000,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_MP_SUPERSET_5_BAG',1000,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_COS_P_FLUTE_WHITE',1,1
exec _ADD_ITEM_EXTERN @CharName,'ITEM_COS_P_RABBIT_SCROLL_SILK',1,1
to edit how many what u want give
like scroll
lock to line
20 is how many scrollPHP Code:exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_RETURN_SCROLL_HIGH_SPEED',20,1
and if u cant understand what i say
lock to this images
thx for all users help here
and i have 3 question :(
1 - how i make game start normal without loader cuz need to use port 15779
and port in gateport.txt 15779 but i got error
2 - how i can fix all avatar in items mall cuz just 1 avatar is show
3 - how can i fix guild pic cuz its show white :confused:








Reply With Quote

