
Slave
Banned-
Posts
61 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Slave
-
To exw aporeia auto kai 8elw na mou poune ta paidia pou kaigontai me to modification... Lete h NCSoft na 8elei na valei customs ston official??? Lete h NCSoft na mhn xerei ta kolpa gia ta glows??? Ta mods pou kanete gia poion logo ta kanete efoson opou kai na paizete o server 8a kleisei kapoia stigmh kai oloi 8a pane official??? kala ta les esei file... kai pou les... einai axristi ..pernoun px tin nightmare kai tis alazoun xroma.... kai tsou Epic..XA0XA0X00AXA po po zoa.... oust apodo osoi pirazete to client! Kai afiste tis pipes... xonepste to ...diskola vriskis server p na kratai 5+ xronakia... min milame gia tous serv edw p einai apo spiti i perisoteri kai klinoun se 1 evdomada! AI SIXTIR.!!!!!
-
[HELP] Pcinstance
Slave replied to naturalkillergr's question in Request Server Development Help [Greek]
u have edit RequestByPassToServer.java ? -
NCSoft Message: L2J is Illegal as L2OFF !
Slave replied to Huntєr's topic in Server Development Discussion [L2J]
Υes but the microsoft can close the windows in 1 sec K'egw na ta anikso se 1 ms -
[HELP] Buffs Animation
Slave replied to Stefoulis15's question in Request Server Development Help [L2J]
[GR]Eleos m eisai kai o owner dot... elpizo na einai palio to topic..den ida imerominia alios asta na pane me tis ilithies erotisis..... afta ta kseri kai i gata mou!! RrRrR I Bad e?.... -
How to make this unique GK with previews..?
Slave replied to ZeroCool22's question in Request Server Development Help [L2J]
as u can see i reply yestrday...i wasent free.... and today and tomorow im working all day.. so i dont have free time to make it and to check it .... first of all we must check things .... ;) About This... all mighty java developer O.o no comments for nobish words! ... ONTOPIC I Will Share Code Monday! monday im free! -
How to make this unique GK with previews..?
Slave replied to ZeroCool22's question in Request Server Development Help [L2J]
its easy ... need a script! -
An vgalis Elemntal System isos bo.. alios ti na to kano alon enan bugoserver Archer 7k Dmg Mages 400 Dmg :(
-
Psaxnw dev gia sovaro server!!
Slave replied to DěåthWålkěя's question in Request Server Development Help [Greek]
ah & bah ... na sta kanoun afta meso Team V.? vsika den leei gti lag +1 -
Simvoules Gia Enan epituximeno server
Slave replied to Xd3sT1nYX's topic in Server Development Discussion [Greek]
Tha statho se afto....ta ala den ta diabasa... 1)Na diafimisete ton server sas eite sto maxcheaters eite se alla forums h servers. Etc nomizoun meriki.. egw diafono apolita...oxi mono den diafimizete me ton sosto tropo o server ala kai apotixani ... Apotexi GT!... Poli apla to 95% ton server edw einai apo to spiti tou kathenos..kamia aksiopistia... lag/corupt .. se merikes meres klinoun... ara den psaxnoun gia server sto mxch... Einai Enas Logos apo tous para polous... Den Tha Apadiso Se Kanenan ..Ksero Oti Tha Fao REPLYS! BUT NO ANY ANSWER! -
den einai na trlense otan vlepis pvp server na zitane 30kkk gia vesper weapon kai 20kkk gia kathe vesper komati armor ... kai ta mob na petane 10kk kai na sou vgazoun tin [panagia na pesoun! afto sta custom farm zones... oxi sta normal.. sta normal mono 2kk ..... kai na kathese me tis ores gia 1kkk kai se lene 30kkk.... e re ksilo p theloun!!!!!!
-
CTF, TvTr, TVT, BR, L10s, DM Engine
Slave replied to Aggonn's question in Request Server Development Help [L2J]
maby share its in old forum so ... http://www.l2jserver.com/old-forum/thread.php?threadid=32597 -
[Poll] What tools are you using to Compile/Build
Slave replied to TєђGëØrge's topic in Server Development Discussion [L2J]
only eclipse....plus svn plugs cyao amigo! -
when someone create a human automatic when he log will get jailed EnterWorld.Java // Jail All Non Dwarf Characters Race Fr = activeChar.getClassId().getRace(); if (Fr == Race.human) { activeChar.isInJail(); activeChar.sendMessage("Bastard...i say only Dwarf allowed!"); } if (Fr == Race.darkelf) { activeChar.isInJail(); activeChar.sendMessage("Bastard...i say only Dwarf allowed!"); } if (Fr == Race.elf) { activeChar.isInJail(); activeChar.sendMessage("Bastard...i say only Dwarf allowed!"); } if (Fr == Race.orc) { activeChar.isInJail(); activeChar.sendMessage("Bastard...i say only Dwarf allowed!"); } [GR][PS] Poso goustro otan vrizo... mouahha
-
[HELP]HACK CRITICAL ERROR
Slave replied to rererere's question in Request Server Development Help [Greek]
vasika eksigise mou ligo pos doulebi afto... gia na boreso na edopiso to problima oste na to ftiakso... an boris dose link na do to script gia to phx -
Create new Admin Command Handler... Example: //say <text> One Example: http://www.maxcheaters.com/forum/index.php?topic=46448.0 ---------------------------------------------------> Step 1 Create New File < AdminSay > AdminSay <code> /* * 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 net.sf.l2j.gameserver.handler.admincommandhandlers; import java.util.Collection; import net.sf.l2j.Config; import net.sf.l2j.gameserver.handler.IAdminCommandHandler; import net.sf.l2j.gameserver.model.L2World; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.serverpackets.CreatureSay; /** * Critical Announce, Deep Blue Channel * Author: Slave */ public class AdminSay implements IAdminCommandHandler { private static final String[] ADMIN_COMMANDS = {"admin_say"}; private static final int REQUIRED_LEVEL = Config.GM_MIN; public boolean useAdminCommand(String command, L2PcInstance activeChar) { if (!Config.ALT_PRIVILEGES_ADMIN) if (!(checkLevel(activeChar.getAccessLevel()) && activeChar.isGM())) return false; if (command.startsWith("admin_say")) HandleChat(command, activeChar); return true; } private void HandleChat(String command, L2PcInstance activeChar) { try { int offset=0; String text; offset=10; text = activeChar.getName()+ ": " + command.substring(offset); CreatureSay cs = new CreatureSay(0, 18, activeChar.getName(), text); Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers(); { for (L2PcInstance player : pls) { player.sendPacket(cs); } } } catch (StringIndexOutOfBoundsException e) { // System.out.print("GM is Using Critical Announce Channel Successful!"); } } public String[] getAdminCommandList() { return ADMIN_COMMANDS; } private boolean checkLevel(int level) { return (level >= REQUIRED_LEVEL); } } Step 2 Register Handler (C6=Gameserver.Java) PS: This is For C6 ...For Other Chronicle Need Litle Changes PS2: Command = //say <text> Example: //say i rock
-
+1 im Agree... every nab here put a (precombile-preconf) packs... they have only bufers,gmshops ..and what...? must share all pack for this 2? aayayaya ppl is crazy! Forum Need a big clean... 1. Some Topics ( from xxRxx,TheMenthals ) Need Update bcause have lot of new gmshops, bufers! i mean http://www.maxcheaters.com/forum/index.php?topic=28139.0 Or destick it
-
64 BIT ... I RAM ME TIN CPU Adalazoun paketa tis takseos ton 64 bits.. ara kaliteri apodosi...(taxitita)
-
well...supported this command in L2NpcInstance? (setnobless) .... i dont think ... so it dont work!
-
Kastana Evias .... Asxoliste me moufes... eipame vista=svista! telos! xp just ftw!
-
Υπομονή, backup και αντίο Vista dont worry, be happy :)
-
[Share] Interlude Core Buffer! Cyao Amigo :D
Slave replied to Aeolous's topic in Server Shares & Files [L2J]
L2Supporter -
[Guide] .info Voice command handler - L2JFREE
Slave replied to TєђGëØrge's topic in Server Shares & Files [L2J]
bro dont use this method.. "to reply to see" ONTOPIC: nothing special... when im make things like this Mxch dosent exist! -
[Help]L2 Dot Enchanted items.
Slave replied to Kwlotoumpas's question in Request Server Development Help [Greek]
po re file...oli na klepsoun theloun...! pekste me ta @@ sas p m dinete + items se chars -
http://www.youtube.com/watch?v=J5CH4NhEZSs&feature=related