kalabasa Posted January 19, 2021 Posted January 19, 2021 Good day rathena ive been adding some quest requirements on my quest script for example i have already existing ones if(countitem(995) < 25 || countitem(749) < 10 || countitem(7066) < 50 || countitem(969) < 10) and i would add another if(countitem(995) < 25 || countitem(749) < 10 || countitem(7066) < 50 || countitem(969) < 10) || countitem(4195) < 10) it gives me error script addword: invalid word. im scratching my head right now why it gives me error ? any idea? Quote
0 Emistry Posted February 3, 2021 Posted February 3, 2021 if(countitem(995) < 25 || countitem(749) < 10 || countitem(7066) < 50 || countitem(969) < 10 || countitem(4195) < 10) condition should be added inside the if (....) 1 Quote
0 hikashin-rae Posted January 19, 2021 Posted January 19, 2021 i think it is not here on if else what else do you implement? Quote
0 kalabasa Posted January 19, 2021 Author Posted January 19, 2021 on the checking part if(countitem(995) >= 25 || countitem(749) >= 10 || countitem(7066) >= 50 || countitem(969) >= 10 and delitem part im using this one how come this got more requirements yes i manually added additional requirements but still throwing error is there any problem on my emulator? another update: i even clone another rA file clean up and create a new database still the same error occurs Quote
Question
kalabasa
Good day rathena ive been adding some quest requirements on my quest script
for example i have already existing ones
if(countitem(995) < 25 || countitem(749) < 10 || countitem(7066) < 50 || countitem(969) < 10)
and i would add another
if(countitem(995) < 25 || countitem(749) < 10 || countitem(7066) < 50 || countitem(969) < 10) || countitem(4195) < 10)
it gives me error
script addword: invalid word.
im scratching my head right now why it gives me error ? any idea?
3 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.