Jump to content

UnixCode

Members
  • Posts

    322
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by UnixCode

  1. try it like that : for (L2PcInstance player : L2World.getInstance().getAllPlayers())
  2. here is the types: "ALL ", "SHOUT", "TELL ", "PARTY", "CLAN ", "GM ", "PETITION_PLAYER", "PETITION_GM", "TRADE", "ALLIANCE", "ANNOUNCEMENT", //10 "PARTYROOM_ALL", "PARTYROOM_COMMANDER", "HERO_VOICE" and as matim said...think it's simple
  3. i copy your topic? lol man :S i post here what can i do...why to copy your topic?wtf
  4. 1 way is to return; the method addexp when players are near class change to avoid this bug, if you set only paralyze it will not work at all, i have tested it.
  5. bump, already took 2 requests, working on them
  6. psakse man, psakse. Google gia arxi, checkare forums...diafora.Kane eksaskisi, checkare etimous codes, pare idees , kathe fora kane kai kati diaforetiko.Na eisai mesa s' ola , min codareis sigekrimena pragmata.
  7. Projects i code on: L2JServer L2JaCis Based L2J Projects. What can i do? Small Events Some Custom Modifications Small bug fixes General Codes Adapting Creating new instances for new Npcs Adding Codes to your pack .Commands //admin Commands Setuping L2JServers Payment's Info Methods Paysafe Card Paypal Prizes Discussable, starting from 5$. Contact me Pm me here , and we will talk about contact. I would please the haters to go to an other topic to hate :D . I made this cause i need practice,etc and since i can do some things i just offer my services.About small events and custom modifications you will give me description of what exactly you want me to do.Since i can, the codes will be ready in the next hours, max 1 day.I wish me good luck , nothing else..already took a request for a small event which i am working on now.Thanks you...
  8. λυπαμαι που στο λεω , αλλα δεν ψαχνεις ρε φιλε....μονο ρωτας. Φιλικα παντα. Τεσπα....στο config στο hopzone λινκ στειλε μας ακριβως τι εχεις.
  9. Γιατι τα θελει ολα ετοιμα, με το παραμικρο προβλημα τσουκ και 1 topic sto mxc.
  10. I need 9 euros at paypal for 10 euros paysafe(i give psc). pm me here, as fast as you can.
  11. XAXAXAAM XA XA X A DIAVASE TI LES mono auto sou lew diavase ti les.
  12. ILIKRINA DEN TIN PALEVEIS KASTANO!!!!!ine diskolo na feroun Mob eksw apo town? po po po po mialo ksirafi
  13. re agori m pou kolaei to PEACE ZONE RE AGORI M KAI TO PVP? PIA I DIAFORA STO BUG?!!!!!EM DEN KSEREIS TO BUG EM MILAS.
  14. i dont try to be anything, believe me... Anyway i did a mistake, i just didn't care it.
  15. kapio provlima exeis . An den ksereis se iketeuw na min milas, MPOREI NA INE PT KAI NA MIN INE COMBAT RE NOOOOBA TORA THA MOU TI PEIS KIOLAS. INE PT, den ine combat kai varaei to mob o allos apo to PT kai perni EXP. Ade ligo na simazeuomaste edw mesa, giati tin ides kapos...ok? An den katalaves kai tora ti na sou pw, TO iq sou ine ligotero apo 60
  16. Anyway here is the working one without bugs i think..: ### Eclipse Workspace Patch 1.0 #P TEST_GAMESERVER Index: java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java =================================================================== --- java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java (revision 4699) +++ java/net/sf/l2j/gameserver/model/zone/type/L2PeaceZone.java (working copy) @@ -18,6 +18,7 @@ package net.sf.l2j.gameserver.model.zone.type; import net.sf.l2j.gameserver.model.L2Character; +import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.zone.L2ZoneType; /** @@ -37,6 +38,11 @@ { character.setInsideZone(L2Character.ZONE_PEACE, true); + if(character instanceof L2PcInstance) + { + int speed = character.getWalkSpeed(); + character.getWalkSpeed() = speed * 2; + } /*if (character instanceof L2PcInstance) { ((L2PcInstance)character).sendMessage("You entered a peace zone!"); @@ -48,6 +54,11 @@ { character.setInsideZone(L2Character.ZONE_PEACE, false); + if(character instanceof L2PcInstance) + { + int speed = character.getWalkSpeed(); + character.getWalkSpeed() = speed / 2; + } /*if (character instanceof L2PcInstance) { ((L2PcInstance)character).sendMessage("You exited a peace zone!");
  17. Actually it can be done on the class of the type of zone in onEnter method, right?
  18. re agori mou leme den ftanei mono auto. Auto to bug mporei na ginei kai me party, ti tha kaneis na min ginete sub otan ise se party?oxi vevea....akouse me
  19. epidi den ime poustraki na min se help.....: sto l2pcinstance sti methodo doAttack akrivos katw vale: Collection<L2Character> knowns = getKnownList().getKnownCharactersInRadius(400); for (L2Object wh : knowns) { if (wh instanceof L2VillageMasterInstance) { sendMessage(" You can't hit near a class changer!!"); return; } } den tha mporoun na kanoun attack dipla se class changer.
×
×
  • Create New...