Thank you in advance
My problem is that when I put on the rune knight suit, the dragon didn't show up, but when I changed my job to Rune knight, I saw the dragon when I rented it,
and in the script of the rune knight suit I also put that there will be a level 5 dragon training when wearing it
what could be its possible problem?
because when it comes to the Royal Guard, it works well
Script: |
if(Class == 4008){ skill "RK_DRAGONTRAINING",5; }else if(Class == 10 || Class == 4011 || Class == 4033){ skill "NC_MADOLICENCE",5; }else if(Class == 4012){ skill "RA_WUGMASTERY",1; skill "RA_WUGRIDER",3; }
EquipScript: |
changebase roclass(eaclass()|EAJL_THIRD);
UnEquipScript: |
changebase Class;
Again, if I used an actual RK job, it shows the mount:
Here is the before and after: