HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
bool bAttacking = (get_dword_time() - ch->GetLastAttackTime()) < 800;
bool bMoving = (get_dword_time() - ch->GetLastAttackTime()) < 800;
if (!bAttacking)
return BATTLE_NONE;
if (!bMoving)
return BATTLE_NONE;
burası trash code gibi gözüküyor.
bAttacking ile bMoving aynı şey
çalışır mı emin değilim ama yapılmak istenen karakter saldırı yapmıyorken hasar vermesini engellemek sanırım.
biraz trash code gibi duruyor![]()
The DMG Hack simply sends attack packages without the character moving, if you place that it will send the packages but there will be no dmg against the other character, you will simply find the one you have when attacking your character, that is the fix they sell.
you sure it will find the character is moving or not?The DMG Hack simply sends attack packages without the character moving, if you place that it will send the packages but there will be no dmg against the other character, you will simply find the one you have when attacking your character, that is the fix they sell.
bool bMoving = (get_dword_time() - ch->GetLastAttackTime()) < 800;
it should be
bool bMoving = (get_dword_time() - ch->GetLastMoveTime()) < 800;
y mi bu
you sure it will find the character is moving or not?
bool bMoving = (get_dword_time() - ch->GetLastAttackTime()) < 800;
it should be
bool bMoving = (get_dword_time() - ch->GetLastMoveTime()) < 800;
I thought about it, but I put the two only in caution
it should work as well, remember that most hacks are simply a deficiency of exceptions in the LOC.dalga geçmiyor hareket ederken saldırı yapılmasını engelliyor kodlarDalga mı geçiyor yani bizimle
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 14
- Görüntüleme
- 1K
- Cevaplar
- 8
- Görüntüleme
- 554
