Jump to content

Ayuda en esto.


izaviona

Recommended Posts

Hola :D

 

En la siguiente quest:

quest cofre begin
state start begin
  when 12345.use begin
   chat("Hi idiot")
   pc.remove_item("12345", 1)
  end
end
end

Que tendria que poner para que al abrir el cofre, restara un poco de hp

 

Espero que me puedan ayudar...

 

Gracias de antemano.

Link to comment
Share on other sites

Hola, usted tendría que cambiar un poco la quest, que se vería así

 

quest cofre begin
state start begin
  when 12345.use begin
   chat("Hi idiot")
   change_hp(-(Aquí se pone el valor que desee para disminuir hp))
  end
end
end

 

no lo tengo la certeza que esto funcione, pero lo puedes testar :)

 

despues dime se ha funcionado :)

Link to comment
Share on other sites

affect.add_collect(apply.HP_REGEN, 100000, 5) -- el 100000 es el % el 5 la duracion

Usando un affect le puedes dar regeneracion de hp durante unos segundos, no hay una manera exacta de darle una cantidad concreta de hp pero algo es algo.

Link to comment
Share on other sites

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...