Jump to content

Guarder

Members
  • Posts

    201
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Guarder

  1. THE BEST SHARE . I have 0 eclipse knowledge , not even able to add auto-cp potions BUT STILL managed to easly add this on my server. thank you mate
  2. No,i added the links for test
  3. My coinfig look like this: # Hopzone: http://l2.hopzone.net # Example: https://l2.hopzone.net/gr/lineage2/details/91106/L2-DAMAGE VotesSiteHopZoneUrl = https://l2.hopzone.net/gr/lineage2/details/93067/L2-DAMAGE # Topzone: http://l2topzone.com # Example: https://l2topzone.com/tv.php?id=6084 VotesSiteTopZoneUrl = https://l2topzone.com/lineage/server-info/6084/l2damage but i get [TOPZONE]I'm offline. and nothing about hopezone tho
  4. I would like to learn..thats the point , i wanna learn.. but how?.... i cant find any tutorials about adding lineage mods...
  5. fuck it.im to newbie to change it from l2j to l2jfrozen. and i cant fucking find one for frozen
  6. On topic: java/net/sf/l2j/commons/lang/StringUtil.java where is this on frozen ? :D
  7. I dont know where to check/what to do....im 0 on eclipse i just compiled the server like i saw in tutorials and nothing more
  8. java/net/sf/l2j/commons/lang/StringUtil.java what about this one?
  9. The little red x thats showing errors on java codes is missing... it was there before not now anymore
  10. says to go on java/net/sf/l2j/gameserver/model/actor/instance/Player.java but i dont have Player.java on frozen where should i add the codes from player.java?
  11. says to go on java/net/sf/l2j/gameserver/model/actor/instance/Player.java but i dont have Player.java on frozen
  12. Mmmm thank you.i hope it will be better now
  13. any link for a new one? i try to search but i can't find or i can't add this one i finnaly fixed but i get this : You did not vote.Please try again.
  14. Added this : http://l2devsadmins.net/l2devsAdmins2-0-11/index.php?topic=3438.0 But getting this : You did not vote. Please Try again.
  15. im using frozen. i solved it mate.thank you for your implication !
  16. i dont understand what the fuck is wrong with my CONTROL+F i can never find a text on java file and i have to search it manualy
  17. i followed this code: it shows me that they stack...it show me that i have more than one but...instead of consuming 1 ls it consumes all the ls. why?
  18. I cannot change the buffs time for prophet.i used a program that auto-changed all the buff times to 2h except prophet buffs. skill look like this: <skill id="1068" levels="3" name="Might" enchantLevels1="30" enchantLevels2="30"> <table name="#enchantMagicLvl">76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table> <enchant1 name="magicLvl" val="#enchantMagicLvl"/> <enchant2 name="magicLvl" val="#enchantMagicLvl"/> <table name="#ench1time"> 7200 7200 7200 7200 7200 7200 7200 7200 7200 7200 1640 1680 1720 1760 1800 1840 1880 1920 1960 2000 2040 2080 2120 2160 2200 2240 2280 2320 2360 2400 </table> <table name="#ench2MpConsume">27 27 26 26 25 25 24 24 23 23 22 22 21 21 21 20 20 19 19 18 18 17 17 16 16 15 15 14 14 14 </table> <table name="#ench2MpConsume_Init">6 6 6 6 6 6 6 6 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 3 3 3 3 3</table> <table name="#mpConsume_Init">2 4 7</table> <table name="#mpConsume">8 16 28</table> <table name="#rate">1.08 1.12 1.15</table> <table name="#aggro">121 204 379</table> <set name="mpInitialConsume" val="#mpConsume_Init"/> <set name="mpConsume" val="#mpConsume"/> <set name="target" val="TARGET_ONE"/> <set name="reuseDelay" val="6000"/> <set name="hitTime" val="4000"/> <set name="skillType" val="BUFF"/> <set name="isMagic" val="true"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="400"/> <set name="effectRange" val="900"/> <set name="aggroPoints" val="#aggro"/> <enchant2 name="mpConsume" val="#ench2MpConsume"/> <enchant2 name="mpInitialConsume" val="#ench2MpConsume_Init"/> <for> <effect count="1" name="Buff" val="0" stackOrder="#rate" stackType="pAtk" time="7200"> <mul order="0x30" stat="pAtk" val="#rate"/> </effect> </for> <enchant1for> <effect count="1" name="Buff" time="#ench1time" val="0" stackOrder="1.15" stackType="pAtk"> <mul order="0x30" stat="pAtk" val="1.15"/> </effect> </enchant1for> </skill> why?
  19. any working buffer for l2jfrozen ? something easy to install..im newbie
  20. BUILD FAILED C:\Users\RIG1\Desktop\Server\L2jFrozen_GameServer\build.xml:65: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "C:\Program Files\Java\jre1.8.0_201"
  21. 5 minutes? ....i think if in that 5 minutes nothing happened....it won't in 30 minutes aswell when i added the previous svn it took like 5 seconds
  22. when i add the link and click finish its says "Operation in progress" and it keeps like that forever.nothing happens... i deleted the previous project,trying to add new server files but this happens......
  23. https://imgur.com/a/T3R5NL8 FUCKING SHIT
  24. # Gm Spawn gets saved on custom_spawnlist Table? SaveGmSpawnOnCustom = True # Gm Spawn gets deleted on custom_spawnlist Table? DeleteGmSpawnOnCustom = False must be because that is false?i didnt have the problem before
×
×
  • Create New...