exity Posted August 6, 2010 Posted August 6, 2010 Hi, Can anyone explain me how can i make a new skill needing a book to learn? exemple forgotten scrols etc. Ty is very important bye
a1 Posted August 8, 2010 Posted August 8, 2010 Well its very easy, you should 1stly add your new skill to skill_trees table in navicat, then you should go skill_spellbooks table and add your new skill id into skill_id section, and your custom item used to learn a skill into item_id. Gl :)
exity Posted August 9, 2010 Author Posted August 9, 2010 Well its very easy, you should 1stly add your new skill to skill_trees table in navicat, then you should go skill_spellbooks table and add your new skill id into skill_id section, and your custom item used to learn a skill into item_id. Gl :) Ty alot. btw when i do it all, when i make summon to the Item_Id i will come was a book right? like forgotten scroll. Btw i will try it by my self but if u can give a answer. one more time thx
erhan4o0 Posted August 9, 2010 Posted August 9, 2010 Ty alot. btw when i do it all, when i make summon to the Item_Id i will come was a book right? like forgotten scroll. Btw i will try it by my self but if u can give a answer. one more time thx what u mean man? you want use some skill to make book ? or with book to learn some skill?
exity Posted August 9, 2010 Author Posted August 9, 2010 with book learn some skill, Like Forgotten Scroll, you give click on it and learn the skill
a1 Posted August 11, 2010 Posted August 11, 2010 what item doesnt matter, you can change everything in client modding. Itemnamee.dat for item name, and etcitemgrp.dat for icon :) I hope it was usefull.
exity Posted August 11, 2010 Author Posted August 11, 2010 what item doesnt matter, you can change everything in client modding. Itemnamee.dat for item name, and etcitemgrp.dat for icon :) I hope it was usefull. Yes it i know im just asking if i can make it learned. I mean like the forgotten scroll u give double kick and you learn the skill i will test it anyway. Ty
a1 Posted August 11, 2010 Posted August 11, 2010 Yes it i know im just asking if i can make it learned. I mean like the forgotten scroll u give double kick and you learn the skill i will test it anyway. Ty Understood, you want this: After pressing on specific item (like forgotten scroll or whatever) html appears with skill learn window. Well for that you should edit CORE.
Recommended Posts