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!

(solved) Skillbook upgrade using DragoN_Addons.dll

Junior Spellweaver
Joined
Nov 19, 2013
Messages
176
Reaction score
37
Hello everyone,

Fixed by TheDragoN himself.

Correct line =

Inititem

; High Skill Book [Meditation]
(item (name 2393) (Index 1085) (Image "item330") (desc 474) (class general refresh) (code 4 8 0 0) (country 2) (use 1) (plural 1) (cooltime 1300) (limit mage 60) (buy 0) (sell 0) (specialty (refresh hp1) ))


DragoN.cfg

<skill_book>[item_index 1084] [class 1] [skill_index 15] [update_amount 1] [max_grade 5]</skill_book>


Works like a charm now :)

Greetz,

bladerdeeg
 
Last edited:
Experienced Elementalist
Joined
Jun 2, 2012
Messages
293
Reaction score
126
any idea how to upgrade 2 skills from one item?
i tryed this but dont work just for one skill
PHP:
<skill_book>[item_index 3411] [class 2] [skill_index 21] [update_amount 1] [max_grade 6]</skill_book>
<skill_book>[item_index 3411] [class 2] [skill_index 8] [update_amount 1] [max_grade 5]</skill_book>
this way only skill 8 work...

nvm problem solved lolz

<skill_book>[item_index 3411] [class 2] [skill_index 21,8] [update_amount 1,1] [max_grade 7,6]</skill_book>
 
Upvote 0
Back
Top