Where is the problem in this script?

Yolom

LOMCN Veteran
Veteran
Aug 7, 2010
325
21
45
Spain
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
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
 

Rawwwr

Dedicated Member
Dedicated Member
Feb 27, 2010
198
1
45
Just a suggestion, is not easier create a quest without a kill-count? o.o
Just using an item?
It's easier and it works 100% allways :D
 
Upvote 0

nicofortune

LOMCN Veteran
Veteran
Aug 13, 2009
340
1
45
why dont you make a quest that just makes them collect a item off each mob they kill or do u specifically need the kill count cause if you set drops right u can make a certain item drop off a specific mob everytime one is killed and could use these to tell how many mobs a player has killed and if you are worried about players collecting them just add a timer so they auto dissapear after a few days or something just thought i would make this suggestion
 
Upvote 0

lina

LOMCN Veteran
Veteran
Loyal Member
Jul 28, 2010
283
5
45
Poland
These ideas are good but the best one here i think is the orginal. Hello there <$username> kill 5 hens for me to save bichonwall. In return i will award you with blablabla.

Once read this, you streight away know what you are doing and how to do it. You do not worry about how long you have to drop items for etc therefore streight away you like this quest as it is also easy.
 
Upvote 0

Yolom

LOMCN Veteran
Veteran
Aug 7, 2010
325
21
45
Spain
I want to do quest to kill creatures because they always bring 1 item is boring. We need to learn new things so that the server may vary.
In fact I have done quest to bring 1 item quest now I want to kill bugs.
Thanks for your opinions and help. But if anyone knows how to do a quest to kill bugs, I hope to help me.
 
Upvote 0