Jump to content

Monster loyalty mod


Sanasol

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   53
  • Joined:  01/04/12
  • Last Seen:  

Have you ever wanted to be friends with aggressive monsters? Now its possible  /oops
 
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

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Cool  /ok

 

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 by Ginji
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   53
  • Joined:  01/04/12
  • Last Seen:  

 

Cool  /ok

 

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...