-
Posts
1,627 -
Joined
-
Last visited
-
Days Won
2 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Red-Hair-Shanks
-
[ERROR] Failed to execute goal on project database: Could not resolve dependencies for project com.l2jfrozen:database:jar:1.0-SNAPSHOT: Could not find artifact com.l2jfrozen:common:jar:1.0-SNAPSHOT in local-lib (file:C:\Users\server\Desktop\Shyla-l2jfrozen-00d1fc249449\database/../lib) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException pws mporw na to ftia3w??
-
re magkes 8a h8ela na me boh8isete me ta tattoo....8elw na kanw to mage tattoo na mpeni mono se mage class kai tou fighter mono se fighter class.....uparxei kapoios tropos mesw ton stats i me kapoio kodika an mporw na to perasw???
-
kalispera paidia...exw l2frozen pack kai exw tin e3is aporia....to FastList mesa se kodikes pou exei to frozen gia poio logo uparxei?? ti simeni.....gt mou bgazi warning na to kanw remove alla kai na min to kanw den exei kapoio problima.......apla 8a h8ela na ma8w gia poio logo uparxei kai gt mou to bgazi se warning...
-
Discussion L2Hellas Or L2Acis?
Red-Hair-Shanks replied to DennisGR's topic in Server Development Discussion [Greek]
to acis einai to kalitero pack...alla egw protimo l2jfrozen...alla to mono kako einai oti exei polla customs ta opoia prpei na bgalis... p.s xdem eisai wraios apla les kati petiximena xaxaxaxaaxaxaxaxa -
[L2J]Trinity Server Is Online!
Red-Hair-Shanks replied to Red-Hair-Shanks's topic in Private Servers
update enchant configs...:D -
Help Gs Ram
Red-Hair-Shanks replied to Red-Hair-Shanks's question in Request Server Development Help [Greek]
gt na balw 3072 2048 1024?? -
Help Question
Red-Hair-Shanks replied to nickedil2's question in Request Server Development Help [L2J]
+10 hostchefs is trusting company? -
Help Gs Ram
Red-Hair-Shanks replied to Red-Hair-Shanks's question in Request Server Development Help [Greek]
nta3ei afou 8a sikwnei tosa atoma komple....lock topic -
LF Code Clan Reputation Item
Red-Hair-Shanks replied to pr0n0mio's question in Request Server Development Help [Greek]
/* * 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.itemhandlers; import net.sf.l2j.gameserver.datatables.SkillTable; import net.sf.l2j.gameserver.handler.IItemHandler; import net.sf.l2j.gameserver.model.L2ItemInstance; import net.sf.l2j.gameserver.model.L2Skill; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.actor.instance.L2PlayableInstance; import net.sf.l2j.gameserver.network.serverpackets.ActionFailed; import net.sf.l2j.gameserver.network.serverpackets.MagicSkillUser; /** * This class ... * * @version $Revision: 1.0.0.0.0.0 $ $Date: 2005/09/02 19:41:13 $ */ public class CustomRep implements IItemHandler { // Modified by Baghak (Prograsso): Added Firework support private static final int[] ITEM_IDS = { 11000 }; public void useItem(L2PlayableInstance playable, L2ItemInstance item) { if (!(playable instanceof L2PcInstance)) return; // prevent Class cast exception L2PcInstance activeChar = (L2PcInstance) playable; int itemId = item.getItemId(); if (activeChar.isInOlympiadMode()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.inObserverMode()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isSitting()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isAway()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isConfused()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isStunned()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isDead()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isAlikeDead()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isInCombat()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (activeChar.isInJail()) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } if (!activeChar.getFloodProtectors().getFirework().tryPerformAction("firework")) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); return; } /* * Elven Firecracker */ if (itemId == 11000) // elven_firecracker, xml: 2023 { MagicSkillUser MSU = new MagicSkillUser(playable, activeChar, 2023, 1, 1, 0); activeChar.sendPacket(MSU); activeChar.broadcastPacket(MSU); useFw(activeChar, 2023, 1); playable.destroyItem("Consume", item.getObjectId(), 1, null, false); activeChar.getClan().setReputationScore(activeChar.getClan().getReputationScore() +5000, true); activeChar.sendMessage("Grats you have award your clan with 5000 Reputation Points!"); activeChar.broadcastUserInfo(); } } public void useFw(L2PcInstance activeChar, int magicId, int level) { L2Skill skill = SkillTable.getInstance().getInfo(magicId, level); if (skill != null) activeChar.useMagic(skill, false, false); } public int[] getItemIds() { return ITEM_IDS; } } pisteuw pws 8a douleuei ! kai episi uparxei kai to google me to opoio mporeis na kaneis search to code pou 8es arki na grapsis maxcheater!! -
GrandOpening 1/8/2014 18:00 GMT+2 We build this server for your own perfect experience and gameplay. We are team and we have the knowledge to handle this project and in order to make it as most balanced gameplay we can. we need peoples to test our server...if anybody intresting just pm me.... ~Server features~ Char's Will Be Start 1 Lvl Rates: Xp: 1000x Sp: 1000x Party Xp = 500x Party Sp = 500x Adena: 2000x Enchant: Safe Enchant: +3 Max Enchant: +20 Normal Weapon/armor/jewel/Scroll rate = 1,100;2,100;3,100;4,96;5,92;6,88;7,86;8,83;9,82;10,80;11,78;12,76;13,75;14,73;15,71;16,70;17,70;18,68;19,67;20,65; Blessed Weapon/armor/jewel/ Scroll rate =1,100;2,100;3,100;4,97;5,94;6,91;7,88;8,85;9,82;10,79;11,76;12,75;13,75;14,75;15,75;16,75;17,75;18,75;19,75;20,80; We have 3 farm zones and 1 raid boss area ~Farm zones: Gludio town (safe zone) Garden of eva Wall Of Argos Raid Boss Area:Baium ...is not easy ..you need party to kill him.Baium repsawn every 4hours Baium drop all clan eggs x2 and you can take skills to your clan! also drop medals,Ancient adena,life stones and gold bar! Augmentation: Life-Stone Skill Chance: 10% Mid Life-Stone Skill Chance: 15% High Life-Stone Skill Chance: 17% Top Life-Stone Skill Chance: 20% General Info: Interlude skills: 90% working Interlude Raidbosses: 100% working Clan skills: 100% working Seven signs: 100% working Olympiad System Every 2 weeks: 100% working Nobless: 100% working Fishing: 100% working Wedding: 100% working NPC Walkers: 100% working Cursed weapons: 100% working Balanced Classes: 100% working No Clan Penalty: 100% working Castle Siege System: 100% working No Weight Penalty: 100% working No Grade Penalty: 100% working Sub-Class System: 100% working All Noblesse Skills: 100% working All Hero Skills: 100% working All Augmentation Skills: 100% working Retail-Like Enchant Skills System: 100% working Every Buff / Dance / Song / Chant Lasts 1 Hours: 100% working C4 / C5 / Interlude Skills: 100% working Auto Loot Auto Learn Skills Unlimited Weight Subclass without Quest (Max 3) Maximum number of buffs: 60 Maximum number of Debuffs: 6 Maximum number of Clan in Ally: 3 Clan Penalty: Disabled Drop Items: Disabled Warehouse Wedding Community Board Inventory Space: 250 unstuck time: 20 second Spawn Protection: 10 second Npc report! Custom Info: Announce castle lords on enter game Heal Monsters, Raid Bosses: Disabled Vote Reward System Pvp/Pk Reward Noble via quest! top manager add(tnx Viral Dragon For share it) Events: Team VS Team (Automatic) Capture the Flag (Automatic) Death Match (Automatic) server website : http://l2trinity.eu/ site template is temporary Skype: l2trinitypvp
-
gj bro ty !!! :D
-
hi can anybody create on logo for my server? L2Trinity 940x760
-
Help Eclipse
Red-Hair-Shanks replied to Red-Hair-Shanks's question in Request Server Development Help [Greek]
otan pernas ena code sto eclipse kai px exeis 3exasi na balis afto sto telos ; kanonika prepei na sou bgali pou exeis kanei error sta de3ia gia na to diwr8osis alla den to bgazi...alla nta3ei den 3erw ti egine kai ftiaxtike mono tou..opote lock topic -
magkes exw sto delicated 8 giga ram ...twra gia na apodosi kalitera i ram sto pack pws prepei na to ftia3w afto?? java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
-
Help Diamond Operator
Red-Hair-Shanks replied to Red-Hair-Shanks's question in Request Server Development Help [Greek]
to eftia3a aderfe..tin 1.7 eixa alla h8ele allagi sto build to eixe 1.6 kai to ekana 1.7 ;) -
paidia exw afto to problima otan paw na kanw compile...pws to ftiaxnw afto 3erei kaneis/??? :50: error: diamond operator is not supported in -source 1.6 [javac] private Map<Integer, TopField> _topKillsTable = new LinkedHashMap<>(); [javac] ^ [javac] (use -source 7 or higher to enable diamond operator)
-
Help Gameserver Errors
Red-Hair-Shanks replied to Red-Hair-Shanks's question in Request Server Development Help [Greek]
wolf to ekana afto pou eipes alla pali mou bgazi afto pou egrapsa prin..to bgazi otan kanei reload ta script -
Code Rank Pvp System 3.8.9 [Il - H5]
Red-Hair-Shanks replied to << Masterio >>'s topic in Server Shares & Files [L2J]
i add voicecommand but again dont work....any other way to fixed?? -
Code Rank Pvp System 3.8.9 [Il - H5]
Red-Hair-Shanks replied to << Masterio >>'s topic in Server Shares & Files [L2J]
ok and how i can fix this rank system to work? if i add voicecommand on acis will work? i have 1 year to code also i have never work with acis..so i dont know..i have forgot java...just tell me how i can fix this ... -
re magkes pernaw kodikes se acis kai to eclipse den mou dixni an exw kanei kapoio la8os den dixni ta errors sta aristera tou kodika..gt?? pws mporw na to ftia3w??
-
Help Gameserver Errors
Red-Hair-Shanks replied to Red-Hair-Shanks's question in Request Server Development Help [Greek]
pali to idio bgazi...Annotation processing got disabled,since it requires a 1.6 complitant JVM -
Code Rank Pvp System 3.8.9 [Il - H5]
Red-Hair-Shanks replied to << Masterio >>'s topic in Server Shares & Files [L2J]
i install it on acis pack..but .pvpinfo and /pvpinfo dont work :/ why? how i can fix it? -
Help Gameserver Errors
Red-Hair-Shanks replied to Red-Hair-Shanks's question in Request Server Development Help [Greek]
jdk1.8.0_05...jdk1.7.0_60...jre7...jre8 exw mesa -
geia sas magkes...exw acis pack kai exw ena problima otan anoigw to gameserver exw polla errors pou kai grafoun jvm 1.6 requires alla anoigei kanonika meta to game...pws mporw na to ftia3w afto ??
-
[L2J]L2Salvator Interlude Pvp - Open 05-04-14
Red-Hair-Shanks replied to Pigasos-Dev's topic in Private Servers
posous idious server 8a anoi3eis re pigase;;;
