Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. I have no clue about this, never tried before.
  2. I have tried to contact Seth already. Seems he is retired too.
  3. Hello guys. I am searching someone to do my aCis pack to run under C4 client. My skype: harris.devlin
  4. Windows - Easier usage. Linux - Bigger performance. I prefer windows because for low amount of players, there is no reason of performance. From my pov, in case of 500+ players you have to pick Linux.
  5. Too lazy to do it. If someone is really interested, pm me.
  6. Χαχαχα ποσο βλακας ρε φιλε, λες να μην εμπιστευεται κανεναν αλλα να κανει pm εσενα.
  7. It's a promising server handled by good hands. I recommend.
  8. Logged in. I see a pure l2jfrozen server with share NPCs and a fucking spam at starting zone by monsters. I didn't check balance, bugs. I hope to be good. Good luck.
  9. Hello guys. I am selling my lol account on EUNE. Gold V Champions owned: 17 (+1 Skin). Runes: x4 +0.60 Magic Resist (Mark, Tier2) x8 +1.00 Armor (Seals, Tier3) x4 +0.58 Magic Resist (Seals, Tier2) x9 +1.3 Magic Resist (Glyphs, Tier3) x2 +5.0 Ability Power (Quint...., Tier3) x1 +3.1 Magic Resist (Quint....., Tier2) Skype: harris.devlin (Macklemore profile picture).
  10. Go at L2NpcInstance Search for this: public void showChatWindow(final L2PcInstance player, final int val) and here put the line I gave you.
  11. Also I bet that you put it at the wrong method. public void showChatWindow(final L2PcInstance player, final int val) at this method.
  12. I told you L2Npc, not L2NpcInstance. I am using the same code for my NPCs and it works perfect.
  13. Go at L2Npc.java Find this method: public void showChatWindow(L2PcInstance player, int val) After this: html.replace("%objectId%", getObjectId()); Add this: html.replace("%online%", L2World.getInstance().getAllPlayersCount()); So, %online% can be used everywhere (at every single NPC).
  14. Lol, I need posts that's why I spam. Get serious bro, also I am not posting. I am bumping. I never got warning from moderators for such topics. Go away. The thing that you are doing now is called spam.
  15. @UserInfo.java writeC(_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) ? 1 : 0); // 0x01: Hero Aura There you can do your tricks.
  16. Something is going wrong with systextures. Check the link.
  17. http://pastebin.com/MTACLPtD και για grandboss μαζί
  18. Πάρε αυτό εδώ http://pastebin.com/sQnNUuxW Είναι μόνο για boss με type L2RaidBoss. Για κάθε raidboss που θα βάζεις κάνεις copy/paste αυτό και αλλάζεις το raidBossId1 στον αριθμό που θέλεις και δίπλα το id του boss. int raidBossId1 = 25299; if (RaidBossSpawnManager.getInstance().getRaidBossStatusId(raidBossId1) == StatusEnum.ALIVE) sb.append(NpcTable.getInstance().getTemplate(raidBossId1).getName()+" <font color=\"00FF00\">is alive!</font><br1>"); else sb.append(NpcTable.getInstance().getTemplate(raidBossId1).getName()+" <font color=\"0000FF\">is dead!</font><br1>");
  19. Άστο αδερφέ, δεν το έχεις. Γενικά το code είναι για τα σκουπίδια.. Τι θέλεις grand boss ή raid boss manager?
  20. Είναι καθαρά θέμα player, ο server δεν έχει ευθύνη κλοπής ενός player εκτός και αν η πληροφορία είναι από "μέσα" δηλαδή κάποιος είχε την database.
×
×
  • Create New...