thevisad / DayZ-Private-master

Reality DayZ - replaced Bliss for DayZ servers
GNU General Public License v2.0
44 stars 84 forks source link

Instance Table Inventory/Backpack not being used when using HiveExt.dll (0.9.6.12) #59

Closed Nashable closed 11 years ago

Nashable commented 11 years ago

When using HiveExt.dll (0.9.6.12) you will be able to spawn but it will not take the Inventory and Backpack fields from the Instance table into account. Typically resulting in a standard loadout.

When using a slightly older HiveExt.dll (0.9.6.10) you can no longer select Gender but you are able to spawn with the Inventory/Backpack from the Instance table.

Would like to see this feature retained for future builds.

JoSchaap commented 11 years ago

or just make the gender select optional, this seems to cause this issue

Marcuzz commented 11 years ago

I can confirm this (The Gender Selection overwrites the instance inventory / backpack.)

madrigo64 commented 11 years ago

Yes is not working now inventory/Backpack from instance table.

thevisad commented 11 years ago

76

MercyKillersDayz commented 11 years ago

any idea when this will be fixed? with the old dll I got started gear working, but, custum loadout is not working. thanks

matthewlenz commented 11 years ago

I have a trigger on the survivor table that dumps every update to survivor into survivor_audit (basically a copy of the same table with some slight mods). When the player first logs in they get the instance defined load out and then it's taken away from them right as they finish loading. So it's not actually ignoring the instance load out. It's overwriting it at the last second with the default dayz load out.

thevisad commented 11 years ago

Custom loadouts are now working with the hive reverted back to remove gender changes.