Jump to content

Please I need help with horse skill


Go to solution Solved by blaxis,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Active+ Member
  • Solution

Yes, I've had this problem too. The cause of the problem is that we have changed the number of horse skills. Use the original values for horse skills and do not apply what is described in the Sage Master file.

 

Examp (Sage Master):

HORSE_SKILL_WILDATTACK = chr.MOTION_SKILL+113
HORSE_SKILL_CHARGE = chr.MOTION_SKILL+114
HORSE_SKILL_SPLASH = chr.MOTION_SKILL+115

Don't use this!

Replace the numbers 113, 114 and 115 with the original values.(playersettingmodule.py)

 

Do the same for the skilldesc.txt file.

Edited by blaxis
Link to comment
Share on other sites

2 hours ago, blaxis said:

Yes, I've had this problem too. The cause of the problem is that we have changed the number of horse skills. Use the original values for horse skills and do not apply what is described in the Sage Master file.

 

Examp (Sage Master):

HORSE_SKILL_WILDATTACK = chr.MOTION_SKILL+121
HORSE_SKILL_CHARGE = chr.MOTION_SKILL+122
HORSE_SKILL_SPLASH = chr.MOTION_SKILL+123

Don't use this!

Replace the numbers 121, 122 and 123 with the original values.(playersettingmodule.py)

 

Do the same for the skilldesc.txt file.

thanks bro ilove you man

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.