-
Posts
2,418 -
Joined
-
Last visited
-
Days Won
9 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by GsL
-
[CODE] When you select item Spawn msg Wht rate have*
GsL replied to GsL's topic in Server Shares & Files [L2J]
If some1 Know to fix that where i need send pm i pay 10e but code will test it 1st. sorry for double* -
[CODE] When you select item Spawn msg Wht rate have*
GsL replied to GsL's topic in Server Shares & Files [L2J]
i wasnt need this omg. next time 1st code and if working send money Gf on me -
[CODE] When you select item Spawn msg Wht rate have*
GsL replied to GsL's topic in Server Shares & Files [L2J]
as u undestand i dont need this shit* i was need when you select item send u the echant rate -
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 :)
-
Fixed Thanks ^Wyatt u can lock it (If you wanna some1 to destroy your eclipse Call me!!)
-
[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..??
-
[Help]Πως βγαζω το aggro απο ολα τα mobs
GsL replied to Devilfenix's question in Request Server Development Help [Greek]
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 -
WTF its Crazyyy Nice share dude i will add it 4 sure 100% Your Work reserve much karma +++ (isnt npc to get +1 xd )
-
did you tuch anything?? at htmls? did u change? when u make any changes keep a copy from old file .
-
by mistake solved* lock it soz for spam*
-
[Share]Custom L2-Font For Interlude
GsL replied to ucko1991's topic in Client Development Discussion
-
[HELP] WebSite Program
GsL replied to S-T-I-N-K-Y's question in Request Server Development Help [Greek]
pigene sto topic tou psomas2 k kane request :) Offtopic* -
Successfully traded 10 euro with him.
-
This mean i m bored to search lets create ? xd
-
many ppl share npcs that suck 4 me and they get +1 but this one 4 me is nice and deserve +1
-
This is nice share Thanks dude !!
-
[HELP] This code can adapt in interlude ??
GsL replied to GsL's question in Request Server Development Help [L2J]
How many thanks i must say 4 you? anyway he fix it again all :p -
sory for double alla se iketeuw stamata akoma k egw p den kserw poso kanei 1+1 kserw na to fix auto xd
-
Ta Buttons einai apo Celesty and Bravus ara min les psemata . http://www.maxcheaters.com/forum/index.php?topic=165203
-
nice share
-
[HELP] This code can adapt in interlude ??
GsL replied to GsL's question in Request Server Development Help [L2J]
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 ) -
[HELP] This code can adapt in interlude ??
GsL replied to GsL's question in Request Server Development Help [L2J]
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* -
[HELP] This code can adapt in interlude ??
GsL replied to GsL's question in Request Server Development Help [L2J]
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 -
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..
