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 can I implement the new skills?

Initiate Mage
Joined
Aug 28, 2013
Messages
2
Reaction score
0
First of all, I apologize, for my poor English skills.

I have tried this.(libconfig)
  • add new skills data in Skill Param2 table
  • add new skill code in LimitSkillMaster table
  • Create new ESAII, ESAction tables
  • add new skill data in Item_SkillCardParam table
  • add new skill card in itemparam2 table
  • add new skill sound in SkillSound table
  • and Export libconfig
  • mv Server file, Client
  • and Change Client data ( item / effect / sound / skill )

And, the symptoms that appear
  1. The server is work (not error)
  2. I can login my character
  3. I can see my new skill icon
  4. but, AP is 0
  5. If i using new skill than disconnect gamesrv
  6. and err "CMD_USE_SKILL:skill not found:4211" like this (4211 : Self-destruct )

rn7814 - How can I implement the new skills? - RaGEZONE Forums
rn7814 - How can I implement the new skills? - RaGEZONE Forums
rn7814 - How can I implement the new skills? - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top