-
Posts
201 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Guarder
-
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
-
No,i added the links for test
-
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
-
Help Individual vote problem.
Guarder replied to Guarder's question in Request Server Development Help [L2J]
I would like to learn..thats the point , i wanna learn.. but how?.... i cant find any tutorials about adding lineage mods... -
Help Individual vote problem.
Guarder replied to Guarder's question in Request Server Development Help [L2J]
fuck it.im to newbie to change it from l2j to l2jfrozen. and i cant fucking find one for frozen -
Help Individual vote problem.
Guarder replied to Guarder's question in Request Server Development Help [L2J]
On topic: java/net/sf/l2j/commons/lang/StringUtil.java where is this on frozen ? :D -
Help Missing "Little red x" on eclipse
Guarder replied to Guarder's question in Request Server Development Help [L2J]
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 -
Help Individual vote problem.
Guarder replied to Guarder's question in Request Server Development Help [L2J]
java/net/sf/l2j/commons/lang/StringUtil.java what about this one? -
Help Missing "Little red x" on eclipse
Guarder posted a question in Request Server Development Help [L2J]
The little red x thats showing errors on java codes is missing... it was there before not now anymore -
Code Individual API based Vote Reward | Hopzone, Topzone, Network
Guarder replied to Elfo's topic in Server Shares & Files [L2J]
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? -
Help Individual vote problem.
Guarder replied to Guarder's question in Request Server Development Help [L2J]
says to go on java/net/sf/l2j/gameserver/model/actor/instance/Player.java but i dont have Player.java on frozen -
Help fucking search on eclipse
Guarder replied to Guarder's question in Request Server Development Help [L2J]
Mmmm thank you.i hope it will be better now -
Help Individual vote problem.
Guarder replied to Guarder's question in Request Server Development Help [L2J]
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. -
Added this : http://l2devsadmins.net/l2devsAdmins2-0-11/index.php?topic=3438.0 But getting this : You did not vote. Please Try again.
-
LS/Bog stackable problem
Guarder replied to Guarder's question in Request Server Development Help [L2J]
im using frozen. i solved it mate.thank you for your implication ! -
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
-
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?
-
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?
-
any working buffer for l2jfrozen ? something easy to install..im newbie
-
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"
-
Help can't add svn repository
Guarder replied to Guarder's question in Request Server Development Help [L2J]
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 -
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......
-
Help Spawning moobs/npc problem
Guarder replied to Guarder's question in Request Server Development Help [L2J]
anyone anything? -
Help Spawning moobs/npc problem
Guarder replied to Guarder's question in Request Server Development Help [L2J]
https://imgur.com/a/T3R5NL8 FUCKING SHIT -
Help Spawning moobs/npc problem
Guarder replied to Guarder's question in Request Server Development Help [L2J]
# 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