L2JMobius

Free Users => General Discussion => Topic started by: salonon on January 09, 2022, 11:40:57 AM

Title: Mana regeneration from mobs
Post by: salonon on January 09, 2022, 11:40:57 AM
hi all

I have a question on the official server, if I dead mobs i get mana regeneration. My question is there a switch for that I can set this or do I have to set each mob individually.
Title: Re: Mana regeneration from mobs
Post by: Index on January 09, 2022, 04:56:46 PM
Code: [Select]
<mpReward value="20" type="PER" ticks="10" affects="PARTY" />
Code: [Select]
<npc id="24601" level="108" type="Monster" name="Water Dragon's Shaman">
<mpReward value="20" type="PER" ticks="10" affects="PARTY" />
<race>ETC</race>
<sex>FEMALE</sex>
<acquire exp="1199922336" sp="1079854" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="192256.069364162" hpRegen="9.5" mp="26106.2706270627" mpRegen="3.3" />
<attack physical="65855" magical="56801" random="30" critical="4.75" accuracy="4.75" attackSpeed="250" type="SWORD" range="40" distance="80" width="120" />
<defence physical="6269" magical="3641" />
<speed>
<walk ground="60" />
<run ground="180" />
</speed>
</stats>
<status attackable="true" />
<collision>
<radius normal="17" />
<height normal="44" />
</collision>
</npc>
Title: Re: Mana regeneration from mobs
Post by: salonon on January 09, 2022, 08:02:14 PM
Okay, thank you for the information