
xMafia
Members-
Posts
38 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by xMafia
-
[Exploit]Make announcements even if you're not GM.
xMafia replied to Hax0r's topic in Hacks & Cheats [English]
check here lain and uwill see what we mean :D http://www.maxcheaters.com/forum/index.php?topic=27370.0 -
so the server is up ??? i dled the patch but i still cant connect.. on hopzone you can vote ... so it means its online ..
-
basika prin 2 meres epiane to announcement k to ** eimastan posa atoma k ston kaname mp******o ton server .. o kain itan den kserw ti soi server einai alla ftiaxtike .. opote mhn les kai esy oti den pianoun . imarton
-
As the topic title says i am searching for a c4/c6/ct1/ct1.5 Server with Donations but not Overpowered Big Community ~ 250 + from x45 to x200 customs Balanced Classes No Corruptions ( of course ) Shops Armor/Weapon/Misc Buffer these are enought .. PS : post except , l2osiris,dragon-network,l2elite
-
[Exploit]Make announcements even if you're not GM.
xMafia replied to Hax0r's topic in Hacks & Cheats [English]
on l2core it doesnt work .. it worked till 2 days ago .. on kain ...works on l2greekgodz , l2crown , l2unknown , Lineage II Kingdom of Heaven, ATLANTIS and many many many others :P -
[Exploit]Make announcements even if you're not GM.
xMafia replied to Hax0r's topic in Hacks & Cheats [English]
works on All IL Servers with l2emu and l2jfree packs ! Learn java as fast as you can to fix it , i wont share the fix for this .. thats what i wanted to say .. upgrade your servers as soon as possible :D before i log in and make it a trush -
Hello folks, In this guide i will teach you how to put a new command named .info on your server and when u type it and hit enter it will show a htm file that there you can put w/e you want .. i suggest updates and info of server .. so here we go .. i will use l2jfree IL pack , what to do .. 1) checkout the pack 2) go into L2_GameServer_IL\src\main\java\net\sf\l2j\gameserver\handler\voicedcommandhandlers and make a new VoiceInfo.java file and put inside that /* * 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 3 of the License, 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, see http://www.gnu.org/licenses/ */ package net.sf.l2j.gameserver.handler.voicedcommandhandlers; import net.sf.l2j.Config; import net.sf.l2j.gameserver.GameServer; import net.sf.l2j.gameserver.cache.HtmCache; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.serverpackets.NpcHtmlMessage; /** * @author Michiru * */ public class VoiceInfo implements IVoicedCommandHandler { private static String[] VOICED_COMMANDS = { "info" }; /* (non-Javadoc) * @see net.sf.l2j.gameserver.handler.IVoicedCommandHandler#useVoicedCommand(java.lang.String, net.sf.l2j.gameserver.model.actor.instance.L2PcInstance, java.lang.String) */ public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { String htmFile = "data/html/custom/xx.htm"; String htmContent = HtmCache.getInstance().getHtm(htmFile); if (htmContent != null) { NpcHtmlMessage infoHtml = new NpcHtmlMessage(1); infoHtml.setHtml(htmContent); activeChar.sendPacket(infoHtml); } else { activeChar.sendMessage("omg lame error! where is " + htmFile + " ! blame the Server Admin"); } return true; } public String[] getVoicedCommandList() { return VOICED_COMMANDS; } } so you see that String htmFile = "data/html/custom/xx.htm"; here is the path of the htm you will see IG .. you can change it as you wish ! If you forget to put the htm file it will show up this "omg lame error! where is " + htmFile + " ! blame the Server Admin" Fine :D change it :P so what you do it to make a .htm file named it as you want and replace the number there where is xx.htm .. now we go to L2_GameServer_IL\src\main\java\net\sf\l2j\gameserver\handler\ we open voicecommandhandlers.java and then you have to put import net.sf.l2j.gameserver.handler.voicedcommandhandlers.VoiceInfo; after import net.sf.l2j.gameserver.handler.voicedcommandhandlers.CastleDoors; or as your folder is .. if u have more it will be shown different .. now u go on line 54 and after this line u put registerVoicedCommandHandler(new VoiceInfo()); then your new voice command is register ! Compile the pack via maven and you are ready ! Have Fun Credits to me . PS : DONT SPAM!
-
Hello folks, In this guide i will teach you how to change the server name when you restart ... normal it says <<The Server is restarting in "x" Seconds./ Minutes.>> what we do ? we checkout our pack ( i will use l2jfree IL ) then we go to our workspace we go inside the folder named L2_GameServer_IL\src\main\java\net\sf\l2j\gameserver and you will see inside Shutdown.java so we are going to open it of course and we go on line 238 & 240 and we will see this Announcements.getInstance().announceToAll("Server is " + _shutdownMode.getText().toLowerCase() + " in "+seconds+ " seconds!"); if(Config.IRC_ENABLED && !Config.IRC_ANNOUNCE) IrcManager.getInstance().getConnection().sendChan("Server is " + _shutdownMode.getText().toLowerCase() + " in "+seconds+ " seconds!"); so as you see it says "Server is " and you can change it to your servers name .. you can do it L2MxC Server is Restarting and inside the Game it will say L2MxC is restarting in "x" Seconds we can change also the Attetion Players! on line 237 Announcements.getInstance().announceToAll("Attention players!"); the "Attention players!" to "Attetion to L2MxC Players!" or whatever you want on line 269 you will see this Announcements.getInstance().announceToAll("Server aborts " + _shutdownMode.getText().toLowerCase() + " and continues normal operation!"); you can change "Server aborts " to "L2MxC Server Aborts " or whatever :) on line 368 and 372 too so you compile the pack via maven and you are Ready well its simple to search in source code there you can change many things ... just for newbies .. good like Credits to me .
-
http://photo2box.com/images/yktmj5ov0nnpjo74fjjr.png[/img] made 2 for you .
-
i can do that on weapons ... dont think it exists on chars for your own pc.
-
http://www.maxcheaters.com/forum/index.php?topic=20350.0 http://www.maxcheaters.com/forum/index.php?topic=22935.0 search before you post , god damn.!!!
-
[Interlude L2-OFF]L2Euroworld...Join Now!
xMafia replied to NITROUS SYSTEM's topic in Private Servers
started with A Grade? LOL!!!!!!!!!!!!!! comming ofc edit : not that good when i go to farm for coins on 60 lvl spot 4 mobs come to me ( i am necro ) and i get killed in 1 sec.. i cant farm .. check it -
server is down and i wanted to try it .. inform us
-
http://www.youtube.com/watch?v=ZoJqO1bzrCg
-
i am vent i got banned for some reasons previous topic went to junky .. please dont spam .. everything you want to ask if its a simple question just pm me or post on forum of the server
-
[Interlude L2-OFF]L2Euroworld...Join Now!
xMafia replied to NITROUS SYSTEM's topic in Private Servers
its already posted but you can see the website is this : www.l2euroworld.com // nice server , you can join it ! -
ok here are more .. this kid logged again imo .. perfect anti hack ! works 100% from behind http://photo2box.com/images/u1mzmpzhqmu5cez0g4.jpg http://photo2box.com/images/qsvfrcl74loxdixkf6.jpg[/img] http://photo2box.com/images/qsvfrcl74loxdixkf6.jpg fix it if u want players to join ..
-
what about this ! ? i logged to play and i saw that + lagged the server + anti hack doesnt work i think check it server is cool http://img380.imageshack.us/my.php?image=shot00029rn1.jpg
-
http://www.maxcheaters.com/forum/index.php?topic=13135.msg186219;topicseen#msg186219 diggs
-
on every pvp server u get pked .. on thunder we say dont pk many people dont understand the language called "English" we cant do anything for that .. we jail them till they understand it .. agree with a-style . play NFS or smth like that @anubis inf*skills is cool but it hasnt many ppl .. it has so many ppl due to java codes .. ye nb4l1 is perfect as imba try it if you want i played there and i stucked there some months ago
-
L2Thunder Pure PvP Server ########## ###Rates### ######### * Exp=> 3000 * Sp=> 3000 * Adena=> 4000 ########## ###Armors### ######### * Epic Set * Dynasty Set * Titanium Set ########## ###Weapons### ######### * Dynasty Weapons * Epic Weapons * Custom L2Thunder Weapons * Dawn/Dusk Weapon ########## ###Miscs### ######### *TVT Engine / CTF Engine * Friendly GMs * Enjoying Events * Sieges * No weight limited * Global GK * Costum buffer( 9 hours buffs ) * Raid Bosses events * No grade penalnty * Gm Shop * Costum - Shop * C1 > C6 Skills * Clan hall System Works 100% * Sieges work 100% * Custom farming spot (Gold Bars / Adena) * Custom spawns location for new players (Fast xp) * Tattoos with Stats * True gold Exchanger ( till we put the .bank code again , soon ) * Armour Exchanger , you can exchange you armors for another grade , for example tit light for tit robe or heavy.same with other armors too * Weekly Heroes * Easy Noblesse Q , just buy Cara's Letter with a sub of 75 lvl u go to Talien and you are noblesse ########## ###Enchants### ######### * Normal Scroll Enchant rate -> 80% * Blessed Scroll Enchant rate -> 98% * Max enchant -> +25 * Safe enchant +4 Website : Website Forum : Forum To log in you need to make acc here : ACM You can vote for us of course if you like us : Dont spam.