L2JMobius

Fafurion Damage from mobs

Mechagon3k · 4 · 1773

Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
Is this damage real? Where's the source of the database? (L2Wiki was closed) and there's no other database above Helios

attack physical="1335975.84404193" magical="831630.969959335"

Code: [Select]
<npc id="23774" level="102" type="Monster" name="Delta Bathus">
<parameters>
<param name="IsAggressive" value="1" />
<skill name="Skill01_ID" id="16653" level="1" />
</parameters>
<race>GIANT</race>
<sex>MALE</sex>
<acquire exp="908048947" sp="908061" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="1277110.40462428" hpRegen="9.5" mp="23928.0528052805" mpRegen="3.3" />
<attribute>
<attack type="EARTH" value="600" />
<defence fire="500" water="500" wind="450" earth="500" holy="500" dark="500" />
</attribute>
<speed>
<walk ground="55" />
<run ground="180" />
</speed>
<attack physical="1335975.84404193" magical="831630.969959335" critical="4" attackSpeed="398" range="40" />



Online Mobius

  • Distinguished King
  • *****
    • Posts: 16011
http://l2i-gc.gaikotsu.ru/npc_23774
You have to take in cosideration base stat and skill bonuses.
All monsters are already parsed from there.


Offline Mechagon3k

  • Knight
  • ***
    • Posts: 67
@nasseka
As you can observe there's no attack/defence on l2central.


@Mobius
Ty