[help]how to make jop center none PK map

06/11/2009 19:59 mido1122#1
can some one please help me how to make the jop center safe place i meen none pk the map id is 1004
06/11/2009 20:10 WHITELIONX#2
I hope you don`t mean for CoEmu source lol and if you do I want the answer to this question also rofl.
06/11/2009 20:16 Zeroxelli#3
In attack.cs or doPlayer or whatever, add
Code:
if ((int)CSocket.Client.Map == 1004)
    return;
06/11/2009 20:25 nuhali#4
if you use CoEmu search in Calculations/attack.cs to:
Code:
public static bool CheckMode(ClientSocket CSocket, ClientSocket ASocket)
There under you see this:
Code:
            if ((int)CSocket.Client.Map == 1002 || (int)CSocket.Client.Map == 1011 || (int)CSocket.Client.Map == 1039)
Replace it with this:
Code:
            if ((int)CSocket.Client.Map == 1002 || (int)CSocket.Client.Map == 1011 || (int)CSocket.Client.Map == 1039 || (int)CSocket.Client.Map == 1036 || (int)CSocket.Client.Map == 1004)
06/14/2009 15:00 mido1122#5
sorry all i meen binary not COEMU