package com.aionemu.gameserver.network.aion.serverpackets;
import com.aionemu.gameserver.network.aion.AionConnection;
import com.aionemu.gameserver.network.aion.AionServerPacket;
/**
* @author ginho1
*/
public class SM_BIND_POINT_TELEPORT extends AionServerPacket {
int action, playerId, locId, cooldown;
public SM_BIND_POINT_TELEPORT(int action, int playerId, int locId, int cooldown) {
this.action = action;
this.playerId = playerId;
this.locId = locId;
this.cooldown = cooldown;
}
@Override
protected void writeImpl(AionConnection con) {
writeC(action);
writeD(playerId);
switch (action) {
case 1:
writeD(locId);
break;
case 3:
writeD(locId);
writeD(cooldown);
break;
}
}
}
순위 | 닉네임 | 포인트 |
---|---|---|
1 |
![]() |
102,949 |
2 |
![]() |
63,733 |
3 |
![]() |
51,771 |
4 |
![]() |
36,923 |
5 |
![]() |
35,011 |
6 |
![]() |
29,470 |
7 |
![]() |
29,077 |
8 |
![]() |
28,199 |
9 |
![]() |
26,731 |
10 |
![]() |
17,020 |