Think its something like this, never really used batchmove.
[@main]
#IF
CHECKITEM AdmissionOrb 1
#ACT
TAKE AdmissionOrb 1
ADDBATCH (MAPNAME)
batchmove
#ELSESAY
You need an admissionorb to enter here
This works just tested it, you can script it better only a quick edit of an older script.
npc
[@main]
#IF
checknamelist Quests/CompleteomaQuest.txt
#SAY
You have already completed this quest
#ELSEACT
goto @main3
[@main3]
#IF
checknamelist Quests/omaquest.txt
#ACT
goto @quest1
#ELSESAY
Hello...
You could do google custom search and just add your site to the list. Just found this on my site, don't know if any use to you.
search form
<?php $search_text = empty($_GET['s']) ? "Search" : get_search_query(); ?>
<div id="search">
<form method="get" id="searchform" action="<?php...
Also when testing your variable quests always test logging out and back in again as that's where a lot of people make mistakes and run in to errors. You could always do what mask done on nemesis and use them to unlock cave teleport, enjoyed that.
By using variables. Little guide here http://www.lomcn.co.uk/forum/showthread.php?67356-Little-Mapquest-quest-guide&highlight=variables
Personally i've always followed this...
Variables Guide
What are variables?
Variables are a way of storing numbered information about a character, guild...
I got a wordpress site and alls going very well but i have a few problems, on the pages i have columns which i want on the main page but on the other 2 pages i don't want the columns, i know how to remove them but it removes them from all pages anyone know how i can overcome this ? even if i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.