Jump to content
  • 0

Request NPC recovery PVP


Roxess

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   3
  • Joined:  05/01/14
  • Last Seen:  

hey guys i want a npc what if you kill someone in pvp recover your life and sp again at 100% someone can do ti for me?

 

Thanks for all :3 !! /ok

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   7
  • Joined:  01/02/12
  • Last Seen:  


-    script    pvprecovery    -1,{

OnPCKillEvent:

    if (strcharinfo(3) == "guild_vs3") {

        dispbottom "Acabas de matar a strcharinfo(0) Recovery Automatico.";

        percentheal 100,100;

    }

    end;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  452
  • Reputation:   33
  • Joined:  12/18/14
  • Last Seen:  

OnPCKillEvent:

percentheal 100,100;

 

--

 

I'm noob so don't trust me on that. Though I guess that would work I suppose.

Edited by PandaRapesHamster
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   3
  • Joined:  05/01/14
  • Last Seen:  

this could work too?

-    script    pvprecovery    -1,{
OnPCKillEvent:
    if (strcharinfo(3) == "guild_vs3") {
        dispbottom "Acabas de matar a strcharinfo(0) Recovery Automatico.";
        atcommand "@heal "+strcharinfo(3)
    }
    end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   3
  • Joined:  05/01/14
  • Last Seen:  

Very much thanks sir It Works Pretty Well ~ /ok

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...