UOGamers 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!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[SVN754] Horde Minions don't drop their goods on server reboot

Status
Not open for further replies.

Shino

Forum Moderator
Staff member
Behavior on Demise:
Horde Minions are deleted on world load. Right before this, their pack contents should be dropped to the floor (there is code meant to handle this), but because packs don't get deserialized until after the mobiles are done, the Horde Minion's backpack reference is null and the contents are never dropped.

Behavior on OSI:
Hard to say, I'm basing the intended behavior on the current code and assuming this is a minor flaw.

Supporting Documentation (URLs):
None.

Changes needed:
The deletion and pack dropping of Horde Minions needs to be postponed until after the items are finished deserializing.

Code:
See the attached patch file.
 

Attachments

  • BaseFamiliar-Deserialize.patch
    826 bytes · Views: 2
Status
Not open for further replies.
Top