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.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Xmas Wolf Chariot Mount | Lineage 2 Mod
Celebrate the holiday spirit in Lineage 2 with this festive Xmas Wolf Chariot Mount! Created for protocol 166, this unique modification features majestic wolf mounts with holiday-themed harnesses pulling a decorative chariot.
If you have questions or want to add this updated skill to your game, feel free to contact me via Skype or Discord.
Download or in Discord Client Dev channel https://discord.gg/XdCb9dmTtf
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.