Hi, I'm doing a Quest NPC, which I'll have to kill 1 creature.
But the script does not go, and I cant find the error.
MapQuest.txt
"QuestDiary\System\Quest\Prueba.txt"
Market_Def
Thanks in advance
But the script does not go, and I cant find the error.
MapQuest.txt
1_013 [469] 1 [MonDie] AnacondaKing * [MapQuest_Def\Quest\Prueba] [@jefe]
"QuestDiary\System\Quest\Prueba.txt"
[jefe]
mobnumber=1
mobname=AnacondaKing
Market_Def
[@main]
#IF
Check [785] 1
#SAY
Ya has completado esta mision!\
#ACT
break
#IF
Check [470] 1
#SAY
Bien hecho <$USERNAME>, la prueba funciona!\
Aqui tienes tu recompensa!\\
#ACT
give AngelicSword 1
Set [785] 1
break
#IF
Check [469] 1
#SAY
Bienvenido <$USERNAME>, esto es una mision\
de testeo. Tienes que ir a mapa 1_013\
y matar a AnacondaKing.\\
<Lo mato/@acepto>\
<Salir/@exit>\\
#ELSESAY
Vuelve cuando finalices la mision.\
[@acepto]
#ACT
Set [469] 1
SaveValue "QuestDiary\System\Quest\Prueba.txt" [jefe] %USERNAME 0
#SAY
Mision Aceptada!\
Vuelve cuando la finalices.\
Thanks in advance
