Jump to content
  • 0
Sign in to follow this  
Edgar

¿Como crear un item que llame al servicio de warper evolution?

Question

Tengo estos 2 items:

Nokia 5300  Item ID# 7819
Nokia 5500  Item ID# 7712
 

Pretendo que al utilizarlos llamen al servicio de warper evolution.
Hasta el momento no tengo idea de como hacerlo.

Alguien que pueda orientarme por favor.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Añade una etiqueta al NPC Warper Evolution que ejecute para cuando hablas normalmente (generalmente en la línea 2 del NPC, antes de que empiece el código que se ejecuta cuando le hablas). Añade por ejemplo la etiqueta OnNokiaCall: (los dos puntos incluidos).

 

Luego utiliza el script command doevent.

doevent "<NPC object name>::<event label>";

Share this post


Link to post
Share on other sites
  • 0

Me ha funcionado perfecto, de hecho me da ideas para hacer algunas cosas nuevas. Muchas gracias.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.