Hi, i would like to add an item in drop from every raid bosses, i tried that query which i'm sure is stupid and completly wrong...
INSERT INTO droplist VALUES (id, '57', '1', '1', '0', '2000')
SELECT id FROM npc WHERE type = 'L2RaidBoss'
and i have the error:
INSERT INTO droplist VALUES (mobId, '57', '1', '2', '0', '2000')
SELECT id FROM npc WHERE type = 'L2RaidBoss'
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id FROM npc WHERE type = 'L2RaidBoss'' at line 2[/i]
can someone help me with that query? Thanks alot.(the item is 1 adena used for example purpose)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello, players!
We’d like to hear your opinion about the EXP rate on the server. Currently, it’s set to 25x EXP. Please choose what suits you best:
1️⃣ Keep EXP at 25x — it’s fine as it is
2️⃣ Increase EXP (for example, to 50x or higher)
3️⃣ Decrease EXP (for example, to 15x or lower)
4️⃣ Other suggestions (please write in the comments)
Your feedback is very important to us to make the server better! Thanks for participating!
Question
ketchupyx
Hi, i would like to add an item in drop from every raid bosses, i tried that query which i'm sure is stupid and completly wrong...
INSERT INTO droplist VALUES (id, '57', '1', '1', '0', '2000')
SELECT id FROM npc WHERE type = 'L2RaidBoss'
and i have the error:
SELECT id FROM npc WHERE type = 'L2RaidBoss'
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id FROM npc WHERE type = 'L2RaidBoss'' at line 2[/i]
can someone help me with that query? Thanks alot.(the item is 1 adena used for example purpose)
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.
Note: Your post will require moderator approval before it will be visible.