-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Guild #97
Comments
Wrong Query there isnt 'intro' default in database table GuildMembers so i set it to 0 default but after that no error the database is working im member of the guild now but still dont see it in guild list or cannot open anythink :/ |
I also changed the Intro column to accept null, but even though I am Guild Leader and member, I can't see it. |
I did a test on other files, and it returns the following when creating a guild: Receive:CGRegistGuild(GuildName:BYEBYEGuildIntro:WELCOME TO THE JUNGLE) and returns this when I enter the guild wait list Receive:CGSelectGuild(GuildID:25580) I think it has something to do with the file: SGAddGuildOK.* '-' |
in SGAddGuildOK.cpp exist this line "#ifdef GAME_SERVER" if you comment her should work //#ifdef GAME_SERVER
//#endif the same should do with the SGAddGuildMemberOK, I'm going to sleep now later test |
in the makefile you have to reference it when creating the libsharedserverpackets.a, when i get home i will test. |
did u test it is it working ? |
@Supacek These are the same files here, only with the Cpackets, Gpackets, Lpackets, Spackets folders restored, just send the make depall command and then run make in this version you will see that the GuildWait List and Guild List work normally. you can have a base to adjust this without the respective folders. also tests the "Recall Motorcycle problem" |
im so glad u trying help but i dont like those files theres so many copy files some of them are like 5x same i dont know this type of src can u please like try to stay with the same files and help me what to do ? sorry my english still sux.,. |
im trying scan the files what we have but it looks same the problem is only maybe in the make file ? |
@Supacek these zip files is the same here, but with the restored folders, you can get what works in this base to correct the files here, the inclusion of files changes in the compiled librarys. I took advantage of the makefile of other files in these files here from opendarkeden :) |
there must be somewhere, where I inform the GCActiveGuildList and GCWaitGuildList, but I haven't had time to tinker with it yet. |
is it working with the same client and the server core? |
yes, same cliente same files 👍 , I'll try to adjust it at home without needing the folders again, but this one is good for testing bugs, it could also be something related to the CGRequestGuild |
i scan the files and theres nothing it must by another files |
still didnt figure it out im done lol :/ |
When you create guild |
the guild is created in database but didnt opening in game |
You may try the game created within the guild |
hallo, did u trz it without the files ? i need telp to figure out this the Guild is importent for me.. |
////////////////////////////////////////////////////////////////////// //#ifdef GAME_SERVER
//#endif FIXED !!! |
#97 It's caused by the makefile __GAME_SERVER__ macro define Also the Rank is a reserved keyword in MySQL8, need to add quote to the SQL.
its not working did u test it ? it create guild after restart but its not working normaly theres no message nothink |
Are you using the latest version? I've tested it and it should have been fixed. |
yo guys is Create guild working i dont think so its not seen ingame did someone test it ?
The text was updated successfully, but these errors were encountered: