Jump to content

snoz1993

Members
  • Posts

    91
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by snoz1993

  1. 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
  2. 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
  3. Done thank you :)
  4. 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?
  5. can this adapted to l2jfrozen?
  6. can anyone adapt this code to l2jfrozen ?
  7. it works to l2jfrozen ?
  8. 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 :)
  9. 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!
  10. 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
  11. 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?
  12. pm me me to skype sou na se voithisw ;)
  13. 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
  14. ti pack exeis arxika pes mas?
  15. 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!!
  16. yeah i know that but when i spawn it and i click at the npc of raid boss info nothing happens :/
  17. 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)
  18. Hmmm ok i didnt knew about that!! how about the raid boss info ( alive or dead) do you know something bro?
  19. 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?
  20. Hello!! I want a favor,, i have searched too many days to code for vote manager and boss info for l2jfrozen and i cant find anyhting,many topics are closed and the others didnt have anything.. if anyone have code and can give it to me for one of this i will be so happy :)
  21. 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
  22. euxaristw poli paidia mou doulepse to thema htan na valw false sto l2off sta config kai mou doulepse koble na eiste kala :)
×
×
  • Create New...