CODE |
<?xml version="1.0" standalone="yes"?> <XmlQuestNPC> <NPC> <Name>Bodcu</Name> <Running>True</Running> <ProximityRange>3</ProximityRange> <AllowGhost>False</AllowGhost> <SpeechPace>10</SpeechPace> <ResetTime>0.0833333333333333</ResetTime> <SpeechEntries>3</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> <Keywords>bodtime</Keywords> <Condition>GETONTRIGMOB,skills.tailoring.value>20</Condition> <DependsOn>-1</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Bir sonraki bod,0/{GETONTRIGMOB,NextTailorBulkOrder.hours} saat {GETONTRIGMOB,NextTailorBulkOrder.minutes} dakikaniz var</Gump> </SpeechEntry> <SpeechEntry> <EntryNumber>20</EntryNumber> <ID>20</ID> <Keywords>bodtime</Keywords> <Condition>GETONTRIGMOB,skills.tailoring.value<20.1</Condition> <DependsOn>-1</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Yetersiz Skill,0/Bod alabilmek icin yeterli skilliniz yok</Gump> </SpeechEntry> </XmlQuestNPC> |
QUOTE (Greypurple @ Feb 16 2006, 08:31 AM) |
this is not working always when i say when the gump appears but then i try about 50 times and its not appearing.and my players trying it and they dont got any gumps .i think this is not working clear..can i make a command script for this? |
QUOTE (Greypurple @ Feb 16 2006, 10:50 AM) |
its a trash barrel.yes i can xmledit on it and see the entries.when i use staff cloack and make my level player i can see the gump when typing bodtime but its only once.than about 20 seconds later i can use the command and see it.but the players on my shard never see the gump. |
CODE |
<?xml version="1.0" standalone="yes"?> <XmlQuestNPC> <NPC> <Name>Bodcu</Name> <Running>True</Running> <ProximityRange>5</ProximityRange> <AllowGhost>False</AllowGhost> <SpeechPace>10</SpeechPace> <ResetTime>0</ResetTime> <SpeechEntries>3</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> <Keywords>bodtime</Keywords> <Condition>GETONTRIGMOB,skills.blacksmithy.value>20</Condition> <DependsOn>-1</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Bir sonraki bod,0/{GETONTRIGMOB,NextSmithBulkOrder.hours} saat {GETONTRIGMOB,NextSmithBulkOrder.minutes} dakikaniz var</Gump> </SpeechEntry> <SpeechEntry> <EntryNumber>20</EntryNumber> <ID>20</ID> <Keywords>bodtime</Keywords> <Condition>GETONTRIGMOB,skills.blacksmithy.value<20.1</Condition> <DependsOn>-1</DependsOn> <Pause>1</Pause> <PrePause>-1</PrePause> <LockConversation>True</LockConversation> <AllowNPCTrigger>False</AllowNPCTrigger> <SpeechStyle>Regular</SpeechStyle> <SpeechHue>-1</SpeechHue> <Gump>GUMP,Yetersiz Skill,0/Bod alabilmek icin yeterli skilliniz yok</Gump> </SpeechEntry> </XmlQuestNPC> |
QUOTE |
<Condition>GETONTRIGMOB,skills.blacksmithy.value>20</Condition> |