I've been testing the speed of mobs when vacking. Well i have a question i'de like to be answered, if you can ofc.
And all those values, lv1 lv2 lv3 are the same speed..... I can't find a speed between the 41400000 and the 41c00000....
Anyone can tell me a speed that makes the mobs closer to you when aoe'ing?
Cyas
This is the quote of the speed of mobs, my CE script is using the 4140000 value, and it works fine, the only problem is the mobs run too far away from the aoe's.Quote:
To help reduce crashes you can change the speed of how fast the mob runs. Find the code
Code:
mov [esi+00000070], 41400000 // speed of the mob
Now you can change 41400000 back to the default 40900000, or
to any of these:
40c00000 = 6 lv 1
40400000 = 12 lv 2
41c00000 = 24 lv 3
And all those values, lv1 lv2 lv3 are the same speed..... I can't find a speed between the 41400000 and the 41c00000....
Anyone can tell me a speed that makes the mobs closer to you when aoe'ing?
Cyas