Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. There are sites where u can get .com or .whatever domains free, at least for 1 year, one example http://www.one.com/
  2. Have you any similar system ON?
  3. You should give more info about which pack are you using (instead of using paint to not allow us to see it), which code did you add, etc etc etc. (otherwise i'll junk this) It seems like u added a cancel-return-buffs system and have some issues :D
  4. his table hasn't been empty any time so the problem is not there.
  5. the save() method seems fine... I used to have exactly the same and it's working, the "UPDATE" thingy is fine, you don't need to delete and insert... the only thing that comes to my mind is that you're calling wrong the "save()" method when the server is restarting... but that would be weird... try changing the method by "public static void save()" and then access with "TzVoteRewardManager.save()", I feel like it's stupid but I don't see any problem in the whole code..
  6. just make a System.out.println(getLastVoteCount()); inside the method... all seems fine imo
  7. "required: String[] [javac] found: no arguments"
  8. try changing the name of that variable sorry too lazy to open eclipse t.t
  9. lawl, because people doesn't care about copyrights as they should, but ofc it has "rules", biatch.
  10. Debug your "save()" method to see what is your "save task" doing.
  11. probably you're missing "String [] propertySplit" I guess...
  12. http://svn.l2jdp.com/branches/L2J_DataPack_CT2.5/dist/sql/game/npc.sql cntrl + F auctioneer
  13. Is your "custom raidboss" as L2RaidBoss type in the npc table?
  14. status* u could use the "Search" button or use google, pls. http://www.l2jserver.com/forum/viewtopic.php?f=94&t=12473 pd: I guess you know that your web must be .php and not .html
  15. Locked.
  16. Already gave you the fix.
  17. + (L2World.getInstance().getAllDropCount() + Config.CORRECT_ITEMS) + Btw fake counts are lame T_T
  18. Can't understand what are you trying to do :s
  19. Get the method that are you using to start the quest inside onTalk() and c/p it inside onAdvEvent() with a check like "if(npc.getId() == YourNpcId && event.equals("startquest2"){blabla}" and inside the html use "action='bypass -h npc_%objectId%_Quest NameofTheQuest startquest2'" or whatever...
  20. I experienced some dc's when the host was so far away from the users location... but that would be weird... if it happens to all...
  21. Apparently it has no sense... you should show us a little bit more the code around each part of that config, to see what the hell... or check your properties file to not have it twice or something.
×
×
  • Create New...