Pudge 24 Posted November 13, 2020 Share Posted November 13, 2020 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? ? Link to comment Share on other sites More sharing options...
Droidz 2737 Posted November 13, 2020 Share Posted November 13, 2020 Hi, you get this problem in all zones? Link to comment Share on other sites More sharing options...
Pudge 24 Posted November 13, 2020 Author Share Posted November 13, 2020 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. Link to comment Share on other sites More sharing options...
Droidz 2737 Posted November 14, 2020 Share Posted November 14, 2020 WRobot go to corpse position if local dialog = StaticPopup_FindVisible('RECOVER_CORPSE_INSTANCE', nil); (if dialog == true) of if you haven't resurect popup Link to comment Share on other sites More sharing options...
Droidz 2737 Posted November 14, 2020 Share Posted November 14, 2020 private bool _retrieveCorpseWindow { get { return Memory.WowMemory.Memory.ReadInt32(0xBD0820 - 0x400000, true) > 0; } } Link to comment Share on other sites More sharing options...
Matenia 627 Posted November 14, 2020 Share Posted November 14, 2020 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. Link to comment Share on other sites More sharing options...
Pudge 24 Posted November 15, 2020 Author Share Posted November 15, 2020 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. Link to comment Share on other sites More sharing options...
Droidz 2737 Posted November 16, 2020 Share Posted November 16, 2020 When you are on the bridge the distance between you and the corpse is less than 40? Link to comment Share on other sites More sharing options...
Pudge 24 Posted November 16, 2020 Author Share Posted November 16, 2020 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 Link to comment Share on other sites More sharing options...
Droidz 2737 Posted November 16, 2020 Share Posted November 16, 2020 try to put 45 (instead 40) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now