Jump to content

N3uTr0n

Members
  • Posts

    21
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About N3uTr0n

Profile Information

  • Gender
    Not Telling

N3uTr0n's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. i vote for l2jserver
  2. cool for donate
  3. Hey, i haven't any idees how to fix it... my problem is in tools folder database_installer.bat file... then i change mysql destination it wont open... becouse i add (x86) if i do not add () then works but didint see any mysql destination, how to fix it or how to change destination from nivaicat? I want to navicat navicat to look mysql to C:/mysql/mysql 5.1/ bin but now it looking to C:/porgram files/Mysql/mysql 5.1/bin
  4. still got error + PlaySound _snd = new PlaySound(1, "enemydown", 0, 0, 0, 0, 0); + + Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers() {{{.values(); }} <---- HERE ------ + for (L2PcInstance onlinePlayer : pls) + if (onlinePlayer.isOnline() == 1) + { + if (onlinePlayer.getClan() != null) + { + if (onlinePlayer.getClan() == pk.getClan() && onlinePlayer != pk) + { + onlinePlayer.sendPacket(_snd); + } + } + } +
  5. got error on vlaues what to do?
  6. + PlaySound _snd = new PlaySound(1, "enemydown", 0, 0, 0, 0, 0); + + Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values(); ------ + for (L2PcInstance onlinePlayer : pls) + if (onlinePlayer.isOnline() == 1) + { + if (onlinePlayer.getClan() != null) + { + if (onlinePlayer.getClan() == pk.getClan() && onlinePlayer != pk) + { + onlinePlayer.sendPacket(_snd); + } + } + } + got on values error
  7. hello, i need help for Seed of destruction, it's count a Comand chanal , but i need it to count a party members for mid rate server becouse i dont except a lot of players now it count min 25 players max 36 i think, but i turn them for 2-9 and test it with party(2members) ir say need to be in comand chanal can samone fix it? Realy thx who can help me also i'll give +karma and respect u ;) P.S using l2jserver pack script: http://pastebin.com/P7rwQy04
  8. good for cusum servers
  9. main classes cant join?
  10. works on l2jserver?
  11. hm better be if we can atribute them
  12. realy nice i will try it
×
×
  • Create New...