Sanasol Posted September 6, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 185 Reputation: 53 Joined: 01/04/12 Last Seen: February 28 Share Posted September 6, 2014 Have you ever wanted to be friends with aggressive monsters? Now its possible This mod adds little check for aggressive monsters, they will not attack you if you have certain status(char variable). But they will attack if you start first. Source and demo script: GitHub How to:If you want set some monster loyal to character just set loyalty var to 1 For example: set loya1785,1; // Where 1785 is monster id -> Atroce in this case Atroce will ignore you until you start hit it. Then you can back it to normal state by set 0 set loya1785,0; // Where 1785 is monster id -> Atroce In this case atroce will attack you as usual Quote Link to comment Share on other sites More sharing options...
Radian Posted September 7, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted September 7, 2014 (edited) Cool but you need to configure the monsters ID# that will be available right? how about making it works only for MVP or Aggressive monsters? will it be possible? 1474, // Amon Ra summon Mimic 1477, // Amon Ra summon Arclouze 1438, // Amon Ra summon Khalitzburg 1191, // Mimic 1194, // Arclouze 1297, // Ancient Mummy 1785; // Atroce Edited September 7, 2014 by Ginji Quote Link to comment Share on other sites More sharing options...
Sanasol Posted September 7, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 185 Reputation: 53 Joined: 01/04/12 Last Seen: February 28 Author Share Posted September 7, 2014 Cool but you need to configure the monsters ID# that will be available right? how about making it works only for MVP or Aggressive monsters? will it be possible? 1474, // Amon Ra summon Mimic 1477, // Amon Ra summon Arclouze 1438, // Amon Ra summon Khalitzburg 1191, // Mimic 1194, // Arclouze 1297, // Ancient Mummy 1785; // Atroce This is demo script just for preview. You can apply loyalty to any kind of monster. Quote Link to comment Share on other sites More sharing options...
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.