-
Content Count
14 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
0 NeutralAbout osvaldotl2015

-
Rank
Vassal
Profile Information
-
Gender
Male
-
Country
Peru
Recent Profile Visitors
-
osvaldotl2015 started following [L2J]InfinitumInterlude
-
https://lineage2infinitum.com/ - - Lineage II - Infinitum 5x -- Rates Experience (EXP) - 5x Skill Points (SP) - 5x Adena - 5x Drop Items - 1x Quest Quest Experience (EXP) - 1x Quest Skill Points (SP) - 1x Quest Adena - 1x Quest Items Drop - 1x Others Spoil - 1x Weight Limit - 7x Enchants Safe Enchant - 4 Max Enchant - 16 Normal Scroll chance - 45% Blessed Scroll chance 55% and does not crystallize Crystal Scroll chance - 100%
-
Share Iordanov Interface Version 3.6.9 (Interlude Only)
osvaldotl2015 replied to Iordanov's topic in Client Development Discussion
nice thanks -
Share Costumized Clicks NEW (Chronicle Intelrude)
osvaldotl2015 replied to Celestine's topic in Client Development Discussion
nice work -
Interlude & High Five Costume Pack's
osvaldotl2015 replied to Sinister Smile's topic in Client Development Discussion
like -
Code Epic Boss Manager [acis]
osvaldotl2015 replied to 'Baggos''s topic in Server Shares & Files [L2J]
Nice Work -
like
-
I made a post on http://www.maxcheaters.com/forum/42-server-shares-files-l2j/ and now I find that they have deleted it I do not find my post please tell me if they have moved or deleted it -_- I think they are being selfish to erase a contribution without at least say why it has been moved or erased if it is out of envy I want you to know that YOU ARE LOST and if you are upset that people contribute better close the forum and dedicate to selling goodies
-
Code Casinomanager,passwordchanger
osvaldotl2015 replied to RaZoRॐ's topic in Server Shares & Files [L2J]
This fix is to select an item for L2CasinoInstance comfortable in my case is the last rev l2jfrozen dp have 2 int 1= int am-beep-t = 0; 2= private int _am-beep-t; fix Rename ints 1= int ambeept = 0 2= private int ambeept1; and change name to alls values Now other Fix Add the import in L2CasinoInstance + import com.l2jfrozen.Config; import com.l2jfrozen.gameserver.ai.CtrlIntention; import com.l2jfrozen.gameserver.network.serverpackets.NpcHtmlMessage; then if (this._player.getInventory().getInventoryItemCount(11001, 0) >= this.ammo -
Share L2Ark.com Website Template
osvaldotl2015 replied to L2J NexuS's topic in Website Templates & Themes (Free)
Pasword .rar ?- 18 replies
-
Code Announces Pk-Rank By Dagger L2Jfrozen Last Rev
osvaldotl2015 replied to osvaldotl2015's topic in Server Shares & Files [L2J]
Basic but it works right? thanks and if you want to improve the code you are in libertade to do -
DP: L2jfrozen Revision: 1118 ========================= Config.java ========================= public static boolean ANNOUNCE_CASTLE_LORDS; + //Announces-PK-Dagger + public static boolean ANNOUNCE_PK_LOGIN; + //Announces-RANK-Dagger + public static boolean ANNOUNCE_PKPBEST_LOGIN; + public static boolean ANNOUNCE_PVPBEST_LOGIN; + public static boolean ANNOUNCE_PKMASTER_LOGIN; + public static boolean ANNOUNCE_PVPMASTER_LOGIN; + public static boolean ANNOUNCE_PKKING_LOGIN; + public static boolean ANNOUNCE_PVPKING_LOGIN; + public static boolean ANNOUNCE_PKGOD_
-
Code Command Up-Lvl By Dagger For L2Jfrozen Last Rev
osvaldotl2015 replied to osvaldotl2015's topic in Server Shares & Files [L2J]
Ty :) Code reloaded :) -
Code Fix Enchants By Dagger L2Jfrozen Las Rev
osvaldotl2015 replied to osvaldotl2015's topic in Server Shares & Files [L2J]
I´ m Dagger :angry: :angry: :angry: :angry: -
Code Fix Enchants By Dagger L2Jfrozen Las Rev
osvaldotl2015 posted a topic in Server Shares & Files [L2J]
=================================================================== com.l2jfrozen.gameserver.network.clientpackets.RequestEnchantItem =================================================================== //Go to if (activeChar.getActiveTradeList() != null) { activeChar.cancelActiveTrade(); activeChar.sendMessage("Your trade canceled"); return; } // Add tis // Fix enchant by Dagger -
//This code provides lvl 80 character =================================================================== Config.java (revision 0) =================================================================== + public static boolean ENABLE_CMD_UPLEVEL; + public static int UPLEVEL_ITEM_ID; + public static int UPLEVEL_ITEM_COUNT; public static String ALLOWED_SKILLS; public static String ALLOWED_SKILLS; public static FastList<Integer> ALLOWED_SKILLS_LIST = new FastList<>(); + ENABLE_CM