RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Custom item names not showing in vendor menus.

volto

Sorceror
While running razor, vendor buy menus do not show the item's desc name, it shows the default name, like for example with house deeds, it just says "Deed" instead of "a green tent deed". I looked at the packet data and the custom names are getting to the client, but for some reason Razor blocks them. Anyone have any ideas how to fix this?

Here is what the packet data looks like.
Code:
12:21:57.8996: Server -> Client 0x74 (Length: 488)
        0  1  2  3  4  5  6  7   8  9  A  B  C  D  E  F
       -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- --
0000   74 01 E8 58 7A A7 EC 0E  00 01 E8 48 1C 64 65 65   t..Xz......H.dee
0010   64 20 74 6F 20 61 20 73  6D 61 6C 6C 20 62 72 69   d to a small bri
0020   63 6B 20 68 6F 75 73 65  00 00 05 B8 D8 1C 64 65   ck house......de
0030   65 64 20 74 6F 20 61 20  6C 61 72 67 65 20 70 61   ed to a large pa
0040   74 69 6F 20 68 6F 75 73  65 00 00 98 96 80 17 64   tio house......d
0050   65 65 64 20 74 6F 20 61  20 67 72 61 6E 64 20 63   eed to a grand c
0060   61 73 74 6C 65 00 00 46  30 C0 0F 64 65 65 64 20   astle..F0..deed 
0070   74 6F 20 61 20 6B 65 65  70 00 00 21 91 C0 10 64   to a keep..!...d
0080   65 65 64 20 74 6F 20 61  20 74 6F 77 65 72 00 00   eed to a tower..
0090   09 EB 10 2C 64 65 65 64  20 74 6F 20 61 20 74 77   ...,deed to a tw
00A0   6F 20 73 74 6F 72 79 20  73 74 6F 6E 65 20 61 6E   o story stone an
00B0   64 20 70 6C 61 73 74 65  72 20 68 6F 75 73 65 00   d plaster house.
00C0   00 09 27 C0 2B 64 65 65  64 20 74 6F 20 61 20 74   ..'.+deed to a t
00D0   77 6F 20 73 74 6F 72 79  20 77 6F 6F 64 20 61 6E   wo story wood an
00E0   64 20 70 6C 61 73 74 65  72 20 68 6F 75 73 65 00   d plaster house.
00F0   00 05 57 30 1C 64 65 65  64 20 74 6F 20 61 20 6C   ..W0.deed to a l
0100   61 72 67 65 20 62 72 69  63 6B 20 68 6F 75 73 65   arge brick house
0110   00 00 00 75 30 15 64 65  65 64 20 74 6F 20 61 20   ...u0.deed to a 
0120   67 72 65 65 6E 20 74 65  6E 74 00 00 01 86 A0 25   green tent.....%
0130   64 65 65 64 20 74 6F 20  61 20 73 6D 61 6C 6C 20   deed to a small 
0140   77 6F 6F 64 20 61 6E 64  20 73 74 72 61 77 20 68   wood and straw h
0150   6F 75 73 65 00 00 01 D4  C0 1E 64 65 65 64 20 74   ouse......deed t
0160   6F 20 61 20 73 6D 61 6C  6C 20 70 6C 61 73 74 65   o a small plaste
0170   72 20 68 6F 75 73 65 00  00 01 D4 C0 1D 64 65 65   r house......dee
0180   64 20 74 6F 20 61 20 73  6D 61 6C 6C 20 77 6F 6F   d to a small woo
0190   64 65 6E 20 68 6F 75 73  65 00 00 02 49 F0 1C 64   den house...I..d
01A0   65 65 64 20 74 6F 20 61  20 73 6D 61 6C 6C 20 73   eed to a small s
01B0   74 6F 6E 65 20 68 6F 75  73 65 00 00 01 E8 48 28   tone house....H(
01C0   64 65 65 64 20 74 6F 20  61 20 73 6D 61 6C 6C 20   deed to a small 
01D0   73 74 6F 6E 65 20 61 6E  64 20 70 6C 61 73 74 65   stone and plaste
01E0   72 20 68 6F 75 73 65 00                             r house.

But here's what the menu looks like.
 

Attachments

  • no_desc.PNG
    no_desc.PNG
    83.5 KB · Views: 27
Top