SeMa™ Posted January 18, 2013 Report Share Posted January 18, 2013 Hola , alguien me podria decir por que esta quest no funciona? when 11001.chat."Quiero Apuntarme" or 11003.chat."Quiero Apuntarme" or 11005.chat."Quiero Apuntarme" with game.get_event_flag("monarch") == 1 begin say ("Para participar en las elecciones, debe cumplir con las siguientes condiciones:") say ("") say_reward("1º Al menos 10 millones Yang") say_reward("2º Por lo menos el nivel 50" ) say ("") say ("¿Quieres Apuntarte?") local s = select("Si","No" ) if s == 2 then return elseif s == 1 then if oh.candidacycount() >= 8 then say("Lo siento, pero hay demasiados candidatos") say("Usted debe ser más rápido..") say("Mejor suerte la próxima vez!") end if pc.get_gold() >= 10000000 and pc.get_level() >= 50 then pc.change_gold(-10000000); oh.candidacy(); say("Ya has sido alistado para la votación") end end end end end PD: Funciona hasta el local Si , no , una vez le das a sí , se cierra y no pasa nada. PD2: He probado a quitar los ; de pc.change_gold(-10000000); oh.candidacy(); y tampoco va xd PD3: tengo en el quest fuctions. oh.candidacy_list oh.election oh.candidacy_name oh.candidacy oh.takemonarchmoney Link to comment Share on other sites More sharing options...
AgusTiiN Posted January 18, 2013 Report Share Posted January 18, 2013 pc.change_gold((10000000)) oh.candidacy() Link to comment Share on other sites More sharing options...
SeMa™ Posted January 18, 2013 Author Report Share Posted January 18, 2013 pc.change_gold((10000000)) oh.candidacy() pc.change_gold((10000000)) como dije arriba , he probado sin los ; , el error está en el oh.candidacy() Link to comment Share on other sites More sharing options...
Recommended Posts