Jump to content

  •  

eaea

Member Since 02 Nov 2015
Offline Last Active Dec 12 2015 06:41 AM
-----

#65887 3rd Job Suit Problem

Posted by eaea on 14 November 2015 - 04:54 PM

Hi,

 

I made a 3rd job suit using this code:

 

	OnEquipScript: <"  { changebase roclass(eaclass()|EAJL_THIRD); } ">	OnUnequipScript: <" {changebase Class;} ">

 

Everything works fine except for the Rune Knight with mount.

I tried to equip it to a Crusader with Peco and when I equip the suit, it changes into a Royal Guard with Gryphon, when I try to do it with a Knight mounted on Peco, it displays the mounted status but the Dragon Mount is not showing.

 

I also tried to change my job into an actual Rune Knight and tried to mount and the sprites works just fine.

 

I also tried to use the class_suits v1.2 script using an NPC. Same result.

 

 Any one have ideas how to fix this? Thank you!