L2JMobius

Free Users => General Discussion => Topic started by: Mechagon3k on January 27, 2022, 03:53:12 AM

Title: Damage from mobs
Post by: Mechagon3k on January 27, 2022, 03:53:12 AM
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" />
Title: Re: Damage from mobs
Post by: nasseka on January 27, 2022, 04:02:12 AM
https://l2central.info/main/search/?s=Delta+Bathus (https://l2central.info/main/search/?s=Delta+Bathus)
Title: Re: Damage from mobs
Post by: Mobius on January 27, 2022, 07:54:59 AM
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.
Title: Re: Damage from mobs
Post by: Mechagon3k on January 28, 2022, 01:17:17 AM
@nasseka
As you can observe there's no attack/defence on l2central.


@Mobius
Ty