So i want to make vengeance give buff only if any people are nearby. Current XML:
<skill id="368" toLevel="1" name="Vengeance">
<icon>icon.skill0368</icon>
<abnormalLvl>3</abnormalLvl>
<abnormalTime>30</abnormalTime>
<abnormalType>PD_UP_SPECIAL</abnormalType>
<affectLimit>10-10</affectLimit>
<affectRange>200</affectRange>
<effectPoint>-8784</effectPoint>
<hitTime>1000</hitTime>
<magicLvl>77</magicLvl>
<mpConsume>35</mpConsume>
<operateType>A3</operateType>
<reuseDelay>900000</reuseDelay>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>POINT_BLANK</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<conditions>
<condition name="EquipShield" />
</conditions>
<selfEffects>
<effect name="MagicalDefence">
<amount>4050</amount>
<mode>DIFF</mode>
</effect>
<effect name="PhysicalDefence">
<amount>5400</amount>
<mode>DIFF</mode>
</effect>
<effect name="ResistDispelByCategory">
<amount>-80</amount>
<slot>BUFF</slot>
</effect>
<effect name="Speed">
<amount>-40</amount>
<mode>PER</mode>
</effect>
</selfEffects>
</skill>
Tried to add: <effect name="Vengeance" />, got effecthandler for it, but question is in which overrided function i should perform the checks if the people are nearby? l2jmobius.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone. Long time no see.
I've been trying to play L2 on my 4k monitor, however the UI is extremely small.
I checked around the internet and couldn't find a guide on how to keep the resolution high and the UI size a bit bigger. I either get small UI + full resolution (correct resolution of monitor), or normal sized UI but resolution set to full HD (which doesn't really look good on a 4k screen). Adjusting scaling on display settings doesn't change the UI just the text on L2.
Does anyone know a way to increase the UI size only and keeping the screens resolution same (4k) ? I'll share a screenshot as an example, and it 's not even full screen mode.
https://freeimage.host/i/3cvPVnI
Hello server will back again ,Let's gather everyone who remembers an interesting and unforgettable wonderful server.
https://l2-forever.com/
https://discord.gg/Zr5eGqDQ6V
Question
Zeba17
So i want to make vengeance give buff only if any people are nearby. Current XML:
<skill id="368" toLevel="1" name="Vengeance">
<icon>icon.skill0368</icon>
<abnormalLvl>3</abnormalLvl>
<abnormalTime>30</abnormalTime>
<abnormalType>PD_UP_SPECIAL</abnormalType>
<affectLimit>10-10</affectLimit>
<affectRange>200</affectRange>
<effectPoint>-8784</effectPoint>
<hitTime>1000</hitTime>
<magicLvl>77</magicLvl>
<mpConsume>35</mpConsume>
<operateType>A3</operateType>
<reuseDelay>900000</reuseDelay>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
<targetType>SELF</targetType>
<affectScope>POINT_BLANK</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<conditions>
<condition name="EquipShield" />
</conditions>
<selfEffects>
<effect name="MagicalDefence">
<amount>4050</amount>
<mode>DIFF</mode>
</effect>
<effect name="PhysicalDefence">
<amount>5400</amount>
<mode>DIFF</mode>
</effect>
<effect name="ResistDispelByCategory">
<amount>-80</amount>
<slot>BUFF</slot>
</effect>
<effect name="Speed">
<amount>-40</amount>
<mode>PER</mode>
</effect>
</selfEffects>
</skill>
Tried to add: <effect name="Vengeance" />, got effecthandler for it, but question is in which overrided function i should perform the checks if the people are nearby? l2jmobius.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.