kalabasa Posted June 2, 2022 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
1 Slammer Posted June 3, 2022 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
0 kalabasa Posted June 3, 2022 Author Posted June 3, 2022 (edited) nice!! but there's two of them i will edit them both? Edited June 3, 2022 by kalabasa Quote
0 Slammer Posted June 3, 2022 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
0 kalabasa Posted June 4, 2022 Author 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
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
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.