edit : if u know nothing about packets go to this post first
explaining what is packets , and explaining a packet with details and everything
[Only registered and activated users can see links. Click Here To Register...]
i start making my very own packet structure to use them on my new proxy but i thought of ripping them from the source
so yeah the following packets is ripped of trinity base source
right now im just providing the packets structure and constants and when i have time ill add how the server handle them and what the client send (with an example of packets and what i do)
this thread will be edited by me everyday adding explanations on them and fixing any mistake
Packets Structure
2400: market quest packet
2223: elitepk tournament
2219: elitepk tournament
1063: elitepk tournament
2224: elitepk tournament
2232: elitepk tournament
2233: elitepk tournament
2252: elitepk tournament
1130: elitepk tournament
1058: top guilds
2102: guild members
1001: EnitityCreate
1004: chat packet
1009: itemusage/ping packet
1015: string packet
1019: known persons
1022: action/attack packet
1023: team packet
1024: atributes set
1027: socketing
1038: itemadding stabilization
1052: login packet
1056: trade
1101: floor items
1102: warehouses
1107: guild command
1127: enlighment
2031: NPC Dialog
2032: NPC Dialog
2036: compose
2044: offline tg
2046: trade partener
2048: ItemLock
2050: Broadcast
2064: Nobility
2067: Mentor prize
2065: MentorApprentice
2066: MentorInformation
2076: Purify item
2202: Arsenal guild
2203: Arsenal guild
2207://Request Arena ranking List
2206: arena
2205: arena signup
2208: request arena winner list
2209: arena
2211: arena
10005: walk/move
10010: jump/data
1040: Status
1150: send flowers
1151: add flowers
1312: clans
1066: Reincarnation
2320: SubClass
2110: Memory agate
1128: VIP advantages
and here is the constants
General Data Type
purify/stabilize constants
mentor system constants
mentor exp constants
donation constants
btoadcast constants
lock constants
partner constants
offline tg constants
guild constants
socketing constants
team constants
action constants
friends option constants
constants
guild packets constants
ChatType
to rip this out and post it this way it took me 6 hrs , so i think ill take rest then make it looks elegant and adding comments , log the packets with proxy and make sure that everything is correct
then will explain how server handle this packets and everything about each packet
peace out
explaining what is packets , and explaining a packet with details and everything
[Only registered and activated users can see links. Click Here To Register...]
i start making my very own packet structure to use them on my new proxy but i thought of ripping them from the source
so yeah the following packets is ripped of trinity base source
right now im just providing the packets structure and constants and when i have time ill add how the server handle them and what the client send (with an example of packets and what i do)
this thread will be edited by me everyday adding explanations on them and fixing any mistake
Packets Structure
2400: market quest packet
2223: elitepk tournament
2219: elitepk tournament
1063: elitepk tournament
2224: elitepk tournament
2232: elitepk tournament
2233: elitepk tournament
2252: elitepk tournament
1130: elitepk tournament
1058: top guilds
2102: guild members
1001: EnitityCreate
1004: chat packet
1009: itemusage/ping packet
1015: string packet
1019: known persons
1022: action/attack packet
1023: team packet
1024: atributes set
1027: socketing
1038: itemadding stabilization
1052: login packet
1056: trade
1101: floor items
1102: warehouses
1107: guild command
1127: enlighment
2031: NPC Dialog
2032: NPC Dialog
2036: compose
2044: offline tg
2046: trade partener
2048: ItemLock
2050: Broadcast
2064: Nobility
2067: Mentor prize
2065: MentorApprentice
2066: MentorInformation
2076: Purify item
2202: Arsenal guild
2203: Arsenal guild
2207://Request Arena ranking List
2206: arena
2205: arena signup
2208: request arena winner list
2209: arena
2211: arena
10005: walk/move
10010: jump/data
1040: Status
1150: send flowers
1151: add flowers
1312: clans
1066: Reincarnation
2320: SubClass
2110: Memory agate
1128: VIP advantages
and here is the constants
General Data Type
purify/stabilize constants
mentor system constants
mentor exp constants
donation constants
btoadcast constants
lock constants
partner constants
offline tg constants
guild constants
socketing constants
team constants
action constants
friends option constants
constants
guild packets constants
ChatType
to rip this out and post it this way it took me 6 hrs , so i think ill take rest then make it looks elegant and adding comments , log the packets with proxy and make sure that everything is correct
then will explain how server handle this packets and everything about each packet
peace out