- Sep 10, 2005
- 890
- 3
- 105
Read lots of threads to get map quest working so that a message box pops up when u kill a certain mob on a certain map, but to no avail, Can anybody see whats wrong, these are sort of modified Solitude scripts:
\mir200\evir\mapquest.txt file
0 [050] 1 Hen * Q999
\mir200\envir\npc_def\questguy.txt
[@main]
#IF
check [058] 1
#act
break
#ELSEACT
#IF
Check [050] 1
#SAY
I see you have killed a hen, well done.\
Please <continue/@prize>
#ELSEACT
goto @main_1
[@main_1]
#SAY
Hello there, if you kill 1 hen I will give you a prize\\
<Ok Kool/@accept>\
<No thanks/@exit>
[@accept]
#ACT
Set [058] 1
#SAY
You are ready to begin your quest, good luck\
<Goodbye/@exit>
[@prize]
#ACT
Give gold 100000
#SAY
Here, have some gold !\
\mir200\envir\mapquest_def\q999.txt
[@main]
#IF
check [050] 1
#ACT
goto @killed_mob
[@killed_mob]
#SAY
Well done, you killed a hen\
Return to Quest Guy for\
your gift
the [058] flag is being set, i made an npc to check, but no mater how many hens i kill on map 0, no message box? is there a setting that says i should get this message after killing the 1st hen,, or is it random amount, ive killed hundreds with no box.
any clues, or a definitive answer would be appreciated.
\mir200\evir\mapquest.txt file
0 [050] 1 Hen * Q999
\mir200\envir\npc_def\questguy.txt
[@main]
#IF
check [058] 1
#act
break
#ELSEACT
#IF
Check [050] 1
#SAY
I see you have killed a hen, well done.\
Please <continue/@prize>
#ELSEACT
goto @main_1
[@main_1]
#SAY
Hello there, if you kill 1 hen I will give you a prize\\
<Ok Kool/@accept>\
<No thanks/@exit>
[@accept]
#ACT
Set [058] 1
#SAY
You are ready to begin your quest, good luck\
<Goodbye/@exit>
[@prize]
#ACT
Give gold 100000
#SAY
Here, have some gold !\
\mir200\envir\mapquest_def\q999.txt
[@main]
#IF
check [050] 1
#ACT
goto @killed_mob
[@killed_mob]
#SAY
Well done, you killed a hen\
Return to Quest Guy for\
your gift
the [058] flag is being set, i made an npc to check, but no mater how many hens i kill on map 0, no message box? is there a setting that says i should get this message after killing the 1st hen,, or is it random amount, ive killed hundreds with no box.
any clues, or a definitive answer would be appreciated.
Last edited:
