Hello everyone,
As the title says, I have a problem with the meley dungeon, sources have been compared to other files and seem to be in order, both syserr's are clean, at least until this point.
It registers the guild fine, and it appears on mysql, the problem is on clicking the gate, as you can see Bitte melden Sie sich an, um diesen Link zu sehen..
This is what pulls every time I click the gate.
Code
- {
- iWarpTime = 10;
- iReturn = (int)(LADDER_POINTS_COST);
- #ifdef __MULTI_LANGUAGE_SYSTEM__
- snprintf(szBuf1, sizeof(szBuf1), LC_TEXT(ENGLISH, "<Guild> The dungeon can't be started, please contact our staff."));
- snprintf(szBuf2, sizeof(szBuf2), LC_TEXT(ENGLISH, "<Guild> %d ladder points will be returned."), iReturn);
- #else
- snprintf(szBuf1, sizeof(szBuf1), LC_TEXT("<Guild> The dungeon can't be started, please contact our staff."));
- snprintf(szBuf2, sizeof(szBuf2), LC_TEXT("<Guild> %d ladder points will be returned."), iReturn);
- #endif
- }
- }
Thanks in advance for any answers, cheers.