Alguém que saiba trabalhar com Engine.dll e Core.dll? Tenho hwid no servidor o código adaptado, mas não tenho parte do cliente, pois meu cliente é c4.. Alguém que faça esse tipo de serviço
Hello @Hitcher. Could you please clarify the scenario in which this happened?
Was it on GF server?
The drops that were on the ground were from the same character? These fell with autoloot off, then you activated autoloot and tried to pick? Please provide more details so we can replicate it.
Question
Guarder
the stats of the scroll its not aplyed if i have already buffed empower. how i i make it apply ?
example i have buffed empower and i want to also get the buff from "empower scroll". to stack. near the empower from buffer.
it doesnt apply
<skill id="2056" levels="1" name="Scroll of Mystic Empower">
Edited by KIDutz<set name="target" val="TARGET_SELF"/>
<set name="hitTime" val="4000"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="staticHitTime" val="true" />
<for>
<effect name="Buff" time="18000" count="1" val="0" stackOrder="1.15" stackType="mAtk">
<mul order="0x30" stat="mAtk" val="1.15"/>
</effect>
</for>
</skill>
<!-- Status:Fixed Pack:l2jfrozen author:Nefer -->
<skill id="2057" levels="1" name="Scroll of Might">
<set name="target" val="TARGET_SELF"/>
<set name="hitTime" val="4000"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="staticHitTime" val="true" />
<for>
<effect name="Buff" time="18000" count="1" val="0" stackOrder="1.15" stackType="pAtk">
<mul order="0x30" stat="pAtk" val="1.15"/>
</effect>
</for>
</skill>
5 answers to this question
Recommended Posts