Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. More probably explanation - gm registered that clan - sort of corruption :happyforever:
  2. When dat msg appear, while executing a command? Show the code respondible for that since it doesn't come from menu system :P No problem, sister :happyforever:
  3. lol, you should care your language. First of all, if not the guy who shared it, you wouldn't have it and your 100+ ppl who use it, simply WONT use it. So, please think before you answer. Secondly, ppl who can't change "one line of code" mustn't open a server, since what's the point ? Thirdly, if you got a lil bit knowledge, you can manage it - or at least try to do it on your own.. In sum, you should be grateful to the guy who shared it, even with small glitches, bugs. Such a stupid behavior.
  4. commandname-e.dat file.
  5. The error is somewhere in the files.. the sql file.. Dejm, don't buy files from random ppl.. Btw, the error happen before or after reload, since as I see you reloaded teleports ? Shut down server, launch it and try again.
  6. If you already own any vote engine, you can do it alone. I mean, surely there is a check if player already voted or not. So, you create new voice command which will check if you voted or not. If yes then boom you get reward and if not, no reward. Sounds simple :P
  7. Trololol, you should trolloucked your brain. Oh wait, unlloucked.. :D You should read carefully nigga, or go to a doctor for new pair of glasses :happyforever: :happyforever: :-beep- yeah:
  8. Gods, Wyatt.. :D That was a sarcasm :happyforever: :happyforever:
  9. Depends on what you exactly want to edit, so there are 2 answers: core side (eclipse) && you can't edit it. @Stev0 1st spoiler, it's for ID name title and color of title, if im not wrong. 2nd spoiler is about the textures, the name of image which is encrypted inside texture file :P
  10. It's not l2 anymore. It's totally new game.. Shame NCSoft, shame on you :D
  11. Not only, but well.. Our "old" generation have other duties, jobs, studies.. So, the old generation have only time for pew pew servers, which nowadays die so facking fast, bcs there is too many lame servers. Thanks l2jbroken. You totally ruined c6.. :P "New kid generation" as well want to press only F1, so we can't do much.. Low/mid rate servers are dead, except russian ones.
  12. Share section, sticky topic, your welcome.
  13. Download clean frozen then.. If you downloaded some kind of precompiled pack, go there and ask/look for patch. Otherwise, you are facked up. Since, even if you find 'similar' share with that armor, weapon, npc or so, names of the files may be different.. System files via L2FileEdit, other client files like textures Unreal program. Anyway, don't whine when you download sh1tty packs with lol addons. Add them on your own :P
  14. Surely some kind of crappy pack (shared one), with full of star-wars items w/o system, systextures.. You know, oh wait, you don't :happyforever: :happyforever: :not bad:
  15. I am banana, please help me? Wyatt could you? :forever alone like a boss: Errrm, I guess he is talking about the client part, system folder - the patch - full of customs - I guess - since - no - info. :-beep- yeah:
  16. Stacktype, make them the same - xml.
  17. loool perverts :troll:
  18. http://www.maxcheaters.com/topic/162319-custom-click/
  19. So, as I said. You need your own SVN. You can always create one :) Create it here https://xp-dev.com/ and download TortoiseSVN. With that program you will be able to send the sources into your account. Then you will have to dowlonad the project via repository @ Eclipse and you will be able to create patches :) Simply said :troll:
  20. But how you imported them into workspace? Right click -> New - > Other -> Project and you selected them? Or ?
  21. Or maybe I'm wrong. Maybe you imported the project in wrong way, thats why you are not able to create the patch. Since I just tested with other pack, and Eclipse "see" the changes :D
  22. I told you, you won't be able to create the patch :D To create the patch you need a "base". I mean, you need SVN, the "external" files. When you make a change, you will see the characteristic black icon with *. What means you did changes. And your project doesn't have the "base". It's just loaded into Eclipse (the sources), so there is no comparison between files to create the patch :)
  23. You selected build.xml .. Select the whole project. But, I doubt you will be able to create the patch :)
  24. So, it's like + // Voiced Bypass + else if (_command.startsWith("voiced_")) + { + String command = _command.split(" ")[0]; + IVoicedCommandHandler ach = VoicedCommandHandler.getInstance().getVoicedCommandHandler(_command.substring(7)); + + if (ach == null) + { + activeChar.sendMessage("The command " + command.substring(7) + " does not exist!"); + _log.warning("No handler registered for command '" + _command + "'"); + return; + } + ach.useVoicedCommand(_command.substring(7), activeChar, null); + } action = "bypass -h voiced_luck $luck" So, by this you will call luck(y) command via npc :P
×
×
  • Create New...