sergio2014 Posted March 11, 2014 Report Share Posted March 11, 2014 Bueno revisando las quest del biologo me lleve esta sopresa, quisiera saber si el problema esta en la quest que yo tengo o con todas las de lvl 85 pasa lo mismo.. say_reward ( "Por la ayuda que ofreciste al biologo" ) say_reward ( "Recibes los siguientes bonus permanentes" ) say_reward ( "Aumento d la velociadad de hechizo +25%." ) say_reward ( "Aumento de daño contra otros jugadores +10%." )say_reward ( "Es un aumento permanente." ) affect.add_collect(apply.CAST_SPEED,25,60*60*24*365*60) --60¦~affect.add_collect(apply.ATT_GRADE_BONUS,10,60*60*24*365*60) --60¦~ Ahi dice, "aumento de daño contra otros jugadores", al hacer la mision y mirar en la tabla de bonus me encuentro que me da 10% Fuerza Ninja, la hago con otro pj y me da 10% Fuerza Sura, y asi con cada uno, siempre es aleatorio entre las 4 razas.La pregunta es: La quest funciona de esa manera aleatoria o la misma quest esta mal?Por si acaso dejo adjuntada la quest. Debes iniciar sesión para ver el contenido del enlace en esta publicación. harufen, jegarba, Lincoln and 10 others 13 Quote Link to comment Share on other sites More sharing options...
ZAR Posted March 11, 2014 Report Share Posted March 11, 2014 affect.add_collect_point(POINT_ATTBONUS_WARRIOR,10,60*60*24*365*60) affect.add_collect_point(POINT_ATTBONUS_ASSASSIN,10,60*60*24*365*60) affect.add_collect_point(POINT_ATTBONUS_SURA,10,60*60*24*365*60) affect.add_collect_point(POINT_ATTBONUS_SHAMAN,10,60*60*24*365*60) andres gutierrez velez 1 Quote Link to comment Share on other sites More sharing options...
sergio2014 Posted March 11, 2014 Author Report Share Posted March 11, 2014 Vale, lo probare y luego te dejo las gracias 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.