Sallycantdance Posted December 21, 2023 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 imat1 Posted December 22, 2023 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: April 2 Share Posted December 22, 2023 Are you using costume item for it or costume via npc? Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted December 23, 2023 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
0 imat1 Posted December 23, 2023 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: April 2 Share 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 Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted December 25, 2023 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.