Dastgir Posted November 29, 2012 Posted November 29, 2012 (edited) 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. Edited December 2, 2012 by Dastgir Pojee Quote
AnnieRuru Posted November 29, 2012 Posted November 29, 2012 of course it works like that if you want them to fight on sight, have to set them into aggressive monsters MD_AGGRESSIVE | 0x0004 | 4 if you try with both monster ID 1001, sure works Quote
Dastgir Posted November 30, 2012 Author Posted November 30, 2012 (edited) Any way to make it work in non-aggresive mob? FIXED.(A source edit!) Edited December 2, 2012 by Dastgir Pojee Quote
Question
Dastgir
Here's my Script
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.
Edited by Dastgir Pojee2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.