- Katılım
- 16 Ağu 2015
- Konular
- 11
- Mesajlar
- 92
- Reaksiyon Skoru
- 15
- Altın Konu
- 0
- TM Yaşı
- 10 Yıl 9 Ay 29 Gün
- Başarım Puanı
- 27
- MmoLira
- 0
- DevLira
- 0
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
Game SRC
Açılır: char.h
Aratılır
Altına Eklenir
Açılır: char.cpp
Aratılır
Altına Eklenir
Açılır: questlua_pc.cpp
Aratılır
Altına Eklenir
Aratılır
Altına Eklenir
Açılır: input_login.cpp
Aratılır
Altına Eklenir
Game FTP
Açılır: quest_functions
En Alta Eklenir
Ve Bu Quest Eklenir
Açılır: char.h
Aratılır
Kod:
[COLOR=#0000BB][FONT=monospace]SetExp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]DWORD exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR]
Altına Eklenir
Kod:
[COLOR=#0000BB][FONT=monospace]bool block_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; [/FONT][/COLOR]
Açılır: char.cpp
Aratılır
Kod:
[COLOR=#007700][FONT=monospace]if ([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]gPlayerMaxLevel [/FONT][/COLOR][COLOR=#007700][FONT=monospace]<= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]GetLevel[/FONT][/COLOR][COLOR=#007700][FONT=monospace]())[/FONT][/COLOR]
[COLOR=#007700][FONT=monospace] return; [/FONT][/COLOR]
Altına Eklenir
Kod:
[COLOR=#007700][FONT=monospace]if ([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace])[/FONT][/COLOR]
[COLOR=#007700][FONT=monospace] {
return;
[/FONT][/COLOR]
[COLOR=#007700][FONT=monospace] }[/FONT][/COLOR]
Açılır: questlua_pc.cpp
Aratılır
Kod:
[/COLOR][/B][COLOR=#007700][FONT=monospace]{ [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"give_award_socket"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc_give_award_socket [/FONT][/COLOR][COLOR=#007700][FONT=monospace]}, [/FONT][/COLOR][B][COLOR=#FF0000]
Altına Eklenir
Kod:
[/B][COLOR=#007700][FONT=monospace]{ [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"block_exp"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]_block_exp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]}, [/FONT][/COLOR][COLOR=#FF8000][FONT=monospace]//¸Block EXP by skytech63[/FONT][/COLOR]
[COLOR=#007700][FONT=monospace]{ [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"unblock_exp"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]_unblock_exp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]}, [/FONT][/COLOR][COLOR=#FF8000][FONT=monospace]//¸Unblock EXP by skytech63 [/FONT][/COLOR][B]
Aratılır
Kod:
[/B][COLOR=#0000BB][FONT=monospace]void RegisterPCFunctionTable[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() [/FONT][/COLOR][B]
Altına Eklenir
Kod:
[/B][COLOR=#0000BB][FONT=monospace]int _block_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]lua_State[/FONT][/COLOR][COLOR=#007700][FONT=monospace]* [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]L[/FONT][/COLOR][COLOR=#007700][FONT=monospace])[/FONT][/COLOR][/CENTER]
[COLOR=#007700][FONT=monospace]{
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]LPCHARACTER ch [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]CQuestManager[/FONT][/COLOR][COLOR=#007700][FONT=monospace]::[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]instance[/FONT][/COLOR][COLOR=#007700][FONT=monospace]().[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]GetCurrentCharacterPtr[/FONT][/COLOR][COLOR=#007700][FONT=monospace]();
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]ch[/FONT][/COLOR][COLOR=#007700][FONT=monospace]->[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]true[/FONT][/COLOR][COLOR=#007700][FONT=monospace];
return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0[/FONT][/COLOR][COLOR=#007700][FONT=monospace];
}
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]int _unblock_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]lua_State[/FONT][/COLOR][COLOR=#007700][FONT=monospace]* [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]L[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
{
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]LPCHARACTER ch [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]CQuestManager[/FONT][/COLOR][COLOR=#007700][FONT=monospace]::[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]instance[/FONT][/COLOR][COLOR=#007700][FONT=monospace]().[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]GetCurrentCharacterPtr[/FONT][/COLOR][COLOR=#007700][FONT=monospace]();
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]ch[/FONT][/COLOR][COLOR=#007700][FONT=monospace]->[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]false[/FONT][/COLOR][COLOR=#007700][FONT=monospace];
return [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0[/FONT][/COLOR][COLOR=#007700][FONT=monospace];
[/FONT][/COLOR][CENTER][COLOR=#007700][FONT=monospace]} [/FONT][/COLOR][B]
Açılır: input_login.cpp
Aratılır
Kod:
[/COLOR][/B][COLOR=#007700][FONT=monospace]if ([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]g_bCheckClientVersion[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR][B][COLOR=#FF0000]
Altına Eklenir
Kod:
[/B][COLOR=#0000BB][FONT=monospace]ch[/FONT][/COLOR][COLOR=#007700][FONT=monospace]->[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp [/FONT][/COLOR][COLOR=#007700][FONT=monospace]= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]false[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; [/FONT][/COLOR][B]
Game FTP
Açılır: quest_functions
En Alta Eklenir
Kod:
[/COLOR][/B][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]unblock_exp [/FONT][/COLOR][B][COLOR=#FF0000]
Ve Bu Quest Eklenir
Kod:
[/COLOR][/B][COLOR=#0000BB][FONT=monospace]quest antiexp begin[/FONT][/COLOR][/CENTER]
[COLOR=#0000BB][FONT=monospace] state start begin
when login begin
[/FONT][/COLOR][COLOR=#007700][FONT=monospace]if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"antiexp"[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) == [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 then
pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]chat[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Anti EXP ist noch aktiviert"[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
end
when itemvnum[/FONT][/COLOR][COLOR=#007700][FONT=monospace].use [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]begin
[/FONT][/COLOR][COLOR=#007700][FONT=monospace]if [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"antiexp"[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) == [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0 then
pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"antiexp"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]chat[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Anti EXP wurde aktiviert."[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
elseif [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]getqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"antiexp"[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) == [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]1 then
pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]unblock_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]pc[/FONT][/COLOR][COLOR=#007700][FONT=monospace].[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]setqf[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"antiexp"[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]0[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]chat[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]"Anti EXP wurde deaktiviert."[/FONT][/COLOR][COLOR=#007700][FONT=monospace])
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]end
end
end
[/FONT][/COLOR][CENTER][COLOR=#0000BB][FONT=monospace]end [/FONT][/COLOR][B][COLOR=#FF0000]
Son düzenleme:
- Katılım
- 11 Ağu 2014
- Konular
- 95
- Mesajlar
- 1,904
- Reaksiyon Skoru
- 719
- Altın Konu
- 0
- TM Yaşı
- 11 Yıl 10 Ay 3 Gün
- Başarım Puanı
- 157
- MmoLira
- 67
- DevLira
- 0
lua?Game SRC
Açılır: char.h
Aratılır
Kod:[COLOR=#0000BB][FONT=monospace]SetExp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]DWORD exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) [/FONT][/COLOR]
Altına Eklenir
Kod:[COLOR=#0000BB][FONT=monospace]bool block_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; [/FONT][/COLOR]
Açılır: char.cpp
Aratılır
Kod:[COLOR=#007700][FONT=monospace]if ([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]gPlayerMaxLevel [/FONT][/COLOR][COLOR=#007700][FONT=monospace]<= [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]GetLevel[/FONT][/COLOR][COLOR=#007700][FONT=monospace]())[/FONT][/COLOR] [COLOR=#007700][FONT=monospace] return; [/FONT][/COLOR]
Altına Eklenir
Kod:[COLOR=#007700][FONT=monospace]if ([/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]block_exp[/FONT][/COLOR][COLOR=#007700][FONT=monospace])[/FONT][/COLOR]Kod:[COLOR=#007700][FONT=monospace] { return; [/FONT][/COLOR][CENTER][COLOR=#007700][FONT=monospace] }[/FONT][/COLOR][/CENTER]
- Katılım
- 2 Şub 2015
- Konular
- 230
- Mesajlar
- 2,001
- Çözüm
- 2
- Online süresi
- 3mo 24d
- Reaksiyon Skoru
- 1,027
- Altın Konu
- 0
- Başarım Puanı
- 276
- MmoLira
- 5,736
- DevLira
- 31
adam yarısının yarısının yarısını paylaşmış
- Katılım
- 16 Ağu 2015
- Konular
- 11
- Mesajlar
- 92
- Reaksiyon Skoru
- 15
- Altın Konu
- 0
- TM Yaşı
- 10 Yıl 9 Ay 29 Gün
- Başarım Puanı
- 27
- MmoLira
- 0
- DevLira
- 0
code lere bakıyom adamın yarısının yarısı olan çocuk kardeşimadam yarısının yarısının yarısını paylaşmış
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 9
- Görüntüleme
- 498
- Cevaplar
- 9
- Görüntüleme
- 571
- Cevaplar
- 3
- Görüntüleme
- 596
- Cevaplar
- 13
- Görüntüleme
- 713



