Jump to content
  • 0

C speed on l2jstandard Version


Question

Posted

hiho i noticed a bug on l2jstandard version of l2jarchid.

 

the cast bonus is too big example

 

if i wear dc robe only not full set my cast speed from 600 go to 1.4k~ whit full buffs etc whit the full set its around 2k same on light just a bit less

 

does anyone has fixed the problemm allready?, or know what ,maybe causing it i am still searching

13 answers to this question

Recommended Posts

  • 0
Posted

could only be armor xml but they have no code to increase cast speed, and set skills might be but i allso get a huge boost when i only wear robe armor

 

allso set effect is right

 

<mul order="0x30" stat="mAtkSpd" val="1.15" /> <!-- Casting Spd. +15% -->

 

 

  • 0
Posted

passive skills ?

 

only the usual increase cast speed 3 etc. but when i equip light or robe armor no skill gets added but still c speed increases whit around 600-800c speed, Robe set Effect do not turn on. no wit is getting added

 

once i wear DC Robe armor only for example only C speed and Def changes C speed from 500 to 1k~ allso mp gets a boost from 3,5k to 4,2k

 

honestly i have no idea whats causing it i was thinking about the java file useitem but.. did not find anything

  • 0
Posted

1 other solution is to check in database in table armor if these parts of armor active any skills(passive) if yes remove them.

 

sorry my mistake i didnt understand well

 

offtopic

  • 0
Posted

1 other solution is to check in database in table armor if these parts of armor active any skills(passive) if yes remove them.

 

sorry my mistake i didnt understand well

 

offtopic

 

nope didnt find any,im still clueless..

 

there should be a file wich Contains a Code, That says how much mp/cspeed etc beign added when you wear a Certain item.

 

example as you all know when a mages wears a robe he gets +c speed a bit and mp etc. maybe we find something there but its just a idea

  • 0
Posted

Index: /Archid-Data/data/stats/skills/0100-0199.xml
===================================================================
--- /Archid-Data/data/stats/skills/0100-0199.xml (revision 10)
+++ /Archid-Data/data/stats/skills/0100-0199.xml (revision 61)
@@ -960,8 +960,8 @@
		<set name="effectRange" val="-1" />
		<for>
-			<mul order="0x30" stat="mAtkSpd" val="2">
-				<and>
+			<mul order="0x30" stat="mAtkSpd" val="0.5">
+				<not>
					<using kind="Magic" />
-				</and>
+				</not>
			</mul>
		</for>

too much comments for this fix ? isn't?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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