Re: guide to add items for new account(vsro files)
thx kimo
and what about all avatar in items mall for frist problem to finsh it :D
Re: guide to add items for new account(vsro files)
anybody can tell me the entry for gold ?
i would like to add 1kk gold for every new char
edit:
nvm i found already
Re: guide to add items for new account(vsro files)
Quote:
Originally Posted by
nobody123
anybody can tell me the entry for gold ?
i would like to add 1kk gold for every new char
edit:
nvm i found already
can u told me the code :P:
Re: guide to add items for new account(vsro files)
hey guys , i tried to change my fortress war time from SMC and nothing when i change it and login the fortress war time still same ! what can i do to work it please
sry 4 my bad english, thnx 4 advance
Re: guide to add items for new account(vsro files)
srry i dont know how fix this
im try fix me server :D
Re: guide to add items for new account(vsro files)
Quote:
Originally Posted by
ahmed_ahmed9889
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 :cool:
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
PHP 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
for u know
to edit how many what u want give
like scroll
lock to line
PHP Code:
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_RETURN_SCROLL_HIGH_SPEED',20,1
20 is how many scroll
and if u cant understand what i say :rolleyes:
lock to this images
http://img104.herosh.com/2011/11/12/744128911.jpg
http://img102.herosh.com/2011/11/12/40398047.jpg
http://img103.herosh.com/2011/11/12/407449439.jpg
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:
where I see the list of codes of the items
example
Code:
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_RETURN_SCROLL_HIGH_SPEED',20,1
Re: guide to add items for new account(vsro files)
Only problem with this.. is people will be able to mass create accounts and remake these items over and over unless you change some things in your database so they are not tradeable or able to be stored in the storage. Just something to think about.. unless you don't care ^^
Re: guide to add items for new account(vsro files)
Quote:
Originally Posted by
PlayCreeDSRO
where I see the list of codes of the items
example
Code:
exec _ADD_ITEM_EXTERN @CharName,'ITEM_MALL_RETURN_SCROLL_HIGH_SPEED',20,1
u can get it from text of server_dep
Quote:
Originally Posted by
Unrealx420
Only problem with this.. is people will be able to mass create accounts and remake these items over and over unless you change some things in your database so they are not tradeable or able to be stored in the storage. Just something to think about.. unless you don't care ^^
we can disable items trade
Re: guide to add items for new account(vsro files)
thx ahmed
mmkn t2oly n7t avatar azay ?
whats the code of avatar to add it with them ?
Re: guide to add items for new account(vsro files)
hey
thx for reply
about avatar
frist download this program
Multiupload.com - upload your files to multiple file hosting sites!
to give u gm commands
then edit like i say and get the code from program
enjoy
Re: guide to add items for new account(vsro files)
Thanks for guide :D i'll try (but when i try something it'll go bad -_-)
Re: guide to add items for new account(vsro files)
Quote:
Originally Posted by
Darkcry
Thanks for guide :D i'll try (but when i try something it'll go bad -_-)
go sleep :P
Re: guide to add items for new account(vsro files)
ok bro
what about auto silk ?
if i want any one get 500 silk auto ?
Re: guide to add items for new account(vsro files)