-
Posts
91 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by snoz1993
-
Hello, If anyone is interested for full support in all things about L2jFrozen project just add me at skype and we will speak there more private Skype : snoz1993
-
Help Eclipse Error On Update
snoz1993 replied to snoz1993's question in Request Server Development Help [L2J]
Error solved -
Hello i format my pc and i update my eclipse and java to 7.. but my previous work was at java 6 ! now what can i do ? how can i update my works to java 7 ? this is my error
-
Hello , i want to ask because i want to format my pc but i have on eclipse my work for lineage and i didnt want to lose it how can i save it and after the format to download the eclipse and to put my previous work (before the format ) to the eclipse again ? anyone can help me?
-
can this adapted to l2jfrozen?
-
Code Class Balance With Config
snoz1993 replied to nikosdevil20's topic in Server Shares & Files [L2J]
can anyone adapt this code to l2jfrozen ? -
it works to l2jfrozen ?
-
Code Class Balance With Config
snoz1993 replied to nikosdevil20's topic in Server Shares & Files [L2J]
nai aderfe auto sou lew kai egw oti den kserw pws na to ftiaksw auto to error sto compile kai gia auto ekana kai comment bas kai gnwrizei kapios kai mou pei ti bwro na kanw :) -
Code Class Balance With Config
snoz1993 replied to nikosdevil20's topic in Server Shares & Files [L2J]
nai ta imports apo oti vlepw kai pisteuw einai koble.. prospathisa na vrw allon tropo alla den ginotane borei na min mou petage errors opws otan ta alalza apo ta configs ta stats den allaze tpt mesa sto game! -
prospathisa na kanw adapt enan kwdiko apo freya se l2jfrozen kai mou vgazei error edw kserei kaneis na me help na to fixarw? [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\classes version: [echo] L2jFrozen Gameserver Revision: 1004M compile: [javac] Compiling 1489 source files to C:\workspace\L2jFrozen_GameServer\build\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1324: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DAGGER && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1324: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DAGGER && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1338: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BOW && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1338: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BOW && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1352: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BLUNT && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1352: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BLUNT && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1366: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUALFIST && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1366: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUALFIST && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1380: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUAL && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1380: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUAL && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1394: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.SWORD && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1394: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.SWORD && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1408: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.POLE && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1408: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.POLE && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] 14 errors [javac] 1 warning BUILD FAILED C:\workspace\L2jFrozen_GameServer\build.xml:65: Compile failed; see the compiler error output for details. Total time: 14 seconds
-
Code Class Balance With Config
snoz1993 replied to nikosdevil20's topic in Server Shares & Files [L2J]
Kalhspera prospathisa na kanw adapt to code se L2jFrozen kai mou vgazei auto to error [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\classes version: [echo] L2jFrozen Gameserver Revision: 1004M compile: [javac] Compiling 1489 source files to C:\workspace\L2jFrozen_GameServer\build\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1324: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DAGGER && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1324: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DAGGER && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1338: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BOW && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1338: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BOW && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1352: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BLUNT && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1352: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.BLUNT && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1366: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUALFIST && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1366: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUALFIST && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1380: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUAL && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1380: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.DUAL && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1394: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.SWORD && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1394: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.SWORD && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1408: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.POLE && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\Formulas.java:1408: error: cannot find symbol [javac] if (target instanceof L2PcInstance && weapon != null && weapon.getItemType() == L2WeaponType.POLE && skill != null) [javac] ^ [javac] symbol: variable weapon [javac] location: class Formulas [javac] 14 errors [javac] 1 warning BUILD FAILED C:\workspace\L2jFrozen_GameServer\build.xml:65: Compile failed; see the compiler error output for details. Total time: 14 seconds Kserei kaneis pws bwro na to fix? -
Help Autovotereward
snoz1993 replied to The_Teacher's question in Request Server Development Help [L2J]
pm me me to skype sou na se voithisw ;) -
Anti-Bot L2Jfrozen Last Rev 1004
snoz1993 posted a question in Request Server Development Help [L2J]
I have a problem whatever answer i will click the server will disconect my char i dont know why ... i have the main anti -bot system of l2jfrozen pack.. before 1 week its worked but now no :/ if anyone know something please help me :) # You can active the anti bot on other.properties # Words to use between 10 and 16 keys. You are a bot? config/proteced/others. # Anti bot protection against all possible bots # IMPORTANT: Start bot checker if player is in combat online without shop and in a zone not peacefull # On / off protection against bots by giving the char to write a word. # IMPORTANT: you must modify the file server/config/questionwords.txt BotProtect = True # The time after which after entering a character in the game will be asked (minutes). #! Attention to display the questions used by the window with training nubov. #! so do not recommend a small number, because the quest may be broken. BotProtectFirstCheck = 15 # The time interval, which will take place from the previous question until the next (minutes). BotProtectNextCheck = 60 # Amount of time allowed for giving the answer (seconds). BotProtectAnsver = 200 and this is my L2PcInstance that i didnt have any errors at compile :/ http://www.4shared.com/office/YtxuSPKuce/l2PCinstance.html -
Help Autovotereward
snoz1993 replied to The_Teacher's question in Request Server Development Help [L2J]
ti pack exeis arxika pes mas? -
Source [Request] Vote Manager And Boss Info For L2Jfrozen
snoz1993 replied to snoz1993's question in Request Server Development Help [L2J]
you know someone that he have vote manager for l2jfrozen to give it to me soem photos and if i like it i can take it with money!! -
Source [Request] Vote Manager And Boss Info For L2Jfrozen
snoz1993 replied to snoz1993's question in Request Server Development Help [L2J]
yeah i know that but when i spawn it and i click at the npc of raid boss info nothing happens :/ -
paidia mipws uparxei kapio guide pws bwro na kanw adapt ena code apo allo pack sto l2jfrozen ? h an uparxei kapio etimo code gia vote manager h gia boss info (an einai alive h dead)
-
Source [Request] Vote Manager And Boss Info For L2Jfrozen
snoz1993 replied to snoz1993's question in Request Server Development Help [L2J]
Hmmm ok i didnt knew about that!! how about the raid boss info ( alive or dead) do you know something bro? -
[Share-Guide]Scroll Of Mage & Fighter
snoz1993 replied to EdenEternal's topic in Server Shares & Files [L2J]
geia sas mou petaei ena error otan vazw auto to kwdiko 9998 Scroll of Mage Puts Mage's Full Buff." -1 0 0 0 9999 Scroll of Fighter Puts Fighter's Full Buff." -1 0 0 0 sto itemname-e.dat kserei kapios ti mporw na kanw? -
min rwtas prin psakseis to topic kala eixa kanei kai egw autin tin erwtisei proxthes kai des tis apadiseis http://maxcheaters.com/forum/index.php?topic=265525.0
-
[HELP] provlima me olympiada
snoz1993 replied to snoz1993's question in Request Server Development Help [Greek]
euxaristw poli paidia mou doulepse to thema htan na valw false sto l2off sta config kai mou doulepse koble na eiste kala :) -
sketika me l2 j acis / frozen /hellas
snoz1993 replied to akirawa18's question in Request Server Development Help [Greek]
kai eeii balancerr