• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Fixed Cannot Loot Corpses under "Go to Ship" Icon

hmmm....might have missed checking the errors. Let me see what is happening there.

Try this file.
I added a check for the boxname. It would indeed explain why its sometimes sluggish
 

Attachments

  • LandInterface.c
    58.3 KB · Views: 104
3. The following message repeated a LOT of times in error.log:
Code:
RUNTIME ERROR - file: battle_interface\landinterface.c; line: 1285
missed attribute: boxname
RUNTIME ERROR - file: battle_interface\landinterface.c; line: 1285
no rAP data
This seems to help:
Code:
if(HasSubStr(GetAttribute(chr, "boxname"),"corpse_box")) return; //Levis to make sure corpses can be on locators
 
Yeah I just did the same in the file I posted above now :p
 
Back
Top