Jump to content

`iAndre

Members
  • Posts

    3,021
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    80%

Everything posted by `iAndre

  1. i don't know nothing about minecraft .. :P
  2. Thanks a lot both of you. :)
  3. I don't know if that works but in any case if someone want to use my code then he/she can do it. :) That's all.
  4. Someone has request a signature for world of tanks so this is what i've made .. I don't like where i have put the text .. but i don't know where else to put it .. :/ What's your opinion ?? Thanks ;)
  5. That's it. I don't know if u like but i hope u will. ;) Dimensions are 500x300 cause i couldn't make at 500x500 ..
  6. So, first of all u cannot send adena .. :LOL: 2nd thats not a logo that's a kind of signature.. anyway i'm gonna try it right now..
  7. i don't ... lol anyway i just hate spamming if u want to discuss this we can go off-topic :)
  8. Well, i tried to login to the forum from my cellphone and i couldn't. I don't know why, but 4-5 days before that was possible.. Thanks
  9. You are wrong here.. anyway this not exist on frozen. This is for crystal scrolls not for blessed. Frozen has only for blessed scrolls not for crystal. Anyway let's stop spamming .. ;)
  10. Code was tested and it worked without any problems.
  11. Fixed. Thanks a lot for kind words. :) I really respect you as developer so that means a lot to me.
  12. Hey guys !! This is my first code ever so i'm really happy for it. It's just a simple code. How it works: So, it's the enchant that remains when a weapon/armor/etc. break, after enchanting it with crystal scrolls. Enchant after break with crystal scroll. Tested in l2jfrozen, works fine. Coded for Interlude: L2JFrozen Credits: Me ============================================================= head-src/com/l2jfrozen/config.java (rev 988) ============================================================= +++ 2903 public static int BREAK_ENCHANT; + public static int BREAK_ENCHANT2; public static int GM_OVER_ENCHANT; ============================================================= head-src/com/l2jfrozen/config.java (rev 988) ============================================================= +++ 3208 BREAK_ENCHANT = Integer.valueOf(ENCHANTSetting.getProperty("BreakEnchant", "0")); + BREAK_ENCHANT2 = Integer.valueOf(ENCHANTSetting.getProperty("BreakEnchant2", "0")); + MAX_ITEM_ENCHANT_KICK = Integer.parseInt(ENCHANTSetting.getProperty("EnchantKick", "0")); ====================================================================== com/l2jfrozen/gameserver/network/clientpackets/requestEnchantItem.java ====================================================================== +++ 699 if(blessedScroll){ item.setEnchantLevel(Config.BREAK_ENCHANT); item.updateDatabase(); + else if(crystalScroll){ + item.setEnchantLevel(Config.BREAK_ENCHANT2); + item.updateDatabase(); }else if(crystalScroll){ item.setEnchantLevel(Config.CRYSTAL_ENCHANT_MIN); item.updateDatabase(); ====================================================================== l2jfrozen_gameserver/config/head/enchant.properties ====================================================================== +++ 127,128,129 # Enchant after break with blessed scroll. BreakEnchant = 0 + +# Enchant after break with crystal scroll. +BreakEnchant2 = 0 + # Limit enchant GM players (// setew and others) (0 disabled) GMOverEnchant = 0
  13. Wrong section. Must be moved here. http://maxcheaters.com/forum/index.php?topic=273697.msg2563531#new Same topic. http://maxcheaters.com/forum/index.php?topic=273698.0
  14. Αρχικα εισαι σε λαθος section. Λοιπον, δοκιμασα να το φτιαξω αλλα σε καθε περιπτωση περιμενε να ακουσεις τι θα πει ο xdem γιατι δεν ξερω αν ειναι σωστο. Ελπιζω να δουλεψει. ============================================================= head-src/com/l2jfrozen/config.java (rev 988) ============================================================= +++ 2903 public static int BREAK_ENCHANT; + public static int BREAK_ENCHANT2; public static int GM_OVER_ENCHANT; ============================================================= head-src/com/l2jfrozen/config.java (rev 988) ============================================================= +++ 3208 BREAK_ENCHANT = Integer.valueOf(ENCHANTSetting.getProperty("BreakEnchant", "0")); + BREAK_ENCHANT2 = Integer.valueOf(ENCHANTSetting.getProperty("BreakEnchant2", "0")); + MAX_ITEM_ENCHANT_KICK = Integer.parseInt(ENCHANTSetting.getProperty("EnchantKick", "0")); ====================================================================== com/l2jfrozen/gameserver/network/clientpackets/requestEnchantItem.java ====================================================================== +++ 699 if(blessedScroll){ item.setEnchantLevel(Config.BREAK_ENCHANT); item.updateDatabase(); + if(crystalScroll){ + item.setEnchantLevel(Config.BREAK_ENCHANT2); + item.updateDatabase(); }else if(crystalScroll){ item.setEnchantLevel(Config.CRYSTAL_ENCHANT_MIN); item.updateDatabase(); ====================================================================== l2jfrozen_gameserver/config/head/enchant.properties ====================================================================== +++ 127,128,129 # Enchant after break with blessed scroll. BreakEnchant = 0 + +# Enchant after break with crystal scroll. +BreakEnchant2 = 0 + # Limit enchant GM players (// setew and others) (0 disabled) GMOverEnchant = 0
  15. stop spamming last chance or i will report u .. Don't post again here, got it ?
  16. I liked it too but i think you have made much better signatures. ;)
  17. Thanks a lot !! That means a lot to me. :)
  18. I know that they are not new .. i want an opinion only for these ... the rest of them i can decide them on my own.
  19. Welcome to MxC. Have fun !! Don't forget to read the rules.
  20. Welcome to MxC. Have fun !! Don't forget to read the rules.
  21. Welcome to MxC. Have fun !! Don't forget to read the rules.
  22. Welcome to MxC. Have fun !! Don't forget to read the rules.
  23. Welcome to MxC. Have fun !! Don't forget to read the rules.
×
×
  • 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..