Robert 462 Report post Posted August 30, 2012 No creo que sea muy practico pero lo pongo por si alguien lo quiere: Nota de KeKo: La quest la tuve que arreglar yo que estaba fatal, iba a dar error -.- revisa las cosas que posteas que no son tuyas quest global begin state start begin when login begin set_state(info) end end state info begin when info or button begin say_reward("Hola "..pc.get_name()..") say("Si quieres mandar un mensaje te costara 10kk") say("Quieres mandarlo?") local text = select("Si","No") if text = 1 then if pc.get_gold() < 10000000 then say("No tienes suficiente dinero") return end say("Escribe el mensaje") local notice_text = input() notice_all(""..pc.get_name()..", level "..pc.get_level().." quiere decir lo siguiente:") notice_all("..notice_text) pc.changegold(-10000000) end end end end Quote Share this post Link to post Share on other sites
KeKo 1,134 Report post Posted August 30, 2012 La proxima vez prueba las cosas antes de postear pls Debes iniciar sesión para ver el contenido del enlace en esta publicación. 1 ElRaulxX reacted to this Quote Share this post Link to post Share on other sites
Santy!. 267 Report post Posted August 30, 2012 esta maso quedaria mejor en una npc: quest global begin state start begin when 9001.chat"anunciar" whth pc.get_level() >90 begin say_reward("Hola "..pc.get_name()..") say("Si quieres mandar un mensaje te costara 10kk") say("Quieres mandarlo?") local text = select("Si","No") if text = 1 then if pc.get_gold() < 10000000 then say("No tienes suficiente dinero") return end say("Escribe el mensaje") local notice_text = input() notice_all(""..pc.get_name()..", level "..pc.get_level().." quiere decir lo siguiente:") notice_all("..notice_text) pc.changegold(-10000000) end if text = 2 then say("okas bye") end end end Quote Share this post Link to post Share on other sites
Gabiii 8 Report post Posted August 30, 2012 Esto servirá mucho aunque creo que deberÃa tener un mÃnimo de lvl digo yo, para evitar spamers noobs XD Quote Share this post Link to post Share on other sites
Santy!. 267 Report post Posted August 30, 2012 hay se lo puse Quote Share this post Link to post Share on other sites
AgustinMüller 7 Report post Posted August 30, 2012 En mi opinion esta quest es media al dope... ya que puede general insultos por ahi tipo haciendo bromas .. sinceramente yo no la usaria nunca... pero bue ese es mi punto de vista. Quote Share this post Link to post Share on other sites