Jump to content

Maze

Inactive Member
  • Posts

    31
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Maze

  1. @Mali
                        if constInfo.IS_BLEND_POTION_PERM(itemVnum):
                            r, g, b = (255.00 / 255.0), (102.00 / 255.0), (178.00 / 255.0)
                        elif constInfo.IS_BLEND_POTION_NORM(itemVnum):
                            r, g, b = (255.00 / 200.0), (255.00 / 255.0), (204.00 / 255.0)
                        else:
                            r, g, b = (153.00 / 200.0), (76.00 / 255.0), (0.00 / 255.0)

    how do i use for example here?

  2. @Mali flash not work

    Syserr:
     

    0924 16:27:16495 :: uiInventory:1679: RuntimeWarning: tp_compare didn't return -1 or -2 for exception

    0924 16:27:16495 :: Traceback (most recent call last):

    0924 16:27:16495 ::   File "game.py", line 838, in RefreshInventory

    0924 16:27:16495 ::   File "interfaceModule.py", line 692, in RefreshInventory

    0924 16:27:16495 ::   File "uiInventory.py", line 840, in RefreshItemSlot

    0924 16:27:16495 ::   File "uiInventory.py", line 765, in RefreshBagSlotWindow

    0924 16:27:16495 ::   File "uiInventory.py", line 1679, in __HighlightSlot_Refresh

    0924 16:27:16495 :: SystemError
    0924 16:27:16495 :: : 
    0924 16:27:16495 :: ..\Objects\longobject.c:998: bad argument to internal function

  3. 2 hours ago, Schyck said:
      Hide contents

     

    Yes, I forgot to put that part in the post I made. But what I put was the solution for the problem you were having. What you comment now can be easily solved if you use your reasoning a little.

    Here we go:

    # Just delete all related with "RefreshChatWindow" (except define, obviously), and change this define like this:
    	def OnUpdate(self):
    		if self.boardState == chatm2g.BOARD_STATE_EDIT:
    			if app.ENABLE_CHATTING_WINDOW_RENEWAL:
    				self.RefreshChatWindow()
    			chatm2g.Update(self.chatID)
    		elif self.boardState == chatm2g.BOARD_STATE_VIEW:
    			if systemSetting.IsViewChat():
    				if app.ENABLE_CHATTING_WINDOW_RENEWAL:
    					self.RefreshChatWindow()
    				chatm2g.Update(self.chatID)
    
    # That's all!

     

    FIXED. Thanks ❤️

    • Love 1
  4. 3 minutes ago, Gurgarath said:

    I've talked about this with Intel and yeah, the whole check is clumsy, it works only for the second window and if you open it during a specific timestamp. However the fact that it opens at the opposite of the second one is an approach I could understand, but centering it would erase any clumsyness

    I personally had no issue with the second window, but here you are. Undo the original tutorial and do this:

    unknown.png

     

    I have it like this, but only the first window is centered on me, the second keeps appearing further to the side

×
×
  • 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.