Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. use search btn
  2. ok changed and sorry :)
  3. why dont u just make it by yourself?
  4. its for freya if u were asking about that
  5. you can reduce time by yourself, also make config if u need, i dont :)
  6. http://maxcheaters.com/forum/index.php?topic=180499.0
  7. i think there should be already share like that but if there isnt just make custom zone, make method that tells you if character is in that zone, later you need to make check like if activeChar is inside that zone, he only can make shop, otherwise write msg that he can set shop only in custom shopping zone. Not that hard if u know java:)
  8. mine: if(getPvpKills()>=(Config.PVPNOBLE)&&getPkKills()>=(Config.PKNOBLE));{ setNoble(true); sendMessage("Congratulations you Reached "+ Config.PVPNOBLE +" PvPs and "+ Config.PKNOBLE +" PKs and Recived Nobless"); } yours if ((getPvpKills() >= (Config.PVPNOBLE)) && (getPkKills() >= (Config.PKNOBLE))); { setNoble(true); sendMessage("Congratulations, you reached "+ Config.PVPNOBLE +" PvPs and "+ Config.PKNOBLE +" PKs and received Noblesse status."); } its same but nvm
  9. isnt that the same code as i wrote before and its still not working as he said?
  10. write there something like: System.out.println("1"+getPvpKills()); System.out.println("2"+getPkKills()); System.out.println("3"+Config.PKNOBLE); System.out.println("4"+Config.PVPNOBLE); thats what i always do to check something :) later in console check the numbers they return
  11. are u sure that they are getting blessing of nobless and all things that nobless is giving and not only the message? also check if this config is working good, if its tested and its still not working good then delete line setNoble(true); and check if they are getting noblesses(just to see if this is giving it and not something else), if u did that and they are not getting noblesses anymore then i dont know :/
  12. what exactly is not working with it? its still like before that every1 who have just 100+ pvps are getting nobles even with having 0 pks or what?
  13. You cant as far as i know so its like impossible :/
  14. its supported with client not with java as far as i know so u cant do it
  15. in increaseNoblekills change that if to if(getPvpKills()>=(Config.PVPNOBLE)&&getPkKills()>=(Config.PKNOBLE));{ setNoble(true); sendMessage("Congratulations you Reached "+ Config.PVPNOBLE +" PvPs and "+ Config.PKNOBLE +" PKs and Recived Nobless"); } also u can do check if player isnt nobles atm thats all, check it, tell me if its working :)
  16. omg just try, otherwise you wont learn anything
  17. pvp color system? just use search...
  18. chronicle? pack? u should have it in configs and also wrong section :)
  19. lol do u think that we will write now guides and everything for yor server? just search forum and read
  20. welcome and hf :)
  21. welcome
  22. auto_chat and auto_chat_text in your database :)
  23. cant u just check it?
×
×
  • Create New...