The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
adding another quest requirements causes error
-
Recently Browsing 0 members
- No registered users viewing this page.
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.