Jump to content

Mellion

Members
  • Posts

    214
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Mellion

  1. And i get this error https://ibb.co/gHpvov
  2. Hello i am searching how to add image in lineage 2 client but all guides outdated and links download links dead. Maybe you guys know any guide? i just wants add one icon in my server :/ (btw i am searching long time i cannot find)
  3. Yes im asking ready code. if you not gonna help just don't post it.
  4. but still its not same.
  5. Hello anyone have the code like, remembering every time all voice command every hour, like one voice command.(im using acis) Server have "command1" voice command,(and info about it) But i need not announce but write in private chat, and i want always says different command. Because some people lazy read server info and half voice command do not know.
  6. Hello, i have the problem i use newest acis, when i try hit someone whit normal attacks its do not remove any hp, but when crit like 8k dmg, you got 7k hp, its kill instant ..... I want know why i searching this problem and i do not have clue where its is here video:
  7. Ye i think who hit last hit, like In league of legends last him baron get gold and buff, we wanna now on L2 :D
  8. Hello guys, maybe anyone have PC bang points on l2jacis? I really need, but all outdated and its to hard to take from frozen :(
  9. Hmm i need that on acis also :D
  10. Not working for me :/
  11. Anyone tryed acis 367? because skill encanter don't work.. here is better code for acis. http://pastebin.com/yeQLUsQ0 maybe know how to make only for donators not simple players? and maybe multisell change to some other link html. its be better :)
  12. OMG IF YOU USE ACIS WRITE IN NPC THIS <teachTo classes="0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38;39;40;41;42;43;44;45;46;47;48;49;50;51;52;53;54;55;56;57;58;59;60;61;62;63;64;65;66;67;68;69;70;71;72;73;74;75;76;77;78;79;80;81;82;83;84;85;86;87;88;89;90;91;92;93;94;95;96;97;98;99;100;101;102;103;104;105;106;107;108;109;110;111;112;113;114;115;116;117;118" /> If you use frozen check in database(navicat) Skill_learn There NPC_id and class_id in npc_id write npc id you use, class_id write all class ids.
  13. Thanks reborn12 i found, i was missing code in inventory and restorevision :) and you tell me super command ctrl+alt+h :P its very usefull
  14. No, yes im searching for hours and i can't find it.....
  15. No im not lol registerHandler(new DressMe());
  16. Hello im looking for acis 367 DeathMatch event. i found only 2012 its kinda old.... If you could share please give me :)
  17. Ahm look die.java , ah i saw in picture name color and tittle changed i was thinking its change P http://pastebin.com/mFT2fmjQ Maybe anyone have DM event?
  18. Maybe any know? you can click when you die to the town and teleport in town, but back again in town, and color tittle and name don't change :/
  19. Thanks :)
  20. Where i need put this?
  21. Topzone not working!!!!!! and works again :) thanks reborn12 But replace this: public static int getTopZoneVotes() { int votes = -1; try { final URL obj = new URL(Config.VOTES_SITE_TOPZONE_LINK_TOP); final HttpURLConnection con = (HttpURLConnection) obj.openConnection(); con.addRequestProperty("User-Agent", "L2TopZone"); con.setConnectTimeout(5000); final int responseCode = con.getResponseCode(); if (responseCode == 200) { try (BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()))) { String inputLine; while ((inputLine = in.readLine()) != null) { if (inputLine.contains("Votes:")) { votes = Integer.valueOf(inputLine.split("<br>")[1].replace("</div>", "")); break; } } } } } catch (Exception e) { System.out.println("Server TOPZONE is offline Trying to Reconnect"); Announcement.VoteAnnouncements("TOPZONE is offline...Trying to Reconnect"); } return votes; }
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock