Jump to content

L2Sinners

Members
  • Posts

    12
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

About L2Sinners

Profile Information

  • Gender
    Not Telling

L2Sinners's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hi everyone! I hope there is someone who can help me with my problem. I cant find anywhere in internet a good working php script for epics on H5. I use this script: $raidspawn = mysql_query("SELECT boss_id,respawn_time FROM grandboss_data ORDER BY respawn_time DESC"); $total = mysql_num_rows($raidspawn); $max_pag = 25; $paginas = (($total % $max_pag) > 0) ? (int)($total / $max_pag) + 1 : ($total / $max_pag); if (isset($_GET['pagina'])){ $pagina = (int)$_GET['pagina']; }else{ $pagina = 1; } $pagina = max(min($paginas, $pagina), 1); $inicio = ($pagina - 1) * $max_pag; $sql = "SELECT boss_id,respawn_time FROM `grandboss_data` ORDER BY `respawn_time` DESC LIMIT ".$inicio.", ".$max_pag; $query = mysql_query($sql); echo '<table id="table_boss" align=center cellpadding="3" cellspacing="0">'; echo '<tr class="topo"> <td class="t1"><b><font color="FFCC00">Name</font></b></td> <td class="t2"><b><font color="FFCC00">Status </font></b></td> <td class="t3"><b><font color="FFCC00">Spawn</font></b></td> <td class="t2"><b><font color="FFCC00">Level</font></b></td> </tr>'; while(list($boss_id,$respawn_time) = mysql_fetch_row($query)){ $raidnames = mysql_query("SELECT name,level FROM npc WHERE id = $boss_id"); $text = '<font color="00FF00">ALIVE</font>'; $respawn = '<font color="60BDFF">Spawned</font>'; if($respawn_time > 0){ $respawntime = date('d/m/Y \\ H:i:s',($respawn_time / 1000)); $text = '<font color="FF0000">Dead</font>'; $respawn = '<font color="FF0000">Respawn&nbsp'.$respawntime.'</font>'; } while(list($raidname,$levelup) = mysql_fetch_row($raidnames)){ echo '<tr class="style10 t_corpo"> <td class="style1">'.$raidname.'</td> <td class="style3">'.$text.'</td> <td class="style1">'.$respawn.'</td> <td class="style3">'.$levelup.'</td> </tr>'; } } Its not accurate because when the RB is spawned in the web page its still showing Dead Respawn 25/01/2013 16:40:34 It never changed to ALIVE Spawned. Its like this only the first time before it gets killed. This is because in the MySQL table grandboss_data in column respawn_time the number inside never goes 0 again, it always remain the last UNIX timestamp like this 1359132034000. So is there any way the script to be reworked so in web page to show Alive Spawned like it should? I will be very grateful if someone can help me!
  2. This system doesnt work with Hell Knight. Touch of Death, Insane Crusher and Panther Cancel remove buffs, but the system doesnt return the buffs. I think you forgot about them...
  3. We have added Goddess of Destruction armors too.
  4. No accusations, no explanation, only conclusion? I believe you are the "brainless" here. Not everyone can have "brain", so I understand you. I feel pitty for you fellow! Yet no one stops you from trolling or raging, indulge me and be my guest! ;)
  5. If everyone who enter the server and see few people in the town like you, yeah it will probably be a ghost town/server. Off-topic sadly most people have wrong idea what multi skill server mean. 90% of the people who come think, that the server have 1 hour Frenzy, Zealot, Angelic, Appetite of Destruction and etc., which is not true. All skills like those have normal time duration and this is necessary to maintain the balance. For all players who would like to join, if you see some of the next things in the list as your favourite - DON'T JOIN! They do not exist in our server! LIST: 1# Overenchanted items 12+++ 2# Skills +30 3# Everyone with Epic jewel set 4# Players with 1500++ atk. speed, 2000++ cast. speed 5# Players with 99999++ P/M attack 6# One-man-army 7# Lazy people who dont want to farm at all(even if its for 2-3 hours top, to get equiped) I repeat: if you see some of the listed things above as your favourite in one server, DON'T JOIN at all!!! We do not intend to make a Star Wars server! See ya!
  6. There is no sub-stack! You just go and learn skills from other classes from their masters, like they are your masters. Simple and plain. About Certificates, make 3 subs and take skills with certificates like in normal server. Thats it.
  7. We are constantly working to improve the balance. And we wont stop untill we make it great! Its funny when new people comes and try to kill with S80 someone with S84 + alot of learned skills. Ofcourse they fail and blame the server. :D Here, there are many ways to develop your character with all the skills ingame. Classes are merged and devided at the same time. You can play Dagger for the moment and the next second to put shield and sword and become Tank, later Titan and etc... There are no limits in the gameplay except the basics: Mage/Fighter type. Also you can buff yourself at TvT, Oly, etc... So try the server, you are not going to regret. ~The server started March 6 2012~
  8. The server has been closed, due lack of interest from players for multi skill server.
×
×
  • Create New...