Jump to content

DnR

VIP Member
  • Posts

    737
  • Credits

  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by DnR

  1. Logika den exeis swsta tis ru8miseis sto login.properties. Isws auto se boi8isei: http://www.maxcheaters.com/forum/index.php?topic=124026.0
  2. Add the part i have added to the skill. <table name="#aggro"> 204 438 </table> <set name="mpConsume" val="#mpConsume"/> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="reuseDelay" val="1800000"/> <set name="hitTime" val="1000"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <set name="aggroPoints" val="#aggro"/> <enchant2 name="reuseDelay" val="#ench2reuseDelay"/> <for> <effect count="1" name="ImmobileBuff" time="30" val="0" stackOrder="1" stackType="pDefSpec"> <add order="0x40" stat="pDef" val="#pDef"> <add order="0x40" stat="mDef" val="#mDef"> <mul order="0x30" stat="cancelVuln" val="0.9"> <!-- value to be confirmed --> <and> <using kind="Heavy"/> <not> <using kind="Light,Magic"/> </not> </and> </mul> </effect> </for>
  3. Auto 8elei client mod,prepei na to allakseis me to file edit sto system.
  4. Biggboss, I tried this alrdy before i post here but title does not appear when i change it.
  5. I know how to do it with client mod but i prefer java.
  6. Hello, I m trying to change the title color of NPCs but i havent found any idea or share. Should i try the same with pcinstance color? Help would be appreciated :P
  7. Really nice of you,thats what i really needed. Thanks.
  8. My fault,i wanted to ask how to change the "Color" of the Title.
  9. Hello,i never do client modding and i need help by the experts. I want to change the Title Color of Raid Bosses in client,could sb tell me which file to change? EDITED
  10. Does this exist in EnterWorld.java? if (Hero.getInstance().getHeroes() != null && Hero.getInstance().getHeroes().containsKey(activeChar.getObjectId())) activeChar.setHero(true);
  11. He might be able to make it working perfect with java by making serverpackets depend on protocol version. For example,if _version = GF WriteH(0x00) else writeD(0x00) But thats just a theory :P
  12. De xreiazetai hardcoding guys,apla pate sta xml tou blacksmith kai kanete to maintainEnchantment false: Gameserver/data/multisell <?xml version='1.0' encoding='utf-8'?> <!-- Seven Signs - Blacksmith of Mammon - SA: S-Grade --> <list maintainEnchantment="false"> <!-- Forgotten Blade - Haste --> <item id="1"> <production id="6581" count="1"/> <ingredient id="6364" count="1"/> <ingredient id="5908" count="1"/> <ingredient id="2134" count="82"/> </item> <!-- Forgotten Blade - Health --> <item id="2"> <production id="6582" count="1"/> <ingredient id="6364" count="1"/> <ingredient id="5911" count="1"/> <ingredient id="2134" count="82"/> </item>
  13. UseItem.java -if ((activeChar.isAttackingNow() || activeChar.isMounted())) +if (activeChar.isAttackingNow()) return;
  14. The IP boy did it again,gratz for your work :P
  15. Hello Mxcs, I decided to add elemental attributes system of L2jServer in my pack. Everything fine,compiled and logged to check. The problem is that bonus of attribute enchanted items is not applied. Only the element type of the weapon but the value is still 0. I cant find the problem. :/
  16. Never thought its that easy lol... thanks for ur assistance.
  17. That's right. But for armor,not weapons.And to be more specifil,for boss Jewels. I checked armor.xml but found no clues about how the skill id is related to the item :/.
  18. Guys,could sb tell me how can i add a skill to an item,i mean the way of boss jewels,armors etc.
  19. I had no problems with that. Anyway,since you use epilogue,you can get inspired by intrepid's post. Add this. L2ItemInstance item = noble.getInventory().getItemByObjectId(_objectId); if (item.getItemGrade() > 4) { noble.sendMessage("You can't participate to Olympiad while holding a S grade Weapon."); return false; }
  20. show me your olympiad.java with the code added plz.
  21. In Olympiad.java,change the code to be like this: L2ItemInstance item = noble.getInventory().getItemByObjectId(_objectId); int lolz0r = item.getItem().getCrystalType(); if (item != null) { if (lolz0r == L2Item.CRYSTAL_S || lolz0r == L2Item.CRYSTAL_S80 || lolz0r == L2Item.CRYSTAL_S84) { noble.sendMessage("You cannot use S grade equipment at the Grand Olympiad games."); return false; } }
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock