[Question] how to make uniques spawns elites ?

03/21/2018 00:19 multiuses#1
hi there
how to make a uniques which spawns Elite and lots of other mobs during hunting them like Main game uniques ?
i wonder if anyone knows how to do that
please share with me and ill really appreciate your help !
thanks.
03/21/2018 08:28 blapanda#2
As for instance, take a look about the attack skills of Lord Yarkan. He has a skill which will trigger with each 25% HP loss. Those parameters at the back are literally mob IDs.

Just get his refobjcommon and char lines, get the skill IDs from his refobjchar line, search for those skills at the refskill table and look for the monster IDs within the skill's param1 to paramX range.

Here, for making it simple:

[Only registered and activated users can see links. Click Here To Register...]
03/27/2018 02:07 multiuses#3
Quote:
Originally Posted by blapanda View Post
As for instance, take a look about the attack skills of Lord Yarkan. He has a skill which will trigger with each 25% HP loss. Those parameters at the back are literally mob IDs.

Just get his refobjcommon and char lines, get the skill IDs from his refobjchar line, search for those skills at the refskill table and look for the monster IDs within the skill's param1 to paramX range.

Here, for making it simple:

[Only registered and activated users can see links. Click Here To Register...]
man thank you !!