Show item vnum

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
very useful I put it in my server thanks to this solution I will save a lot of time in order not to always look for all the vnum


ps: I tried to put it but the following error comes out in game solutions?


0324 02:45:23705 :: Traceback (most recent call last):

0324 02:45:23705 :: File "ui.py", line 1893, in OnOverInItem

0324 02:45:23705 :: File "ui.py", line 88, in __call__

0324 02:45:23705 :: File "ui.py", line 79, in __call__

0324 02:45:23705 :: File "uiInventory.py", line 1360, in OverInItem

0324 02:45:23705 :: File "uiInventory.py", line 1579, in ShowToolTip

0324 02:45:23705 :: File "uiToolTip.py", line 581, in SetInventoryItem

0324 02:45:23705 :: File "uiToolTip.py", line 1457, in AddItemData

0324 02:45:23705 :: ValueError
0324 02:45:23705 :: :
0324 02:45:23705 :: incomplete format
0324 02:45:23705 ::
 
Last edited:
Will be show for all people? Or only GM ?
If all so how can a change for only gm?
Thank you.
if chr.IsGameMaster(player.GetMainCharacterIndex()):

self.AppendTextLine(localeInfo.ITEM_VNUM_TOOLTIP % (int(itemVnum)), self.COLOR_VNUM)
self.ShowToolTip()

Only gm
 
Will be show for all people? Or only GM ?
If all so how can a change for only gm?
Thank you.
bro comon of course its only for gm thats 1 . and 2 its important for more safty tow share ur item vnum with players and number 3 everyone know the vnums xd
 
Back
Top