Here's my Script
- script MF -1,{
OnWhisperGlobal:
getmapxy(.@map$,.@x,.@y,0);
monster .@map$,.@x,.@y,"AI 0",1002,1,"",0,0;
monster .@map$,.@x,.@y,"AI 1",1005,1,"",0,1;
end;
}
When I whisper to NPC "MF"
It summon the monster 1002 and 1005 but they do not attack each other.
They are simply roaming around.
Tried at quiz_02,prontera,geffen,prt_fild02
If the monster is mvp, it works fine.
Edit: Mvp attack each other, but if theres normal mob, it doesn't attack.