Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

guide to add items for new account(vsro files)

Banned
Banned
Joined
Nov 7, 2011
Messages
244
Reaction score
84
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:
	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:
	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

ahmed_ahmed9889 - guide to add items for new account(vsro files) - RaGEZONE Forums


ahmed_ahmed9889 - guide to add items for new account(vsro files) - RaGEZONE Forums


ahmed_ahmed9889 - guide to add items for new account(vsro files) - RaGEZONE Forums


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
 
Junior Spellweaver
Joined
Jun 29, 2008
Messages
145
Reaction score
24
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 ^^
 
Junior Spellweaver
Joined
Sep 26, 2009
Messages
153
Reaction score
8
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

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
 
Junior Spellweaver
Joined
Dec 14, 2011
Messages
115
Reaction score
0
thx ahmed
mmkn t2oly n7t avatar azay ?
whats the code of avatar to add it with them ?
 
Junior Spellweaver
Joined
Sep 26, 2009
Messages
153
Reaction score
8
hey

thx for reply

about avatar

frist download this program



to give u gm commands

then edit like i say and get the code from program

enjoy
 
Newbie Spellweaver
Joined
Nov 27, 2011
Messages
10
Reaction score
0
Thanks for guide :D i'll try (but when i try something it'll go bad -_-)
 
Junior Spellweaver
Joined
Dec 14, 2011
Messages
115
Reaction score
0
ok bro
what about auto silk ?
if i want any one get 500 silk auto ?
 
Back
Top