REALLY NICE, MAN!!! I saw that i can make a monster attack other monster, but nothing about do not attack Real players, do you know something about it? Let me show you how to do Monster VS Monster...
But this code makes the monster attack a normal player too...
- script test -1,{
OnWhisperGlobal:
getmapxy(.@map$,.@x,.@y,0);
monster .@map$,.@x,.@y,"AI 0",1647,1,"",0,0;
monster .@map$,.@x,.@y,"AI 1",1785,1,"",0,1;
end;
}