mercenary

kerbiii

New member
Messages
342
Points
0
how to make mercenary agressive?

[cbox]/ Additional Monsters
//2000,M_GAMEMASTER,Male Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
//2001,F_GAMEMASTER,Female Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0[/cbox]

found this on mob db should i uncomment this and make it agreesive to change the mercenary mode?

 
Mercenary can control by you. Press Alt + Left click to monster to attack, it will attack if someone Hit you.

and you can create mercenary by 

*mercenary_create <class>,<contract time>;
 
This command summons a mercenary of given class, for given amount of time 
in milliseconds. Typically used in item scripts of mercenary scrolls.
 
Last edited by a moderator:
Mercenary can control by you. Press Alt + Left click to monster to attack, it will attack if someone Hit you.

and you can create mercenary by 

*mercenary_create <class>,<contract time>;
 
This command summons a mercenary of given class, for given amount of time 
in milliseconds. Typically used in item scripts of mercenary scrolls.
yes but i want the mercenary to become agresive

 
If I remember well, that's done by a mercenary AI on the client-side.

 
As far as I know (not good on client-side) most popular AIs don't work on any private server software, and the ones that do are usually for homunculus. 

 
Back
Top