Jump to content

GsL

Members
  • Posts

    2,418
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Everything posted by GsL

  1. If some1 Know to fix that where i need send pm i pay 10e but code will test it 1st. sorry for double*
  2. i wasnt need this omg. next time 1st code and if working send money Gf on me
  3. as u undestand i dont need this shit* i was need when you select item send u the echant rate
  4. Hello ppl i share this code because i buy it for 10e but not working for me becuase i dont I say to Vampir to fix it code * When you select item send you msg wht echant rate have and he fix me this ,this is for standar echant rates enjoy ( L2jfrozen Interlude ) Index: head-src/com/l2jfrozen/gameserver/handler/itemhandlers/EnchantScrolls.java =================================================================== --- head-src/com/l2jfrozen/gameserver/handler/itemhandlers/EnchantScrolls.java (revision 948) +++ head-src/com/l2jfrozen/gameserver/handler/itemhandlers/EnchantScrolls.java (working copy) @@ -18,6 +18,7 @@ */ package com.l2jfrozen.gameserver.handler.itemhandlers; +import com.l2jfrozen.Config; import com.l2jfrozen.gameserver.handler.IItemHandler; import com.l2jfrozen.gameserver.model.actor.instance.L2ItemInstance; import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance; @@ -67,6 +68,26 @@ L2PcInstance activeChar = (L2PcInstance) playable; if(activeChar.isCastingNow() || activeChar.isCastingPotionNow()) return; + + if(item.getItemId() == 6569 || item.getItemId() == 6571 || item.getItemId() == 6573 || item.getItemId() == 6577) + activeChar.sendMessage("There is "+Config.BLESS_ARMOR_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 6570 || item.getItemId() == 6572 || item.getItemId() == 6574 || item.getItemId() == 6578) + activeChar.sendMessage("There is "+Config.BLESS_WEAPON_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 6569 || item.getItemId() == 6571 || item.getItemId() == 6573 || item.getItemId() == 6577) + activeChar.sendMessage("There is "+Config.BLESS_JEWELRY_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 954 || item.getItemId() == 950 || item.getItemId() == 732 || item.getItemId() == 962) + activeChar.sendMessage("There is "+Config.CRYSTAL_ARMOR_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 953 || item.getItemId() == 949 || item.getItemId() == 731 || item.getItemId() == 961) + activeChar.sendMessage("There is "+Config.CRYSTAL_WEAPON_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 954 || item.getItemId() == 950 || item.getItemId() == 732 || item.getItemId() == 962) + activeChar.sendMessage("There is "+Config.CRYSTAL_JEWELRY_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 951 || item.getItemId() == 947 || item.getItemId() == 959 || item.getItemId() == 729) + activeChar.sendMessage("There is "+Config.NORMAL_WEAPON_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 952 || item.getItemId() == 948 || item.getItemId() == 960 || item.getItemId() == 730) + activeChar.sendMessage("There is "+Config.NORMAL_ARMOR_ENCHANT_LEVEL.get(4)+"% chance of success!"); + else if(item.getItemId() == 952 || item.getItemId() == 948 || item.getItemId() == 960 || item.getItemId() == 730) + activeChar.sendMessage("There is "+Config.NORMAL_JEWELRY_ENCHANT_LEVEL.get(4)+"% chance of success!"); + activeChar.setActiveEnchantItem(item); activeChar.sendPacket(new SystemMessage(SystemMessageId.SELECT_ITEM_TO_ENCHANT)); Credits : me for idea and money & Vampir for coding :)
  5. Fixed Thanks ^Wyatt u can lock it (If you wanna some1 to destroy your eclipse Call me!!)
  6. [echo] L2jFrozen Gameserver Revision: 948:952M compile: [javac] Compiling 1466 source files to C:\Workspace\L2jFrozen_GameServer\build\classes [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:156: cannot find symbol [javac] symbol : class L2MultiFunctionZone [javac] location: package com.l2jfrozen.gameserver.model.zone.type [javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:37: cannot find symbol [javac] symbol : class L2MultiFunctionZone [javac] location: package com.l2jfrozen.gameserver.model.zone.type [javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:34: cannot find symbol [javac] symbol : class L2MultiFunctionZone [javac] location: package com.l2jfrozen.gameserver.model.zone.type [javac] import com.l2jfrozen.gameserver.model.zone.type.L2MultiFunctionZone; [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:8029: cannot find symbol [javac] symbol : variable L2MultiFunctionZone [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance [javac] L2MultiFunctionZone.givereward(this); [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\UseItem.java:100: cannot find symbol [javac] symbol : variable L2MultiFunctionZone [javac] location: class com.l2jfrozen.gameserver.network.clientpackets.UseItem [javac] if(getClient().getActiveChar().isInsideZone(L2Character.ZONE_MULTIFUNCTION) && !L2MultiFunctionZone.checkItem(item)) [javac] ^ [javac] C:\Workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\serverpackets\Die.java:69: cannot find symbol [javac] symbol : variable L2MultiFunctionZone [javac] location: class com.l2jfrozen.gameserver.network.serverpackets.Die [javac] || (player.isInsideZone(L2Character.ZONE_MULTIFUNCTION) && L2MultiFunctionZone.revive)); [javac] ^ [javac] 6 errors WTF is this i havent red lines in eclipse..??
  7. akuro to 1st p les Pata ALt + Shift Vres to Agrro kapou stin mesi einai k kane to 0 k kane respawn k eisai rdy nmz
  8. WTF its Crazyyy Nice share dude i will add it 4 sure 100% Your Work reserve much karma +++ (isnt npc to get +1 xd )
  9. did you tuch anything?? at htmls? did u change? when u make any changes keep a copy from old file .
  10. by mistake solved* lock it soz for spam*
  11. pigene sto topic tou psomas2 k kane request :) Offtopic*
  12. Successfully traded 10 euro with him.
  13. This mean i m bored to search lets create ? xd
  14. many ppl share npcs that suck 4 me and they get +1 but this one 4 me is nice and deserve +1
  15. This is nice share Thanks dude !!
  16. How many thanks i must say 4 you? anyway he fix it again all :p
  17. sory for double alla se iketeuw stamata akoma k egw p den kserw poso kanei 1+1 kserw na to fix auto xd
  18. Ta Buttons einai apo Celesty and Bravus ara min les psemata . http://www.maxcheaters.com/forum/index.php?topic=165203
  19. nice share
  20. Yestarday if i remove a part of set (Draconic Major & IC) effect removed today dont removed so wrong is there thats why error spawn in GS*Bat When i wear a set with +6 (Draconic Major & IC) set and i remove a part effect exist. (If i drecrease my echant from +6 to +5 effect removed normaly )
  21. i cnat undestand why spawn that error anyway code work fine and how many thanks i must to say you man>? Really thanks you help me to much again*
  22. this error spawn when i wear an armor that havent effect or just remove a part of +6 set and when effect must removed from my charavter spawn this error
  23. i thing i undestand When 2 players do Trade and one of them confirm* the trade the other guy cannot add more items in the trade and he ask code for that..
×
×
  • 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