Change skill buffs

04/10/2021 07:14 Limoo#1
Is it possible to change the skill buffs and if so where are the values saved?

Thanks :)

[Only registered and activated users can see links. Click Here To Register...]
04/10/2021 12:02 FI0w#2
Card/bcard
04/10/2021 14:54 Limoo#3
I don't know how to know that 368 is Critical Hit, 2520 is Pact of Darkness and 2524 is Sinister Shadow

BCard is used to change the description of the buff effect not the buff list of the skill right?
04/10/2021 16:43 erixor#4
Quote:
Originally Posted by Limoo View Post
BASIC 0 25 0 400 368 0
BASIC 1 25 0 400 2520 0
BASIC 2 25 0 400 2524 0
BASIC 3 0 0 0 0 0
BASIC 4 0 0 0 0 0
You have all you need here, according to OpenNos' Parser, it works as follow:

- 25 is the Type, (in this case, 25 = Apply buff, you can refer to this link, even though it's not 100% accurate. [Only registered and activated users can see links. Click Here To Register...])

- 400 is the probability of it happening times by 4 (so 400/4 = 100%)

- 368/2520/2524 are the buff ids. You can find them in Card.dat file and in the associated lang file
04/10/2021 17:21 Limoo#5
Quote:
Originally Posted by erixor View Post
- 368/2520/2524 are the buff ids. You can find them in Card.dat file and in the associated lang file
In Card.dat there is no VNUM 368/2520/2524.
I can't understand what data they have in common
04/10/2021 18:37 Digitalis87#6
The "common" is your skill Inside Skill.dat :

Buffs ID in BASIC also must be divided by 4.

Otherwise, thay share nothing in common.
04/10/2021 18:41 Limoo#7
Thank you both very much :D