Dastgir Posted November 29, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 10:21 AM Share 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 Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 29, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
Dastgir Posted November 30, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 10:21 AM Author Share 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 Link to comment Share on other sites More sharing options...
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 PojeeLink to comment
Share on other sites
2 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.