increase speed on non aggro

06/13/2009 08:44 shinitenshi#1
My speed hack and vac work perfectly but i think they move to slow...
i changed my speed hack to:
Code:
mov [eax+08],415773AE // change float point to desire speed
and it moves way faster :D which is good but now... the Non Aggro cant keep up... or the mobs stay way behind. i changed the:
Code:
mov [esi+00000070], 2540BE3FF // speed mob
to:
Code:
mov [esi+00000070], 415773AE // speed mob
matching my speed hack but it still stay way behind... any clue what am doing wrong?
06/13/2009 12:12 rickymadness08#2
try mov [esi+00000070], 41400000 // speed mob
ohyeah and if u want the ranged mobs not to attack

from
mov byte ptr [esi+00000174],00 // malee attack range = 0
mov byte ptr [esi+00000244],00 // magic attack range = 0

to
mov byte ptr [esi+00000174],0000 // malee attack range = 0
mov byte ptr [esi+00000244],0000 // magic attack range = 0

i dont know about the speed didnt check it out yet
06/13/2009 17:33 shinitenshi#3
Thank you bro ill give it a try

------------------------------
Thats still to slow anyway to make it faster?