Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. Tested & working. I'm just using a ready code from class master rewards. https://pastebin.com/HVhtQ7kj Don't forget to add the handler to your item. - Config explaination: boxId;[];[itemId1(itemCount1)],[itemId2(itemCount2)],[itemId3(itemCount3)]; 9308;[];[57(100)],[57(1000)],[57(10000)]; And you can add as many items as you want.
  2. .online in 2018, gl.
  3. private static int getCurrentBuffs(Player p) { int i = 0; for (L2Effect e : p.getAllEffects()) { if (e.getSkillType() == L2SkillType.BUFF) i++; } return i; } This is the X and the max buff slots of your server is the Y. Buff Slots: x/y
  4. The numeric buff count is java side. The line which shows the graphic count of your buffs it's client and I have no clue. I think Elfocrash did something similar in the past for his server. About the half buff icons, just import the icons as they are and decrease the height. At the second image, I am not sure if it's a new client icon or something that already exists in the client.
  5. Why you care so much old man?
  6. for (ItemInstance i: invitems) i.blabla(); This is how you call the items?
  7. You want to do it as buylist or multisell?
  8. Online players? Looking something decent to play.
  9. [GR] Γεια σου άντραααα!! Περιμένω.
  10. Trusted services and really fast. Vouch for frank.
  11. Probably one of the best upcoming servers, good luck!
  12. Looks pretty nice, good luck.
  13. Is this server connected with L2Khaos? Also, you have nothing to do with Sublimity right?
  14. that's sure, if your best friend is admin.
  15. opeNNing
  16. I am selling services, I'm not providing free help for now atleast. Don't pm me for free things.
  17. <3 <3
  18. The only thing that I would care about. Who cares about 2 icons?
  19. It's been a week and reward isn't confirmed yet. You have to confirm it in order to motivate people join the contest.
  20. after this, else if (player.isInOlympiadMode()) { player.sendPacket(new SystemMessage(SystemMessageId.S1_CANNOT_BE_USED).addItemName(item)); return; } add else if (player.getClan().getLevel() == 8 ) { player.sendPacket(new SystemMessage(SystemMessageId.S1_CANNOT_BE_USED).addItemName(item)); return; }
  21. Pro dev katara reports gameserver console error at aCis forums hahahahhaahhahahhahahahha
  22. ο katara που πουλούσε l2jfrozen ΧΑΧΑΧΑΧΑ
  23. Who cares dude? This is how the system works, the best survives.
  24. Lol? Μόλις σου είπα ότι δεν έχω κάτι μαζί σου αλλά με την συμπεριφορά των περισσοτέρων εδώ μέσα.
×
×
  • Create New...