Fogotendx20
Members-
Posts
444 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Fogotendx20
-
L2JFREE-L2EMU?
Fogotendx20 replied to soublakias's question in Request Server Development Help [Greek]
ama alaksis ta imports sto script eiparxoun poles pithanotites -
Olympiad Points
Fogotendx20 replied to MadDealer's question in Request Server Development Help [L2J]
olympiad.java int playerOnePoints = playerOneStat.getInteger(POINTS); int transferPoints = playerOnePoints / 5; -
Code An Item To Become Noble!
Fogotendx20 replied to Stefoulis15's topic in Server Shares & Files [L2J]
@Cobra b4 some mont - year i was noob ... i learn from mxch but now i dont need it anymore.... im here to help ppl .... u must see it because all times im answer in questions and i dont have make any share! lets stop it here! i will dont answer anymore in this topic! -
Code An Item To Become Noble!
Fogotendx20 replied to Stefoulis15's topic in Server Shares & Files [L2J]
@Cobra i dont have check vago/mafia shares .... i say is same with hero...can found hero file and edit the part :) @Inteript/and all ok guys.... i say nothing special, because for me is .... and u all say bullshits? wha u want? whant to say like all nobs here gb? im not nob man im know somthing about core modifcation .... and this for me is just 1 min :) so please i dont care what u belive for share, but dont tell me bulshits so i will say again what i mean the share is rock for noobs (they know only to setup a pack...nothing more) good share(for ppl with basic java knowledge) nothing special(for ppl with normal java knowledge) is for junk (for ppl with hig java knowledge) im at 3rd category :) PS: 95% of java shares here are from other ..so dont speak plz i dont like to take other ppl work and to share it ..and with him credis so.. belive me if i like it all GR Section in 1st page will have my name/shares -
Code An Item To Become Noble!
Fogotendx20 replied to Stefoulis15's topic in Server Shares & Files [L2J]
TO INTERIPT TOO... who said you i dont have creat something? man listen me.. and all im not a kid to lose my time here, and to share my collection... what i will get here? any reward..? no ... so why to lose my time to post and take it every nob and to change credis! pafff! and plz.. maby for u the share is rock, but for me and some other ppl is a. nothing special share.... anyway everyone must have goood words at shares GB Stefoulis15! soz fo my english -
[SHARE] Gm Shop ( Gracia Part 2 )
Fogotendx20 replied to Stefoulis15's topic in Server Shares & Files [L2J]
kali doulia :) vlepo tora asxolise kai me gracia :) ...egw sto eipa to c6 katadaei vareto....^^ -
poli kalo file, emfanisiaka ;p miazi poli pados me to diko m p ixa kani prin 3,4 mines sto net p pezame me ta pedia gia plaka ;p
-
[Share] Java Reflect Damage Bug
Fogotendx20 replied to Kazeno's topic in Server Development Discussion [L2J]
this is not the reason man, the reason is cant cal it share, cause is a small core modifircation ... if u go at pack forum every day will get more than 5 modification ... so? we must post it here? -
after 1min kick ??
Fogotendx20 replied to dennis25's question in Request Server Development Help [Greek]
ls - disable gg gs - disable gg too -
Code An Item To Become Noble!
Fogotendx20 replied to Stefoulis15's topic in Server Shares & Files [L2J]
nothing special.... for ppl without java knowledge is just copy/past the "hero item handler" and change only this part activeChar.setNoble(true); ... shared by mafia -
[Share] Java Reflect Damage Bug
Fogotendx20 replied to Kazeno's topic in Server Development Discussion [L2J]
plz stop with stiuped shares. everyone can found this at l2jserver TIMELINE .... every day team make lot of changes in pack! and so..? u must post it here? please guys dont post bulsh1ts, above the spam .... -
About //get_vitality ... who want to show informations in HTML file 1. Add This Code - Remove Old else if (cmd.equals("admin_get_vitality")) { target.getVitalityLevel(); target.getVitalityPoints(); target.updateVitalityLevel(false); String htmFile = "data/html/custom/other/vitality.htm"; String htmContent = HtmCache.getInstance().getHtm(htmFile); if (htmContent != null) { NpcHtmlMessage html = new NpcHtmlMessage(1); html.setHtml(htmContent); html.replace("%get_Vitality_Level%", String.valueOf(target.getVitalityLevel())); html.replace("%get_Vitality_Points%", String.valueOf(target.getVitalityPoints())); activeChar.sendPacket(html); } } 2. go html/custom ( create folder with name "other" ) (and in folder "other" create vitality.html) html/custom/other/vitality.htm HTML Code <html><body> <br><br> <center> <img src="l2ui.squaregray" width="300" height="1"><br> <font color=0099FF>Player Vitality Panel</font> <img src="l2ui.squaregray" width="300" height="1"> <table width=300> <tr><td><font color=00ff00>Player Vitality Level:</td><td>%get_Vitality_Level%</font></td></tr> <tr><td><font color=00ff00>Player Vitality Points:</td><td>%get_Vitality_Points%</font></td></tr> </table> <img src="l2ui.squaregray" width="300" height="1"> </center><br> </body></html> Result - Photo
-
yes at packs some GM SKILLS like Valakas Fear etc removed ...we must add it alone .... anyway xxRxx edit ur code and add and MASTER BLESING SKILLS :)
-
dominator final skills
Fogotendx20 replied to gareleos's question in Request Server Development Help [Greek]
den to exo psaksi to thema, ala boris na m dosis ena site oste na do ta final skill ton characters? ta 81 lv skill, p hteloun Forgotten Scrol einai ta final? -
[Help]With compiling!
Fogotendx20 replied to R3spawn's question in Request Server Development Help [L2J]
checkout the l2jfree-core folder -
im forggot go enterworld.java and check and this not only this at sevensing.java SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar); Announcements.getInstance().showAnnouncements(activeChar); 1. if u disable the code as i said at sevensing.java isa same ... u dont see the m essage 2. if u dissable code in eneterworld and not in sevensing.... is again same... when u log will not see messge PS: Eneterworld is oly/used when log in game .... so if u want remove other sevensings messages u must remove it at sevnsing.java :P anyway u ahve 2,3 ways to make it ;p
-
SevenSing.java this is the part for messages u cant edit messages.... can remove it ;p ....if u want to edit...u must edit client ;p * Send info on the current Seven Signs period to the specified player. * * @param player */ public void sendCurrentPeriodMsg(L2PcInstance player) { SystemMessage sm = null; switch (getCurrentPeriod()) { case PERIOD_COMP_RECRUITING: sm = new SystemMessage(SystemMessageId.PREPARATIONS_PERIOD_BEGUN); break; case PERIOD_COMPETITION: sm = new SystemMessage(SystemMessageId.COMPETITION_PERIOD_BEGUN); break; case PERIOD_COMP_RESULTS: sm = new SystemMessage(SystemMessageId.RESULTS_PERIOD_BEGUN); break; case PERIOD_SEAL_VALIDATION: sm = new SystemMessage(SystemMessageId.VALIDATION_PERIOD_BEGUN); break; } player.sendPacket(sm); } /** * Sends the built-in system message specified by sysMsgId to all online players. * * @param sysMsgId */ public void sendMessageToAll(SystemMessageId sysMsgId) { SystemMessage sm = new SystemMessage(sysMsgId); Broadcast.toAllOnlinePlayers(sm); } if u want to disable all 7sing messages ...just disable all this code
-
[Share] use Critical_Announce Chanel for GMCHAT!
Fogotendx20 replied to Fogotendx20's topic in Server Shares & Files [L2J]
EliasFTW min berdevese, den einai to Announcementes Chanel Announcementes - 10 ID CHANEL Critical_Announcementes - 18 ID CHANEL sta announces nai :P anyway afta boris na ta alaksis kai monos sou .... an thes na grafi Announcementes: Message kane afto text = "Announcementes: " + command.substring(offset); i an thes na grafi mono to minima .. oute name brosta oute announcement tote poli apla alakse tin id edw CreatureSay cs = new CreatureSay(0, 18, activeChar.getName(), text); kai ase ton kodika opos einai... to arxiko! olataolata oxi, gti ston c6 den eiparxi afto to CHANEL -
lipon ... exo kani merikes alages! gia to GMCHAT 1. to vlepoun oli 2. alagi chanel (Criticall_Announce - ID =18) ara alo xroma :P ( Einai Blue - Look Image) tha borousate kalista na pite giati den alakses tin id se afto to komati: CreatureSay cs = new CreatureSay(0, 18, activeChar.getName(), text); lipon, me to sigikrimeno CHANEL me tin alagi mono tou ID den emfanizi to onoma tou apostolea! .... mono to mimima :) Den einai tipota tromero, ena minishare einai.... den ixa skopo na to kano share :P ala ena filaraki to ide se enan server kai to thele poli afto :P pistevo einai poli afti p theloun afto to pragma... exei kai oreo xroma :P SS PATCH Index: java/net/sf/l2j/gameserver/handler/admincommandhandlers/AdminGmChat.java =================================================================== --- java/net/sf/l2j/gameserver/handler/admincommandhandlers/AdminGmChat.java (revision 2751) +++ java/net/sf/l2j/gameserver/handler/admincommandhandlers/AdminGmChat.java (working copy) @@ -14,9 +14,12 @@ */ package net.sf.l2j.gameserver.handler.admincommandhandlers; +import java.util.Collection; import net.sf.l2j.gameserver.GmListTable; import net.sf.l2j.gameserver.handler.IAdminCommandHandler; import net.sf.l2j.gameserver.model.L2Object; +import net.sf.l2j.gameserver.model.L2World; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.network.SystemMessageId; import net.sf.l2j.gameserver.network.serverpackets.CreatureSay; @@ -91,9 +94,22 @@ offset = 17; else offset = 13; - text = command.substring(offset); - CreatureSay cs = new CreatureSay(0, 9, activeChar.getName(), text); - GmListTable.broadcastToGMs(cs); + text = activeChar.getName() + ": " + command.substring(offset); + + //This is a default code, can't be used in Critical_Announce Channel because don't print Name + /** text = command.substring(offset); **/ + + CreatureSay cs = new CreatureSay(0, 18, activeChar.getName(), text); + + Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values(); + { + for (L2PcInstance player : pls) + { + player.sendPacket(cs); + //GmListTable.broadcastToGMs(cs); + } + } + } catch (StringIndexOutOfBoundsException e) {
-
[help]Anti Walker
Fogotendx20 replied to xXxExosoulerxXx's question in Request Server Development Help [Greek]
aposo ksero, afto to pragma eipirxe se kapia sighikrimena versions (ct2) ala exei aferethi dioti einai axristo... +1 bhma o server +2 o walker ara .... to kalitero einai na exeis ebiro staff! -
[Request]L2jArchid HeadQuarter
Fogotendx20 replied to vlad_n01's question in Request Server Development Help [L2J]
first of all, go in db, and fount it ...look the HP .... :P -
[Request]L2jArchid HeadQuarter
Fogotendx20 replied to vlad_n01's question in Request Server Development Help [L2J]
u talk about sieges? ... i dont know why happened this but as i know! exist code for inv npcs ...cause some ppl hit and kill npcs.... maby this is the reason -
some files is missing :P ... find another system fold
