Jump to content
  • 0

[Request][Help] Raid Boss Status


Question

Posted

Well I used that http://www.maxcheaters.com/forum/index.php?topic=158178.0 for seeing the grandboss status and delay of respawn???

can anyone help me see the respawn time of normal bosses? or if we can't just its status (alive, dead, not spawned).

Here is default code from link above http://pastebin.com/cpdu6AEJ that you will modify

 

 

Thanks

9 answers to this question

Recommended Posts

  • 0
Posted

  private void sendInfo(L2PcInstance activeChar)
        {
                TextBuilder tb = new TextBuilder();
                tb.append("<html><title>Grand Boss Info By Dleogr</title><body><br><center>");
                tb.append("<img src=\"L2UI_CH3.herotower_deco\" width=256 height=32><br><br>");

                for (string s : RaidBossSpawnMananger.getAllRaidBossStatus() ){
                        tb.append( s + "<br>");
                }

                tb.append("<br><img src=\"L2UI_CH3.herotower_deco\" width=256 height=32><br>");
                tb.append("</center></body></html>");
               
                NpcHtmlMessage msg = new NpcHtmlMessage(NPC_ID);
                msg.setHtml(tb.toString());
                activeChar.sendPacket(msg);
        }

include the instancemanager.RaidBossSpawnMananger and try this

this should show you their status (alive, dead, undefined)

try this

  • 0
Posted

doesn't that load all raiboss statuses? I want only the preffered ones like the int[] BOSSES in code I gave

  • 0
Posted

I will test it and see  ;D

 

 

EDIT: It says home.htm is missing, lol the other script didn't have any htm

EDIT2:I set gmonly false and it has blank page, and a gameserver error (at dos window)

 

I have 10 custom rbs in my game and I want an npc to show their respawn delay, or if it's too hard just show their status to the player that talks to npc to go to kill them..... I don't have any java knowledge.....if I had I woudn't bother ya to make that....

  • 0
Posted

thanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanksthanks

 

and if you could help at at the custom quest :D more thanks

Guest
This topic is now closed to further replies.


×
×
  • Create New...