does anyone know how i can make it so you gotta kill random amount of sheeps and then an item will drop in your bag? is there a way it can be done via mapquest like a normal kill count quest or ???
thanks
thanks
0 [300] 1 Hen * Hen
[@main]
#IF
RANDOM 10
#ACT
GIVE Candle
BREAK
[@main]
#IF
check [404] 1
#ACT
goto @main1
[@main1]
#IF
RANDOM 30
#ACT
give Sheep'sWool 1
CalcVar Human Ann + 1
SaveVar Human Ann ../QuestDiary/Variables/Quests.txt
LineMSG 6 "Hunt for Ann: You found Sheep'sWool."
SET [404] 0
[@main]
#IF
check [404] 1
#ACT
goto @main1
