Jump to content

Roronoa

Banned
  • Posts

    211
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Roronoa

  1. im looking for vesper black armor i search already but links not work.. not send me for acis.
  2. friend tryskell i dont create project to get fame or be famous or whatever you think i do this system for trusted members join in community otherwise thank you for your words :) New Keys in next month keys will stoped gived for free c77b43996bcd3b56864abdeee22238c35eb5c2d8 2a09f7f042cd4880f0a9a4a160180e851d185336 56e5f7b481fc641ec515acadf4b8fa9d635c9ca0 fb5ba439c4511e99667ca7069bb12327121bd313 c4ada18ea6473739d86d74cac950d57cf16b8e9d 640eb3582d3cf66aeddc7441e11d3e8aab249aa6 27f078c59f4b6eef994713db7414be2dd5eac7b6
  3. Next Invite Keys 11/1/2013
  4. missing lib directory from your source
  5. Create File in handlers.voicedcommandhandlers with name farmzone.java put this source package handlers.voicedcommandhandlers; import com.l2jserver.Config; import com.l2jserver.gameserver.handler.IVoicedCommandHandler; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; /** * *@author Rayleigh * */ public class farmzone implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = { "farmzone" }; @Override public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("farmzone")) { if(activeChar.isInJail()) { activeChar.sendMessage("Sorry,you are in Jail!"); return false; } else if(activeChar.isInOlympiadMode()) { activeChar.sendMessage("Sorry,you are in the Olympiad now."); return false; } else if (activeChar.isInDuel()) { activeChar.sendMessage("Sorry,you are in a duel!"); return false; } else if (activeChar.inObserverMode()) { activeChar.sendMessage("Sorry,you are in the observation."); } else if (activeChar.isFestivalParticipant()) { activeChar.sendMessage("Sorry,you are in a festival."); return false; } else if (activeChar.isAttackable()) { activeChar.sendMessage("Sorry, You are Attackable"); return false; } if(activeChar.getInventory().getItemByItemId(Config.FARM_ITEM_ID) == null) { activeChar.sendMessage("You need one or more Require Item to use the teleport system."); return false; } int placex; int placey; int placez; placex = Config.FARM_X; placey = Config.FARM_Y; placez = Config.FARM_Z; activeChar.teleToLocation(placex, placey, placez); activeChar.sendMessage("You have been teleported to Farm Zone!"); activeChar.getInventory().destroyItemByItemId("Item", Config.FARM_ITEM_ID, Config.FARM_ITEM_A-beep-T, activeChar, activeChar.getTarget()); activeChar.sendMessage("One Item has dissapeared! Thank you!"); } return true; } @Override public String[] getVoicedCommandList() { return VOICED_COMMANDS; } } Open MasterHandler and insert import import handlers.voicedcommandhandlers.farmzone; and the register command line (Config.FARM_TELEPORT ? farmzone.class : null), Config File public static boolean FARM_TELEPORT; public static int FARM_ITEM_ID; public static int FARM_ITEM_A-beep-T; public static int FARM_X; public static int FARM_Y; public static int FARM_Z; FARM_TELEPORT = Boolean.parseBoolean(L2JTerra.getProperty("Farming Teleport", "False")); FARM_ITEM_ID = Integer.parseInt(L2JTerra.getProperty("Farming Item ID", "6673")); FARM_ITEM_A-beep-T = Integer.parseInt(L2JTerra.getProperty("Farming Item A-beep-t", "250")); FARM_X = Integer.parseInt(L2JTerra.getProperty("Farm X", "81304")); FARM_Y = Integer.parseInt(L2JTerra.getProperty("Farm Y", "14589")); FARM_Z = Integer.parseInt(L2JTerra.getProperty("Farm Z", "-3469")); File Properties #----------------------- # FARMING COMMAND TELEPORT (Rayleigh) #----------------------- # Set it True to enable and false to disable press .farmzone # ITEM ID Require number to put # A-beep-T of item ID # put location X,Y,Z Farming Teleport = False Farming Item ID = 6673 Farming Item A-beep-t = 250 Farm X = 81304 Farm Y = 14589 Farm Z = -3469 Credits Rayleigh
  6. you are moderator you must respect others try not laugh with him or his work i will unbanned you but think what you do and what is your position
  7. [iurl=http://l2j-terranova.host22.com/forum/index.php?topic=18.msg40#new]Recruit Jr Developer Check Here![/iurl] Send Request Here or in Forum
  8. thanks a lot but exist many projects work Interlude client
  9. Introduce Project Our project will work on the client of lineage 2 High Five. We cant stand seeing all the time interlude projects, its the time to move forward .. So our project will be free for everyone but you dont have permission to leech our ideas or our work. You can help us to grow up faster with banners, buttons or whatever you want, but dont give reason for someone to attack us because you leech his work.. We accept the reality that we want to make everyone from the start except the basics.. So dont think you have any right to ruin our work.. We are here to help you run a L2J H5 server... We will always be here to provide you help and anything you need so you will be able to run your server smoothly. Project Change Plan New Plan to get source you must be invited from someone already register member of our community Newbie have 1 key reach posts increase your rank and your keys if you are good inviter and invite only trusted members who dont attack us or leech us you will get rank Inviter New System to Get Source we have a lot inactive users so if you want to get our source you must be active. in example you must posting and reach Rank #2 NOTE: The Invitation System is Disabled L2J-Terranova Community
  10. First Vote Lekino (reason):Awsome sig i like the extrem colors.
  11. k egw fringe vlepw autes tis meres :)
  12. den xriazete n katebaseis online-filmer.blogspot.gr :F
  13. se kanei anwtero sto na zhtas boh8eia kai na tous brizeis kiolas?.. o mixmaster apoti exw dei exei fobero sta8mo kati 8a kserei parapanw
  14. tou adelfou mou htan h seira tou k dn tou ir8e xarth spiti kai den parousiastike k efage prostimo 90 euro phgaine sto rouf kai rwta trele mporei na s exei er8ei eidh k na mn sto exoun steilei apo to ellhniko kratos min perimeneis
  15. lol i can make it for free ;)
  16. announced now only base class.. soon i will upload a preview ..
  17. done ... now you need only to test it :)
  18. ofc that point but i dnt have time to do it full.... the night i will fix it to announce only Main Class
  19. first i coded on H5 and now i adapt it on our L2J Esios Interlude Client.. Patch ### Eclipse Workspace Patch 1.0 #P l2jesios_gameserver Index: java/com/l2jesios/Config.java =================================================================== --- java/com/l2jesios/Config.java (revision 164) +++ java/com/l2jesios/Config.java (working copy) @@ -149,6 +149,7 @@ // -------------------------------------------------- // Esios settings // -------------------------------------------------- + public static boolean ANNOUNCE_HERO_LOGIN; public static boolean ENABLE_HIDEEVENT; public static int HIDDEN_ITEM_ID; public static int HIDDEN_ITEM_COUNT; @@ -1465,6 +1466,7 @@ esios.load(is); is.close(); + ANNOUNCE_HERO_LOGIN = Boolean.parseBoolean(esios.getProperty("AnnounceHeroLogin", "False")); HIDDEN_ITEM_ID = Integer.parseInt(esios.getProperty("HiddenItemRewardID", "3470")); HIDDEN_ITEM_COUNT = Integer.parseInt(esios.getProperty("HiddenItemRewardCount", "1")); HIDDEN_-leeching-_ENABLED = Boolean.parseBoolean(esios.getProperty("Hidden-leeching-Enable", "True")); Index: config/esios.properties =================================================================== --- config/esios.properties (revision 164) +++ config/esios.properties (working copy) @@ -1,3 +1,9 @@ +#----------------------- +#Hero / Class Announce Login (Rayleigh) +#----------------------- +# False = Disable / True = Enable +AnnounceHeroLogin = False + #========================================# # Hidden -leeching- Event # #========================================# ### Eclipse Workspace Patch 1.0 #P l2jesios_gameserver Index: java/com/l2jesios/gameserver/network/clientpackets/EnterWorld.java =================================================================== --- java/com/l2jesios/gameserver/network/clientpackets/EnterWorld.java (revision 164) +++ java/com/l2jesios/gameserver/network/clientpackets/EnterWorld.java (working copy) @@ -119,7 +119,11 @@ else GmListTable.getInstance().addGm(activeChar, true); } - + if (Config.ANNOUNCE_HERO_LOGIN && activeChar.isHero()) + { + Announcements.getInstance(); + Announcements.announceToAll("Hero: " + activeChar.getName() + " Class: " + activeChar.getClassId() + " is now online!"); + } if(Config.PVP_COLOR_ENABLED) { PvPColorSystem pvpcolor = new PvPColorSystem();
×
×
  • 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