Jump to content

valanths1990

Members
  • Posts

    517
  • Credits

  • Joined

  • Days Won

    1
  • Feedback

    0%

Everything posted by valanths1990

  1. einai aplo....den mporeis na kaneis ena txt file na exei kapious xarakthres sto name px: \ / * : | < > me apotelesma otan exeis ston gm sou sto name *ktl den mporei na dimiourghsei to txt kai sou petaei afto to error...
  2. is made for H5 but it can work for ct2.3 or other chronicles with little addaption npc is does not matter just create one new npc in database with type L2CastleManage and you are done Create npc for L2CastleManageInstance
  3. npc is does not matter just create one new npc in database with type L2CastleManage and you are done
  4. Nice idea and share, but I thing it would be better if you load all words in a list, instead of checking txt file all time and create one admin admin command to reload that file
  5. ### Eclipse Workspace Patch 1.0 #P L2J_DataPack_BETA Index: dist/game/data/scripts/handlers/skillhandlers/Heal.java =================================================================== --- dist/game/data/scripts/handlers/skillhandlers/Heal.java (revision 9257) +++ dist/game/data/scripts/handlers/skillhandlers/Heal.java (working copy) @@ -26,6 +26,7 @@ import com.l2jserver.gameserver.model.skills.L2SkillType; import com.l2jserver.gameserver.model.stats.Formulas; import com.l2jserver.gameserver.model.stats.Stats; +import com.l2jserver.gameserver.model.zone.ZoneId; import com.l2jserver.gameserver.network.SystemMessageId; import com.l2jserver.gameserver.network.serverpackets.StatusUpdate; import com.l2jserver.gameserver.network.serverpackets.SystemMessage; @@ -107,7 +108,7 @@ for (L2Character target: (L2Character[]) targets) { // We should not heal if char is dead/invul - if (target == null || target.isDead() || target.isInvul()) + if (target == null || target.isDead() || target.isInvul() || target.isInsideZone(ZoneId.YourZoneHere)) continue; if (target.isDoor() || target instanceof L2SiegeFlagInstance) try this (l2jserver H5 beta)
  6. [gr]sorry re guys den to skeftika etsi apla hthela na to kanw oso pio aplo ginete, stayrosteme, elpizw na sas vohthise to topic
  7. [gr] afto hthela na pw, an o client klisi omws o server prepei na thn ksana kanei stream.... prospa8isa na gino oso pio safis ginete, h nomizeis pws an milousa gia buffers tha to katalavene? kai nai to stelnei meso tou pledge crest PS to kserw pws den thn kanei download o client gt an thn ekane download den tha xreiazotan meta to restart na thn ksana kanei stream...
  8. i am not sure how stable pack works but in your datapack folder game/data/xsd there is a file with name zones.xsd open it and add the type: CustomPvP and you will be fine where the other types are, if you open that file you will understand where to put it
  9. yes if your connection is 1mbit upload it will slow down a bit for sure but you wont have problem in dedicated servers, if server send the image once image will automatically load to memory of the remote client, and wont send it again and again and again, it will send it again if they close client and reopen it
  10. [GR] efxaristw polu tha valw ta dunata mou kai gia kalutera shares[/GR]
  11. check my topic it might can help you ;) http://maxcheaters.com/forum/index.php?topic=251673.0
  12. You have a typo in admin commands, as soon as you changed admin_dance you must change command in admin commands also ;)
×
×
  • Create New...