View Single Post
04/27/22, 05:02 PM   #4
ExoY
 
ExoY's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2020
Posts: 89
Originally Posted by Baertram View Post
I believe it will not work to call these functions via addons as else it would exist already. Sounds like automation/botting to me.
As the code of ZOs that uses these functions (revive dialog e.g.) is local I guess this is something one should not try to "hack" into.
Most probaly the server will ignore it or you will get kicked if tried too often, or it may even work (which would be wrong imho).
Sorry, but i have to disagree. Those function are freely accessible. Quickly tried it out with simply
Lua Code:
  1. \script d(IsResurrectPending() )
  2. \script AcceptResurrect()

I had a friend kill me in a dual and then rez. As expected the first function returns false until a resurrect is pending. The second function was executed without any problem.

Maybe there are limitation like being in dungoen/trials or pvp zones or being in combat. But in general those function work.

I dont see why those functions exist, if zos doesnt want them to be used.


I guess no such addon exists because it might be considered rather useless... while dead you dont really have anything else to do but wait for a rez and accept it. Also just blindly accepting a rez could cause more harm then good: maybe you need for a mechanic to finish or such.
  Reply With Quote