Giriş yap
En iyi yollayıcılar
Hello EMO | ||||
EMO | ||||
eMoStyLe | ||||
BesimBICER | ||||
GameKinG | ||||
Crysis | ||||
~>!.DεvιLρяιεsт.!<~ | ||||
MeTaL | ||||
TrueCrime | ||||
djhayal3t |
Istatistikler
Toplam 203 kayıtlı kullanıcımız varSon kaydolan kullanıcımız: crayzboy76
Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Arama
Sosyal yer imi
Sosyal bookmarking sitesinde Emo, Emo nedir, Emo resimleri, Emo Kıyafetleri, Emo Sözleri, Emo Oyunları, EmoTurkey, Emo Nickler, Emo Avatarları, Punk, Punk Resimleri, Punk Avatarları, Rock, Rock Resimleri, Rock Avatarları, Msn Nickleri, Msn Avatarları, Müzik adresi saklayın ve paylaşın
Sosyal bookmarking sitesinde EMO Style ForumPro - Hos Geldiniz adresi saklayın ve paylaşın
Kimler hatta?
Toplam 19 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 19 Misafir :: 1 Arama motorlarıYok
Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
Reklam
[1.298] Change seeking party's level limit from 80 to highe
EMO Style ForumPro - Hos Geldiniz :: Online Oyunlar :: Knight Online :: Knight Online Private Serverlar :: Prosedür ve Kod Paylasımları
1 sayfadaki 1 sayfası
[1.298] Change seeking party's level limit from 80 to highe
Hello everyone,
As you know after changing max level from your ebenezer to something bigger than 80 , seeking party's max level limit still shown as 80 and its so confusing for new players with this guide you will be easily change it and fix it.
Let's begin;
Open your KnightOnline.exe via Ollydbg or any other debugger which supports editing and go to this code sections.In ollydbg you can go there by pressing CTRL and G at same time and typing offsets to editbox which is appeared.
005185F8 |> 83FE 50 CMP ESI,50 // Compare with 80
005185FB |. 7E 05 JLE SHORT 00518602 // Lower than 80 or equal?
005185FD |. BE 50000000 MOV ESI,50 // Move it 80
005CCEB8 |> 83FE 50 CMP ESI,50 // Compare with 80
005CCEBB |. 7E 05 JLE SHORT 005CCEC2 // Lower than 80 or equal?
005CCEBD |. BE 50000000 MOV ESI,50 // Move it 80
005D7A1C |> 83FF 50 CMP EDI,50 // Compare with 80
005D7A1F |. 7E 05 JLE SHORT 005D7A26 // Lower than 80 or equal?
005D7A21 |. BF 50000000 MOV EDI,50 // Move it 80
So as you can see this sections compares users level with 80 and makes its decision with it. So if your servers max level is 83 you must do following modifications.
005185F8 |> 83FE 53 CMP ESI,53 // Compare with 83
005185FB |. 7E 05 JLE SHORT 00518602 // Lower than 83 or equal?
005185FD |. BE 53000000 MOV ESI,53 // Move it 83
005CCEB8 |> 83FE 53 CMP ESI,53 // Compare with 83
005CCEBB |. 7E 05 JLE SHORT 005CCEC2 // Lower than 83 or equal?
005CCEBD |. BE 53000000 MOV ESI,53 // Move it 83
005D7A1C |> 83FF 53 CMP EDI,53 // Compare with 83
005D7A1F |. 7E 05 JLE SHORT 005D7A26 // Lower than 83 or equal?
005D7A21 |. BF 53000000 MOV EDI,53 // Move it 83
Tata thats all now seeking party's max level will shown as 83
Have fun
As you know after changing max level from your ebenezer to something bigger than 80 , seeking party's max level limit still shown as 80 and its so confusing for new players with this guide you will be easily change it and fix it.
Let's begin;
Open your KnightOnline.exe via Ollydbg or any other debugger which supports editing and go to this code sections.In ollydbg you can go there by pressing CTRL and G at same time and typing offsets to editbox which is appeared.
005185F8 |> 83FE 50 CMP ESI,50 // Compare with 80
005185FB |. 7E 05 JLE SHORT 00518602 // Lower than 80 or equal?
005185FD |. BE 50000000 MOV ESI,50 // Move it 80
005CCEB8 |> 83FE 50 CMP ESI,50 // Compare with 80
005CCEBB |. 7E 05 JLE SHORT 005CCEC2 // Lower than 80 or equal?
005CCEBD |. BE 50000000 MOV ESI,50 // Move it 80
005D7A1C |> 83FF 50 CMP EDI,50 // Compare with 80
005D7A1F |. 7E 05 JLE SHORT 005D7A26 // Lower than 80 or equal?
005D7A21 |. BF 50000000 MOV EDI,50 // Move it 80
So as you can see this sections compares users level with 80 and makes its decision with it. So if your servers max level is 83 you must do following modifications.
005185F8 |> 83FE 53 CMP ESI,53 // Compare with 83
005185FB |. 7E 05 JLE SHORT 00518602 // Lower than 83 or equal?
005185FD |. BE 53000000 MOV ESI,53 // Move it 83
005CCEB8 |> 83FE 53 CMP ESI,53 // Compare with 83
005CCEBB |. 7E 05 JLE SHORT 005CCEC2 // Lower than 83 or equal?
005CCEBD |. BE 53000000 MOV ESI,53 // Move it 83
005D7A1C |> 83FF 53 CMP EDI,53 // Compare with 83
005D7A1F |. 7E 05 JLE SHORT 005D7A26 // Lower than 83 or equal?
005D7A21 |. BF 53000000 MOV EDI,53 // Move it 83
Tata thats all now seeking party's max level will shown as 83
Have fun
Similar topics
» v1.351 Birkaç ASM Patch (Ko.exe Font offsetleri, seeking party 83 level ayarı vs.)
» 64 Level&10 Level Quest Zones<<Map,NPCs,Quest,TownPos
» [1.298] Name change hack fix
» 1 Levelden 70 Level'e Kadar Tüm Okcu Skillerini Fixlemek...
» [1310] Change 17xx New Moradon Spawn 1310 Aujard
» 64 Level&10 Level Quest Zones<<Map,NPCs,Quest,TownPos
» [1.298] Name change hack fix
» 1 Levelden 70 Level'e Kadar Tüm Okcu Skillerini Fixlemek...
» [1310] Change 17xx New Moradon Spawn 1310 Aujard
EMO Style ForumPro - Hos Geldiniz :: Online Oyunlar :: Knight Online :: Knight Online Private Serverlar :: Prosedür ve Kod Paylasımları
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz
Cuma Ağus. 29, 2014 8:33 am tarafından Hello EMO
» goldenchase.net maden yaparak para kazanma
Cuma Ağus. 29, 2014 8:18 am tarafından Hello EMO
» etichal hacker görsel egitim seti
Çarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO
» KO TBL Source C#
Ptsi Ara. 09, 2013 6:36 am tarafından Hello EMO
» x86 Registers
C.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de WYD
Çarş. Tem. 10, 2013 7:25 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de CS Metodo²
Çarş. Tem. 10, 2013 7:23 am tarafından Hello EMO
» [Tutorial] Aprendendo basico deASM OLLYDBG
Çarş. Tem. 10, 2013 7:22 am tarafından Hello EMO
» Basic C# DLL injector
Ptsi Tem. 08, 2013 7:48 am tarafından Hello EMO