Help !

06/04/2013 12:00 yusufx19#1
I need item generator or gm helper to generate starter items
TY :)
06/04/2013 16:38 Procule#2
Why would you use that? If you are making a VSRO related server you can just add starter items to your SRO_VT_SHARD database under Programmability/Stored Procedures, here you will find the file: _AddNewChar right click Modify, scroll all the way to the bottom until you see this:
PHP Code:
    exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_E060118_60EXP_HELP',1,1      
    exec _ADD_ITEM_EXTERN 
@CharName,'ITEM_ETC_E060118_100EXP_HELP',1,1           exec _ADD_ITEM_EXTERN@CharName,'ITEM_ETC_SCROLL_RETURN_NEWBIE_01',20,
Here you can add starter items.
Done? Click Execute.

All GM codes: [Only registered and activated users can see links. Click Here To Register...]
You won't be needing any GM Helpers just use CTRL + F to search any keywords.