Jump to content

Ayami-

Members
  • Posts

    457
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Ayami-

  1. Thanks, website fully working! Live saturday 11.30 morning time
  2. i want to add a restriction for example when a player is near class master , cannot restart ( NO XMLS PLEASE) public static void toKnownPlayersInRadius(L2NpcInstance Npc, int radius) { if (radius < 0) radius = 150; for (L2PcInstance player : Npc.getKnownList().getKnownPlayers().values()) { if (Npc.isInsideRadius(player, radius, false, false)) player.sendMessage("You cannot restart near a class master."); player.sendPacket(RestartResponse.valueOf(false)); } }
  3. i want people not to restart near npcs if (player != null && player.isInsideRadius(player, L2NpcInstance.getInteractionDistance(), false, false)) <--- wtf i am doing { player.sendMessage("You cannot restart near this NPC."); sendPacket(RestartResponse.valueOf(false)); return; } but it doesnt work, what i do wrong? xD
  4. http://l2ewpvp.com/forum/index.php?topic=25.0our opening date!!
  5. oh you covered me , missunderstood the whole feature i am sorry
  6. yea while you take a break , clan attacks and gets the castle they made their strategy and you as a leader be like: WTF Clan members cannot be always online so clans have pros and cons and vice versa... think about it.. thats why in Retail it is 2hours
  7. Sieges, 1 week? A really nice idea but people will get bored of fighting since it is a waste of time and no farm for them consider reducing the value of sieges. Its way to much, it is my opinion though. Project seems so unique and i hope to you good luck.
  8. http://l2ewpvp.com/forum/index.php?topic=24.0CBTest opens tommorow check the topic for further infos
  9. Intrepid is actually right, tryskell made for example on aCis much reworks in really fast period.. About the previous projects, as people say dont abandon old workbench , let someone to add basic things, example like hellbound. Hellbound features are working on hi5, someone can addapt and add them for example..
  10. i prefer l2j, you dont know what they ve done in lostworld source/ no idea what bugs are working
  11. for input string, check your configs , something you messed up if its not from there well idk
  12. skill_learn.sql you added that skill there?
  13. about l2phx and walker i guess its a nice protect but l2tower portect is op!!!
  14. wtf @kelmet aint hard to add stats on them @EDIT WTF??? <mul val='206' order='0x10' stat='mAtkSpd'/>
  15. Awesome, but if i were you i would change the first page buttons (search item etc) into something more modern. Or at least i would add images or something as a background, that page looks empty.
  16. Something is blocking it, are these skills on skilllearn table?
×
×
  • Create New...