kalabasa Posted January 19, 2021 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 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted February 3, 2021 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
0 hikashin-rae Posted January 19, 2021 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: Sunday at 08:40 PM Share Posted January 19, 2021 i think it is not here on if else what else do you implement? Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted January 19, 2021 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 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.