hi i just tried searching but i couldnt find any result so i was just asking...
how could i make a spirit healer resurect player without having the durablity thing..
so i just wrote a simple lua code and need help with it please
this is it if someone could tell me why it says resurrectplayer returned a nil value.? in console thx anywayCode:function spirit_On_Gossip(pUnit, event, player) pUnit:RessurectPlayer(TRUE) end RegisterUnitGossipEvent(6491, 1, "spirit_On_Gossip")