Jump to content

criss22

Members
  • Posts

    515
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by criss22

  1. Hello, it is possible to add item icon in item description? Like in this picture I think in Tooltip.uc but i don;t know how.
  2. Error in compile!
  3. Dead links ! ( High Five part 5 )
  4. Well, don;t work, i don;t say anything about Russians
  5. All links dead!
  6. Hello, as title say, i need support to complete the augment displayable in Community Board ( via NPC ). The screenshot, will make you to undestand. I want static button and a Combox for second option. 90% of code it's ready, but code don;t work properly. Combox i want to create it. + some augments ID's don;t work properly. Pic Augment Project based on L2jSunrise ( HIgh-Five ) You can find me on discord byEvanthe#1403 Fixed, thanks to SSnakEE @SSnakEE
  7. Work on windows 10? Or i need another A.dll
  8. How i can set x raid for spawn from 10 min to 60? I try 600-3600 but no work, i think it's another numbers. I check database also but i don't understand what's there. Someone can tell me please? Or where i can see this?
  9. Nah, i check package, isn't from there. Also i check my configs, isn't. L2jsunrise project. Thx u
  10. I saw now. Solved. Can close topic pls. Thank you
  11. Can someone tell me why after restart character/server songs/dance's disappear? And how i can fix this? L2jSunrise pack
  12. I find somethingn abouyt blesseds. Only these lines. // blessed enchant - clear enchant value activeChar.sendPacket(SystemMessageId.BLESSED_ENCHANT_FAILED); item.setEnchantLevel(0); item.updateDatabase(); activeChar.sendPacket(new EnchantResult(3, 0, 0)); if (Config.LOG_ITEM_ENCHANTS) { LogRecord record = new LogRecord(Level.INFO, "Blessed Fail"); record.setParameters(new Object[] { activeChar, item, scroll, support, }); record.setLoggerName("item"); _logEnchant.log(record); } } el And i want to change Max enchant and chance. Nothing more. Thx for answer again
  13. Oh, my apologizes, i use L2jSunrise (hi5)
  14. It is that in EnchantScroll.java? I can do something from there? I saw something like isBlessed
  15. it is a java file in eclipse to do that? I try to search now. Thanks for answer.
  16. How i can set blessed enchant max for 200 and different chances? I try this <!-- General armor enchant group. --> <enchantRateGroup name="ARMOR_GROUP"> <current enchant="0-20" chance="100" /> <current enchant="21-50" chance="98" /> <current enchant="51-200" chance="100" /> <current enchant="201-65535" chance="0" /> </enchantRateGroup> <!-- General full armor enchant group. --> <enchantRateGroup name="FULL_ARMOR_GROUP"> <current enchant="0-20" chance="100" /> <current enchant="21-50" chance="98" /> <current enchant="51-200" chance="100" /> <current enchant="201-65535" chance="0" /> </enchantRateGroup> <!-- General fighter weapon enchant group. --> <enchantRateGroup name="FIGHTER_WEAPON_GROUP"> <current enchant="0-20" chance="100" /> <current enchant="21-50" chance="98" /> <current enchant="51-200" chance="100" /> <current enchant="201-65535" chance="0" /> </enchantRateGroup> <!-- General mage weapon enchant group. --> <enchantRateGroup name="MAGE_WEAPON_GROUP"> <current enchant="0-20" chance="100" /> <current enchant="21-50" chance="98" /> <current enchant="51-200" chance="100" /> <current enchant="201-65535" chance="0" /> </enchantRateGroup> But i still can enchant after +200. Help me. Thx
  17. Hi all. I need a bit help on Delevel Manager npc. I want when player have lv 85 to can make delevel. I don't remember that line. I try player.getLevel() >= 85 But no work. Thank you!
  18. I am looking for someone who can make runes to boost XP/Drop Rates. Individual for each player. Just keep in inventory item and get effect. With time limit of course. Both runes from 100%.....1000% (+1 rate to +10)
  19. Hello everyone. Who can help me to make few runes for boost drop rate and same for xp? I pay for that. Pm with price. Platform L2jSunrise That runes i want with time limit. 1 h. For premium and non-premium users. Just keep in inventory to take effect. Best regards.
  20. You are right mate. And thanks for tip. This is for what i looking for. Close topic please
  21. Hello, can someone tell me why i get this error? [09:28:56] WARN: Recived Wrong Packet Data in Aquired Skill - id: 48000 level: 1 for L2PcInstance:Dev[268440003] Syntax of skill is <skill id="48000" levels="1" name="Level Mastery"> <set name="magicLvl" val="76" /> <set name="operateType" val="P" /> <set name="targetType" val="SELF" /> <for> <mul stat="pvePhysDmg" val="1.50" /> <!-- Pve by 50% --> <mul stat="pveMagicalDmg" val="1.50" /> <!-- Magic PvE by 50% --> <mul stat="pvpPhysDmg" val="1.05" /> <!-- Magic PvP by 5% --> <mul stat="pvpMagicalDmg" val="1.05" /> <!-- Magic PvP by 5% --> <mul stat="maxHp" val="2.00" /> <!-- HP by 100% --> <mul stat="maxCp" val="1.75" /> <!-- CP by 75% --> </for> </skill> I try to make it passive on Occupation skills. Thank you !
×
×
  • 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