Difference between revisions of "Searchstores"

From Hercules Wiki
Jump to: navigation, search
(Created page with "{{works with|script command|clients|version 2010-08-03aRagexeRE or newer, and revisions from r14732 (Trunk) onwards}} ==Syntax== *'''searchstores''' <uses>,<effect>; ==Descri...")
 
m (Removed requirement for missing template "Works With".)
 
Line 1: Line 1:
{{works with|script command|clients|version 2010-08-03aRagexeRE or newer, and revisions from r14732 (Trunk) onwards}}
 
 
==Syntax==
 
==Syntax==
 
*'''searchstores''' <uses>,<effect>;
 
*'''searchstores''' <uses>,<effect>;
  
 
==Description==
 
==Description==
Invokes the store search window, which allows to search for both vending and buying stores. Parameter uses indicates, how many searches can be started, before the window has to be reopened. Effect value affects, what happens, when a result item is double-clicked and can be one of the following:
+
Invokes the store search window, which allows to search for both vending and buying stores. Parameter uses indicates, how many searches can be started, before the window has to be reopened. Affect value effects, what happens, when a result item is double-clicked and can be one of the following:
 
*0 = Shows the store's position on the mini-map and highlights the shop sign with yellow color, when the store is on same map as the invoking player.
 
*0 = Shows the store's position on the mini-map and highlights the shop sign with yellow color, when the store is on same map as the invoking player.
 
*1 = Directly opens the shop, regardless of distance.
 
*1 = Directly opens the shop, regardless of distance.
 +
 +
Works with clients 2010-08-03aRagexeRE or newer, and revisions from r14732 (Trunk) onwards.
 +
 
==Examples==
 
==Examples==
 
  searchstores 10,1;
 
  searchstores 10,1;

Latest revision as of 18:42, 6 November 2013

Contents

Syntax

  • searchstores <uses>,<effect>;

Description

Invokes the store search window, which allows to search for both vending and buying stores. Parameter uses indicates, how many searches can be started, before the window has to be reopened. Affect value effects, what happens, when a result item is double-clicked and can be one of the following:

  • 0 = Shows the store's position on the mini-map and highlights the shop sign with yellow color, when the store is on same map as the invoking player.
  • 1 = Directly opens the shop, regardless of distance.

Works with clients 2010-08-03aRagexeRE or newer, and revisions from r14732 (Trunk) onwards.

Examples

searchstores 10,1;

Item Universal_Catalog_Gold (10 uses, effect: open shop)

See Also