Jump to content

kaklase01

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by kaklase01

  1. Hello!

    Can anyone help me, I'm having trouble disabling rodex/mail system in my server.

    I tried different method I found in every thread including adding the last two lines below in my src/map/mail.cpp

    enum mail_attach_result mail_setitem(struct map_session_data *sd, short idx, uint32 amount) {
    
    			if(map[sd->bl.m].flag.nowarpto || map[sd->bl.m].flag.nowarp)
    				return MAIL_ATTACH_ERROR;

    but still it didn't work.. my map server doesn't low after recompiling the server..

  2. I like to restrict my players on a certain map...

    Save point: quiz_02

    Whitelist maps: guild_vs1, guild_vs2, guild_vs3, guild_vs4, guild_vs5

    Blacklist maps: all ro maps

    A player/party/guild can only be recall in the whitelist maps from the savepoint, otherwise they will instantly go back to their savepoint..

×
×
  • Create New...