-
Posts
460 -
Credits
0 -
Joined
-
Last visited
-
Days Won
2 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by te0x
-
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..
-
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.
-
its not even beta, its live normally. that's why i am doin this discussion... anyways thank you for your answers dude
-
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?
-
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?
-
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..
-
Thanks. Well its calculated once you pick up normal s grades to keep continue doin something
- 106 replies
-
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?
- 106 replies
-
Help C4 Chronicle Max Htm Size
te0x replied to AccessDenied's question in Request Server Development Help [L2J]
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; } -
thank you dude
- 106 replies
-
updated.
- 106 replies
-
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.
- 106 replies
-
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.
- 106 replies
-
L2Seven has successfully STARTED! Download our patch from the site and Join us!
- 106 replies
-
2 Hours to the Grand Opening! Stay Tuned!
- 106 replies
-
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.
- 106 replies
-
1 Day left for the Grand Opening! Tommorow 07/03 16:00 [GMT+2]
- 106 replies
-
Help Question About Stats %
te0x replied to DrenepiaWorld's question in Request Server Development Help [L2J]
Thats the way. You are not wrong. 2.2= +120% 1.2= +20% 1.02= +2% 1.002= +0.2% -
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.
- 106 replies
-
Help Grand Boss Infos For Acis And Normal Raid Bosses
te0x replied to rlfem123's question in Request Server Development Help [L2J]
:D -
Help Grand Boss Infos For Acis And Normal Raid Bosses
te0x replied to rlfem123's question in Request Server Development Help [L2J]
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 -
Help Grand Boss Infos For Acis And Normal Raid Bosses
te0x replied to rlfem123's question in Request Server Development Help [L2J]
? -
Discussion I Want Ask If Lol Is Good Game.
te0x replied to Authority's topic in General Discussion [English]
anyways :D topic without sense -
Discussion I Want Ask If Lol Is Good Game.
te0x replied to Authority's topic in General Discussion [English]
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 :) -
Help Grand Boss Infos For Acis And Normal Raid Bosses
te0x replied to rlfem123's question in Request Server Development Help [L2J]
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); }