FOnline Development > General Discussion
how many Disposition scripts can be used on critter?
(1/1)
Johnnyrico:
how many disposition scripts can be used on critter?
for example ScriptName.............mob
FurName................._MobInit
this is one disposition that Surf told me, The function is attacking player automatically in game.
who knows the other NPC disposition? please share it !!
thanks!!
wladimiiir:
--- Quote from: Johnnyrico on October 19, 2012, 08:33:03 am ---how many disposition scripts can be used on critter?
--- End quote ---
As many as you can write. :)
_MobInit has been created for usage in encounters by those evil guys.
There is also encounter_npc@_NpcInit (scriptName=encounter_npc, funcName=_NpcInit) used by those good guys in encounters.
There are also some patterns created for NPC behavior (but haven't really tried them, so just my guess according to code what they do):
* pattern_medic@_MedicInit - team medic, heals team members
* pattern_slayer@_SlayerInit - sneaks, attacks everyone
* pattern_sniper@_SniperInit - sniper, sneaker
* pattern_term@_TermInit - terminator guy, unsneaks players
But you have to try them for yourself, how they behave. ;)
Navigation
[0] Message Index
Go to full version