Elem8100 / MapleNecrocer

MapleStory Client Emulator
MIT License
156 stars 21 forks source link

Stop monster movement #34

Closed lumyjuwon closed 2 months ago

lumyjuwon commented 2 months ago

Is there a function that stop monster movement? If the function is added then see more easily position of monster.

and could you write docs of compiling MapleNecrocer? then I can contribute even a little bit.

Elem8100 commented 2 months ago

The require function is not a normal client's behavior. I don't provide this edition. You have to recompile the source code for your own custom feature.

in Client/Mob.cs, add this line of code(return;) public override void DoMove(float Delta) {
return; base.DoMove(Delta); .................. ..................