Jump to content

thedoctor02

Members
  • Posts

    5
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

About thedoctor02

Profile Information

  • Gender
    Not Telling

thedoctor02's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hi all.. -Rate XP 10x/15x/20x Party XP 1.5x/2.0 -NPC Buffer -With or without Mana Potion -Full fixed -No donator -50+ Player -No Customs -Open not long Thx! :D
  2. Sorry, I did not know.. My request is to understand where is the problem in code XML, because the skill in game is not working..
  3. UP ! Help me plis..
  4. Hi all, i need help with XML. I had this ability that did not work: - <skill id="928" levels="1" name="Duel Blow"> <set name="target" val="TARGET_NONE" /> <set name="skillType" val="NOTDONE" /> <set name="operateType" val="OP_PASSIVE" /> <set name="hitTime" val="1800" /> </skill> Of course I realized that there was something wrong, and I changed so: - <skill id="928" levels="1" name="Duel Blow"> <table name="#mpConsume">77</table> <table name="#magicLvl">74</table> <table name="#power">7546</table> - <!-- Dual Daggers --> <set name="target" val="TARGET_NONE" /> <set name="skillType" val="BLOW" /> <set name="operateType" val="OP_ACTIVE" /> <set name="hitTime" val="1800" /> <set name="magicLvl" val="#magicLvl" /> <set name="power" val="#power" /> <set name="castRange" val="900" /> <set name="effectRange" val="1400" /> <set name="reuseDelay" val="7000" /> <set name="mpConsume" val="#mpConsume" /> <set name="overHit" val="true" /> <set name="baseCritRate" val="15" /> <set name="SSBoost" val="2.0" /> <set name="lethal1" val="5" /> <set name="hitTime" val="4000" /> <set name="weaponsAllowed" val="13884" /> </skill> I do not understand anything about XML, and I changed how I thought the most appropriate. Help me :P
  5. Hi all. I have any answers. I have a server L2J OFF, and i want to change the time of buff (Including song/dance) How can I do that ? And, how do I find the ID of all skills quickly ? Sorry for my english :P
×
×
  • Create New...