ScarrFace Posted November 25, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 10/23/19 Last Seen: August 28, 2024 Share Posted November 25, 2019 (edited) Anyone can help me about my problem? TIA Royal Guard Suit and mount working perfectly but when it comes to Rune knight and get a mount nothing happen Edited December 2, 2019 by ScarrFace Quote Link to comment Share on other sites More sharing options...
1 Mael Posted November 25, 2019 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 13 hours ago Share Posted November 25, 2019 (edited) To use the dragon mount you need the skill. it's not possible to get it the way you try. Edited November 25, 2019 by Mael Quote Link to comment Share on other sites More sharing options...
2 Mael Posted January 10, 2020 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 13 hours ago Share Posted January 10, 2020 3 hours ago, Dublin said: Can you share how you fixed this? @ScarrFace I think he used this to generate it for an item. On 11/25/2019 at 5:17 AM, crazyarashi said: if(Class == Job_Knight || Class == Job_Lord_Knight){ if(checkriding()){ setoption OPTION_DRAGON1; } } //= Unequip Part of the item script //= Remove Dragon/Ride PecoPeco and changebase if(Class == Job_Knight || Class == Job_Lord_Knight){ if(checkdragon()){ setriding; setriding; } } changebase Class; 1 1 Quote Link to comment Share on other sites More sharing options...
1 crazyarashi Posted November 25, 2019 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 238 Joined: 02/11/17 Last Seen: 17 hours ago Share Posted November 25, 2019 (edited) if(Class == Job_Knight || Class == Job_Lord_Knight){ if(checkriding()){ setoption OPTION_DRAGON1; } } //= Unequip Part of the item script //= Remove Dragon/Ride PecoPeco and changebase if(Class == Job_Knight || Class == Job_Lord_Knight){ if(checkdragon()){ setriding; setriding; } } changebase Class; Edited November 25, 2019 by crazyarashi Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted November 25, 2019 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 12:58 PM Share Posted November 25, 2019 (edited) 12 hours ago, ScarrFace said: Anyone can help me about my problem? TIA Royal Guard Suit and mount working perfectly but when it comes to Rune knight and get a mount nothing happen check the picture below. you need condition for that i have Job Costume System on my server but script version not src code if( Class == Job_Knight && checkoption(Option_Dragon1) ) setoption Option_Dragon1, 0; if( Class == Job_Rune_Knight && checkriding() ) setoption Option_Dragon1, 1; Edited November 25, 2019 by Bringer Quote Link to comment Share on other sites More sharing options...
0 ScarrFace Posted December 2, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 10/23/19 Last Seen: August 28, 2024 Author Share Posted December 2, 2019 On 11/25/2019 at 9:27 AM, Mael said: To use the dragon mount you need the skill. it's not possible to get it the way you try. thank you Quote Link to comment Share on other sites More sharing options...
0 CenturyGothic Posted January 10, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 37 Reputation: 0 Joined: 09/26/19 Last Seen: December 7, 2022 Share Posted January 10, 2020 On 12/2/2019 at 7:28 PM, ScarrFace said: thank you Can you share how you fixed this? @ScarrFace Quote Link to comment Share on other sites More sharing options...
0 CenturyGothic Posted January 11, 2020 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 37 Reputation: 0 Joined: 09/26/19 Last Seen: December 7, 2022 Share Posted January 11, 2020 Awesome! I'll test this @Mael thank you! Quote Link to comment Share on other sites More sharing options...
0 Subzero Posted November 1, 2020 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 07/25/16 Last Seen: August 5, 2021 Share Posted November 1, 2020 On 1/11/2020 at 1:24 AM, Mael said: I think he used this to generate it for an item. where should i add this? i tying add on item_db2.txt but my item become apple Quote Link to comment Share on other sites More sharing options...
Question
ScarrFace
Anyone can help me about my problem? TIA
Royal Guard Suit and mount working perfectly
but when it comes to Rune knight and get a mount nothing happen
Link to comment
Share on other sites
8 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.