Jump to content

SamuR

Inactive Member
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

SamuR last won the day on February 24 2015

SamuR had the most liked content!

1 Follower

About SamuR

  • Birthday 08/07/1997

Informations

  • Gender
    Male

Recent Profile Visitors

888 profile views

SamuR's Achievements

Contributor

Contributor (5/16)

  • Very Popular Rare
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

179

Reputation

  1. You should increase first "Width" parameter
  2. Contact me in private, I'll help you. messages send. Done.
  3. Contact me in private, I'll help you.
  4. Hi, I think that you make changes in "game.py" too. I said "NOTE: If you want Only NPC Shop's with 80 Items follow this guide, else if you want NPC Shop & Private Shop follow the Update Istruction.". Anyway, now open you "pack/root/game.py" and search: def StartShop(self, vid):if chr.IsNPC(vid): self.interface.OpenShopDialog(vid) else: self.interface.OpenShopDialog2(vid) Replace with: def StartShop(self, vid): self.interface.OpenShopDialog(vid) Enjoy! You're welcome! Its work Thanks bro. You're welcome. "IndentationError". Check your [TAB]
  5. Hi, I think that you make changes in "game.py" too. I said "NOTE: If you want Only NPC Shop's with 80 Items follow this guide, else if you want NPC Shop & Private Shop follow the Update Istruction.". Anyway, now open you "pack/root/game.py" and search: def StartShop(self, vid):if chr.IsNPC(vid): self.interface.OpenShopDialog(vid) else: self.interface.OpenShopDialog2(vid) Replace with: def StartShop(self, vid): self.interface.OpenShopDialog(vid) Enjoy! You're welcome!
  6. Hello, I will explain how you can have 24 slots item in exchange/trade dialog. ServerSide Open your "game/exchange.cpp" in Source File and search: m_pGrid = M2_NEW CGrid(4,3); Replace with: m_pGrid = M2_NEW CGrid(6,4); Open "game/exchange.h" and search: EXCHANGE_ITEM_MAX_NUM = 12 Replace with: EXCHANGE_ITEM_MAX_NUM = 24 Now you can compile your Game File. ClientSide Open "UserInterface/PythonExchange.h" from your Binary Source files and search: EXCHANGE_ITEM_MAX_NUM = 12 Replace with: EXCHANGE_ITEM_MAX_NUM = 24 Now you can compile your Client Binary. Extract "pack/uiscript" from your Client and open "exchangedialog.py", replace all content with: ExchangeDialog.py ~ 24 Slot Item Now you can compress your UiScript. Good work, Bye.
  7. #Update [26-02-15] Added PrivateShop with 80 Items.
  8. I think bin -> lenght.h Edit: Ok, you mean in Client Binary
  9. No problem! Today I'll update this post with this changes too
  10. Mmh first correction is Ok, maybe I copied another Client's File. But I said the second Anyway thank you!
  11. #Update[24-02-15] Fixed Client Bug. Changes in "shop_manager.cpp" added. Thanks all for your help, i forgot some String and Bug.
  12. Wow, thank you. I totally forgot it! Today I'll post the fix. Alredy fixed? Thanks Yes, I'll post the Fix this evening because now i'm going out.
×
×
  • 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.