Difference between revisions of "FindMod"

From Wiki
Jump to: navigation, search
(Example)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
{{rw}}
 
{{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.
  
 
==== Example ====
 
==== Example ====
Line 17: Line 23:
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
| Width=200px | [[findItem|findItem]] || Width=200px | [[Var_findID|#findID]]|| Width=200px | [[Var_findType|#findType]] || Width=200px | [[Var_findX|#findX]] || Width=200px | [[Var_findY|#findY]] || Width=200px | [[Var_findZ|#findZ]] || Width=200px | [[Var_findDist|#findDist]] || Width=200px | [[Var_findKind|#findKind]] || Width=200px | [[Var_findStack|#findStack]] || Width=200px | [[Var_findBagID|#findBagID]] || Width=200px | [[Var_findRep|#findRep]] || Width=200px | [[Var_findCol|#findCol]] || Width=200px | [[Var_findCnt|#findCnt]]
 
|}
 
|}
 
----
 
----

Revision as of 22:31, 15 August 2005

#findMod

FindItem System Variables

Description

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.

Example

set #findmod 140_220 ;displacement of backpack location on paperdoll
finditem #backpackid C_ , #charid
event drag %something
msg $
wait 2s
click #findx #findy p ; drop on paperdoll's backpack icon

See Also

findItem #findID #findType #findX #findY #findZ #findDist #findKind #findStack #findBagID #findRep #findCol #findCnt

Main_Page Documentation FindItem System Variables