Server Error -124 and -111
Usually an issue with boundaries or settings in the gs.conf server file.
This happened when semicolons were not set properly in "limit" section of dungeon.
Error Example: limit = allow-root no-couple-jump no-fly no-duel no-market
Appropriate Example: limit = allow-root;no-couple-jump;no-fly;no-duel;no-market;
