kalabasa 5 Posted January 19 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 Share this post Link to post Share on other sites
0 Emistry 2,043 Posted February 3 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 Share this post Link to post Share on other sites
0 Cookie-rae 16 Posted January 19 i think it is not here on if else what else do you implement? Quote Share this post Link to post Share on other sites
0 kalabasa 5 Posted January 19 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 Share this post Link to post Share on other sites
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?
Share this post
Link to post
Share on other sites