kalabasa Posted June 2, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted June 2, 2022 About this script. i cannot add more requirements more than specified on the array https://github.com/rathena/rathena/blob/master/npc/custom/quests/kaho_balmung.txt https://github.com/rathena/rathena/blob/86c8950e7f747d41c01d71679a00d747e6a35319/npc/custom/quests/kaho_balmung.txt#L18 https://github.com/rathena/rathena/blob/86c8950e7f747d41c01d71679a00d747e6a35319/npc/custom/quests/kaho_balmung.txt#L19 Quote Link to comment Share on other sites More sharing options...
1 Slammer Posted June 3, 2022 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 218 Reputation: 155 Joined: 11/28/11 Last Seen: 15 hours ago Share Posted June 3, 2022 for(set .@j,1; .@j<13; set .@j,.@j+2) if you try add one more item change .@j<13; to .@j<15; if you try add two more item change .@j<13; to .@j<17; 1 Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted June 3, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted June 3, 2022 (edited) nice!! but there's two of them i will edit them both? Edited June 3, 2022 by kalabasa Quote Link to comment Share on other sites More sharing options...
0 Slammer Posted June 3, 2022 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 218 Reputation: 155 Joined: 11/28/11 Last Seen: 15 hours ago Share Posted June 3, 2022 1 hour ago, kalabasa said: nice!! but there's two of them i will edit them both? yes do it same of two. if not set. item req not delete after quest. Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted June 4, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted June 4, 2022 okay. if two quest are not the same equal item requirements the other quest item will display null filling up Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
About this script. i cannot add more requirements more than specified on the array
https://github.com/rathena/rathena/blob/master/npc/custom/quests/kaho_balmung.txt
https://github.com/rathena/rathena/blob/86c8950e7f747d41c01d71679a00d747e6a35319/npc/custom/quests/kaho_balmung.txt#L18
https://github.com/rathena/rathena/blob/86c8950e7f747d41c01d71679a00d747e6a35319/npc/custom/quests/kaho_balmung.txt#L19
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.