Difference between revisions of "FindMod"

From Wiki
Jump to: navigation, search
Line 10: Line 10:
 
click #findx #findy p ; drop on paperdoll's backpack icon</pre>
 
click #findx #findy p ; drop on paperdoll's backpack icon</pre>
  
 +
== Related Commands ==
 +
{| style="background:gainsboro; color:black; border: 2px #aaa solid;"
 +
| width=250px align=center | [[ignoreItem]]              || width=250px align=center | [[findItem]]                  || width=250px align=center | [[findCnt|&#0035;findCnt]]
 +
|-
 +
| width=250px align=center | [[findID|&#0035;findID]]    || width=250px align=center | [[findType|&#0035;findType]]  || width=250px align=center | [[findX|&#0035;findX]]
 +
|-
 +
| width=250px align=center | [[findY|&#0035;findY]]      || width=250px align=center | [[findZ|&#0035;findZ]]        || width=250px align=center | [[findDist|&#0035;findDist]]
 +
|-
 +
| width=250px align=center | [[findKind|&#0035;findKind]] || width=250px align=center | [[findStack|&#0035;findStack]] || width=250px align=center | [[findBagID|&#0035;findBagID]]
 +
|-
 +
| width=250px align=center | [[findMod|&#0035;findMod]]  || width=250px align=center | [[findRep|&#0035;findRep]]    || width=250px align=center | [[findCol|&#0035;findCol]]
 +
|-
 +
| width=250px align=center | [[findIndex|&#0035;findIndex]]
 +
|}
 
{{footer}}
 
{{footer}}

Revision as of 00:19, 4 September 2007

The #findMod system variable Determines displacement for #findX and #findY. The displacement is in the format {X}_{Y} and 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

Related Commands

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

See also

Main Page Documentation