Jump to content

martuxas1

Members
  • Posts

    114
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by martuxas1

  1. <zone id="16385" name="Custom" type="MultiFunctionZone" shape="NPoly" minZ="-6500" maxZ="-1200"> <node X="-2937" Y="-12088" /> <node X="32664" Y="-15638" /> <node X="31091" Y="-32635" /> <node X="-1821" Y="-29486" /> </zone> what need change to work?
  2. Removed reward, and still i don't get pvp points. i need for kill +1pvp
  3. Hey, i use multifunctionzone and i wanna get not reward for kill. i wanna get +1 pvp score. code http://pastebin.com/7kf9eYTD but i think need change here in L2PcInstance.java this code i can be wrong. L2MultiFunctionZone.givereward(this);
  4. Thanks this working ! :)
  5. and lower added
  6. (error: Create 'motod deathstats(l2charecter)') Added on public boolean doDie(final L2Character killer){ deathstats(killer); in code error: (L2Character killer) - Syntex error on token "(" ")"then added public void deathstats(L2Character killer) { if (killer instanceof L2PcInstance) sendMessage("You have been slain by "+killer.getName()+", "+(int)killer.getCurrentHp()+" HP and "+(int)killer.getCurrentCp()+" CP remain."); } if i add all in DoDie then i get again error on all killer. Maybe can write all currect code?
  7. I rly bad know java, how to do this? :)
  8. Hello devolopers. I have bad day i try 3hours do this and i can't compile. L2jFrozen pack. http://www.maxcheaters.com/topic/196065-show-hp-left-on-pvp-death/ i try this one not working for me, i changed imports, config all. and i try this code on L2PcInstance if (killer instanceof L2PcInstance) sendMessage("You have been slain by "+killer.getName()+", "+(int)killer.getCurrentHp()+" HP and "+(int)killer.getCurrentCp()+" CP remain."); But eclipse says error something bad in Killer word need change or what? or rework code? Forum killer; if (killer instanceof L2PcInstance) sendMessage("You have been slain by "+killer.getName()+", "+ (int)killer.getCurrentHp()+" HP and "+(int)killer.getCurrentCp()+" CP remain.");
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..