What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Casting Revive

WoodenJester

Member
Joined
Jun 10, 2015
Messages
342
Reaction score
1
Getting some trouble when casting revive on a dead player.
At the moment it successfully targets the player & casts revive, though the dead player doesn't receive the option/dialog to accept it.

The player is always targeted before the cast with:
Code:
SetTarget(obj);

So far I've tried:
Code:
UseSkill("Revive", false);
UseSkill("Revive");
UseSkill(10546);
UseSkill(10546, false);

Has anyone else had any problems with Reviving?
 
I'll play with it here in a bit, i do not remember having issues with it.
 
Well Damn

ok so at first it was the name or line of sight so I literately just had my guy fall from the sky and die right in front of my Revive character

Made a quick plugin that just cast revive. By name & Id multiple times and none of them worked. But the moment i manually used it the skill worked.
 
Yup, exactly the same situation on my side.

Still going to look into it, but i think it's out of our hands to be honest
 
bump

@ Out, can you look into this? It uses the skill but the target never receives the revive.
 
Back
Top