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?

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...