-
[FIX] One Way Gate
In incoming.cs find
Code:
public static int HandleItem;
after that put
Code:
public static int OneWayGate;
In incoming.cs find
Code:
Incoming.HandleItem = 2417;
after that put
Code:
Incoming.OneWayGate = 3559;
In StaticClientMessageHandler.cs find
Code:
handlers.Add(Incoming.HandleItem, new StaticRequestHandler(SharedPacketLib.TriggerItem));
after that put
Code:
handlers.Add(Incoming.OneWayGate, new StaticRequestHandler(SharedPacketLib.TriggerItem));
-
Re: [FIX] One Way Gate
-
Re: [FIX] One Way Gate
np.
the fix of leenster not work for me (group gates) so I would try to write your own.