It doesn't say that anywhere.
https://acis.i-live.eu/index.php?topic=30.0
check it from source java file names
example in 367 ->
https://acis.i-live.eu/index.php?topic=30.255 l2bufferinstance renamed to schemebuffer | l2pcinstance renamed to player
check changeset 367 to understand
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Eldamar Don't tell me what to do, stop spamming and mind your own business, it's 2025, who's going to play your server like it's 2007, you're ridiculous.
Question
Xerus
How can i allow skills to be used with all weapons for example
<skill id="292" levels="1" name="Bison Spirit Totem">
<set name="magicLvl" val="68"/>
<set name="mpConsume" val="32"/>
<set name="target" val="TARGET_SELF"/>
<set name="reuseDelay" val="600000"/>
<set name="hitTime" val="2000"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="aggroPoints" val="624"/>
<set name="weaponsAllowed" val="1024"/>
<!-- Dual Fist -->
<for>
<effect name="Buff" time="60" val="0" stackOrder="1" stackType="possession">
<add order="0x40" stat="accCombat" val="6">
<using kind="Dual Fist"/>
</add>
<mul order="0x30" stat="pAtk" val="1.1">
<player hp="60"/>
</mul>
<add order="0x40" stat="rCrit" val="100">
<player hp="60"/>
</add>
<mul order="0x30" stat="pAtk" val="1.3">
<player hp="30"/>
</mul>
<add order="0x40" stat="rCrit" val="300">
<player hp="30"/>
</add>
</effect>
</for>
</skill>
can be used only with fists... i want bow and all weapons too
6 answers to this question
Recommended Posts