-
Posts
649 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by EvadeTube
-
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
Here You are -
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
na alakso olo to folk me afto? EDIT BGAZI TO IDIO ERROR -
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
Ebala tin Pic pio pano L2Epilogue bro -
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
ok kai sto l2folf? L2Epilogue -
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
http://i53.tinypic.com/2rrqkxy.png[/img] -
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
ok edo ine ta RequestJoinParty.java RequestRestartPoint.java http://img838.imageshack.us/gal.php?g=79910989.png -
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
ti enois pos ta afisa etc? -
[HELP]Java Prob
EvadeTube replied to EvadeTube's question in Request Server Development Help [Greek]
ta Arxia ine ta Eksis Me ena Kokino X L2FolkInstance.java RequestJoinParty.java RequestRestartPoint.java -
Ok Paidia Meta Apo to English Ir8a edo opos ziti8ike tespa Ekana oti katalaba kai m ebgale afto to error tora [javac] Compiling 1463 source files to C:\Users\elias\workspace\L2_GameServer 2.4\build\classes [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\model\actor\instance\L2FolkInstance.java:89: cannot find symbol [javac] symbol : method getCanLearn(com.l2jserver.gameserver.model.base.ClassId) [javac] location: class com.l2jserver.gameserver.model.L2Skill [javac] if (sk == null || !sk.getCanLearn(player.getClassId()) || !sk.canTeachBy(npcId)) [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\model\actor\instance\L2FolkInstance.java:89: cannot find symbol [javac] symbol : method canTeachBy(int) [javac] location: class com.l2jserver.gameserver.model.L2Skill [javac] if (sk == null || !sk.getCanLearn(player.getClassId()) || !sk.canTeachBy(npcId)) [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestJoinParty.java:111: cannot find symbol [javac] symbol : variable player [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestJoinParty [javac] if (((p2.isTeam1Member() && player.isTeam2Member()) || (p2.isTeam2Member() && player.isTeam1Member())) && Config.ENABLE_FACTION_ENGINE) [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestJoinParty.java:111: cannot find symbol [javac] symbol : variable player [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestJoinParty [javac] if (((p2.isTeam1Member() && player.isTeam2Member()) || (p2.isTeam2Member() && player.isTeam1Member())) && Config.ENABLE_FACTION_ENGINE) [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestJoinParty.java:113: cannot find symbol [javac] symbol : variable player [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestJoinParty [javac] player.sendMessage("You Cant Trade with the Different Faction"); [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestRestartPoint.java:183: cannot find symbol [javac] symbol : variable Config [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestRestartPoint.DeathTask [javac] loc = new Location(Config.FACTION_TEAM1_BASE_X, Config.FACTION_TEAM1_BASE_Y, Config.FACTION_TEAM1_BASE_Z); [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestRestartPoint.java:183: cannot find symbol [javac] symbol : variable Config [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestRestartPoint.DeathTask [javac] loc = new Location(Config.FACTION_TEAM1_BASE_X, Config.FACTION_TEAM1_BASE_Y, Config.FACTION_TEAM1_BASE_Z); [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestRestartPoint.java:183: cannot find symbol [javac] symbol : variable Config [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestRestartPoint.DeathTask [javac] loc = new Location(Config.FACTION_TEAM1_BASE_X, Config.FACTION_TEAM1_BASE_Y, Config.FACTION_TEAM1_BASE_Z); [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestRestartPoint.java:187: cannot find symbol [javac] symbol : variable Config [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestRestartPoint.DeathTask [javac] loc = new Location(Config.FACTION_TEAM2_BASE_X, Config.FACTION_TEAM2_BASE_Y, Config.FACTION_TEAM2_BASE_Z); [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestRestartPoint.java:187: cannot find symbol [javac] symbol : variable Config [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestRestartPoint.DeathTask [javac] loc = new Location(Config.FACTION_TEAM2_BASE_X, Config.FACTION_TEAM2_BASE_Y, Config.FACTION_TEAM2_BASE_Z); [javac] ^ [javac] C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\network\clientpackets\RequestRestartPoint.java:187: cannot find symbol [javac] symbol : variable Config [javac] location: class com.l2jserver.gameserver.network.clientpackets.RequestRestartPoint.DeathTask [javac] loc = new Location(Config.FACTION_TEAM2_BASE_X, Config.FACTION_TEAM2_BASE_Y, Config.FACTION_TEAM2_BASE_Z); [javac] ^ [javac] Note: C:\Users\elias\workspace\L2_GameServer 2.4\java\com\l2jserver\gameserver\model\L2World.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 11 errors BUILD FAILED C:\Users\elias\workspace\L2_GameServer 2.4\build.xml:62: Compile failed; see the compiler error output for details. Total time: 14 seconds
-
oh cool again 2 day to make it pffff or to change only the files thats it's gona give me?
-
pff? and what i have to do to leave and the +? to all files or just to this 2
-
i did all the stuff from eclipse
-
k so i have to make again this 2 files again but L2FactionInstance.java the code was from start i didnt change ther anything :S Oh And this i just Posted the Prob it's Dosent have Any Red Like Everything is Orange!
-
-
Hey Guys i Add My Java Code For Faction Engine But i Get This When i Tru To Compile
-
Hey Guys i whana know if This is the Gracia final Thanks http://svn.l2jdp.com/branches/T2.3_DataPack/ http://svn.l2jserver.com/branches/L2_GameServer_T2.3/
-
San iPhone User pou ime 8a sou po to eksis Anikse iTunes Pigene Stis efarmoges tis FREE Pata mia pou 8elis 8a sou zitisi Account Tote patas Register Kai bazis None Sto Pay klp klp Se oti alo den kseris px.Gift Card To Afinis keno!
-
hmm let's see here is the pc Intel Bi Xeon E5530 2x 4x 2x 2.40+ GHz 24 GB DDR3 ECC (Upgradeable up to 144GB if needed) Intel SSD X25-M 4x 80 Go Raid 0 (lagless) 1x 1000 GB SAS for backups SwitchPort 1 Gbps
-
The Client is Gracia Epilogue !
-
at the start we was thing about x7 server Retail Like Everything! But since the day's was running we thing if we get x7 server we need good adverstiment and that it's not sure to have it 100% or 80% so we thing about PvP ofc we will have donate becouse if server without Donate Max Life Time will be 5 months or 8 max so we will have some small donates like Aio Buffer And Some Custom Stuff like agathions and stuff like that
-
i speak Aus ... i thing with english they ve got changes in grammar im Not Sure 3-16? For x100?
-
i Know how to speak english but when im typing fast i do Wrongs Some New Info RateXp = 100 RateSp = 100 RatePartyXp = 50 RatePartySp = 50 RateDropAdena = 500 EnchantChanceWeapon = 83 EnchantChanceArmor = 83 EnchantChanceJewelry = 83 BlessedEnchantChanceWeapon = 100 BlessedEnchantChanceArmor = 100 BlessedEnchantChanceJewelry = 100 EnchantMaxWeapon = 25 EnchantMaxArmor = 25 EnchantMaxJewelry = 25 EnchantSafeMax = 10 AugmentationTopSkillChance = 95 AutoLoot Offline trade/craft Restore offline traders/crafters after restart/shutdown. NPC Global Gatekeeper GmShop Forgotten Scrolls NPC Voice Commands We Are Testing Voice buff command .fb .mb ------------------ TvT Command .tvt (For Join)
-
no npc buffer becaus we need to have an active server not like "log in, xp, buy, pvp" Ofc We will Have Some Normal Donate's Like Aio Buffer No extra stuff etc No donates about armors + etc we dosent like that know we have set the serve ron x100 and we are testing again everything just in case ...!! Give More Idias ppl Oh And We will gona have an extra Server like 2 Faction's Angels VS Devils But Not Know Maby Laiter!
-
Hey guys we are ready and we have files fixed and all the stuff working after 8 months of work we have a host combany for the server but we are dont know if you peapole lik GvN? Server? Normal One? "Low Rate" PvP? Please anwere here so u will gona see the next top server Some Futures if it's gona be PvP GmShop And That's It No NPC Buffer And The Rates Will Be x500 Give us some idias sorry if i am at wronge section