Sanasol Posted September 6, 2014 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
Radian Posted September 7, 2014 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
Sanasol Posted September 7, 2014 Author 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
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.