Jump to content

mawtaw7

Members
  • Posts

    137
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mawtaw7

  1. + Broadcast.announceToOnlinePlayers("Players selected: "+players.firstElement().getName()+" || "+players.lastElement().getName()); not calling them huh?
  2. l2tower free works fine. http://forum.l2tower.eu/server_list.php
  3. leech balancer from l2jhellas. use elfos market npc and remove the tax. about the community board u can contact with them directly. http://www.maxcheaters.com/topic/181648-l2-community-boards-c6h5/ http://www.maxcheaters.com/topic/159407-l2j-auction-house-interlude-version/
  4. http://www.4shared.com/rar/H5cxRPyrba/btc.html
  5. he actually wanted to say, big brown hairy nipples. :okey:
  6. there is at marketplace already http://www.maxcheaters.com/topic/159407-l2j-auction-house-interlude-version/
  7. same reason u sold a pack based on tryskell's work. ^^,
  8. find mana potion in items if it has reusedelay just add the cd <set name="reuseDelay" val="5000" />, if not search if its combined with any skill or herb.
  9. add this player.removeSkill(_skill); over this: if (_skill.isPassive()) player.removeSkill(_skill); else player.removeSkill(_skill, false, false);
  10. if u add it with 0.x its working like debuff, see how this debuff is working. <skill id="1366" levels="1" name="Seal of Despair"> <set name="mpInitialConsume" val="22" /> <set name="mpConsume" val="85" /> <set name="magicLvl" val="78" /> <set name="power" val="40" /> <set name="lvlDepend" val="1" /> <set name="target" val="TARGET_AURA" /> <set name="skillRadius" val="200" /> <set name="reuseDelay" val="300000" /> <set name="hitTime" val="4000" /> <set name="skillType" val="DEBUFF" /> <set name="isDebuff" val="true" /> <set name="isMagic" val="true" /> <set name="operateType" val="OP_ACTIVE" /> <for> <effect name="Debuff" time="120" val="0" stackOrder="1" stackType="ultimate_debuff"> <mul stat="pAtk" order="0x30" val="0.9" /> <mul stat="runSpd" order="0x30" val="0.8" /> <mul stat="mDef" order="0x30" val="0.7" /> <mul stat="pAtkSpd" order="0x30" val="0.7" /> <mul stat="rCrit" order="0x30" val="0.7" /> <mul stat="cAtk" order="0x30" val="0.7" /> <sub stat="accCombat" order="0x40" val="6" /> </effect> </for> </skill>
  11. make those 2 skills auto learn for each class u want to balance example of how it will look like for boost stats <table name="#mAtk"> 1.1 </table> example of how it will look like for lowering stats <table name="#mAtk"> 0.9 </table> u can also check how berserk spirit works i guess it will help u.
  12. u can also check the negative feedback at l2mid forum, if faglord hasnt cleaned hes buggy server forum :dat:
  13. if its not a config xprate mistake and the mobs u kill are custom check if u have add them exp and sp values or its null npcs xml <npc id="3" name="suck" title="anal"> <set name="level" val="70"/> <set name="radius" val="8"/> <set name="height" val="24"/> <set name="rHand" val="0"/> <set name="lHand" val="0"/> <set name="type" val="L2Npc"/> <set name="exp" val="0"/> <set name="sp" val="0"/>
  14. <zone type="PeaceZone" shape="NPoly" minZ="-Z" maxZ="-Z"> <node X="-x" Y="y" /> <node X="-x" Y="y" /> <node X="-x" Y="y" /> <node X="-x" Y="y" /> </zone>
×
×
  • Create New...