Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. You don't have to. Simple player/activeChar/target.setHero(true); Where you want to put it? How to obtain it? Need more info :P
  2. No matter what name of the command you write. It's about the ID :) If the Id fits with the one from core, //logic, else do nothing (doesnt exist on core side) :P
  3. armorgrp, client side. There is a row for grade, from 0 to 6 or so. You have to change the number :)
  4. No idea about new l2 features such as attribute :troll: Try to find them, looks like they have some numbers, like some skills or so?
  5. private static final int[] COMMAND_IDS = { 52 }; That's the id from the core side. commandname-e.dat from system folder nbr id name 53 52 unstuck
  6. You know the rules. Edit the title once again and I will lock the topic. Optionally, you can keep the "Sovereign".
  7. Well, I have them stackable as well. To be honest I did not tested it deeply, but I supposed there won't be any problems.
  8. I guess he even should do like that, since * takes all info.
  9. Hahaha, fags everywhere :) Legit https://www.virustotal.com/pl/file/62b294f4ac3ad58610d9203e65ccff1584ffa681274b0b236cec5b3ab5e5dcd4/analysis/1423515662/ :troll: PS: Zrujnowałeś im interes :)
  10. If its IP based, you can use any program that decrease "ping". :)
  11. Yup, I answered by myself after a while, lol :D Gotta eat something, I'm starving. Scrambled eggs on fire.
  12. Tell me what's the point adding an int to the code and htm while it does the same thing, lol ? The code is longer of X lines, htm has useless int.. Else, you want to separate buffs/dances/songs page. Then, yes.
  13. <a action="bypass -h npc_%objectId%_Chat 10">Buffer</a>
  14. Maya, consider to use edit button. Next time you will be chat banned for multiposting.
  15. Maybe it's easier, faster, but definitely not better ;)
  16. Report him (the private msg) and chat ban.
  17. Ehh raF.. Did you c/p default buffer? Since I dont see anything new - the thing he is requesting. Anway, I edited my 1st post, added ++. Now you should see what/where to add.
  18. Sorry, alex but this "guide" is... well, you can't call it a guide. Try something better :P /locked PS: I may unlock it when Maxtor create a new subcategory.
  19. For gods sake, open your eyes.. I put there original if() with dots (...), so hey.. look at both codes.
  20. Do it on more time and you will get chat ban.
  21. + int buffid = 0; + int bufflevel = 1; if (currentCommand.startsWith("menu")) { ...... } + else if (currentCommand.equalsIgnoreCase("getbuff")) + { + if (st.countTokens() == 2) + { + buffid = Integer.valueOf(st.nextToken()); + bufflevel = Integer.valueOf(st.nextToken()); + } + else if (st.countTokens() == 1) + buffid = Integer.valueOf(st.nextToken()); + + if (buffid != 0 && !player.isDead()) + { + MagicSkillUse msu = new MagicSkillUse(this, player, buffid, bufflevel, 500, 0); + SkillTable.getInstance().getInfo(buffid, bufflevel).getEffects(this, player); + player.broadcastPacket(msu); + } + + NpcHtmlMessage html = new NpcHtmlMessage(1); + html.setFile(getHtmlPath(getNpcId(), 10)); + html.replace("%objectId%", getObjectId()); + player.sendPacket(html); + } html.setFile(getHtmlPath(getNpcId(), 10)); stands for 999-10.htm - 10th page. Edit also main page of the buffer with new bypass for that page.
  22. Check 50000+ id, they are custom. Follow that template.
  23. Ohh yeah.. You may be sick.. Meet a doctor tomorrow/today :)
  24. Such pack doesn't exist.
  25. I was kinda sarcastic :happyforever: Anyway, good job on that, helpful thing for low rates :)
×
×
  • Create New...