November 13, 20205 yr Hello! How does this setting do? It is for looting mob coprses or ressurect the bot? I wanna make the bot resurrect as far from the corpse as it possible. I changed the value to the maximum possible to resurrect (40f) but nothing changes (bot keeps resurrect at melee distance from the corpse). This setting is probably not what I need? ?
November 13, 20205 yr Author 3 hours ago, Droidz said: Hi, you get this problem in all zones? No, not in all, but in some cases res in melee distance.
November 14, 20205 yr WRobot go to corpse position if local dialog = StaticPopup_FindVisible('RECOVER_CORPSE_INSTANCE', nil); (if dialog == true) of if you haven't resurect popup
November 14, 20205 yr private bool _retrieveCorpseWindow { get { return Memory.WowMemory.Memory.ReadInt32(0xBD0820 - 0x400000, true) > 0; } }
November 14, 20205 yr If you're using HMP it uses its own resurrection state, which you can disable in the settings. There's also a bunch of debug logging surrounding that. Anyway, that's what log files are good for.
November 15, 20205 yr Author But in this case it ignores popup for some reason (when corpse in water) I'll try to add a stopmove when the popup appears, maybe this will help.
November 16, 20205 yr When you are on the bridge the distance between you and the corpse is less than 40?
November 16, 20205 yr Author 1 hour ago, Droidz said: When you are on the bridge the distance between you and the corpse is less than 40? checked, the maximum possible resurrection distance on bridge is 39.95726
Create an account or sign in to comment