Other little help needed

smoochy boys on tour

KingOnMir

Dedicated Member
Dedicated Member
Sep 24, 2011
77
0
32
i been trying to make my own war and i stuck on a bit of it

does any one know how to solved it


this is may error on m2server:

(2): [24/05/2015 15:41:49] Quest problem: DELAY 60000 Row:32 FileName: .\Envir\Market_Def\testnpc-R001.txt

this is what i have in npc txt:

#ACT
SENDMSG 0 " <$USERNAME> is trying to take soulswar
DELAY 60000
GOTO @5sec
close
BREAK

any help would be great

thanks 4soulsmir2.3
 

KingOnMir

Dedicated Member
Dedicated Member
Sep 24, 2011
77
0
32
its done by market_def

here the whole of the script i have changed a little bits but still getting the same error

[@Main]
#IF
DAYOFWEEK SUN
#ACT
GOTO @SUN
#IF
DAYOFWEEK TUE
#ACT
GOTO @TUE
#IF
DAYOFWEEK WED
#ACT
GOTO @WED
#ELSESAY
Its not war day


[@SUN]
SAY
I see it war day again \
To take the is war all you have to do is stay alive\
after you spoke to me, thats all simple yes.\
\
Would you like to take the war <yes/@YES>\
\
<no ill leave for now/@EXIT>




[@YES]
#ACT
SENDMSG 0 " <$USERNAME> is trying to take soulswar
DELAYGOTO 10000 @5sec
CLOSE


[@5sec]
#ACT
SENDMSG 0 " <$USERNAME> is 10 seconds way from taking the war
DELAYGOTO 10000 @5sec


[@10sec]
#ACT
SENDMSG 0 " <$USERNAME> is 5 seconds way from taking the war
DELAYGOTO 10000 @1sec




[@1sec]
#ACT
SENDSMG 0 " <$GUILDNAME> HAS TAKEN SOULS WAR GRAZTS"
ADDNAMELIST ../Market_def/war/takenwarr.txt
CHANGENAMECOLOR 254
SETRANKLEVELNAME %s\*<Soulswarkeepers>*
 
Upvote 0