QUOTE |
<?xml version="1.0" standalone="yes"?> <XmlQuestNPC> <NPC> <Name>Ogden</Name> <Running>True</Running> <ProximityRange>3</ProximityRange> <NoTriggerOnCarried>ATTACHMENT,Supplies at the Dock,XmlQuestAttachment | Supplies at the Dock</NoTriggerOnCarried> <AllowGhost>False</AllowGhost> <SpeechPace>10</SpeechPace> <ResetTime>1</ResetTime> <ConfigFile>Supplies</ConfigFile> <SpeechEntries>9</SpeechEntries> </NPC> <SpeechEntry> <EntryNumber>0</EntryNumber> <ID>0</ID> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> </SpeechEntry> <SpeechEntry> <EntryNumber>10</EntryNumber> <ID>10</ID> <Text>{GETONTRIGMOB,name}! your a mage aren't you? Would you use your abilities to help me?</Text> <Condition>GETONTRIGMOB,classe=#Mage</Condition> <DependsOn>-2</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> </SpeechEntry> <SpeechEntry> <EntryNumber>20</EntryNumber> <ID>20</ID> <Keywords>yes,quest,What seems to be the problem?</Keywords> <DependsOn>10</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Supplies at the Dock,4/A shipment of supplies recently came into the dock. There is a crate there with an item of great importance to me, but alas the pier that its on is blocked off! I need a mage to teleport across from the adjacent peer and retrieve my ingredients! Would you do that for me?;I will try my best;ok;Whats in it for me?;money</Gump> </SpeechEntry> <SpeechEntry> <EntryNumber>30</EntryNumber> <ID>30</ID> <Keywords>money</Keywords> <DependsOn>20</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Supplies at the Dock,4/I can offer you a bag of reagents or some coin.;ok, I will help you;No thanks;no</Gump> </SpeechEntry> <SpeechEntry> <EntryNumber>40</EntryNumber> <ID>40</ID> <Keywords>ok</Keywords> <DependsOn>10,20</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Supplies at the Dock,3/Go to the docks to the south and retrieve my statue! hurry {GETONTRIGMOB,name}! It is of great value to me!</Gump> </SpeechEntry> <SpeechEntry> <EntryNumber>50</EntryNumber> <ID>50</ID> <Keywords>accept</Keywords> <Action>GIVE/<questholder/name/Supplies at the Dock/notestring/Retrieve Dales' statue from the supply crate at the docks. You will have to teleport from the adjacent pier to get there./objective1/COLLECTNAMED,Dales' Statue,1/autoreward/false/repeatable/false ; SETONTHIS/doreset/true</Action> <DependsOn>40</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> </SpeechEntry> <SpeechEntry> <EntryNumber>60</EntryNumber> <ID>60</ID> <Condition>GETONCARRIED,Supplies at the Dock,questholder,iscompleted=true</Condition> <DependsOn>-1</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Supplies at the Dock,4/Thank you so very much {GETONTRIGMOB,name}! Please choose a reward!;1200 Gold Coins;gol;A bag of 50 of each normal reagent;ba</Gump> </SpeechEntry> <SpeechEntry> <EntryNumber>70</EntryNumber> <ID>70</ID> <Keywords>gol</Keywords> <Action>GIVE/gold,1200</Action> <DependsOn>60</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> </SpeechEntry> <SpeechEntry> <EntryNumber>80</EntryNumber> <ID>80</ID> <Keywords>bag</Keywords> <Action>GIVE/bagofreagents</Action> <DependsOn>60</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> </SpeechEntry> </XmlQuestNPC> |
QUOTE (Vladimir @ May 20, 2006 08:12 pm) |
Ye i'm trying to test it using the response for "gol" first... still nothing |