Jump to content

=Legend=

Members
  • Posts

    288
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by =Legend=

  1. This is greek section and i already explaind to you in english section what to do
  2. For whoever wants them but one thing They are not 100% some skills have to input manually in navicat http://www.4shared.com/file/124338451/7c0ddba3/Skilltreenew-Part-3.html
  3. As I see this is a very old post that someone dug up. Can anyone just tell us how to register this in itemhandler for Gracia final? because in itemhandler.java there is no registerItemHandler(new SpiritLake());so where do we put this registerItemHandler(new NobleCustomItem()); in l2jfree there is such a place to register a new item BUT not in l2j
  4. Well server is down I guess you forgot to turn on your PC
  5. I thing i did but i can not be shure will try again EDIT: i just found out how its done
  6. well i tried to, but i get errors thats the reason I ask if someone can do it because my knowledge of java is '0'
  7. Maybe Im asking too much but anyway here is what I want.\ a final pack with the following features 1 .Vitality system ---working 2.an Item in inventory when you press on it a html pops up so i can add what i want to it like a buffer 3.pop up class changer--(you dont go to cat to change) all this i have found in forum but can not get them to work so if someone from here has some time to make it and compile it I would be gratefull or is there such a pack in here?
  8. Very nice one problem is the buffer with basic buffs only concider adding all buffs GJ with the server
  9. when did server open? if you want english speaking players put some english on your web page
  10. If you read this cobra it would be nice if you could upload an l2jfinal pack allready made with this or make a better quide for us(for the ones that know nothing of java) because trying to do it i get errors trying to compile. BTW this is awesome I was searching in forum for something like this . This is the error i get [javac] D:\Workspace\L2_GameServer\java\net\sf\l2j\gameserver\handler\ItemHandler.java:97: class, interface, or enum expected [javac] registerItemHandler(new Balloni()); [javac] ^ [javac] 1 error
  11. I have included in my server custom mobs,when i spawn them and click on them i do not see their hp bar only the name is there a way to fix this? I really would apreciate some help EDIT plz a mod move to the corect section
  12. Very Nice server .One thing that sets it back is the Lag Its not playable
  13. (and if you post a c/p give credits) i forgot the credits true , l2 _emu and when i mean c/p i ment c/p the code I gave you.I dont want or expect credits i just share something I found
  14. if it was /is that simple WHY dont ppl help here after reading help requests on how to fix skills,is it that much of a problem for someone to wite/share their thoughts with us?That is why this forum is about helping each other -------------------------------------------------------------------------------- Quote from: leoxxx on Today at 02:25:39 PM The HIDE skill need core support too. (PS : why you set "<effect name="Invincible" time="30" abnormal="stealth" val="0">" "Hides the user. Movement speed is decreased by 30%, and the effect is canceled if any action other than movement is initiated.") it does not need a patch its fixed allready you just have to add those lines in id 922 where at the moment its set to "NOT_DONE
  15. maybe it will be usefull to a few ppl that want geodata and pathnodes http://www.4shared.com/file/124338960/28ff2ba5/L2JGeodataSynchronizerSetup.html
  16. I searched and found nothing in forum. This are two skills "Hide" and "Duel Blow" that I and a lot of ppl have asked for help and got no answer,after a long search and reading i found this (the ones that I was Interested in) and I would like to share it with those that are searching for the same thing. Skill ID 922 Hide <skill id="922" levels="1" name="Hide"> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_ACTIVE" /> <set name="reuseDelay" val="180000" /> <for> <effect name="Invincible" time="30" abnormal="stealth" val="0"> <mul order="0x30" stat="runSpd" val="0.7" /> </effect> </for> skill ID 928 Duel Blow <skill id="928" levels="1" name="Duel Blow"> <set name="weaponsAllowed" val="262160" /> <!-- Dagger and Dual Daggers --> <set name="mpConsume" val="77" /> <set name="magicLvl" val="81" /> <set name="power" val="7546" /> <set name="target" val="TARGET_ONE" /> <set name="condition" val="16" /> <set name="reuseDelay" val="20000" /> <set name="hitTime" val="1800" /> <set name="coolTime" val="720" /> <set name="skillType" val="BLOW" /> <set name="baseCritRate" val="15" /> <set name="lethal1" val="5" /> <set name="dmgDirectlyToHp" val="true" /> <set name="operateType" val="OP_ACTIVE" /> <set name="castRange" val="40" /> <set name="effectRange" val="400" /> <set name="SSBoost" val="2.0" /> <set name="overHit" val="true" /> Just c/p in the xml file and you are done.Also check to see if they are in navicat in the Skill_trees if not you should manually add them EDIT if it has been posted again or if its of no importance plz delete it
  17. Can someone help me with the quests of seeds of infinity and destruction how to renable them? I start the q ok but when i reach my destination it says "i have nothing to say to you"
×
×
  • Create New...