Jump to content

te0x

Members
  • Posts

    460
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by te0x

  1. You are right in many things. Although i've created threads 10-20 days before opening the server. If you see my topic here in mxc got 2.5k views? I may doing the advertising wrong cause i do it in a simple way. i don't know what to say anymore..
  2. So the only way to get some people just for testing a server not even playing on it, is by buying advertisment on the big toplists? Maybe my english is not that good.. let me say in in greek that part.. εννοώ να μπει κόσμος απλά για να τον δοκιμάσει, να δει πως είναι ο server και αν του αρέσει να κάτσει να παίξει. το θέμα μου αυτό είναι δεν μπαίνει καν ο κόσμος για να δει πως είναι ο server. the server is not in beta phase.
  3. its not even beta, its live normally. that's why i am doin this discussion... anyways thank you for your answers dude
  4. i've never expected that thing. So the only way to get some people just for testing a server not even playing on it, is by buying advertisment on the big toplists?
  5. i am not talking about advertisment with money. ofc the numbers will be higher. i am talking about advertisment in normal places. Everyday spamming in more than 10 active facebook pages, making new threads on forums. Its on all the active toplists. Isn't that enough to have better numbers?
  6. Well i have an unsolved question in my mind and i thinking about it a lot but still i don't know what is the solution. I've created a x35 server interlude its 2-3 days open. Ppl that join likes it but leave due to the low community. I've advertise it here on MxC, on other forums aswell like the hopzone, topzone, network, top, russian sites, facebook pages.. the accounts created are less than 100, /2 due to bots, friends, testing accounts. So the real account created are less than 50. I see everyday the loginserver for new account created the past 2 days and its really low. Never imagined this thing. So what is the problem? the advertisment is not enough? Maybe interlude isn't attractive anymore? What i am supposed to do in order to people just test the server, not even to stay and play.. i want some opinions if its possible..
  7. te0x

    interlude [L2J] Seven

    Thanks. Well its calculated once you pick up normal s grades to keep continue doin something
  8. te0x

    interlude [L2J] Seven

    There is a zone for each grade. It may need some improvements on damage to higher level mobs. Are u wearing a heavy on tyrant?
  9. serverpackets/NpcHtmlMessage.java if (text.length() > 50000) { LOGGER.warn("Html is too long! this will crash the client!"); _html = "<html><body>Html was too long,<br>Try to use DB for this action</body></html>"; return; }
  10. te0x

    interlude [L2J] Seven

    thank you dude
  11. te0x

    interlude [L2J] Seven

    updated.
  12. te0x

    interlude [L2J] Seven

    updated. Added a skill for every class at level 70. can be used by consuming 5 pvp coins. Events will consider your items like it is +6. Events gives a chest with blesseds and event medals to buy soul crystals. Still waiting to be approved on topsites. btw topic should be moved on Live servers.
  13. te0x

    interlude [L2J] Seven

    the population its low right now, but we still need to be approved on hopzone, topzone. I am gonna work a bit on advertise right now. The good thing is that people that join are staying.
  14. te0x

    interlude [L2J] Seven

    L2Seven has successfully STARTED! Download our patch from the site and Join us!
  15. te0x

    interlude [L2J] Seven

    2 Hours to the Grand Opening! Stay Tuned!
  16. te0x

    interlude [L2J] Seven

    The players based on their grade will farm on specifics areas that mobs are on the the players grade. Example. a level 70-74 player [C-Grade] will farm on Dragon Valley.
  17. te0x

    interlude [L2J] Seven

    1 Day left for the Grand Opening! Tommorow 07/03 16:00 [GMT+2]
  18. Thats the way. You are not wrong. 2.2= +120% 1.2= +20% 1.02= +2% 1.002= +0.2%
  19. te0x

    interlude [L2J] Seven

    updates. Resist of fire,aqua and wind wont be removed if got effected by the surrender of fire,water,wind. Curse of Gloom now is decreases the dark resist instead of magic defense. [immortality Period]: Buffs will remain after a death for the first 7 days. Added Ambrosia Potion: +7% experience with 1hour duration. Buyable with Festival Adenas. Mana Potion over time. 15 seconds like healing pots.
  20. for a reason i changed the respawn_time when i gave it to u but in mine i got it like this. /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package custom.BossRespawn; import net.sf.l2j.gameserver.datatables.NpcTable; import net.sf.l2j.gameserver.instancemanager.GrandBossManager; import net.sf.l2j.gameserver.instancemanager.RaidBossSpawnManager; import net.sf.l2j.gameserver.model.actor.L2Npc; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.actor.template.NpcTemplate; import net.sf.l2j.gameserver.model.quest.Quest; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; import net.sf.l2j.gameserver.templates.StatsSet; public class BossRespawn extends Quest { private static final int NPC_ID = 50022; private static final int[] BOSSES = {25325, 29006, 29014, 29019, 29020, 29022, 29028, 29045}; public BossRespawn(int questid, String name, String descr) { super(questid, name, descr); addFirstTalkId(NPC_ID); } @Override public String onFirstTalk(L2Npc npc, L2PcInstance pc) { if(npc == null || pc == null) return null; if(npc.getNpcId() == NPC_ID) { sendInfo(pc); } return null; } private static void sendInfo(L2PcInstance activeChar) { StringBuilder tb = new StringBuilder(); tb.append("<html><head><title>Lineage II Addicted - Bosses Spectate</title></head><body>"); tb.append("<center><img src=\"l2ui_ch3.herotower_deco\" width=256 height=32>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("<table bgcolor=000000 width=300 height=40>"); tb.append("<tr>"); tb.append("<td width=\"300\" align=\"center\"><font color=\"666666\">Welcome " + activeChar.getName() +" in Lineage II</font><font color=\"FF9900\"> -Addicted-</font></td>"); tb.append("</tr>"); tb.append("</table>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("<br>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("</center>"); tb.append("<center>"); tb.append("<table bgcolor=000000 width=300 height=12>"); tb.append("<tr>"); tb.append("<td width=\"300\" align=\"center\"><font color=\"FF0000\">{Bosses Spectate}</font></td>"); tb.append("</tr>"); tb.append("<tr>"); tb.append("<td width=\"300\" align=\"center\"><font color=\"666666\">Online bosses status</font></td>"); tb.append("</tr>"); tb.append("</table>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("<br>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("<table border=0 bgcolor=000000 width=300 height=30>"); for(int boss : BOSSES) { String name = ""; NpcTemplate template = null; if((template = NpcTable.getInstance().getTemplate(boss)) != null){ name = template.getName(); }else{ _log.warning("[RaidInfoHandler][sendInfo] Raid Boss with ID "+boss+" is not defined into NpcTable"); continue; } StatsSet actual_boss_stat = null; GrandBossManager.getInstance().getStatsSet(boss); long delay = 0; if(NpcTable.getInstance().getTemplate(boss).isType("L2RaidBoss")){ actual_boss_stat=RaidBossSpawnManager.getInstance().getStatsSet(boss); if(actual_boss_stat!=null) delay = actual_boss_stat.getLong("respawnTime"); }else if(NpcTable.getInstance().getTemplate(boss).isType("L2GrandBoss")){ actual_boss_stat=GrandBossManager.getInstance().getStatsSet(boss); if(actual_boss_stat!=null) delay = actual_boss_stat.getLong("respawn_time"); }else continue; if (delay <= System.currentTimeMillis()) { tb.append("<tr><td width=\"300\" align=\"center\"><font color=\"FF9900\">" + name + " is</font>" + "<font color=\"5EA82E\"> Alive</font></td></tr>"); } else { int hours = (int) ((delay - System.currentTimeMillis()) / 1000 / 60 / 60); int mins = (int) (((delay - (hours * 60 * 60 * 1000)) - System.currentTimeMillis()) / 1000 / 60); tb.append("<tr><td width=\"300\" align=\"center\"><font color=\"FF9900\">" + name + " is respawning in</font>" +"<font color=\"FF0000\"> " + hours + "h and " + mins + "min</font></td></tr>"); } } tb.append("</table>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("</center>"); tb.append("<br>"); tb.append("<center>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("<table border=0 bgcolor=000000 width=300 height=20>"); tb.append("<tr>"); tb.append("<td align=\"center\" width=\"300\"><font color=\"666666\">Vote for us :</font><font color=\"FF5555\"> www.l2addicted.eu</font></td>"); tb.append("</tr>"); tb.append("</table>"); tb.append("<img src=\"L2UI.SquareGray\" width=300 height=1>"); tb.append("</center>"); tb.append("</body></html>"); NpcHtmlMessage msg = new NpcHtmlMessage(NPC_ID); msg.setHtml(tb.toString()); activeChar.sendPacket(msg); } public static void main(String[] args) { new BossRespawn(-1, "BossRespawn", "custom"); } } try this one
  21. anyways :D topic without sense
  22. yup. this is what lol requires to be on top. cancer and trolling and u got em both I will give it a try :) relax men i know i dont play :)
  23. hmm try to add these on RaidBossSpawnManager public StatsSet getStatsSet(int bossId) { return _storedInfo.get(bossId); } public L2RaidBossInstance getBoss(int bossId) { return _bosses.get(bossId); }
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock