Monster Guild

Tsuuu

New member
Messages
80
Points
0
Emulator
Code:
Good night, I would like to make a monster of a guild and that monster attacks non-guild people, 
my idea is to put the monster on the guild point map and change its status to kill the intruders with ease, 
the problem Is that I do not even know if this is possible, could someone give me a light? 
Any help is welcome and I can begin with gratefulness.
 
Last edited by a moderator:
You could add to the mob database a new pacific monster (one that does not attack if not provoked) and give it Assist mode. Then you would spawn a few of those in the map with the monster() command (to get the GID) and use unitattack() to force them to attack non-guild members. And since they would have Assist, every nearby mob would join the fray and attack too.

 
Thank so much, solved, can closed this topic...

Code:
I'm a web programmer but I do not understand the rag language yet, 
I've read the documentation once a while ago, but I've forgotten almost everything, 
thanks for the light, already solved my problem.
 
Back
Top