Difference between revisions of "FindMod"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|FindItem|rw|The [[Var_findMod|#findMod]] system variable Determines displacement for [[Var_findX|#findX]] and [[Var_findY|#findY]]. The displacement is in the format {X}_{Y}. The displacement is added to [[Var_findX|#findX]] and [[Var_findY|#findY]] respectively.}}
== #findMod ==
+
'''FindItem System Variables'''
+
=== Description ===
+
{{rw}}
+
  
The [[Var_findMod|#findMod]] system variable Determines displacement for [[Var_findX|#findX]] and [[Var_findY|#findY]].
+
{{Example|
 
+
The displacement is in the format {X}_{Y}.
+
 
+
The displacement is added to [[Var_findX|#findX]] and [[Var_findY|#findY]] respectively.
+
 
+
==== Example ====
+
<pre>
+
 
set #findmod 140_220 ;displacement of backpack location on paperdoll
 
set #findmod 140_220 ;displacement of backpack location on paperdoll
 
finditem #backpackid C_ , #charid
 
finditem #backpackid C_ , #charid
Line 18: Line 7:
 
msg $
 
msg $
 
wait 2s
 
wait 2s
click #findx #findy p ; drop on paperdoll's backpack icon
+
click #findx #findy p ; drop on paperdoll's backpack icon}}
</pre>
+
  
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[findItem|findItem]] || Width=200px | [[Var_findID|&#0035;findID]]|| Width=200px | [[Var_findType|&#0035;findType]] || Width=200px | [[Var_findX|&#0035;findX]] || Width=200px | [[Var_findY|&#0035;findY]] || Width=200px | [[Var_findZ|&#0035;findZ]] || Width=200px | [[Var_findDist|&#0035;findDist]] || Width=200px | [[Var_findKind|&#0035;findKind]] || Width=200px | [[Var_findStack|&#0035;findStack]] || Width=200px | [[Var_findBagID|&#0035;findBagID]] || Width=200px | [[Var_findRep|&#0035;findRep]] || Width=200px | [[Var_findCol|&#0035;findCol]] || Width=200px | [[Var findIndex|&#0035;findIndex]] || Width=200px | [[Var_findCnt|&#0035;findCnt]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#FindItem|FindItem System Variables]]
+
|}
+

Revision as of 14:00, 26 August 2005

The #findMod system variable Determines displacement for #findX and #findY. The displacement is in the format {X}_{Y}. The displacement is added to #findX and #findY respectively.

Template:Example

See also

Main Page Documentation