Jump to content

Amanda55

Members
  • Posts

    116
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Amanda55

  1. XP : 500 SP : 500 Adena : 500 Enchant: Safe +4 Max +14 Blessed Scroll 100% Easy Farm ! Visite www.l2flash.com for mor info
  2. XP : 500 SP : 500 Adena : 500 Enchant: Safe +4 Max +14 Blessed Scroll 100% Easy Farm ! Visite www.l2flash.com for mor info
  3. <?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <item> <ingredient id="57" count="1000" /> <production id="15575" count="1" enchantmentLevel="16"/> <production id="15572" count="1" enchantmentLevel="16"/> <production id="15578" count="1" enchantmentLevel="16"/> <production id="15581" count="1" enchantmentLevel="16"/> <production id="15584" count="1" enchantmentLevel="16"/> </item> multisell.xsd: </xs:element> </xs:sequence> <xs:attribute name="applyTaxes" type="xs:boolean" /> <list maintainEnchantment="true"> <xs:attribute name="useRate" type="xs:token" /> </xs:complexType> </xs:element> dont work xD
  4. i have <xs:attribute name="maintainEnchantment" type="xs:boolean" /> in multisell.xsd
  5. <?xml version='1.0' encoding='utf-8'?> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd" maintainEnchantment="true"> <item> <ingredient id="57" count="1000" enchant="0"/> <production id="15575" count="1" enchant="16"/> <production id="15572" count="1" enchant="16"/> <production id="15578" count="1" enchant="16"/> <production id="15581" count="1" enchant="16"/> <production id="15584" count="1" enchant="16"/> </item> here ?
  6. dont work <item> <ingredient id="57" count="1000" enchant="0"/> <production id="15575" count="1" enchant="16"/> <production id="15572" count="1" enchant="16"/> <production id="15578" count="1" enchant="16"/> <production id="15581" count="1" enchant="16"/> <production id="15584" count="1" enchant="16"/> </item> <item> <ingredient id="57" count="1000"/> <production id="15576" count="1" enchant="16"/> <production id="15573" count="1" enchant="16"/> <production id="15579" count="1" enchant="16"/> <production id="15582" count="1" enchant="16"/> <production id="15585" count="1" enchant="16"/> </item>
  7. how to add item enchant +16 in shop ? ty for help
  8. Where i modify my system ? i want cancel this info ty for ur Help
  9. Point pvp after a kill in Zone Arena ( giran arena , etc )
  10. I want : ex: Coliseum ( zone arena ) don't give pvp point after a kill i want : i kill a player at Coliseum , i have a PvP point i want just Add Point pvp in arena zone
  11. where i make reward for All members of Pt in PVP ? ty for help
  12. where i add point pvp in arena zone in L2PcInstance.java ? thx for ur help
  13. Small Error if (activeChar.getClan().getMembersCount() >= "2") //// The operator >= is undefined for the argument type(s) int, string //// And Compil error : :72: error: bad operand types for binary operator '>=' [javac] if (activeChar.getClan().getMembersCount() >= "2") [javac] ^ [javac] first type: int [javac] second type: String [javac] 1 error
  14. Stewie don't work :/ exity where i put the code in: public final class RequestJoinPledge extends L2GameClientPacket { private static final String _C__26_REQUESTJOINPLEDGE = "[C] 26 RequestJoinPledge"; private int _target; private int _pledgeType; @Override protected void readImpl() { _target = readD(); _pledgeType = readD(); } @Override protected void runImpl() { final L2PcInstance activeChar = getClient().getActiveChar(); if (activeChar == null) { return; } final L2Clan clan = activeChar.getClan(); if (clan == null) { return; } final L2PcInstance target = L2World.getInstance().getPlayer(_target); if (target == null) { activeChar.sendPacket(SystemMessageId.YOU_HAVE_INVITED_THE_WRONG_TARGET); return; } if (!clan.checkClanJoinCondition(activeChar, target, _pledgeType)) { return; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if (activeChar.getClan().getMembersCount() >= "NUM") ( HERE ) ? { activeChar.sendMessage("Your clan is full!."); return; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if (!activeChar.getRequest().setRequest(target, this)) { return; } final String pledgeName = activeChar.getClan().getName(); final String subPledgeName = (activeChar.getClan().getSubPledge(_pledgeType) != null ? activeChar.getClan().getSubPledge(_pledgeType).getName() : null); target.sendPacket(new AskJoinPledge(activeChar.getObjectId(), subPledgeName, _pledgeType, pledgeName)); } public int getPledgeType() { return _pledgeType; } @Override public String getType() { return _C__26_REQUESTJOINPLEDGE; } }
  15. Where i make max 2 clan members /** * @param pledgeType the Id of the pledge type. * @return the maximum number of members allowed for a given {@code pledgeType}. */ public int getMaxNrOfMembers(int pledgeType) { int limit = 2; switch (pledgeType) { case 0: switch (getLevel()) { case 3: limit = 2; break; case 2: limit = 2; break; case 1: limit = 2; break; case 0: limit = 2; break; default: limit = 2; break; } break; case -1: limit = 2; break; case 100: case 200: switch (getLevel()) { case 11: limit = 2; break; default: limit = 2; break; } break; case 1001: case 1002: case 2001: case 2002: switch (getLevel()) { case 9: case 10: case 11: limit = 2; break; default: limit = 2; break; } break; default: break; } return limit; } Don't work ty for help
  16. hi all who have a Top pvp with numbers of death per players thx for help ( Sorry for wrong section ! )
  17. Hi all who have a top clan with Numbers of kill and Deaths ? thx for ur help ( Sorry for wrong section ! )
  18. i have a probleme with my Top Arena,Fisherman,Craft,TvT gameserver\data\scripts\handlers\bypasshandlers\Leaderboard.java gameserver\config\Event\leaderboards.properties gameserver\data\html\default\8888.html Ex : i make a pvp in zone Arena and i don't see the name of player in top thx for help , i don't see error :/
  19. hi all ! who have a ranking of All arena zone ? with Position, Name, kill , death thx for help
×
×
  • 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