Jump to content

Recommended Posts

Posted

ya que cuando la meto al server no hace nada es como sino metiera la quest... :/

 

quest cambio_pez begin
state start begin
when 20093.chat."Cambia tu Pez" begin
say_title("Hola "..pc.get_name().."")
say("Yo te doy la posibilidad de cambiár tu Pez")
say("Por un 5 bonus.")
say_reward("Deseas cambiar tu Pez")
local s = select ("Si","No)
if s == 2 then
return
end
 
if s == 1 then
pc.remove_item(vnum pez)
pc.give_item2("70024", 1)
chat("Haz recibido tu 5 Bonus correctamente.")
end
end
end
end
Posted
quest cambio_pez begin
state start begin
when 20093.chat."Cambia tu Pez" begin
say_title("Hola "..pc.get_name().."")
say("Yo te doy la posibilidad de cambiár tu Pez")
say("Por un 5 bonus.")
say_reward("Deseas cambiar tu Pez")
local s = select ("Si","No")
if s == 2 then
return
end
 
if s == 1 then
pc.remove_item(vnum pez)
pc.give_item2("70024, 1")
chat("Haz recibido tu 5 Bonus correctamente.")
end
end
end
end
 
no estoy seguro que esta bien pero prueba asi lo que coregii fue lo que sale con rojo
 
si no funcciona cambia   : pc.give_item2("70024, 1") por pc.give_item2("70024"," 1")
espero que te sirva ;)
Posted
quest cambio_pez begin	state start begin		when 20093.chat."Cambia tu Pez" begin			say_title("Hola "..pc.get_name().."")			say("Yo te doy la posibilidad de cambiár tu Pez")			say("Por un 5 bonus.")			say_reward("Deseas cambiar tu Pez")			if select ("Si","No")==2 then return end			pc.remove_item(vnum,cantidad)			pc.give_item2(70024, 1)			chat("Haz recibido tu 5 Bonus correctamente.")		end	endend
  • 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...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.