Jump to content

Matim

Legendary Member
  • Posts

    4,504
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Matim

  1. Lol mate, it is so hard to roll over this marked line? There is little info about whats wrong + few sollutions! 1) Make sure that there is import for CreatureSay Class: 2) And this code suck. Use this:
  2. You guys have to understand something. Everyday I can see questions like "Works on It?" "Works on GE?" Chronicle doesnt matter. If you know how to adapt it, you can do everything.
  3. You can create Instance or Python file for this NPC, and in case of Java Instance You can: - Create onBypassFeedback method, and inside this method you can check bypass from html, for example: protected static L2PcInstance player; @Override public void onBypassFeedback(L2PcInstance player, String command) { if(command.startsWith("potions")) { if(player.getClassId().isMage()); player.sendMessage("Mages can not buy these fucking potions"); else //Show Html with button with bypass to Multisell. } This is simply example.
  4. About your 1st question, NEXT time read configs. About your current question, if you want to create command like /unstuck you have to create: - new voiced command. Dont ask here whats that, how to create it. Everything is explained, read guides, use search.
  5. Oh my God, no! This is very simple code, what else do you need? Proofs? GO AND TEST IT BY YOUR SELF :/!
  6. Explain what exactly do you need.
  7. Stop asking all the time about features, just check their forum/configs/timeline/svn
  8. Yes, are you blind? Next time read carefully and avoid from posting stupid questions.
  9. So what? It works, wow, but now we should ask HOW does it work.
  10. Next time I'll dekarma you, do NOT bump old topics!
  11. 1. Give credit 2. If you wish to create good guide You should: - use font colors - bolds and underlines - quotes etc
  12. Next time take a look at topic title (...)
  13. 1. Start 2. Fail 3. Start 4. Fail 5. Start 6. Fail Ehhhh
  14. Pm me with price and tell me for when you need it and I'll answer you.
  15. Better find someone else, its quite easy to do, but I have a lot of features to do from other customer .. :-\
  16. Pm him for example? He told me his idea already ... but ofc i wont tell it nobody, if you wish, ask him.
  17. What...? AND READ FORUM RULES FIRSTLY if you expect help.
  18. onBypassFeedback method This is example.
  19. Next time check firstly. My download link (2nd) is fine.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..