summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-23 23:39:53 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-23 23:39:53 +0300
commit0427f7f6b165ffeb03b26fc10a02a503322d46cc (patch)
tree96563492f3c0386a263cd827a273c3bacea75161 /src/net/eathena/packetsout.inc
parentb151e54c40063961f07da8cf77ef2614d93a9b0c (diff)
downloadplus-0427f7f6b165ffeb03b26fc10a02a503322d46cc.tar.gz
plus-0427f7f6b165ffeb03b26fc10a02a503322d46cc.tar.bz2
plus-0427f7f6b165ffeb03b26fc10a02a503322d46cc.tar.xz
plus-0427f7f6b165ffeb03b26fc10a02a503322d46cc.zip
Add packet CMSG_PLAYER_CHANGE_ACT from 2010 to newer.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 100ef9106..c6e98f6f1 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -564,6 +564,7 @@ if (packetVersion >= 20111102)
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x088b, 2, clif->pSearchStoreInfoNextPage);
packet(CMSG_PLAYER_CHANGE_DEST, 0x0892, 5, clif->pWalkToXY); // non PACKETVER_RE
packet(CMSG_BUYINGSTORE_CLOSE, 0x089b, 2, clif->pReqCloseBuyingStore);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x08aa, 7, clif->pActionRequest);
}
// 20120307
@@ -584,6 +585,7 @@ if (packetVersion >= 20120307)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0885, 7, clif->pActionRequest);
}
// 20120410
@@ -598,6 +600,7 @@ if (packetVersion >= 20120410)
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0891, 6, clif->pDropItem);
packet(CMSG_MOVE_TO_STORAGE, 0x086c, 8, clif->pMoveToKafra);
packet(CMSG_NAME_REQUEST, 0x0889, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest);
}
// 20120418
@@ -625,6 +628,7 @@ if (packetVersion >= 20120702)
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0889, 90, clif->pUseSkillToPosMoreInfo);
packet(CMSG_PLAYER_CHANGE_DEST, 0x0953, 5, clif->pWalkToXY);
packet(CMSG_NAME_REQUEST, 0x094a, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x085a, 7, clif->pActionRequest);
}
// 20120710
@@ -647,6 +651,7 @@ if (packetVersion >= 20120716)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest);
}
// 20130320
@@ -664,6 +669,7 @@ if (packetVersion >= 20130320)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0881, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0886, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x0898, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x088e, 7, clif->pActionRequest);
}
// 20130515
@@ -681,6 +687,7 @@ if (packetVersion >= 20130515)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest);
}
// 20130522
@@ -698,6 +705,7 @@ if (packetVersion >= 20130522)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0360, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x086e, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x08a6, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x08a2, 7, clif->pActionRequest);
}
// 20130529
@@ -714,6 +722,7 @@ if (packetVersion >= 20130529)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0876, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0964, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x0863, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0890, 7, clif->pActionRequest);
}
// 20130605
@@ -731,6 +740,7 @@ if (packetVersion >= 20130605)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest);
}
// 20130612
@@ -754,6 +764,7 @@ if (packetVersion >= 20130618)
packet(CMSG_PLAYER_CHANGE_DEST, 0x088e, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x085a, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x0944, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0889, 7, clif->pActionRequest);
}
// 20130626
@@ -770,6 +781,7 @@ if (packetVersion >= 20130626)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0365, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest);
}
// 20130703
@@ -802,6 +814,7 @@ if (packetVersion >= 20130814)
packet(CMSG_PLAYER_CHANGE_DEST, 0x083a, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x094e, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x0937, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0874, 7, clif->pActionRequest);
}
// 20131218
@@ -818,6 +831,7 @@ if (packetVersion >= 20131218)
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY);
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore);
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest);
+ packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest);
}
// 20131223