Bueno hola es un script para los ninjas medicos q podran curar bueno a uno mismo y a otro jugador q desea el medico claro es como cualquier jutsu le tienen q hacer clik lo mismo para uno se hacen clik y se curan lo hize para ver q tal y no comprobe su funcionalidad.
debe ser pegado en Sub ScriptedSpell Case 1 justo debajo de cuando termina el case 0
VitalidadJugador = GetPlayerHP(Index)
VitalidadObjetivo = GetPlayerHP(GetPlayerTarget(Index))
Call SetPlayerHP(Index,VitalidadJugador+50)
Call SendHP(Index)
Call SendPlayerData(Index)
Call SendStats(Index)
Call SetPlayerHP(Index,VitalidadObjetivo+50)
Call SendHP(Index)
Call SendPlayerData(Index)
Call SendStats(Index)
bueno despues el q tiene q crear el jutsu debe hacerlo poniedole el nombre elejir q sea de tipo Script y en la barra de abajo ponerle el nº1 haciendo referencia al case