Jump to content
  • 0

Website Php Raidboss Status


John16

Question

7 answers to this question

Recommended Posts

  • 0

Hard to get one for that new L2J XML based revision :)
You need to read that XML files to get RB names ... or create an array in php with all Raidbosses and GrandBosses names then use MySQL query from your DB. (for connection use ONLY PDO)
Old php+mysql scripts are not working anymore.
GL and HF!

Link to comment
Share on other sites

  • 0

You can read XML with PHP, you know?

http://php.net/manual/en/book.simplexml.php

lol nice answer.

What do you mean nothing work??Can you post a code that u tried already and explain what didn't worked?

Link to comment
Share on other sites

  • 0

You don't have to take RB names from xml, all info is stored while loading NpcTable.

 

 

NpcTable.getInstance().getTemplate(raidBoss).getName();
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...