[npc Quest] Sample Addnamelist Cheknamelist ;)

Mukai

LOMCN Veteran
Veteran
Feb 15, 2008
383
0
63
Tenerife
Post an NPC read that if we make the quest or not without using Flags
----
Es un NPC que chequea si nuestro personaje ya realizo o no una quest sin usar flags


SAMPLE :


[@]
#if
checknamelist GhoulQuest.txt -> Check name player in TXT
#say
Lo siento ya realizaste esta Mision\ \
#elseact
goto @ok

[@]
#if
checkitem GhostGhoul 1
#act
take GhostGhoul 1
give GaleRing 1
addnamelist GhoulQuest.txt-> Add name list player in txt ;)
#SAY
blablabla ENJOY.\
#elsesay
No blablabla..\ \
<Exit/@exit>\
 
Last edited:

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,961
1
223
280
UK
i'm sorry why post the in a different lang then english as this is a english forum.. and people would normally use search if they can be botherd.

and it aint new as alot of server's use the method of scripting. which is 100% safer then other type's of Quest Scripting.

yes there is

#IF
CHECK [101] 1
and
#ACT
SET [101] 1

you can also check who has done the quest.

you can link the checknamelist to check a certain line in a txt file.



/ancient
 
Last edited: