Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Jaj.. Read, read and once again read description.
  2. Damn, I'm not (100%) sure if it's a good idea about auto target. But, we will see how it goes when you create it. :) Great mod && idea ;)
  3. And I need someone to tell me the lucky numbers in Lotto. Please help me!
  4. Cool story bro.. but what's the problem?
  5. Nice, but you could (read should) translate it into English, even with google trans.
  6. w00t, did I missed something? :o
  7. Well, he means every position server gets (10,9,8 and up), there is a double reward. Your code works like this, or just if server go to the 1st page? Because I have doubt :P Ahh, that's good then ;)
  8. Surely, it's useful share since there is many old crappy non working codes. Good job :) For sure it's good and unique* idea :) * - Here I can quote our Mama Tryskell :D
  9. Damn, it's sticky and you don't see it.. CLICK ME
  10. I'm not sure, but try this <set name="weaponsAllowed" val="Dual Fist" />
  11. Try to register it in here java/com/l2jserver/gameserver/handler/VoicedCommandHandler.java inside private VoicedCommandHandler() also, if _voicedCommandHandler.registerVoicedCommandHandler(new sellbuff()); will show u an error, change it to registerVoicedCommandHandler(new sellbuff()); I don't know exactly how it is on freya, since I don't use it.. :D
  12. Download-Compiled Revision 246
  13. https://svn.l2jserver.com/branches/L2_GameServer_T2.5/ http://svn.l2jdp.com/branches/L2J_DataPack_CT2.5/ ?? :)
  14. Exactly, also "Do not post simple java strings".
  15. Wind rider? I think you mean sword singer? Anyway, go to skills folder, find ID and change <set name="target" val="TARGET_PARTY"/> to <set name="target" val="TARGET_SELF"/>
  16. In future why not, but right now, there are more important things to do than events :)
  17. Why? Because ur 'machine' is damn weak.
  18. Because we don't have enough cookies!
  19. Pwned.. Guess why it's not (yet) "intented to be used for LIVE servers". Search, search and once again search
  20. Look at screen, it says x86 ^^
  21. Search for else if (command.startsWith("Subclass")) { // Subclasses may not be changed while a skill is in use. if (player.isCastingNow() || player.isAllSkillsDisabled()) { player.sendPacket(SystemMessageId.SUBCLASS_NO_CHANGE_OR_CREATE_WHILE_SKILL_IN_USE); return; } or something like that and add there player.isInCombat() :)
  22. Find any shop and edit it, don't be so f@ckin' lazy.. :x
  23. Move your lazy ass, get access to the sources and add it on your own, simply like that. Damn QQ-ing..
×
×
  • Create New...