Page 1 of 1

How to make Quest [Archive] - ForumsHQ

Posted: Fri Mar 08, 2002 1:02 am
by jobe
does anyone know how i would make an item say quest rod give ppl pernament hit points mana and well i have tried for 5-6 hrs doing this now but cant figure it out i know i gotta make it takeitem and stuff here i will give you the stuff im dealing with and if either of you can help me please would you write me back on this as soon as posiible thanks....

okay im using quest rod item# 5055 and i want it to give me the abilitie 69 and 88 and have it add 15 to each one of them and ability 145 and 123 and add 1 to each of them if someone could tell me how to do it or even write it down for me i would really appreciate the help thanks!

p.s. i know i am doing somthing along the line wrong with the linking to diffrent text block or maybe its all suppose to be in one but i cant get that to work either *sigh*

Re: How to make Quest [Archive] - ForumsHQ

Posted: Fri Mar 08, 2002 11:24 am
by Speed
Does anyone know of a program that will add punctuation to paragraphs without any? It would be of much use to me reading these forums.

Re: How to make Quest [Archive] - ForumsHQ

Posted: Fri Mar 08, 2002 6:06 pm
by MrBlack
Ok...you werent too clear, or I just can't read, not sure which but I'm tending toward the former over the latter...Either way, I'll try to help you out.

To do a quest, assign a text block to a room. Goto that room, speak the words in the text block; example: lets say room 5 map 1 has text block 10 assigned to it. Text block 10 is linked to text block 11 and it contains the phrase 'start quest'. You would go into room 5, map 1, and type start quest, it would then activate the commands in text block 11. Now, in text block 11 we have the quest info...such as Class 13:giveability 127 1:exp 5000:mana 10:text 12. In this case, it checks that you are class 13 (Druid) and if you are, it will give you ability 127 (if memory is right, thats the neutral quest flag) and the 1 is the value of that flag (in the current quest setup, each alignment quest stage is marked by a specific value to the ability). It will then give you 5000 exp and 10 mana. If you are not class 13 (Druid) it will activate text block 12.

Got that? Good

Hope that helped