Robert Posted August 30, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
KeKo Posted August 30, 2012 Report Share 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. ElRaulxX 1 Quote Link to comment Share on other sites More sharing options...
Santy!. Posted August 30, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Gabiii Posted August 30, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Santy!. Posted August 30, 2012 Report Share Posted August 30, 2012 hay se lo puse Quote Link to comment Share on other sites More sharing options...
AgustinMüller Posted August 30, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.