khanat-opennel-code/code/ryzom/common/data_leveldesign/leveldesign/world_editor_files/npc/ai_movement/wander.html
2010-05-06 02:08:41 +02:00

154 lines
4.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 10">
<meta name=Originator content="Microsoft Word 10">
<link rel=File-List href="wander_files/filelist.xml">
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>boucher</o:Author>
<o:LastAuthor>boucher</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:TotalTime>1</o:TotalTime>
<o:Created>2004-08-17T08:35:00Z</o:Created>
<o:LastSaved>2004-08-17T08:36:00Z</o:LastSaved>
<o:Pages>1</o:Pages>
<o:Words>102</o:Words>
<o:Characters>588</o:Characters>
<o:Company>Nevrax France</o:Company>
<o:Lines>4</o:Lines>
<o:Paragraphs>1</o:Paragraphs>
<o:CharactersWithSpaces>689</o:CharactersWithSpaces>
<o:Version>10.2625</o:Version>
</o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:SpellingState>
<w:GrammarState>Clean</w:GrammarState>
<w:Compatibility>
<w:UseFELayout/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-alt:\5B8B\4F53;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
{font-family:"\@SimSun";
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:SimSun;}
p
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:SimSun;}
pre
{margin-top:0in;
margin-bottom:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
mso-fareast-font-family:SimSun;}
span.SpellE
{mso-style-name:"";
mso-spl-e:yes;}
span.GramE
{mso-style-name:"";
mso-gram-e:yes;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";}
</style>
<![endif]-->
</head>
<body lang=EN-US style='tab-interval:.5in'>
<div class=Section1>
<p><span class=GramE><span style='font-size:18.0pt;color:green'>wander</span></span></p>
<p>Wander activity.</p>
<p>The npc will wander in the zone.<br>
Wandering consist of a move to a random point inside the zone, an <span
class=SpellE>iddle</span> wait of some time then another move to another random
pos, etc. </p>
<p>The default timer is a random number between 50 and 100 ticks (i.e. 5 to 10
seconds).</p>
<p>Default timer value is configurable in the <span class=SpellE>ai_service</span>
<span class=SpellE>config</span> file.<br>
This timer can be configured in the profile parameter with the optional
parameters below. <br>
<span class=SpellE>Optionnaly</span>, you can also flag this wander as foraging
by adding the optional parameter 'foraging'. <span class=GramE>Il</span> you
set the foraging mode, then the timer parameters are no more used. </p>
<p><strong>Optional <span class=GramE>parameters :</span></strong><span
style='color:gray'><o:p></o:p></span></p>
<pre><span style='color:gray'>[[wait min : &lt;delay&gt;]<o:p></o:p></span></pre><pre><span
style='color:gray'>[wait max : &lt;delay&gt;]]<o:p></o:p></span></pre><pre><span
style='color:gray'>| <o:p></o:p></span></pre><pre><span style='color:gray'>[<span
class=GramE>forage</span>]<o:p></o:p></span></pre></div>
</body>
</html>