ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ

Thailand

Moderator: Moderators

gamegame33
Human
Human
Posts: 41
Joined: 03 Jun 2013, 11:11
Noob?: Yes

ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ

#1 Post by gamegame33 »

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 ตัวนี้ได้ ก็จะมีมาเพิ่มอีก = =
sakura55
Human
Human
Posts: 21
Joined: 13 Jun 2013, 13:13
Noob?: Yes

Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ

#2 Post by sakura55 »

เกินความสามารถครับ รอผู้รู้ :oops:
famas
Noob
Noob
Posts: 16
Joined: 04 Jun 2013, 04:52
Noob?: Yes

Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ

#3 Post by famas »

edit
Last edited by famas on 21 Jun 2013, 12:33, edited 1 time in total.
gamegame33
Human
Human
Posts: 41
Joined: 03 Jun 2013, 11:11
Noob?: Yes

Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ

#4 Post by gamegame33 »

ไม่ทราบว่าหาโหลดตัวล่าสุดได้จากเวปไหนอะคัย
dealeraun
Noob
Noob
Posts: 18
Joined: 09 Jun 2013, 10:42
Noob?: Yes

Re: ตอนนี้ใครแก้ Openkore ได้แล้วบ้างครับ

#5 Post by dealeraun »

ขึ้น packet ตัวนี้ไปเอา opk tw มาเปิดใช่ไหมครับ