requiring a field

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

requiring a field

Post by gaogier »

hello, do anyone here know of the game runescape?

well if you dont you should be able to follow easily.


ok, first of all go here. http://questcalc.runehints.com/

demo user name
demo password

click quests in the top left hand menu

you now should see a list of things that say, You Can't Complete This Quest Yet or I've Completed This Quest

the you cant complete this quest guide is based on the quest points you get, when you tick iv completed this quest, it adds up all the quest points, so when you can complete the quest with the requirements of quest points it changes.

I now want this to show, you need to complete certain quests, before you can complete an other quest.

I hope that makes sence, but, how can i do this?
User avatar
zyklon
Forum Commoner
Posts: 49
Joined: Mon Jul 31, 2006 7:14 pm
Location: MA, USA

Post by zyklon »

plain and simple a lot of if statements, if you know the stuff needed in order to do so.

i cant go into great detail, because you left it very open and there is a lot to question.

does that help you?
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

no

what i want, is to enable a quest to be completed it needs to complete a series of quests, it could be, 0, or could 9 quests needed to be completed
Post Reply