forgottenserver icon indicating copy to clipboard operation
forgottenserver copied to clipboard

Effects support for summons

Open reyaleman opened this issue 3 years ago • 0 comments

Pull Request Prelude

Changes Proposed

  • Added effect support for summons
  • Fixed? summon effect to match cipbia (teleport effect on summons not master)
  • Added customizable effect for summons (effect)
  • Added customizable effect for summon master (masterEffect)
  • Added summon structure fields to lua methods (monsterType:getSummonList & monsterType:addSummon)
<summon name="fire elemental" interval="2000" chance="100">
	<attribute key="mastereffect" value="redteleport" />
	<attribute key="effect" value="hearts" />
</summon>

https://user-images.githubusercontent.com/3027705/170199886-7a889e9d-2f9b-4acc-aa47-79aa877b55ba.mp4

Issues addressed:

#4136

reyaleman avatar May 25 '22 07:05 reyaleman