L2JMobius

High Five Change Wyrven Speed Fly?

xiskn · 6 · 192

Offline xiskn

  • Vassal
  • *
    • Posts: 3
Hi guys
I build a new private server usin Mobius Rev, plz some1 may help me, would like to know can i change my Wyvern fly speed by a custom item created for normal player may to use and mount Wyvern !
as u can see bellow i changed NPC Wyrven fly speed but dont worked:
PLZ helpe me :( :( :(
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/npcs.xsd">
<npc id="12621" level="70" type="Pet" name="Wyvern">
<!-- Confirmed CT2.5 -->
<parameters>
<skill name="DDMagic" id="4289" level="1" /> <!-- Wyvern Breath -->
</parameters>
<race>DRAGON</race>
<sex>MALE</sex>
<stats str="40" int="21" dex="30" wit="20" con="43" men="25">
<vitals hp="2444.46819" hpRegen="7.5" mp="1345.8" mpRegen="2.7" />
<attack physical="688.86373" magical="470.40463" random="10" critical="4" accuracy="4.75" attackSpeed="253" type="FIST" range="40" distance="80" width="120" />
<defence physical="295.91597" magical="216.53847" />
<attribute>
<defence fire="20" water="20" wind="20" earth="20" holy="20" dark="20" />
</attribute>
<speed>
[color=yellow] <walk ground="80" />
<run ground="170" />[/color]
</speed>
</stats>
<status undying="false" />
<skillList>
<skill id="4121" level="1" /> <!-- Summoned Monster Magic Protection -->
<skill id="4408" level="1" /> <!-- HP Increase (1x) -->
<skill id="4409" level="1" /> <!-- MP Increase (1x) -->
<skill id="4410" level="11" /> <!-- Average P. Atk. -->
<skill id="4411" level="11" /> <!-- Average M. Atk. -->
<skill id="4412" level="11" /> <!-- Average P. Def. -->
<skill id="4413" level="11" /> <!-- Average M. Def. -->
<skill id="4414" level="2" /> <!-- Standard Type -->
<skill id="4415" level="1" /> <!-- Bare Hands -->
<skill id="4416" level="10" /> <!-- Dragons -->
</skillList>
<shots soul="2" spirit="2" />
<corpseTime>86400</corpseTime>
<exCrtEffect>false</exCrtEffect>
<collision>
<radius normal="60" />
<height normal="80" />
</collision>
</npc>
</list>

My custom item code:

Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/items.xsd">
<item id="50000" type="EtcItem" name="Gold Wyvern">
<set name="icon" val="icon.etc_magic_coin_gold_i00" />
<set name="displayId" val="3482" />
<set name="is_oly_restricted" val="true" />
<set name="reuse_delay" val="3000" />
<set name="handler" val="ItemSkills" />
<set name="item_skill" val="49900-1" />
</item>
</list>






Offline xiskn

  • Vassal
  • *
    • Posts: 3
check this
https://gitlab.com/MobiusDevelopment/L2J_Mobius/-/blob/master/L2J_Mobius_CT_2.6_HighFive/dist/game/data/stats/pets/12621_Wyvern.xml?ref_type=heads

Hi friend i did this but dont worked  :-\ :-\ :-\ , the Wyvern become more slower  :(

before:
Code: [Select]
<set name="speed_on_ride" val="0" walk="250" run="250" slowSwim="140" fastSwim="140" slowFly="250" fastFly="250" />
</stat>

after changer for Wyvern fly faster = new value = 700

Code: [Select]
<set name="speed_on_ride" val="0" walk="250" run="250" slowSwim="140" fastSwim="140" slowFly="250" fastFly="700" />
</stat> /code]


Online BazookaRpm

  • Count
  • *****
    • Posts: 449
  • Lineage II - lover - Heirophant
You were able to check the maximum allowed speed in the settings; there are established limits.

Review the settings.
Atte BazooKa.RPM

Lineage II Lovers


Offline xiskn

  • Vassal
  • *
    • Posts: 3
You were able to check the maximum allowed speed in the settings; there are established limits.

Review the settings.

Where i find these settings?  :'(


Online BazookaRpm

  • Count
  • *****
    • Posts: 449
  • Lineage II - lover - Heirophant
maybe? check
Always check your stat values first, then mount the wyrm and check your stats again.
Increase the setup speed and the wyrm speed, and see if they change.


L2J_Mobius_CT_2.6_HighFive/dist/game/config/Player.ini


# Maximum character running speed.
# Default: 250 -- maybe increase max speed
MaxRunSpeed = 250
Atte BazooKa.RPM

Lineage II Lovers