UID331209
帖子
精華
主題
積分124
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限5
註冊時間2016-1-8
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 慵懶 2016-4-26 08:55 PM |
---|
簽到天數: 40 天 連續簽到: 1 天 [LV.5]常住居民I
|
樓主 |
發表於 2016-1-13 20:28:54
|
顯示全部樓層
本帖最後由 matt070516 於 2016-1-13 08:31 PM 編輯
sinya 發表於 2016-1-13 06:05 PM
點我
不過目前ea 最新只支援到 2013-12-23登入器
感謝回答,我登入器是2010-07-30aRagexeRE,有標紅字的都要改嗎?
因為我改了還是不能登阿.....一樣是Size match的錯誤。
- #ifndef PACKETVER
- #define PACKETVER <font color="#ff0000">20100730</font>
- //#define PACKETVER 20100629
- #endif
- // backward compatible PACKETVER 8 and 9
- #if PACKETVER == 8
- #undef PACKETVER
- #define PACKETVER <span style="color: rgb(255, 0, 0); line-height: 16.8px;">20100730</span>
- #endif
- #if PACKETVER == 9
- #undef PACKETVER
- #define PACKETVER <span style="color: rgb(255, 0, 0); line-height: 16.8px;">20100730</span>
- #endif
- //Remove/Comment this line to disable sc_data saving. [Skotlex]
- #define ENABLE_SC_SAVING
- //Remove/Comment this line to disable server-side hot-key saving support [Skotlex]
- //Note that newer clients no longer save hotkeys in the registry!
- #define HOTKEY_SAVING
- //The number is the max number of hotkeys to save
- #if PACKETVER < <font color="#ff0000">20100730</font>
- // (27 = 9 skills x 3 bars) (0x02b9,191)
- #define MAX_HOTKEYS 27
- #elif PACKETVER <<font color="#ff0000"> 20100730</font>
- // (36 = 9 skills x 4 bars) (0x07d9,254)
- #define MAX_HOTKEYS 36
複製代碼 |
|