Frage zu Inventar view

12/01/2013 18:21 £αšεℜ™#1
habe das mal versucht einzubauen:
[Only registered and activated users can see links. Click Here To Register...]
Aber irgendwie sehe ich oben den bottum nicht
12/01/2013 18:22 The Cookie Monster#2
irgendein syserr error?
12/01/2013 18:26 £αšεℜ™#3
Nein
nichts in der syserr

aber hier
PHP Code:
1201 18:12:18913 :: CMapOutdoor::Load LoadMonsterAreaInfo ERROR
1201 18
:12:19920 :: GRANNYr:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000fwhich doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
1201 18:12:23805 :: CreateFromMemoryFile: Cannot create texture
1201 18:12:23872 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3 
12/01/2013 18:32 The Cookie Monster#4
Code:
def ShowDefaultButton(self):

        self.isShowButton = TRUE
        self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_WHISPER])
        self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EXCHANGE])
        self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_FIGHT])
        self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EMOTION_ALLOW])
        self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_VIEW_EQUIPMENT])
        for button in self.showingButtonList:
            button.Show()
so sollte das in der uitarget dingens ja aussehen
oder wie sieht das bei dir aus?
12/01/2013 18:34 £αšεℜ™#5
PHP Code:
    def ShowDefaultButton(self):

        
self.isShowButton TRUE
        self
.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_WHISPER])
        
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EXCHANGE])
        
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_FIGHT])
        
self.showingButtonList.append(self.buttonDict[locale.TARGET_BUTTON_EMOTION_ALLOW])
        if 
str(player.GetName())[0] == "[":
            
self.__ShowButton(locale.TARGET_BUTTON_VIEW_EQUIPMENT
12/01/2013 18:37 The Cookie Monster#6
füg den kram lieber in die liste ein statt ihn direkt zu zeigen :)