Jump to content

ralmoos

Inactive Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

About ralmoos

Informations

  • Gender
    Not Telling

Recent Profile Visitors

670 profile views

ralmoos's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. guys, total newbie here, do i have to make changes in both item_proto ? (server and client)? or its there exporter kind of thing to export server's item proto to client item proto? working on 34k Game & DB & Client. Greatly Appreciate Your help !
  2. so for example will that work? will only item with Vnum 10, 20, 30 have the colour defined below? thanks for your help anyway 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
  3. 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?
  4. 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!
  5. i have 1 problem with that. Basically im working on hamachi server and it can't fetch somehow to their servers unfortunately ;/
  6. Thanks for the reply and how do i install compat7x? Sorry not worked on source before
  7. Hello everyone:) could you please upload vm with 40250 game + new db? If i do it onto my vm either game or db won't start , struggling with it for about a week now :/ and if you had a working client that would be nice as well:) thanks in advance:)
×
×
  • 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.