Jump to content
  • 0

Question

Posted

hey i am doing some tests in the skills section :D D

 

so right now i am trying to balance a bit titans and tyrants by not allowing them to have those crazy stats while using bow and i thought this could happen by not enabling the stats of 

Fist Fury/Frenzy/Zealot/Bear Spirit Totem/Rage while using a bow 

 

 I thought i could make it but i get an error  that says i should close the "effects" but it is closed so it leads me to the conclusion i messed up :P

I am giving you one of the changes i made which are definitely wrong :D

 
<effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession"> 
				<mul order="0x30" stat="cAtk" val="1.2"/>
					<using kind="Dual Fist" />
				</mul>
				<mul order="0x30" stat="pAtk" val="1.2"/> 
					<using kind="Dual Fist" />
				</mul>
				<mul order="0x30" stat="runSpd" val="0.7"/> 
				</mul>
			</effect>

 

8 answers to this question

Recommended Posts

  • 0
Posted (edited)

/>

 in

<mul order="0x30" stat="runSpd" val="0.7"/>

means that you are closing mul tag.

</mul>

also means that you are closing mul tag,you can't close the same tag twice!

Try:

 

<effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession"> 
				<mul order="0x30" stat="cAtk" val="1.2">
					<using kind="Dual Fist" />
				</mul>
				<mul order="0x30" stat="pAtk" val="1.2"> 
					<using kind="Dual Fist" />
				</mul>
				<mul order="0x30" stat="runSpd" val="0.7"/>
			</effect>
Edited by StealthyS4m
  • 0
Posted

 

hey i am doing some tests in the skills section :D D

 

so right now i am trying to balance a bit titans and tyrants by not allowing them to have those crazy stats while using bow and i thought this could happen by not enabling the stats of 

Fist Fury/Frenzy/Zealot/Bear Spirit Totem/Rage while using a bow 

 

 I thought i could make it but i get an error  that says i should close the "effects" but it is closed so it leads me to the conclusion i messed up :P

I am giving you one of the changes i made which are definitely wrong :D

 
<effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession"> 
				<mul order="0x30" stat="cAtk" val="1.2"/>
					<using kind="Dual Fist" />
				</mul>
				<mul order="0x30" stat="pAtk" val="1.2"/> 
					<using kind="Dual Fist" />
				</mul>
				<mul order="0x30" stat="runSpd" val="0.7"/> 
				</mul>
			</effect>

 

Remove the /> from runSpd or the </mul> and try again.

  • 0
Posted (edited)
<mul order="0x30" stat="cAtk" val="1.2"/>
	<using kind="Dual Fist" />
</mul>

You close the mul tag on first line, and with </mul> everytime :|

 

Just use eclipse with xmltools to avoid such mistakes

Edited by Sdw
  • 0
Posted (edited)

Try with this:

<effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession">
                <mul order="0x30" stat="cAtk" val="1.2">
                    <using kind="Dual Fist" />
                </mul>
                <mul order="0x30" stat="pAtk" val="1.2">
                    <using kind="Dual Fist" />
                </mul>
                <mul order="0x30" stat="runSpd" val="0.7 /">
            </effect>
Edited by 'Baggos'
  • 0
Posted

 

Try with this:

<effect name="Buff" time="120" val="0" stackOrder="1" stackType="possession">
                <mul order="0x30" stat="cAtk" val="1.2">
                    <using kind="Dual Fist" />
                </mul>
                <mul order="0x30" stat="pAtk" val="1.2">
                    <using kind="Dual Fist" />
                </mul>
                <mul order="0x30" stat="runSpd" val="0.7 /">
            </effect>

it gives an error this time about the mul closing part... :/

Guest
This topic is now closed to further replies.


  • Posts

    • Vesper Noble heavy set (RAR) 1800 att - 150e Eternal Core Dualsword +6 300 att 130e Ring of Baium 130e AQ ring 100e Antharas Earring 200e   Paypal payments only DM in discord narttu123
    • L2REBORN x10 - 1gb - 4.2$ l2reborn x1 ( signature ) - 1kk - 1.3$ LU4 - 1kk - 2.3$ MASTERWORRK - 1kk - 3.8kk  discord - adver745645
    • Hello, Skill Activation: The activation options from the Alt+K window work perfectly. However, when activating them from the skill bar, there is still a delay of approximately 1 second. I need to remove that delay
    • --- Interlude Faction/GvE PvP grand opening 2025-11-15 19:00 GMT+2 ---   Gameplay: Chronicle: Interlude Type: Faction/GvE (Angels vs Nature vs Demons) GM Shop: B-S grade Buff slots: 20+4 Starting level: 74 + rebirth system   New Features: Client: Modern interface based on Essence Balance: New class skills for better balance Achievement Rewards: Daily, Weekly, One-time TOP rankings: PvP, Event PvP, Map PvP, Clan PvP, Event MvP, Map MvP Zones: 70 different PvP zones,  18 different events (8 map events | 10 main events) 12 Grand/raid bosses. Castle siege Olympiad Clan Hall challenge Custom Enchant System: Dynamic success chance (greater enchant level or item grade less enchanting success chance) Enchant rate: Blessed scrolls dynamic from 100% to 25%. Crystal Scrolls: 100%; Max enchant weapon +12 Max enchant armor +8 Safe point enchant system Extra Features: PvP items with level upgrade Weapon/Armor upgrade (from B grade to S) system Attributes system   Website: https://l2cygnus.com Community: Discord Facebook: https://www.facebook.com/l2cygnus Youtube:   
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock