Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Well, my bad. package custom.VoteEngine; Folder name should be VoteEngine and not AutoVoteRewardHandler. So simply rename it.. :P One guy at aCis forum asked about the same, the same error. That's not you, olo? ^^
  2. It does. Just change this line Announcements.getInstance().announceToAll("Server Votes: " + votes + " | Next Reward on " + (getLastVoteCount() + _votesRequiredForReward) + " votes!"); to Announcements.getInstance(); Announcements.announceToAll("Server Votes: " + votes + " | Next Reward on " + (getLastVoteCount() + _votesRequiredForReward) + " votes!");
  3. Create folder AutoVoteRewardHandler and file AutoVoteRewardHandler.java and paste this inside (data\scripts\custom directory). And then in data find scripts.cfg, find #custom and paste there custom/AutoVoteRewardHandler/AutoVoteRewardHandler.java PS: It's the same vote rew, but w/o any changes, ready to use at aCis if I remember well ;)
  4. Two options: If you still don't unserstand - Download new version of Eclipse which support the JDK 1.7 and / or - Open Eclipse -> Window -> Preferences -> Java -> InstalledJREs -> Add button -> Find folder where java is installed, select jdk1.7 - import -> Select jdk1.7 from list and you're done.
  5. He means: Backstab can be used ONLY if you're on enemys back. When you're on front of him or so, you CAN NOT use it + msg about that. :P
  6. Btw, pictures are a bit large, next time cut just needed things (npc, htm windows).
  7. 3-4 posts up from yours.. http://www.4shared.com/get/9PROkHR5/trunk_250.html
  8. Nice idea, but this: else if(activeChar.getPkKills() >0) shouldn't be else if(activeChar.getKarma() > 0) ? :) "You can't refresh your buffs while you got pk" ==> "You can't refresh your buffs while you got karma". I think you mean this :P
  9. Yep, you did ;D -------- Nice share, may be useful :)
  10. Nop, just click on the "phoenix.rar" :)
  11. You should read sometimes other ppl replies, some of them quote 1st post, so you can see it. Click meh ;D
  12. lol'd, just htms. Someone missed core part.. ;D
  13. I was about to say the same.. :)
  14. Read carefully what he wrote.. ------------ Hero skills check is in AbstractOlympiadGame.java, at least on my sources, on broken L2OlympiadGame. Search for if(player.isHero()) and you will find them. About your error, mby check it's xml or so. This broken..
  15. Are you sure about that? 8) His translation will be the same as a google trans one, since every rus almost use it. Rus guy who know english, it's so rare :D
  16. Nice share, but this Rus lang..
  17. Sorry, but what's so special in your server? I wonder.. Anyway, good luck with your server, wish you da best :)
  18. Ye.. Also, you could cut those pictures, it would look much better, design.. you should know it :)
  19. lol, you're making a guide and you don't know what is it? If it's set to 1, just noble characters may use it. Also, you could add a guide for .xml format, since some packs has it.
  20. Jeez, you should read replies more carefully. To be more specific, download Datapack part and paste all htm files into CommunityBoard folder..
  21. [PL] Jak mówi error, brakuje Ci głównego pliku index.htm - dlatego Ci nic nie wyświetla bo nie ma co. Więc dodaj ten plik do data\html\CommunityBoard [/PL]
  22. Hell yeah :D yup it's for aCis, I made it long time ago and it has some custom teleports which I added (teleports text - just add it to teleports.xml) :)
×
×
  • Create New...