Exp Quest wont work.... help.

myname

Dedicated Member
Dedicated Member
Aug 11, 2003
157
0
112
hey, ive made an exp quest, well my mate did. but it spawns methe first mobs in which i have to kill to earn my exp mobs, once ive killed them i go bak to the npc, to get my exp mobs but it says ive already had them. heres the script, can some1 tell me why it does this plz? (i havent had them yet) lol

[@main]
#IF
check [172] 1
#SAY
You have done the quest, we congratulate you\
Please may we offer you:\
Some <ExpGalore/@exp>\
#ELSEACT
goto @qualifie

[@exp]
#IF
check [172] 1
#SAY
You have already had these mobs!
#ELSEACT
goto @spawnexp


[@spawnexp]
#ACT
Param1 Q002
Param2 14
Param3 14
MonGen ExpGalore 50
goto @mapsd
set [172] 2
[@mapsd]
#IF
checkhum Q002 1
#SAY
There are people in there at the moment\
Try again soon\
<Exit/@exit>\
#ELSEACT
give townteleport 1
mapmove Q002
break

[@qualifie]
#IF
checklevel 42
#SAY
Excellent!\
A little brat! to help me kill\
that evil rat! Slay it until it\
starts to obay abit!\
<Take the challange/@challange>\
<No thx/@exit>\
#ELSESAY
Your unfortunatly not level 42\
come back when you are\
<Exit/@Exit>\

[@challange]
#SAY
Kill The following mobs:\
WoomaGuardian x3\
WoomaTaurus x2\
FlamingWooma x5\
WoomaSoldier x5\
<Cool, i can handle that/@handle>\
<No way, ill die!/@exit>\

[@handle]
#ACT
Param1 Z001
Param2 15
Param3 14
MonGen WoomaGuardian 3
MonGen WoomaTaurus 2
MonGen FlamingWooma 5
MonGen WoomaSoldier 5
set [172] 1
goto @movetm

[@movetm]
#IF
checkhum Z001 1
#SAY
There are people in there at the moment\
Try again soon\
<Exit/@exit>\
#ELSEACT
give townteleport 1
mapmove Z001
break
 

DeadlyEagle

Dedicated Member
Dedicated Member
Apr 22, 2003
108
0
113
change this part

Code:
[@main]
#IF
check [172] 1
#SAY
You have done the quest, we congratulate you\
Please may we offer you:\
Some <ExpGalore/@exp>\
#ELSEACT
goto @qualifie

[@exp]
#IF
check [172] 1
#SAY
You have already had these mobs!
#ELSEACT
goto @spawnexp


[@spawnexp]
#ACT
Param1 Q002
Param2 14
Param3 14
MonGen ExpGalore 50
goto @mapsd
set [172] 2
[@mapsd]
#IF
checkhum Q002 1
#SAY
There are people in there at the moment\
Try again soon\
<Exit/@exit>\
#ELSEACT
give townteleport 1
mapmove Q002
break

to
Code:
[@main]
#IF
check [172] 1
#SAY
You have done the quest, we congratulate you\
Please may we offer you:\
Some <ExpGalore/@exp>\
#ELSEACT
goto @qualifie

[@exp]
#IF
check [173] 1
#SAY
You have already had these mobs!
#ELSEACT
goto @spawnexp


[@spawnexp]
#ACT
Param1 Q002
Param2 14
Param3 14
MonGen ExpGalore 50
goto @mapsd
set [173] 1
[@mapsd]
#IF
checkhum Q002 1
#SAY
There are people in there at the moment\
Try again soon\
<Exit/@exit>\
#ELSEACT
give townteleport 1
mapmove Q002
break

you put set [172] 2 by some reason wich is err wrong :)
may I ask if the map Z001 was made by you or someone you know? 1 of my first maps(before I used the DE tag) was called like that, I wont b mad at you for using tough since its so old but I still like to know :)
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
1
185
i think im using it lol does it look sorta like zt with green floor? :P cuz its mid lvl place in my server just i need a host lol, needed a host for about 1 and a half years now :S :D
 

DeadlyEagle

Dedicated Member
Dedicated Member
Apr 22, 2003
108
0
113
DeathWish2003 said:
i think im using it lol does it look sorta like zt with green floor? :P cuz its mid lvl place in my server just i need a host lol, needed a host for about 1 and a half years now :S :D
yup thats it I personally think its pretty **** but as I said it was 1 of my first maps :) It was made together with Z002, Z003, Z004 and Z006 together they formed a temple called UnderGround or something, its succesor was LostTemple wich existed from DE01 - DE05 or so if I remember correctly :)
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
1
185
yea i got them :p duno how i got them tho lol i hav used z006 or z004 as low lvl land :P i never make my own maps, im not very good at it :P and i think its very boring and i cba with it so i just use other peoples :P hope everyones maps ive used dont mind ;)
 

myname

Dedicated Member
Dedicated Member
Aug 11, 2003
157
0
112
no i used them becuase it was easier for me to tell which maps id used or not. so Z wasnt used. my Z001 is a copy of Ghoul Cave lolz.

il try tht script tho mate. cheers.