Jump to content

l2redkiller

Members
  • Posts

    200
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by l2redkiller

  1. nice idea i will use it thanks for share :D
  2. ye but we are not in korea and in the next year i think will come Lineage 3 and wanna hope of new features and so on.
  3. ye they have a own but you cant see the diffs or anything .
  4. i dont testet itz i just use freya from l2tns server.
  5. if i have all clients i can say you all revs just had a idea and work :P for your client rev put a code in a .bat data paste in system and klick on it some secs later a window open and there its show your client rev. here code just do in a bat file : @echo off start l2.bin -L2ProtocolVersion exit
  6. the freya rev is : 216 the epilogue is : 152 final semms be : 146 so l2open dont have freya items or mobs now just patched from epilogue to freya without items
  7. if patch ini i donr get hacking tool maybe put at play your firewall off. i dono what exactly happends
  8. so it will be restrict in normal mode and just used by oly thats hard to code dude
  9. ask in the l2dc forum :P
  10. patch l2.ini is saver but i dono its legal or not but host is okay too i use the host by myself :P
  11. thanks i try after school :D i dont like the color but change if it work :Di replay later :D
  12. ok thanks and now what is the problem that it shows only GM and clan leaders and not normally players ? thanks :D
  13. here my code i see gms and clan leaders but normally players dont see on cb just stay 3 players and see only 2 in cb: here code : the orange lines i changed here little bit down : same java : so and they dont show normally online players thanks for help
  14. It works thanks really helpfull :D
  15. i mean how makes it that the GMs dont have the leader color ? they get the leader color but i wanna have it that he dont get it how write it in the file?
  16. hey dudes i use a simple clan leader name color system how i do that leader gms dont get the leader color? here my simple code : if (Config.CLAN_LEADER_COLOR_ENABLED) { if (activeChar.getClan() != null && activeChar.isClanLeader()&& activeChar.getClan().getLevel() >= Config.CLAN_LEVEL) activeChar.getAppearance().setNameColor(Config.CLAN_LEADER_COLOR); } Thanks for your help
  17. is the code for stuck skills or for block stuck skills ?
  18. the doors can be opened and closed? or just teleport into ?
  19. i think try by yourself is the best just look understand edit at first times and you get knownlege about that. i learned since kamael my first html xml codes now i can java and all the other thinks :P GL
  20. but they dont have all skills fixed :P so i need only fix 1 the rest i fixed for some time :P if its ready i maybe share.
  21. thats dont work was for my work with save the color thats dont worked from me. so the npc work that i know :P good luck to create that with save colors:P
  22. nice i tryed too but not worked i am not a programmer :P good luck
  23. nice work but after relog he need to go nex time to the npc to change again. but thx
  24. dude i have problems i cant use AnnounceVip code like this : if (Config.ANNOUNCE_VIP_LOGIN) { if [color=red](activeChar.getAccessLevel()== 10)[/color] Announcements.getInstance().announceToAll((new StringBuilder()).append("Char Vip ").append(activeChar.getName()).append(" Is Currently Online.").toString()); } thanks for help or its just becurse the l2pcinstance i dont put that atm becurse wanna overide it maybe for much onlinetime to get vip.sorry for my english
×
×
  • Create New...