Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. It's so RU like, that's why it's ugly :D
  2. Place is nice but not really usable as a zone or something. At least from my pov :D
  3. drop getHtmlPrefix, as it's for H5. String content = HtmCache.getInstance().getHtm("data/html/teleporter/50000.htm"); The cash, must be int, not long - currency check for adena was * long value, as in H5 it's using long. player.destroyItemByItemId("PokerAdena", currencyId, cash, null, true)
  4. You can 'transfer' them to new pack, not big deal. You just have to be smart and know basic java :D Locked, locked :P
  5. There is, as Tk said. Don't use shared packs, just use vanilla / clean sources directly from the site project and use them. Otherwise you never know what's inside. Mostly you can search for setAccessLevel( :P
  6. That's what I'm trying to say. Everyone was in the same place. Everything looks hard, I know that. That's what I'm trying to say, if you can't then skip the code. Find another code to adapt, play with. Slowly, with time when you understand how given line works - you find out that other files use the line that you have error - you know the solution. In short, if you don't know to +-, then don't try to learn how to *. :P Add this code in Eclipse as well, so you get erros, tips, solution from Eclipse side. About htm issue and other things, a tip. Use search in Eclipse and search for "HtmCache.getInstance()" you will get many results, compare both structures and you will find out what to remove.
  7. Such topics always make me smile.
  8. If you can't add thing on your own, simply skip them. Learn with time.
  9. So ugly ^_^ Almost as ugly, as Celestine' face :happyforever:
  10. No.. It's syntax issue. He facked up the code totally. Also, who cares it's so damn old post.
  11. Nooo way, it's not implemented?! Damn it, what a surprise :D
  12. The beginning of love. Locked.
  13. :happyforever: :dat: :alone: :happyforever: :gusta: :you serious?: You got me. The second attempt is even worse :D
  14. _log -> LOGGER Also why you add this code? Frozen already have it implemented, I believe.
  15. w0w, you really don't know, do you? Simply add this code inside your zone onEnter(), it's gonna run the action after 1sec and repeat each 1sec, obviously increase the time - I see your reply "I want 10min" or whatever. Also add an int, and ++ it after the cast and add your count check, obviously. Please don't even try to create new project or server. You are like this guy
  16. The code is wrong on so many levels.. I'm speechless. You don't even know what you did there, except doCast method ^_^ If you want to delay an action, run it each X time, it's obvious that you need a runnable method, a threadpool. So, try again.
  17. Then your "frozen" is not frozen. Normally you can't get error as it's correct. You can always remove that Say2.HERO_VOICE and put 17 and 18 instead of Say2.CRITICAL_ANNOUNCE.
  18. "You code is wrong" who's responsible for that? Fire him! :D
  19. I guess my previous reply was clear. I won't quote myself :dat:
  20. You add code into sources, compile and switch/refresh/update l2jserver.jar
  21. What del said, but looks like its not this. Make sure MySQL is up and running. Dunno how people can end up with such errors when the installation part is like "next, next".
  22. In short, everything character related. If you are smart enough, you would store all your changes (on SVN), so you can delete and create new database / compile pack and you are ready to go in no time. Locked.
×
×
  • Create New...