Jump to content

eKo

Members
  • Posts

    709
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by eKo

  1. wow someone here got a bad day
  2. good lord i fucking love your Signature Picture :D, i think....yes ima gonna steal it :)
  3. thanks anyway i said from c1-freya to avoid useless spams on my msg box on what chronicle i can work on. seems like it went wrong way.
  4. Projects i Code on * L2JServer from C4 to Freya * L2JACiS * L2JFrozen * Projects Based on L2JServer Service * Custom Codes * Small Events * Small Engines * Custom Unique Features * Adapting * Fixing Existing engines/system/whatever * Custom Zone types * New NpcInstances for new npcs * Adding Codes to your Pack(svn) * Setup L2Jservers/mysql I do only Custom Codings means no Retail Features nor i will touch any Skill formulas whatsoever. I can Create Small systems/events so on for your Server, i can adapt features from chronicle to chronicle if no Client modding is Required, i can fix your Existing Engines/systems/features. I allso do Add Codes to your Source or svn(preffered) extending existing features/engines/systems whit your Ideas L2JServer Freya Pack(SVN) * Lastest REV * Syn from time to time whit l2jserver source Features Events * 5 small EXP/sp/adena/enchant events ( double exp event or 10% more enchant success chance) automatic * Kino Event * Poker Event * UndergroundTournament event * Quiz Event * Phoenix free Engine - tvt/ctf/lms * 1 vs 1/ 2 vs 2 - requalar - noble - hero - class based * party vs party Custom Features * Captcha System * Custom Community Board(Top pvp/pk/announcements/events/Features/Server Rules/Donator,voter,promoter Item Shop) * Top pvp/pk player Choosen every 24 hours Colorized nick able to gain hero coin(more comming) * PvP Reward Table * delvl manager * server info npc * Fake Pc * Sheme Buffer * Newbie Helper(like L2forgotten) * New farming/pvp zonesa(types) * Donation System including Premium buffs/slots/exp rate/ increased hp/cp/mp * Voter Status System * Promotion Reward System * and more.. note : this is just the basic source, you can Request more Features to the pack so you can create your individual Pack for your Server Live Test Server is Aviable ofc on a Dedicated server box for you to test Payment Method Pm me here whit a Detailed Information about what exactly you need and what Price you did think about. I will Pm you back once i did read your Requests if i accept or Decline it, I am not in need of Money so i will not do every job nor i have the Time for it Once i accepted your Deal you can add me on MSN and we will Discuss it Further. Once we worked everything out we will set a Deadline when the code ahs to be Delivered, i will Code it whithin that deadline maybe on that day or i finish it faster. I will provice a Test server to Test out the Feature, I have my own Server box Located in a Datacenter for a Test Server, if your Statisfied whit the Feature. i will send you the Code After Payment, and we will go happy our own Ways. Payment Only Paypal in USD or EURO Contact Only via PM here on MxC please. my msn gets flooded whit enough People
  5. split the online players to show how many players are online from each race imo.
  6. he should create a new Zone. here is the basic strukture of a new Zone /* * 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 net.sf.l2j.gameserver.model.zone.type; import net.sf.l2j.gameserver.model.actor.L2Character; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.zone.L2ZoneType; /** * @author eKo */ public class L2CustomZone extends L2ZoneType { public L2PvpZone(int id) { super(id); } @Override protected void onEnter(L2Character character) { if (character instanceof L2PcInstance) { ((L2PcInstance) character).sendMessage("Entered Custom Zone XY."); } } @Override protected void onExit(L2Character character) { if (character instanceof L2PcInstance) { ((L2PcInstance) character).sendMessage("Left Custom Zone XY."); } } @Override public void onDieInside(L2Character character) { onExit(character); } @Override public void onReviveInside(L2Character character) { onEnter(character); } } now if you want your char to go back to a spawn after Dead and not to town do this for example add : static class BackToPvp implements Runnable { private L2PcInstance _activeChar; BackToPvp(L2Character character) { _activeChar = (L2PcInstance) character; } @Override public void run() { _activeChar.teleToLocation(24596 , -24657, 8956); // Random Locs } } So now we Created a"Option" to Teleport the Player back to a Certain place. But to run this Task we have to add the "Trigger" to start this class ThreadPoolManager.getInstance().scheduleGeneral(new BackToPvp(character), 2000); add it OnExit like this : @Override protected void onExit(L2Character character) { if (character instanceof L2PcInstance) { ((L2PcInstance) character).sendMessage("Left Custom Zone XY."); ThreadPoolManager.getInstance().scheduleGeneral(new BackToPvp(character), 2000); } } now players will get Ported back to the Set Spawn Location. its just a Simple Example, maybe it helps you understand it a bit more
  7. you cant add java codes on a Compiled pack ;). if you got Sources open L2JailZone you will find the Answer there OnExit and BackToJail.
  8. too small pic i cant read a shit..
  9. best would be a cisco hardware firewall. but remember there is no real ddos protection it all dependings on the attacker hopw much resources he puts in his atk. even cisco has its limits where it cant filter all the attacks.
  10. sure np, i make one once i am back from. Just create a new Npc Instance that extends L2NpcInstance, change the code a bit and you got your InfoManager its not that hard. i post it tonight
  11. l2jfrozen applied this cide to thier source, it Resets all reuse delays once you enter olympiad
  12. you can set both interlude and freya servers on one login.
  13. hopzone changed thier website code. just btw
  14. it all dependings on your concept how high the price will be.
  15. ip adress allready in use. got a second gameserver running?
  16. i checked it today, quick. had a few stuff to edit to get it run, fucking russian cant understand a shit. anyway logged in and could not move didnt brother checking why allso a few scripts didnt load, i suggest people whitout knowledge to keep thier fingers away from it
  17. dont even Brother finding a "good" developers nowdays. its way more easy just to take Requests from Servers and code it quick. Or code a Feature and than sell it to all the non codings admins that are out there nowdays. I say out of 10 l2j servers there is maybe 1 server whit a admin that knows java or at least the basics
  18. oh rly, this pack contains only custom code and not any retail features from me and i am by far not finished got tons of stuff to finish. find me the links where exactly my features are shared. i can set whatever price i want for my pack. but i guess the kind of you likes more full packed packs whit useless codes. ps : not a single fork has done a excellent job. l2jemu,l2jserver,l2jphoenix and so on they are still far away from a good stable emulator.
  19. all i can say one of the best upcomming pvp servers, features are great,Gameplay is good,. Not to forget they got Setekh(l2jarchid) in thier team wich is one of the best l2jdevs in my eyes
  20. nothing new here...
×
×
  • Create New...