Hey, this is a request for the mass spawn hack for bosses,
through ce.
I have finished all the other ce scripts but the boss one im not sure.
I had a look at another code and it mentions boss but its just a vac. Not boss mob mass spawn.
Much thanks.
through ce.
I have finished all the other ce scripts but the boss one im not sure.
I had a look at another code and it mentions boss but its just a vac. Not boss mob mass spawn.
Well the boss doesnt spawn mass mobs, need help on it.Quote:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0045C1CD:
jmp newmem
nop
returnhere:
newmem:
originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx
mov edx,999 // folow mobs
mov dword ptr [eax+1C],edx
mov edx,99
mov dword ptr [eax+00],edx
mov edx,99
mov dword ptr [eax+04],edx
mov edx,99
mov dword ptr [eax+08],edx
mov edx,99
mov dword ptr [eax+10],edx
mov edx,99
mov dword ptr [eax+14],edx
mov edx,99
mov dword ptr [eax+18],edx
mov edx,99
mov dword ptr [eax+30],edx
mov edx,99
mov dword ptr [eax+38],edx
mov edx,999 // number boss spawn
mov dword ptr [eax+8c],edx
mov edx,01 // time delay between spawn
mov dword ptr [eax+90],edx
mov edx,300 //dwmove delay of monsters ;u can make it higher or lower than 540 but no more than >900 if u lagging or getting crash report
mov dword ptr [eax+3C],edx
mov dword ptr [ecx+20],edx
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
0045C1CD:
mov edx,[eax+1c]
mov [ecx+20],edx
Much thanks.