Edit Skill - remove weapon requirements for skill

06/14/2017 19:40 noobdev#1
Hi All,

Any one knows how to do this properly?

It seems editing DB (refskill required weapon 1 and 2 = 0 or 255)
and updating media:skilldataXXXenc.txt is not enough.


For example,

I want to use "Moving March" without having to switch to harp
How can you do this?

Or CHN fireshield.
06/15/2017 05:44 leo2111#2
it's not about refskill required weapon 1 and 2 = 0 or 255
it's about skill's parameters

Quote:
Originally Posted by noobdev View Post
Hi All,

Any one knows how to do this properly?

It seems editing DB (refskill required weapon 1 and 2 = 0 or 255)
and updating media:skilldataXXXenc.txt is not enough.


For example,

I want to use "Moving March" without having to switch to harp
How can you do this?

Or CHN fireshield.
I will show you an example:
chinese pain quota ( no weapon required )
european pain quota ( requires : one handed sword, 2handed sword, axes)

1919250793 is the required item parameter
06/15/2017 15:49 noobdev#3
Thanks for the reply,

yes, I forgot to mention param 1919250793:TID, some skill even modifying or nulling them, still doesn't work.

Anywhere else I need to look at?
06/15/2017 19:39 blapanda#4
No.
One "requirement" is for the weapon, initially using it for the skill (being delcared at "ReqCast_Weapon#").
While the other one being the "maintaining" of specific skills, if you switch your weapon, you will lose your skill from your buff-tray (being declared at the param#-range).

So, you are save by going with leo's post.