Mezo 1264 Report post Posted May 21, 2017 EDIT: See here. A whoopsy happened and went unnoticed in 1.0.3. Some have noticed that changing anything in the loot tables simply does nothing.. Here's a temporary fix; Open @ExileServer/addons/exileserver_config/config.cpp Search for CfgExileLoot Rename to CfgExileLootServer Unpack(De-Pbo) @ExileServer/addons/exile_server/code Find ExileServer_system_lootManager_initialize and replace with http://puu.sh/vWLv7/54913eb0be.sqf 8 Share this post Link to post Share on other sites
Beowulfv 305 Report post Posted May 21, 2017 You bastard. I just shut my computer off for the night. Thanks for the fix so quick. 4 Share this post Link to post Share on other sites
Eichi 4505 Report post Posted May 21, 2017 Going to push fix later today. 4 Share this post Link to post Share on other sites
Eichi 4505 Report post Posted May 21, 2017 This should fix not being able to customize loot: http://85.25.202.58/download-all-the-files/LootTableCompiler-1.0.3b.ziphttp://85.25.202.58/download-all-the-files/@ExileServer-1.0.3b.zip 1. Replace your exile_server.pbo with the one of @ExileServer-1.0.3b.zip 2. Re-compile your loot tables with the compiler of LootTableCompiler-1.0.3b.zip 3. Put the resulting loot config CfgExileLootServer into your exile_server_config.pbo / config.cpp 4. Profit Our download links are updated. If you are going to update your Exile server now, you do not have to do these steps, as the fix is included in the downloads. 5 Share this post Link to post Share on other sites
Guest Report post Posted May 21, 2017 55 minutes ago, Eichi said: This should fix not being able to customize loot: http://85.25.202.58/download-all-the-files/LootTableCompiler-1.0.3b.ziphttp://85.25.202.58/download-all-the-files/@ExileServer-1.0.3b.zip 1. Replace your exile_server.pbo with the one of @ExileServer-1.0.3b.zip 2. Re-compile your loot tables with the compiler of LootTableCompiler-1.0.3b.zip 3. Put the resulting loot config CfgExileLootServer into your exile_server_config.pbo / config.cpp 4. Profit Our download links are updated. If you are going to update your Exile server now, you do not have to do these steps, as the fix is included in the downloads. Hi, was genau wurde in der exile_server.pbo geändert? Ich möchte nicht schon wieder alle sqf files anpassen. Hi, what exactly has been changed in the exile_server.pbo? I do not want to customize all sqf files. Share this post Link to post Share on other sites
happydayz 490 Report post Posted May 21, 2017 look at mezo's post at the start. it lists the changes you can manually carry out. Share this post Link to post Share on other sites
Guest Report post Posted May 21, 2017 Ok danke für diese Info. Wenn ich den Hotfix von Mezo verwende, brauche ich das Update auf 1.03b nicht? wenn das so ist bin ich happy Ok thanks for this info. If I use the hotfix of Mezo I do not need the update on 1.03b? If that is so I'm happy Share this post Link to post Share on other sites
IbziDk 7 Report post Posted May 21, 2017 Help... How do I add the LootItemGroups and LootTable to the server. Do I copy everything from LootItemGroups.h and LootTables.h into the server config.cpp or do I insert #include LootTables.h etc. in the config.cpp and if, then where??? Share this post Link to post Share on other sites
Mezo 1264 Report post Posted May 21, 2017 1 hour ago, IbziDk said: Help... How do I add the LootItemGroups and LootTable to the server. Do I copy everything from LootItemGroups.h and LootTables.h into the server config.cpp or do I insert #include LootTables.h etc. in the config.cpp and if, then where??? 1 Share this post Link to post Share on other sites
IbziDk 7 Report post Posted May 21, 2017 17 minutes ago, Mezo said: I have read that, but I don't see where it says what to do with the 2 files.... Share this post Link to post Share on other sites