Guild Board

Joined
Mar 2, 2008
Messages
159
Reaction score
17
someone already create Guild Board?
there is some tutorial?

to mod: sorry.. wrong thread section.. i cannot delete it..

someone already create Guild Board?
there is some tutorial?
 
Last edited by a moderator:
someone already create Guild Board?
there is some tutorial?

to mod: sorry.. wrong thread section.. i cannot delete it..
Yes it's possible, set AllowGuildBoard to 1 in your ChatNode's ini file and change the board url in cabalmain.exe with a hex editor. It's the string right before the cash shop url.
 
Upvote 0
And then you need to figure out what arguments get passed to the guild board page when it's loaded by the client. Use a simple php script to $_GET and echo the result onto the screen. The same applies for Cash Shop. Incase anyone is interested in designing their own cash shop (which I'm in the process of doing myself), the argument passed by the client is simply just the Account ID. You can use stored procedures to handle everything in the cash shop page, so there's no need to directly alter tables with php/asp.net.
 
Upvote 0
Back