hellboy
Intermediate OT User
It's possible to fire lua script on spawn one monster type in map (using only monster xml file and lua)?
I believe it was, back in the day. You'd need to declare either an onThink creatureevent for the creature.xml, or an onSpawn, if there is such a thing. Please do some research, or look into your source files, and if you are able to communicate further, we might be able to help.
<script>
[...]
grep -r 'script' monster/ | grep -iv 'namedescription' | wc -l
Thanks. I'll search few days in forum for another answer. If I can't find anything else, I'll mark your answer as "Best answer" and set Thread as resolved.check my signature for a 1.2 implementation of onSpawn
if you're not using 1.2 just use the search bar and look for onSpawn for your tfs version