Jump to content

Dεbian

Members
  • Posts

    654
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by Dεbian

  1. You are using just l2jesios, old version. Nothing unique, good luck.
  2. θα προσπαθήσω, δεν υπόσχομαι κάτι.
  3. μπορείς να μας δώσεις περισσότερες πληροφορίες?
  4. daily bump!
  5. What about to create our own nobless quest story? Give ur ideas!
  6. You are doing amazing job Romeo. People just wait for this amazing adventure! Soon..!
  7. ακριβώς, όπως είπα ότι θέλετε να πείτε θα το λέτε σε αυτό το topic.
  8. Two things, What's the unique part of this? + It is just a html not even php or something else.
  9. περιμένουμε τα πρώτα request, επίσης μπορείτε να κάνετε request μερικά java mods ή κάτι παρόμοιο.
  10. Hello, I am Dεbian and I want to show you my services! I am working mostly with interlude client, also I don't work with client modding (just inform). Things that I can do : - Add/fix java mods - Code SOME java mods - Anything related with gameplay (balance, npc & such) - Setup your server & such things For any informations just contact with me! Kind regards, Dεbian
  11. Can you post here more informations, please?
  12. άμα θέλεις updates μπορείς να γίνεις customer ώστε να παίρνεις τα diff patches και να κάνεις τα update.
  13. if (Config.ALLOW_DONATOR_ANNOUNCE && activeChar.isDonator()) { String announce = Config.DONATOR_ANNOUNCE.replaceAll("%PLAYERNAME%", activeChar.getName()); Announcements.getInstance(); Announcements.announceToAll(announce); } Here is my code. Just make a boolean for ALLOW_DONATOR_ANNOUNCE + a string for DONATOR_ANNOUNCE. Config must look like that : # Allow announce on Donator login. AllowDonatorAnnounce = True # Announce on Donator login. DonatorAnnounce = Donator %PLAYERNAME% has logged in!
  14. It is amazing, lol. I have to agree with you!
  15. Hello, before few months I bought phoenix event engine from sahar (l2warcraft) and now I am selling it. It is fully fixed & reworked with no bugs and such. Event List : - DeathMatch - Domination - Double Domination - Last Man Standing - Lucky Chests - Simon Says - Team vs Team - VIP Team vs Team - Zombie - Capture the Flag - Russian Roulette - Bomb Fight - Mutant - Battlefield For any question pm me here or add me at skype (check my signature). Price : 10 Euro (-payScard-/paypal) Kind regards, Debian
  16. έχεις error στο eclipse μήπως?
  17. έκανες delete τον φάκελο log?
  18. Προσπάθησα και έκανα να μην μπορούν να κάνουν heal γενικά σε pvp zone. ### Eclipse Workspace Patch 1.0 #P aCis_gameserver Index: java/net/sf/l2j/gameserver/handler/skillhandlers/Heal.java =================================================================== --- java/net/sf/l2j/gameserver/handler/skillhandlers/Heal.java (revision 5) +++ java/net/sf/l2j/gameserver/handler/skillhandlers/Heal.java (working copy) @@ -39,6 +39,8 @@ L2SkillType.HEAL_STATIC }; + public static final byte ZONE_PVP = 0; @Override public void useSkill(L2Character activeChar, L2Skill skill, L2Object[] targets) { @@ -98,7 +100,7 @@ continue; final L2Character target = ((L2Character) obj); - if (target.isDead() || target.isInvul()) + if (target.isDead() || target.isInvul() || target.isInsideZone(ZONE_PVP)) continue; if (target instanceof L2DoorInstance || target instanceof L2SiegeFlagInstance) Ελπίζω να σε βοήθησα!
×
×
  • 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