someone help me with this code? this error in the SQL database that collects information."SELECT boss_id FROM raidboss_spawnlist ORDER BY boss_id ASC LIMIT "+ stpoint + Config.RAID_LIST_RESULTS);"
original code: "SELECT id, name, level FROM npc WHERE type='L2RaidBoss' AND EXISTS (SELECT * FROM raidboss_spawnlist WHERE raidboss_spawnlist.boss_id = npc.id) ORDER BY `level` " + sort + " Limit " + stpoint + ", " + Config.RAID_LIST_RESULTS);
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.
Good afternoon, dear members of the forum, I have been looking for a geodata for l2scripts classic 2.9.5 for a long time! Someone can share? since the resource has not been available for a long time and cannot be downloaded from old links.
p.s sorry for my English.
To celebrate the update to Chronicle 5 on the Teon server, which will take place at 11th of January, we’ve prepared special bonuses to help new players get started easily in the world of Lineage II!
What’s included?
- Starter gear for a smooth beginning — talk to Miss Queen to receive coupons that can be exchanged for equipment.
- Runes to speed up your character’s progression — usable up to level 49.
- Newbie buffs are now available up to level 39.
- Newbie guides have been added to the towns of Heine, Oren, Giran, and Dion.
Start: January 11 at 09:00 (GMT +1)
End: February 1 at 04:00 (GMT +1)
This offer is available for a limited time, so don’t miss your chance to start with an advantage!
Registration
Download Teon client
Contact us:
>Discord
>Telegram
Question
L2shaken
someone help me with this code? this error in the SQL database that collects information. "SELECT boss_id FROM raidboss_spawnlist ORDER BY boss_id ASC LIMIT "+ stpoint + Config.RAID_LIST_RESULTS);"
original code: "SELECT id, name, level FROM npc WHERE type='L2RaidBoss' AND EXISTS (SELECT * FROM raidboss_spawnlist WHERE raidboss_spawnlist.boss_id = npc.id) ORDER BY `level` " + sort + " Limit " + stpoint + ", " + Config.RAID_LIST_RESULTS);
code for ACIS
entire code.
code for ACIS
16 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.