For normal grandbosses is working fine, but since im using costum beleth and Freya with no AI since i dont have it .. The cb is not working.. I use %freya% on 56.htm and not replacing the respawn status of those 2 rbs.. :/
On database l2npc those 2 bosses are L2RaidBoss and Also there is no more than one "Beleth or Freya npc as name..
PROFESSIONAL VIDEO EDITING SERVICES
1️⃣ SERVER PROMOTION VIDEOS
2️⃣ LOGO ANIMATIONS
3️⃣ LOOP GIFS
➡️ CONSTANT PARTY INTROS
➡️ OLYMPIAD/PVP VIDEOS
⏩ MORE INFO: https://discord.gg/YW8a6AmT8N
Thank you! I really missed this option when was exploring bots and their features.
I tried to find L2Net for Interlude, but the official GitHub page has the only H5 compiled version. It doesn't work with my L2J IL. I tried to google a proper version, but nothing worked for me (different errors like DirectX not found etc.)
Do you know where can I get a working version of L2Net IL ?
📢 OBT Success – Get Ready for Launch: November 28!!
The Open Beta was an absolute blast!
Over 160+ Master Accounts successfully claimed their reward from The Judge, proving once again how strong and loyal this community truly is.
🔥 Missed the event?
Don’t worry — because so many players asked for another chance, we will host an additional Event very soon! Stay tuned for details.
Community Growth
We’ve already surpassed 500 Master Accounts registered on our forums — and the numbers keep rising every hour.
It feels like the old days… the same energy, the same hype, the same love for Lineage II.
Let’s rebuild L2Elixir the way we remember it:
No shortcuts, no nonsense — just pure old nostalgic gameplay, community spirit, and that classic adventure we all grew up with.
✨ The journey continues…
Launch: November 28, 21:00 UTC+2
Be there when the legend returns.
🔗 Website: https://l2elixir.org/
💬 Discord: https://discord.gg/5ydPHvhbxs
Question
ČυяŞŀŅğ
on topbbsmanger.java
if (fileName.equals("data/html/CommunityBoard/56.htm")); { // Raid Status raidBosses(); content = content.replaceAll("%antharas%", bossStatus(29019)); content = content.replaceAll("%valakas%", bossStatus(29028)); content = content.replaceAll("%baium%", bossStatus(29020)); content = content.replaceAll("%antqueen%", bossStatus(29001)); content = content.replaceAll("%core%", bossStatus(29006)); content = content.replaceAll("%zaken%", bossStatus(29022)); content = content.replaceAll("%frintezza%", bossStatus(29045)); content = content.replaceAll("%orfen%", bossStatus(29014)); content = content.replaceAll("%freya%", bossStatus(29178)); content = content.replaceAll("%beleth%", bossStatus(29118)); }and the way im taking the respawn infi is this
/** * @param bossId * @return */ private static String bossStatus(int bossId) { long delay=0; if(bossId==29178) { delay=bosses.get("Freya"); if(delay<=System.currentTimeMillis()) return "<font color=\"9CC300\">Alive!</font>"; else return "<font color=\"ff0000\">Dead!</font>"; } else if(bossId==29118) { delay=bosses.get("Beleth"); if(delay<=System.currentTimeMillis()) return "<font color=\"9CC300\">Alive!</font>"; else return "<font color=\"ff0000\">Dead!</font>"; } delay = GrandBossManager.getInstance().getStatsSet(bossId).getLong("respawn_time"); if (delay <= System.currentTimeMillis()) { return "<td><tr><font color=\"9CC300\">Alive!</font></td></tr>"; } else { return "<font color=\"ff0000\">Dead!</font>"; } }For normal grandbosses is working fine, but since im using costum beleth and Freya with no AI since i dont have it .. The cb is not working.. I use %freya% on 56.htm and not replacing the respawn status of those 2 rbs.. :/
On database l2npc those 2 bosses are L2RaidBoss and Also there is no more than one "Beleth or Freya npc as name..
any idea? :/
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now