Jump to content

ralmoos

Inactive Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ralmoos

  1. so for example will that work? will only item with Vnum 10, 20, 30 have the colour defined below? thanks for your help anyway :D

    def __SetItemTitle(self, itemVnum, metinSlot, attrSlot):
        if localeInfo.IsCANADA():
            if 72726 == itemVnum or 72730 == itemVnum:
                self.AppendTextLine(item.GetItemName(), grp.GenerateColor(1.0, 0.7843, 0.0, 1.0))
                return
        if 10 == itemVnum or 20 == itemVnum or 30 == itemVnum
           self.AppemdTextLine(item.GeetItemName(),grp.GenerateColor(46, 208, 95, 1.0))
           return
    
  2. Hey guys, i wanted to change the tooltip for my items for example level 1 weapon id :10-19 would have a green item name if you hover over it and lvl 5 weapon id 20-29 would have a red tooltip, possible to do?

     

    if 10 == itemVnum or 11 == itemVnum :(and so on)

        self.AppendTextLine(item.GetItemName(), grp.GenerateColor(46, 208, 95, 1.0))
    return
     
     would that make any sense?
  3. 0925 22:40:06755 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error
    0925 22:40:06755 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error
    0925 22:40:06755 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item2.mse) Error
    0925 22:40:06755 :: CInstanceBase::RegisterEffect(eEftType=270, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item2.mse, isCache=1) - Error
    0925 22:40:06755 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error
    0925 22:40:06756 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error
    0925 22:40:06756 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item4.mse) Error
    0925 22:40:06756 :: CInstanceBase::RegisterEffect(eEftType=272, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item4.mse, isCache=1) - Error
    0925 22:40:07265 :: invalid idx 0
    0925 22:40:13219 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
    0925 22:40:13909 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
    0925 22:40:17710 :: 
    uiCharacter.py(line:405) __LoadWindow
    uiCharacter.py(line:188) __BindObject
    ui.py(line:2816) GetChild
    
    CharacterWindow.__LoadWindow - <type 'exceptions.KeyError'>:'Tab_05'
    
    0925 22:40:17710 :: ============================================================================================================
    0925 22:40:17710 :: Abort!!!!

    This is my syserr from client, client closes right after the loading bar gets to the end, pls help!

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