Jump to content

tazerman2

Members
  • Posts

    678
  • Credits

  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Everything posted by tazerman2

  1. briskis alla oxi stampa mono me lefta gt oso nane aftos pou to eftiakse edose xrono..
  2. hard to find a patch before 9 years and if you looking for that im sure is not real patch l2gold have open 100+++++ times with another name and with another gameplay
  3. what you want yo do with that code ?
  4. in acis is isInsideZone(ZoneId.ZONE_MULTIFUNCTION) in frozen is .isInsideZone(L2Character.ZONE_MULTIFUNCTION)
  5. phpmyadmin no need you can just connect with your navicat from home
  6. tnx all and big tnx to melron with practice he help me full now can lock topic :)
  7. so for fastlist is players.add(text) and for fastmap is players.put(text) ? just i need learng from list about fastlist, fastmap etc.
  8. site or any npc ?
  9. a class method is same player.put(mpla,mpla); with this class player.set(mpla,mpla); the first method use protected FastMap<PcInstance> and second use protected FastList<PcInstance>
  10. :O :O :O KRHTH best tyrant !!!!!!!!!!!! after 2 month i remeber he is gm :D
  11. merlon have shared a code with xml drop's for all mobs just you can add this i test it and is working perfect
  12. [GR]an den to bgiazese mporo na sto kano adapt stile mou skype na to doume typerakos
  13. good luck 18k :P
  14. i like no3 good job bro.
  15. that is all spellbook item Id 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1095 1096 1097 1098 1099 1150 1151 1152 1294 1370 1371 1372 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1667 1668 1669 1670 1671 1856 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3429 3430 3431 3432 3940 3941 3942 3943 3944 4200 4201 4203 4204 4205 4206 4207 4208 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 5013 5014 5015 5809 5810 5811 5812 5813 5814 5815 5816 6350 6351 6352 6395 6396 6397 6398 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7835 8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8616 8617 8877 8878 8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 8908 8909 8945 8946
  16. use more power <set name="power" val="80" /> and ise this effectPower="80" after this stackOrder="1" if here use like 200 <set name="power" val="200" /> and here use like 100 effectPower="100" the change -> to ppl maybe is up you can try i have fix many debuff with this patenda :D
  17. you dont have source ? is better and faster with source. if you have source send me pm
  18. for that the easy is use a code like if(item.getItemId() == list of config) return; with that he remove all item you need for acis is this go to net/sf/l2j/gameserver/data/npcTable.java after this { _log.warn("Droplist data for undefined itemId: " + data.getItemId()); continue; } use this if(data.getItemId() == L2jConfig.LIST_ALLOW_DROP_ITEM_ID.size()) continue; save and after go to net/sf/l2j/config.java after this public static int MAX_BUFFS_AMOUNT; and use this public static String ALLOW_DROP_ITEM_ID; public static FastList<Integer> LIST_ALLOW_DROP_ITEM_ID = new FastList<>(); and go to STORE_SKILL_COOLTIME = players.getProperty("StoreSkillCooltime", true); and after this use this ALLOW_DROP_ITEM_ID = JLunaConfig.getProperty("AllowDropItemId", "57"); LIST_ALLOW_DROP_ITEM_ID = new FastList<>(); for (String id : ALLOW_DROP_ITEM_ID.split(",")) { LIST_ALLOW_DROP_ITEM_ID.add(Integer.parseInt(id)); } go to players.properties and use this after last line # disable do not drop this itemId,itemId .... # default use a big id AllowDropItemId = 99999 for frozen or other project have in database droplist you can remove item with query and you can find guide in here if you search
  19. i am not sure if is working but i think that you need i make you a code open html .gatekeeper can use more chat like .pageGk and can teleport and stay in same page with .tele like .tele pageId and teleId from teleports.xml list /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package net.sf.l2j.gameserver.handler.voicedcommandhandlers; import java.util.StringTokenizer; import net.sf.l2j.gameserver.data.xml.TeleportLocationData; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.PcInstance; import net.sf.l2j.gameserver.model.location.TeleportLocation; import net.sf.l2j.gameserver.model.zone.ZoneId; import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage; public class gatekeeperCmd implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = { "gatekeeper", "PageGk", "tele" }; @Override public boolean useVoicedCommand(final String command, final PcInstance activeChar, final String target) { final StringTokenizer st = new StringTokenizer(command, " "); int page = 0; int locId = 0; if (command.startsWith("gatekeeper")) { mainHtm(activeChar, page); } else if (command.startsWith("PageGk")) { if (st.hasMoreTokens()) { page = Integer.parseInt(st.nextToken()); } mainHtm(activeChar, page); } else if (command.startsWith("tele")) { if (st.hasMoreTokens()) { page = Integer.parseInt(st.nextToken()); locId = Integer.parseInt(st.nextToken()); } final TeleportLocation list = TeleportLocationData.getInstance().getTeleportLocation(locId); Teleport(activeChar, page, list); } return true; } @Override public String[] getVoicedCommandList() { return VOICED_COMMANDS; } public boolean mainHtm(final PcInstance activeChar, int page) { if (activeChar == null) { return false; } else if (!activeChar.isInsideZone(ZoneId.TOWN) || !activeChar.isInsideZone(ZoneId.PEACE)) { activeChar.sendMessage("You can't use this command out of town or peace zone."); return false; } else { NpcHtmlMessage html = new NpcHtmlMessage(0); html.setFile("data/html/gatekeeper/customTele" + (page == 0 ? "" : "-" + page) + ".htm"); activeChar.sendPacket(html); return true; } } public boolean Teleport(final PcInstance activeChar, int page, TeleportLocation list) { if (activeChar == null) { return false; } NpcHtmlMessage html = new NpcHtmlMessage(0); html.setFile("data/html/gatekeeper/customTele" + (page == 0 ? "" : "-" + page) + ".htm"); activeChar.teleToLocation(list, 20); activeChar.sendPacket(html); return true; } }
  20. nice work bro gj
  21. ddos xD
  22. <!-- Fame --> <item id="3"> <ingredient id="4355" count="10"/> <production id="-300" count="1000"/> </item>
  23. i buy phoenix event full fixed and working all events add skype: typerakos or send me message prices tnx.
  24. that is like normal add a image try this <html> <body> <br> <table cellspacing=0 cellpadding=0> <tr> <!-- your image texture here --> <td><img src="USE A IMAGE" width=643 height=461></td> </tr> </table> <table> <tr> <td width=448></td> <!-- right - left Settings --> <td> <br><br> <table cellspacing=-185 cellpadding=-300> <!-- up - down table --> <tr> <td> <table> <tr> <td> <!-- your code here --> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html> working in all client's c4,->freya
  25. Is old client only in freya and up can use background to cb or with good knowlist html coder.
×
×
  • Create New...