Jump to content

Ass4s1n

Members
  • Posts

    64
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Ass4s1n

  1. Keep calling ur wannabe programs "attackers". You simply fail dude. @newname or whatever, dude stop posting such things in order to make u look good, cuz u simply look pathetic. Ofcourse, there is protection from massive DDoS's, but its hell of expensive. Stop talking about firewall and shits, because firewall STILL reads the packets it recieves and you actually get them, while on cisco routers for example they just block it from coming on ur Router->PC connection. Now seriously, who would of start attacking your server for example? It has 16 people online MAX... Stop failing around and thinking you're god. You just make you look bad and I don't care how good or pro or whatever you are in java or in whoever language.
  2. Are you blind or what? I've said this is my own file randomizing events and picking one. It will be useless, since i got 7 events and I won't share them either. Lool... Everyone can use this differently, so whats ur pboelM?
  3. I didn't even bother to investigate. Can you explain it to me? I learn everyday u know. Im WizZy.. bitch :D Anyway, I used his template with my own task, so whats the problem?
  4. Today i've saw there is a REALLY simple way to run events automatically (instead of making a new file, registring, getting instance and so..) - Tasks. I didn't bother to open the thing, but today I did and I thought it may become handy to someone (to save oly every X minutes or to run events every X mins or w/e). Here's how it works: Go to com.l2jserver.gameserver.taskmanager.tasks Create a new file there. It should look 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 com.l2jserver.gameserver.taskmanager.tasks; import java.util.logging.Logger; import com.l2jserver.gameserver.taskmanager.Task; import com.l2jserver.gameserver.taskmanager.TaskManager; import com.l2jserver.gameserver.taskmanager.TaskTypes; import com.l2jserver.gameserver.taskmanager.TaskManager.ExecutedTask; import com.l2jserver.gameserver.addons.EventTable; /** * Executes the auto events automatically when * time is elapsed. * * @author WizZy */ public class TaskAutoEvent extends Task { private static final Logger _log = Logger.getLogger(TaskAutoEvent.class.getName()); public static final String NAME = "event_execute"; /** * * @see com.l2jserver.gameserver.taskmanager.Task#getName() */ @Override public String getName() { return NAME; } /** * * @see com.l2jserver.gameserver.taskmanager.Task#onTimeElapsed(com.l2jserver.gameserver.taskmanager.TaskManager.ExecutedTask) */ @Override public void onTimeElapsed(ExecutedTask task) { try { EventTable.doRandomRun(); _log.info("Event Manager: Event execution successful."); } catch (Exception e) { _log.warning("Event Manager: Failed to execute event : " + e); } } /** * * @see com.l2jserver.gameserver.taskmanager.Task#initializate() */ @Override public void initializate() { super.initializate(); TaskManager.addUniqueTask(NAME, TaskTypes.TYPE_FIXED_SHEDULED, "1800000", "1800000", ""); } } Pretty simple, huh? So now - the easy part. Setting it up. public void onTimeElapsed(ExecutedTask task) - This is the void where the task is executed. Once the time is over it calls this. on the try { EventTable.doRandomRun(); _log.info("Event Manager: Event execution successful."); } you should put your task or what to do once the time elapses. For my server I've did a randomizing function (randomizing 6 events) and running one of them. You can put whatever you want. TaskManager.addUniqueTask(NAME, TaskTypes.TYPE_FIXED_SHEDULED, "1800000", "1800000", ""); This is the time. TaskTypes are TYPE_NONE - No type TYPE_TIME - On the exact time TYPE_SHEDULED - Scheduled, once executed TYPE_FIXED_SHEDULED - Scheduled, executed in a delay non-stop TYPE_GLOBAL_TASK - Global task (used for global_tasks SQL table) TYPE_STARTUP - Runs on the server startup TYPE_SPECIAL - Dunno.. :D The time is in miliseconds. 1800000 will be 1 hour and after 1 hour it will be executed again (the delay). For any questions ask. I'll try to help.
  5. Amazing. I can't wait dude. Anyway, I don't think that u'll gain players cuz of the simple things - there is too much custom coding.. I mean, players won't remember it all.. Some will, other won't even know about them and will ask themselves WHY? You must have a good english speaking population :D However, ofc i'll give a try, since I know u're a great coder.
  6. U're so pathetic dude, seriously... I don't see anything close to it, since 12398123742385r23489234372148912721 other sites use the same type of news system. Can't u just gtfo?
  7. This doesn't work.. The thing is that I can't modify the client or I get a bluescreen :| Any other with my problem?
  8. Guys i've got the exact same problem -> http://forum.ragezone.com/f329/starting-epilogue-client-646680/ When I use the official files the game runs well (i can't connect ofc), but after I edit the host files or patch my system it gives me the blue screen thingie and my PC restarts. Anyone found a solution? This is preventing me to start the game.. Otherwise, older clients are running without problems.
  9. Well, if you played the old emi the mages was giving 400-600 damage and archers not more than 1600.. While daggers was critting for 16k++ afaik. Thats why I said this. It was like this before and it caused a bit of a failure. Okay, you won't regret ;) P.S. We just got our machine from Hetnzer. Special thanks to reaper who helped us with his connections ;) CPU : Intel® Core™ i7-920 Quadcore incl. Hyper-Threading-Technology RAM : 8GB DDR3 HHD : 2 x 750 GB SATA-II HDD (Software-RAID 1) /one of the HHD's will be for backup every 5 mins so we will have no wipes or rollbacks ;)/ Connection: 1Gbit rated at 100mbps. Hosted in Germany.
  10. It won't be lame since u wont be in it. Sure, but still better than "your" old one.
  11. I still didn't get a reply on my post here. Still, I don't get why you think your "server" is the most played and popular and pro in the whole l2 community and why you think that you have such cool java skills and so....
  12. Well, I thought this server will be better, but.. It seems its dead. First off, don't come with the "WE DIDNT ADVERTISE MUCH YET!!@#*" cuz it ain't working. I don't care on what protections you work on - server is DEAD even if its well protected. You had a good advertise - even a sticky, but maybe the server is too complicated to understand it? Well, most of here don't even know English and u want them to understand ur features and shit? Lool. I don't care for ur vote bots or ur attacks and shits too. There's no point bot voting when the people don't like the server. See, people vote when they like the server and this is how its meant to be, not any other way. Just that people bypass the botting protections doesn't mean that the server is good - no the developers think so. I don't get why u think that this server is the best in the world, cuz its not man. Keep with it. Its gonna be with 3 people till it remains to 0. Seriously, shut it down. I don't give a shit how much lines or code u've made for it - it failed. We don't care about ur history either, I see that all your arguments and coming up with facts and switching from topic to topic ain't working. Argue this mofo.
  13. It won't be the same failure like before ;) Tested it for about a week online-time with 10-15 ppl online and all features are working and more to come. Not even a single error/npe or whatsoever ;) Its stable :p Hi from Lee btw ^^
  14. 2 years without a single open... And when I managed to enter the game, my server was with 600-700 online left :(
  15. You do since u want me to post with my main account or judge me by my posts...
  16. my main is banned aka wizzy :) u got selfpwn or i think so?
  17. Yeah right, and im Santa. Me and versus are friends, but this thingie is soooo unusefull and I told him before I even posted it here, so what the heck? Its useless. If it was enchant exploit or so on, I'd never post it and just tell him :) (but i`ll make some +30's before that tho xD) It won't be fixed until restart............................. fucking moron.
  18. It'll be fixed after next rr, so cheat some more with it xD
×
×
  • Create New...