Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to add skills to headgears?

Initiate Mage
Joined
Dec 5, 2010
Messages
11
Reaction score
0
Ive done this,

5230,White_Drooping_Kitty,Gray Drooping Cat,5,250000,,500,,1,,4,0xFFFFFFFE,7,2,256,,0,1,274,{ skill "LK_CONCENTRATION" 5; },{},{}

Is that right?
 
Initiate Mage
Joined
Dec 5, 2010
Messages
11
Reaction score
0
found out its gotta be,

{ skill 375(example number) 5; } instead of { skill "LK_CONCENTRATION" 5; }
 
Initiate Mage
Joined
Aug 12, 2011
Messages
6
Reaction score
0
Easy, the best example is the Horong Card!. Look at the Script:

4103,Horong_Card,Horong Card,6,20,,10,,,,,,,,136,,,,,{ skill "MG_SIGHT",1; },{},{ sc_end SC_SIGHT; }

So... your script should be like this:


5230,White_Drooping_Kitty,Gray Drooping Cat,5,250000,,500,,1,,4,0xFFFFFFFE,7,2,256,,0,1,274,{ skill "LK_CONCENTRATION",5; },{},{ sc_end SC_CONCENTRATION; }

Good Luck!
 
Last edited:
Back
Top