-
Posts
251 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Equagf
-
huh
-
I have on my website index.html where can i add this code ?? <?php print'<table width="150">'; $server = "127.0.0.1"; $portg = "7777"; $portl = "9014"; $timeout = "5"; if ($server and $port and $timeout) { $game = @fsockopen("$server", $portg, $errno, $errstr, $timeout); $login = @fsockopen("$server", $portl, $errno, $errstr, $timeout); } print'<tr><td align="center"><strong>Server Status</strong></td></tr>'; if($login) { print'<tr><td>Login:</td><td><font color="#00FF00"><strong> Online</strong></font><br><br></td></tr>'; } else { print'<tr><td>Login:</td><td><font color="#FF0000"><strong> Offline</strong></font><br><br></td></tr>'; } if($game) { print'<tr><td>Game:</td><td><font color="#00FF00"><strong> Online</strong></font></td></tr>'; } else { print'<tr><td>Game:</td><td"><font color="#FF0000"><strong> Offline</strong></td></tr>'; } print'</table>'; ?>
-
(Free) Website from Scratch for your Server
Equagf replied to Lion5000's topic in Web Development/Designing
Thanks , for ur great work honestly it's an amazing website :P http://www.l2magmeld.com/ JOIN !! -
Yes it's on ! Fixed Website will be available soon :) Server is welcoming everyone !
-
L2MagMeld Server Rates : Experience: 1000x Skill Points: 1000x Adena Drop: 1000x Item Drop 1x Safe Enchant : +4 Weapon Max Enchant : +20 Armor Max Enchant : +20 Jewels Max Enchant : +20 Enchant Weapon : 75% Enchantt Armor : 75% Enchant Jewels : 75% Blessed Enchant: 80% Crystal Scrolls :100% Server Features: * Auto-Learn Skills * Balanced Classes * Wedding System * Clan Hall System * Clan Penalty 1 day * Castle Siege System * No Weight Penalty * No Grade Penalty * New character start with 100kk adena * Sub-Class System * Noblesse System * Hero System * Duel System * Augmentation System * Max Subclasses = 3 * Max Subclass level = 80 * Max Alliances = 3 * All Noblesse Skills * All Hero Skills * All Augmentation Skills * All flood protections * Retail-Like Enchant Skills System * Every Buff / Dance / Song / Chant Lasts 3 Hour * C4 / C5 / Interlude Skills * Interlude Skills 99% Working * All C4 / C5 / Interlude Monsters * All C4 / C5 / Interlude Locations * Cursed Weapons Zariche and Akamanah * Unstuck Command 15 seconds * Gold Bar System Server Events : * TvT Event * CTF eVENT Custom Items: *MagMeld Set with balanced stats *Vesper Weapon more similar to S grade in their stats. Custom Npc's : * Custom Buffer * Global Gatekeeper * GM Shop * Symbol Manager * Life Stone Trader * Class Manager * Dyes Manager * Weding Manager * Coin Manager * Top Players List NPC Info * About Server NPC Info * NPC Vote Reward exchanger * Pk Killer Custom Zones : * Safe Farm * Solo Farm * PvP zone ! * Level Zone Custom Commands : * .tvtjoin * .tvtleave * .ctfjoin * .ctfleave * .repair No lag Dedicated server ! Vote 4 Us Server Website : http://www.l2magmeld.com/ Under Construction Forum : http://www.l2magmeld.com/Forum
-
Hi i wanna make an interlude off server and i need some help i have a 2 mounth pre-payed dedicated server 24GB ddr xeon thnaks in advance
-
(Free) Website from Scratch for your Server
Equagf replied to Lion5000's topic in Web Development/Designing
PM sent ! -
-
Lineage II FinalWar x1000 FRESH STARTED (04.09.2012)
Equagf replied to L2FinalWar's topic in Private Servers
in too -
http://maxcheaters.com/forum/index.php?topic=249805.0 solved !
-
http://maxcheaters.com/forum/index.php?topic=249805.0 solved !
-
http://maxcheaters.com/forum/index.php?topic=249805.0 solved !
-
it's nice thnaks but can u make it look like other icones (features,etcc..) they look with a little shadow or float ?? not changing the characters , Thanks u again !
-
it's nice thnaks but can u make it look like other icones (features,etcc..) they look with a little shadow or float ?? not changing the characters , Thanks u again !
-
it's nice thnaks but can u make it look like other icones (features,etcc..) they look with a little shadow or float ?? not changing the characters , Thanks u again !
-
http://img812.imageshack.us/img812/1477/31477cz.png http://data.imagup.com/12/1161096792.png i need to write FinalWar in the blank can someone help me , i need a customized characters
-
http://img812.imageshack.us/img812/1477/31477cz.png http://data.imagup.com/12/1161096792.png i need to write FinalWar in the blank can someone help me , i need a customized characters
-
http://img812.imageshack.us/img812/1477/31477cz.png http://data.imagup.com/12/1161096792.png i need to write FinalWar in the blank can someone help me , i need a customized characters
-
Index: gameserver/head-src/com/l2jfrozen/gameserver/handler/ItemHandler.java =================================================================== --- gameserver/head-src/com/l2jfrozen/gameserver/handler/ItemHandler.java (revision 94) +++ gameserver/head-src/com/l2jfrozen/gameserver/handler/ItemHandler.java (revision 95) @@ -32,6 +32,7 @@ import com.l2jfrozen.gameserver.handler.itemhandlers.CharChangePotions; import com.l2jfrozen.gameserver.handler.itemhandlers.ChestKey; import com.l2jfrozen.gameserver.handler.itemhandlers.ChristmasTree; +import com.l2jfrozen.gameserver.handler.itemhandlers.ClanRepsItem; import com.l2jfrozen.gameserver.handler.itemhandlers.CrystalCarol; import com.l2jfrozen.gameserver.handler.itemhandlers.Crystals; import com.l2jfrozen.gameserver.handler.itemhandlers.CustomPotions; @@ -118,6 +119,7 @@ registerItemHandler(new BeastSoulShot()); registerItemHandler(new BeastSpiritShot()); registerItemHandler(new ChestKey()); + registerItemHandler(new ClanRepsItem()); registerItemHandler(new CustomPotions()); registerItemHandler(new PaganKeys()); registerItemHandler(new Maps()); and this is Index: gameserver/head-src/com/l2jfrozen/gameserver/handler/ItemHandler.java /* * 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 2, 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, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * * http://www.gnu.org/copyleft/gpl.html */ package com.l2jfrozen.gameserver.handler; import com.l2jfrozen.gameserver.model.actor.instance.L2ItemInstance; import com.l2jfrozen.gameserver.model.actor.instance.L2PlayableInstance; /** * Mother class of all itemHandlers.<BR> * <BR> * an IItemHandler implementation has to be stateless * * @version $Revision: 1.1.4.3 $ $Date: 2005/03/27 15:30:09 $ */ public interface IItemHandler { /** * Launch task associated to the item. * * @param playable : L2PlayableInstance designating the player * @param item : L2ItemInstance designating the item to use */ public void useItem(L2PlayableInstance playable, L2ItemInstance item); /** * Returns the list of item IDs corresponding to the type of item.<BR> * <BR> * <B><I>Use :</I></U><BR> * This method is called at initialization to register all the item IDs automatically * * @return int[] designating all itemIds for a type of item. */ public int[] getItemIds(); } can someone apply the patch above ?
