044A
Code:
/// req world info (CZ_CLIENT_VERSION)
/// 044A <version>.L
void clif_parse_client_version(int fd,struct map_session_data *sd){
//if(sd)
;
}
Code:
//2013-03-20Ragexe
#if PACKETVER >= 20130320
[...]
packet(0x044A,6,clif->pClientVersion,2);
This packet seems to send the client some version. What would be and for what? No idea, but I believe that it does not disturb the main functions of OpenKore.
08C9
Code:
//2011-07-18aRagexe
#if PACKETVER >= 20110718
[...]
packet(0x0846,4,clif->pCashShopReqTab,2);
Packet regarding buying cash items. Does not disturb the main functions of OpenKore
08CA
Code:
void clif_parse_CashShopSchedule(int fd, struct map_session_data *sd) {
[...]
WFIFOW(fd, 0) = 0x8ca;
The same above case
------------------------
ผมแก้ได้แค่ 044A
ยังเหลืออีก 2 ตัว 08C9,08CA
แต่เหมือนถ้าแก้ 2 ตัวนี้ได้ ก็จะมีมาเพิ่มอีก = =
ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ
Moderator: Moderators
-
- Human
- Posts: 41
- Joined: 03 Jun 2013, 11:11
- Noob?: Yes
-
- Human
- Posts: 21
- Joined: 13 Jun 2013, 13:13
- Noob?: Yes
Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ
เกินความสามารถครับ รอผู้รู้ 

-
- Noob
- Posts: 16
- Joined: 04 Jun 2013, 04:52
- Noob?: Yes
Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ
edit
Last edited by famas on 21 Jun 2013, 12:33, edited 1 time in total.
-
- Human
- Posts: 41
- Joined: 03 Jun 2013, 11:11
- Noob?: Yes
Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ
ไม่ทราบว่าหาโหลดตัวล่าสุดได้จากเวปไหนอะคัย
-
- Noob
- Posts: 18
- Joined: 09 Jun 2013, 10:42
- Noob?: Yes
Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ
ขึ้น packet ตัวนี้ไปเอา opk tw มาเปิดใช่ไหมครับ