[INVALID] Is that a wooden fence in your backpack or are you just happy to see me?

Found a bug in UOX3? Or experienced a server crash? Perhaps you've noticed a broken feature? Post the details here!
Post Reply
Mindless Automaton
UOX3 Apprentice
Posts: 189
Joined: Wed May 10, 2006 3:48 am
Has thanked: 0
Been thanked: 1 time
Contact:

Is that a wooden fence in your backpack or are you just happy to see me?

Post by Mindless Automaton »

Using the add menu, adds building parts to backpack and trying to remove them gives you "You can not pick that up." (unless you enable allmove) If you add npc, npc is not placed in backpack. :)

If you use add <building part ID>, you get to choose where to place the part.

Thanks!
Mindless Automaton
Linux - UOX3 - 0.99.5 dev branch
Win10Pro 19042.572 - UOX3 0.99.3a; Razor 1.0.14; Client 7.0.87.11 or 4.0.11c (Patch 0)
User avatar
Xuri
Site Admin
Posts: 3704
Joined: Mon Jun 02, 2003 9:11 am
Location: Norway
Has thanked: 48 times
Been thanked: 8 times
Contact:

Post by Xuri »

Technically not a bug, but a feature to prevent normal players from picking up objects they're not supposed to be able to pick up! :D I wonder if a possible way to make this less annoying for GMs without having to have allmove enabled all the time could be to always allow them (GMs only) to pick up objects from the backpack, regardless of movable status of the item? 🤔

Also note, this method will add "base" items that only use tiledata default values for properties (exception for items listed in harditems.dfn) instead of DFN ones:
'add <itemID>

While these methods will add the item with properties defined in the DFN (if such an item has been defined in the DFNs):
'add item <itemSectionID>
'add
+ <select item in menu>

In the above examples, itemID refers to the direct hex (or decimal) ID of the item from the client, while itemSectionID refers the the section ID/header given to the item in the UOX3 DFNs, such as [bagofreagents] for a bag full of magical reagents, though these are often given identical headers to their actual itemIDs - such as [0x0f7a] for a black pearl.
-= Ho Eyo He Hum =-
Post Reply