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!

Need GM Tools ( working please )

Initiate Mage
Joined
Feb 1, 2015
Messages
2
Reaction score
0
Hello rz family :) my need gm tools for create account.. because i cant create account manuel.. passwords not md5 :):D:
 
Junior Spellweaver
Joined
Jan 10, 2009
Messages
172
Reaction score
25
create account.. because i cant create account manuel.. passwords not md5 :):D:

Run this query at management studio, select your db Account.

Code:
exec cabal_tool_registerAccount 'account','password'

for GM commands acess, if not want to remove gm_iptable, use this code to add you how gm

Code:
exec dbo.cabal_addgmip 'yourip','yourip'
 
Last edited:
Upvote 0
Initiate Mage
Joined
Aug 7, 2014
Messages
4
Reaction score
0
Upvote 0
Back
Top