Job Quest Suggestion

Started by bobbycool, Jun 28, 2008, 03:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bobbycool

http://ratemyserver.net/quest_db.php?type=60000&qid=60015

just want to correct that Quiz Question Set 1 Q # 08 should be
QuoteHow many times can you safely upgrade a lvl 4 weapon? answer : +4
and Quiz Question Set 2 Q # 08 should be
QuoteHow many times can you upgrade a lvl 3 weapon safely? answer : +5

Ihv just use this tutorial but there's some mistake...   ;D


yC

since eAthena is down until further notice, i only can look at a script that is from month ago but shouldn't change that much:

set 1 Q8:

mes "[Geschupenschte]";
                                        mes "8. For Level 3 weapons,";
                                        mes "what is the ^8E6B23Safe^000000 limit";
                                        mes "for upgrading?";
                                        next;
                                        if (select("up to + 3:up to + 4:up to + 5:up to + 6") == 3)
                                                set .@black_q,.@black_q+10;




set 2 Q8:

mes "8. For Level 3 weapons,";
                                        mes "what is the ^8E6B23Safe^000000 limit";
                                        mes "for upgrading?";
                                        next;
                                        if (select("up to + 3:up to + 4:up to + 5:up to + 6") == 3)
                                                set .@black_q,.@black_q+10;


They look ... the same
Guess I will copy the set 2 question over now, I swear they changed it xD

Thanks for pointing out the outdated/mistake.