Sallycantdance Posted December 21, 2023 Posted December 21, 2023 hello i have a question i have a 3rd job sprite costumes after a lord knight riding in a peco peco equip it theres no dragon showing what did i miss Quote
0 imat1 Posted December 22, 2023 Posted December 22, 2023 Are you using costume item for it or costume via npc? Quote
0 Sallycantdance Posted December 23, 2023 Author Posted December 23, 2023 15 hours ago, imat1 said: Are you using costume item for it or costume via npc? yes im using false apprentice example when lord knight equip it it changes to rune knight but still the peco peco is missing even its already riding it Quote
0 imat1 Posted December 23, 2023 Posted December 23, 2023 Show me your item script of it. I might be able to help you. On 12/23/2023 at 9:53 AM, GM Winter said: when lord knight equip it it changes to rune knight but still the peco peco is missing even its already riding it Script: | changebase roclass(eaclass()|EAJL_THIRD); if(Class == Job_Lord_Knight) { if(checkriding()) { setoption OPTION_DRAGON1; } } UnEquipScript: | changebase Class; if(Class == Job_Lord_Knight) { if(checkdragon()) { setriding; } } Quote
0 Sallycantdance Posted December 25, 2023 Author Posted December 25, 2023 On 12/24/2023 at 10:28 PM, imat1 said: Script: | changebase roclass(eaclass()|EAJL_THIRD); if(Class == Job_Lord_Knight) { if(checkriding()) { setoption OPTION_DRAGON1; } } UnEquipScript: | changebase Class; if(Class == Job_Lord_Knight) { if(checkdragon()) { setriding; } } Quote 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; Quote
Question
Sallycantdance
hello i have a question i have a 3rd job sprite costumes after a lord knight riding in a peco peco equip it theres no dragon showing what did i miss
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.