|
You last visited: Today at 05:22
Advertisement
General Data Subtypes
Discussion on General Data Subtypes within the CO2 Private Server forum part of the Conquer Online 2 category.
03/07/2011, 23:51
|
#1
|
elite*gold: 0
Join Date: Feb 2011
Posts: 335
Received Thanks: 170
|
General Data Subtypes
Does anyone have the full enum for the subtypes for 5017? This is what I got so far;
SetLocation = 74,
Hotkeys = 75,
ConfirmFriends = 76,
ConfirmProfincies = 77,
ConfirmSpells = 78,
ChangeDirection = 79,
ChangeAction = 81,
Portal = 85,
EndXpList = 93,
Revive = 94,
ChangePkMode = 96,
ConfirmGuild = 97,
BEGIN_MINE = 99,
EntitySpawn = 102,
CompleteMapChange = 104,
CorrectCords = 108,
Shop = 111,
OpenShop = 113,
GetSurroundings = 114,
RemoteCommands = 116,
ViewGear = 117,
PickupCashEffect = 121,
Dialog = 126,
GuardJump = 129,
CompleteLogin = 130,
RemoveEntity = 132,
Jump = 133,
RemoveWeaponMesh = 135,
RemoveWeaponMesh2 = 136,
Avatar = 132,
Pathfinding = 162;
|
|
|
03/08/2011, 00:52
|
#2
|
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
|
What about LOTF 5017, maybe it have them?
|
|
|
03/08/2011, 01:22
|
#3
|
elite*gold: 0
Join Date: Feb 2011
Posts: 335
Received Thanks: 170
|
Nope.
|
|
|
03/08/2011, 03:34
|
#4
|
elite*gold: 0
Join Date: Jan 2008
Posts: 1,443
Received Thanks: 1,175
|
I have a lot of them. I PM you when I have time...
|
|
|
03/08/2011, 03:57
|
#5
|
elite*gold: 0
Join Date: Dec 2010
Posts: 341
Received Thanks: 255
|
Code:
public const ushort
SetLocation = 74,
Hotkeys = 75,
ConfirmFriends = 76,
ConfirmProficiencies = 77,
ConfirmSpells = 78,
ChangeDirection = 79,
ChangeAction = 81,
UsePortal = 85,
Teleport = 86,
Leveled = 92,
Revive = 94,
ChangePKMode = 96,
ConfirmGuild = 97,
Mine = 99,
InvisibleEntity = 102,
ScreenColor = 104,
TeamateLoc = 106,
NewCoordonates = 108,
Vend = 111,
GetSurroundings = 114,
OpenCustom = 116,
ObserveEquipment = 117,
GoldPickup = 121,
OpenWindow = 126,
CompleteLogin = 132,
RemoveEntity = 135,
Jump = 137,
EndTeleport = 146,
ChangeFace = 151,
ItemsDetained = 154,
DetainItems = 155,
Shift = 156,
HideInterface = 158,
BlueCountdown = 159,
PathFind = 162,
MobDropsDragonball = 165;
public const uint
Window_Compose = 1,
Window_Craft1 = 2,
Window_Craft2 = 3,
Window_Warehouse = 4,
Window_RedeemEquipment = 336,
Window_ClaimPrize = 337,
Window_VIPWarehouse = 341,
Window_TalismanUpgrade = 347,
Window_GemComposing = 422,
Window_Blessing = 426,
Window_TortoiseGemComposing = 438,
Window_RefineryStabilization = 448,
Window_ArtifactPurification = 455,
Window_ArtifactStabilization = 459,
Window_HorseRacingStore = 464,
Window_Reincarnation = 485;
public const uint
Custom_SelectRecipiet = 30,
Custom_JoinGuild = 34,
Custom_MakeFriend = 38,
Custom_ChatWhisper = 40,
Custom_CloseClient = 43,
Custom_HotKey = 53,
Custom_Furniture = 54,
Custom_TQForum = 79,
Custom_PathFind = 97,
Custom_LockItem = 102,
Custom_ShowRevive = 1053,
Custom_HideRevive = 1054,
Custom_StatueMaker = 1066,
Custom_GambleOpen = 1077,
Custom_GambleClose = 1078,
Custom_Compose = 1086,
Custom_Craft1 = 1088,
Custom_Craft2 = 1089,
Custom_Warehouse = 1090,
Custom_HPEnchant = 1091,
Custom_ShoppingMallShow = 1100,
Custom_ShoppingMallHide = 1101,
Custom_NoOfflineTraining = 1117,
Custom_LoginScreen = 1153,
Custom_CenterClient = 1155,
Custom_ClaimCP = 1197,
Custom_ClaimAmount = 1198,
Custom_MerchantApply = 1201,
Custom_MerchantDone = 1202,
Custom_RedeemEquipment = 1233,
Custom_ClaimPrize = 1234,
Custom_RepairAll = 1239,
Custom_FlowerIcon = 1244,
Custom_SendFlower = 1246,
Custom_ReciveFlower = 1248,
Custom_WarehouseVIP = 1272,
Custom_UseExpBall = 1288,
Custom_HackProtection = 1298,
Custom_HideGUI = 1307,
Custom_Inscribe = 3059,
Custom_BuyPrayStone = 3069,
Custom_HonorStore = 3104,
Custom_Opponent = 3107,
Custom_CountDownQualifier = 3109,
Custom_QualifierStart = 3111,
Custom_ItemsReturnedShow = 3117,
Custom_ItemsReturnedWindow = 3118,
Custom_ItemsReturnedHide = 3119,
Custom_QuestFinished = 3147,
Custom_QuestPoint = 3148,
Custom_QuestPointSparkle = 3164,
Custom_StudyPointsUp = 3192,
Custom_Updates = 3218,
Custom_IncreaseLineage = 3227,
Custom_HorseRacingStore = 3245,
Custom_GuildPKTourny = 3249,
Custom_QuitPK = 3251,
Custom_Spectators = 3252,
Custom_CardPlayOpen = 3270,
Custom_CardPlayClost = 3271,
Custom_ArtifactPurification = 3344,
Custom_SafeguardConvoyShow = 3389,
Custom_SafeguardConvoyHide = 3390,
Custom_RefineryStabilization = 3392,
Custom_ArtifactStabilization = 3398,
Custom_SmallChat = 3406,
Custom_NormalChat = 3407,
Custom_Reincarnation = 3439;
|
|
|
 |
