Uranio2 Posted June 27, 2015 Report Share Posted June 27, 2015 no dice bienvenido cuando es el lobo alguien podria añadir el lobo? quest bienvenida begin state start begin when login with pc.getqf("bienvenida") == 0 and pc.get_level() == 1 begin if pc.get_sex() == 0 then if pc.get_job() == 0 then notice_all("Le damos la bienvenida a "..pc.get_name().." como un nuevo Guerrero en uranio2") elseif pc.get_job() == 1 then notice_all("Le damos la bienvenida a "..pc.get_name().." como un nuevo Ninja en uranio2") elseif pc.get_job() == 2 then notice_all("Le damos la bienvenida a "..pc.get_name().." como un nuevo Sura en uranio2") elseif pc.get_job() == 3 then notice_all("Le damos la bienvenida a "..pc.get_name().." como un nuevo Shaman en uranio2") end pc.setqf("bienvenida",1) elseif pc.get_sex() == 1 then if pc.get_job() == 0 then notice_all("Le damos la bienvenida a "..pc.get_name().." como una nueva Guerrera en uranio2") elseif pc.get_job() == 1 then notice_all("Le damos la bienvenida a "..pc.get_name().." como una nueva Ninja en uranio2") elseif pc.get_job() == 2 then notice_all("Le damos la bienvenida a "..pc.get_name().." como una nueva Sura en uranio2") elseif pc.get_job() == 3 then notice_all("Le damos la bienvenida a "..pc.get_name().." como una nueva Shamana en uranio2") end pc.setqf("bienvenida",1) end set_state(__COMPLETE__) end end state __COMPLETE__ begin end end Link to comment Share on other sites More sharing options...
Johan™ Posted June 27, 2015 Report Share Posted June 27, 2015 no se si el lobo es 4 :v pero con añadir esto elseif pc.get_job() == 4 then notice_all("Le damos la bienvenida a "..pc.get_name().." como un nuevo lycan en uranio2") Link to comment Share on other sites More sharing options...
Recommended Posts