QQfoolsorellina Posted January 8, 2014 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted January 8, 2014 prontera,155,173,5 script test456 100,{ set .@smob1, bg_monster ( 1, "prontera", 155, 167, "poring 1", 1002, "" ) ; set .@smob2, bg_monster ( 2, "prontera", 161, 167, "poring 2", 1002, "" ) ; unitattack .@smob1, .@smob2 ; unitattack .@smob2, .@smob1 ; CLOSE; } How to let the summoned mobs attack each other outside the battleground ? Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 8, 2014 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 January 8, 2014 (edited) mob controller system ? http://rathena.org/board/topic/91000-make-this-query-check-on-1000-pet-intimacy/?p=238215 just patch it, even your code above will work ... even without using mobspawn script command yes, this source modification will make the monster able to detect other monster in battle.c if ( md->state.killer ) state |= BCT_ENEMY; //By default everyone hates mobs. EDIT: I know you are decent level scripter ... if you wanna learn mob controller script I can teach ya Edited January 8, 2014 by AnnieRuru 1 Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted January 9, 2014 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Author Share Posted January 9, 2014 mob controller system ? http://rathena.org/board/topic/91000-make-this-query-check-on-1000-pet-intimacy/?p=238215 just patch it, even your code above will work ... even without using mobspawn script command yes, this source modification will make the monster able to detect other monster in battle.c if ( md->state.killer ) state |= BCT_ENEMY; //By default everyone hates mobs.EDIT:I know you are decent level scripter ... if you wanna learn mob controller script I can teach ya thank you, I'll try the mob controller system , There are enough examples post by you, I just search it and set filter-name to yours , I think I can get the answer Quote Link to comment Share on other sites More sharing options...
Question
QQfoolsorellina
How to let the summoned mobs attack each other outside the battleground ?
Link 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.