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] GFC Emu setup guide

Status
Not open for further replies.
YEy i has custom title^_^
Joined
Sep 29, 2006
Messages
452
Reaction score
66
Tools needed:
MSSQL Server 2008 R2 (express edition will do)
Visual Studio 2010 (not sure if express will do)
.Net Framework 3.5 or later

video:
(if it ever gets past processing..)
alt: (only valid for month as i has no money to pay for those forums anymore ^_ ^)

the sql query i used:
Code:
GRANT EXECUTE ON ChangeCharacterNickname TO Xiah -- for web'
GRANT EXECUTE ON GetAllCharactersByAccountId TO Xiah -- for web'
GRANT EXECUTE ON GetUserIdByUsernameAndPassword TO Xiah -- for web'
GRANT EXECUTE ON InsertNewAccount TO Xiah -- for web'
GRANT EXECUTE ON RemoveCharacter TO Xiah -- for web'
GRANT EXECUTE ON ResetSkills TO Xiah -- for web'
GRANT EXECUTE ON UserLogin TO Xiah -- for launcher

you can edit rates at channelGUI.exe.config same for ip/sql connection strings for channel/servergui/launcher.
 
Status
Not open for further replies.
Back
Top