Similar Threads
|
[Question] General Data Subtype 310
10/22/2010 - CO2 Private Server - 8 Replies
Question:
Hey everyone!
I've figured most* (not all) of the General Data Subtypes; however, this one is confusing me to high hell. I'm not sure what it does. I did tests on 310 but with no luck in finding out anything.
I've tried the following combinations as tests:
0 0 0 0 0 310
1 0 0 0 0 310
2 0 0 0 0 310
1 2 0 0 0 310
|
[Guide/Rant] Figure out packet subtypes YOURSELF
09/17/2010 - CO2 PServer Guides & Releases - 21 Replies
Ok so title is rather fucked but I couldn't think of a better way to describe the thread...
I'm focusing a bit on CoEmu but it will work on any source, you just need to change the commands a bit.
Basically I just saw the whole interactions thing for Lotf and after having just gone through CoEmu logging packet subtypes (general data and attack types mostly) it really kinda pissed me off how NO ONE seems to know how to figure out this stuff themselves.
Basically, you wanna make a...
|
5065 General Data Packet
07/08/2010 - CO2 Private Server - 8 Replies
Well I'm currently upgrading Hybrid's to 5065.
I successfully got it logged into a 5065 client, updated the characterinfo packet, iteminfo packet, and now I'm working on GeneralData packet.
I'm trying to turn this dump into a structure.
18 00 F2 03 8E A0 49 00 F2 D4 4C 00 00 00 00 00 00 00 00 00 00 00 4A 00 54 51 43 6C 69 65 6E 74
As much as Nullable taught me about dumps, all I got from that is
0x18 = 24, which is the length.
0x3F2 = 1010, which is the packet id.
It's the rest...
|
[RELEASE] General Data Types.
05/08/2010 - CO2 PServer Guides & Releases - 11 Replies
This is just a tiny release with the correct sub-types for the General Data .
This will be a part of the things I will be dumping after I formatted my PC without being prepared. I'm sorry for all other info I still had on the CO2 PServer development, it is not available for my any more. I was going to release it all though, but not just yet.
NinjaStep = 0x9C,
EndFly = 0x78,
GUIDialog = 0x7E,
SetLocation = 0x4A,
SetMapColor = 0x68,
Jump = 0x89,
|
All times are GMT +1. The time now is 05:23.
|
|