Jump to content

Debloat

Member
  • Posts

    108
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Debloat

  1. You added python side wrong. Be more careful while adding the python side. Indentation and position matters.
  2. Thank you for the tutorials, I could follow it clearly without issues. However, I get this error when I try to compile my client. Any idea why it may be?
  3. This works as expected with /item_full_set command, however when I type in /full_set command, items come but without average damage value applied.
  4. Thank you it's working. I also increased input width so that at least wider window make sense.
  5. I can confirm this. If no stone is attached to the item, 6/7 attr will overflow
  6. Hi all, I am using Mali's Official Transmutation and Official Private Shop Search systems. They work great. But I realized that I have a little bug. Until I close and open the shop window, a transmutation icon appears on the slot that an item is sold. I believe it's a bug on the pack side. Which file may be causing it? Video:
  7. I have tried this but unfortunately this didn't fix it for Dx9, can someone else confirm?
  8. That's exactly what this system is for
  9. What an unbelievable man you are, Mali! Tested and working.
  10. It is working perfectly. I used border a instead of border b and it looks even better. I also used locale text to make it multi language compatible. [Hidden Content]
  11. Thank you it's working. To make this system multi language, you can: Delete: self.tooltipInfo.SetText("%s(%d, %d)" % (sName, iPosX, iPosY)) Find: self.info_text1.SetText("Nume: %s" % (sName)) self.info_text2.SetText("Coordonate: %d, %d" % (iPosX, iPosY)) Change: self.info_text1.SetText(localeInfo.MAP_NPCNAME % (sName)) self.info_text2.SetText(localeInfo.MAP_NPCPOS % (iPosX, iPosY)) locale_game.txt Add: MAP_NPCNAME Ad: %s MAP_NPCPOS Koordinat: %d, %d Result: [Hidden Content]
  12. It just works, just like all other systems that you have shared, you're an amazing man Mali
  13. Working amazing! The only thing I notice is that when you change 6&7 attr using the change item, client freezes for a brief moment. Otherwise system is perfect. You're a madman to share these amazing systems publicly. Love you Mali!
  14. I have all the necessary code in my root but I still can't get access to the console. Nothing happens when i press comma key. Could anyone help please?
  15. Working great. I don't know how can people have have problems with such simple and easy to follow instructions. I have no idea about coding yet I have never failed to implement Mali's systems. Thank you Mali as always.
  16. Could you please share the PSD file?
  17. Such a quality artist you are!
  18. Then you probably didn't add the required systems mentioned in the first post. [Hidden Content] [Hidden Content]
  19. You have to rebuild the entire solution. Not just build over previous build.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.