Jump to content

Diff para revivir con todo el hp


Sarck3Imperios

Recommended Posts

Con estos dif al revivir estaras con todo el hp full

Game2089m

This difference was created by domco.game_2089m00081932: e8 9000081933: e6 9000081934: c5 900008199C: fa 900008199D: ff 900008199E: c7 90

Game34083

This difference was created by domco.game34k0008195B: E8 900008195C: 50 900008195D: C6 900008195E: FA 900008195F: FF 90

Creditos:Domoco

Link to comment
Share on other sites

 

Buen aporte, aunque yo uso una pequeña quest para eso

quest reload_hp_sp begin	state start begin		when login begin			command ("r")		end	endend

Esta quest no sirve para usuarios, solo para gms... Yo te recomendaria esta que acabo de hacer xD

quest regenerar_vida_mana begin	state start begin		when login begin			if pc.get_hp() <= 0 or >= 0 begin				affect.add_collect(apply.HP_REGEN, 9999999, 3)			end			if pc.get_sp() <= 0 or >= 0 begin				affect.add_collect(apply.SP_REGEN, 9999999, 3)			end		end	endend
Link to comment
Share on other sites

 

Esta quest no sirve para usuarios, solo para gms... Yo te recomendaria esta que acabo de hacer xD

quest regenerar_vida_mana begin	state start begin		when login begin			if pc.get_hp() <= 0 or >= 0 begin				affect.add_collect(apply.HP_REGEN, 9999999, 3)			end			if pc.get_sp() <= 0 or >= 0 begin				affect.add_collect(apply.SP_REGEN, 9999999, 3)			end		end	endend

 

y esta quest tampoco funciona.

 

así si:

quest regenerar_vida_mana begin	state start begin		when login begin			if pc.get_hp() <= 0 or pc.get_hp() >= 0 then				affect.add_collect(apply.HP_REGEN, 9999999, 3)			end			if pc.get_sp() <= 0 or pc.get_sp() >= 0 then				affect.add_collect(apply.SP_REGEN, 9999999, 3)			end		end	endend
Link to comment
Share on other sites

 

y esta quest tampoco funciona.

 

así si:

quest regenerar_vida_mana begin	state start begin		when login begin			if pc.get_hp() <= 0 or pc.get_hp() >= 0 then				affect.add_collect(apply.HP_REGEN, 9999999, 3)			end			if pc.get_sp() <= 0 or pc.get_sp() >= 0 then				affect.add_collect(apply.SP_REGEN, 9999999, 3)			end		end	endend

Cierto, olvide el pc.get_hp() de el or ... 

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...