User contributions

Jump to: navigation, search
Search for contributions
 
 
     
 

  • 10:05, 28 June 2013 (diff | hist) . . (+1,294). . N Readparam(Created page with "==Syntax== *'''readparam'''(<parameter number>); ==Description== This function will return the basic stats of an invoking character, referred to by the parameter number. Ins...") (current)
  • 09:58, 28 June 2013 (diff | hist) . . (+814). . N Freeloop(Created page with "==Syntax== *'''freeloop'''(<toggle>); ==Description== Toggling this to enabled (1) allows the script instance to bypass the infinite loop protection, allowing your script to...")
  • 08:11, 28 June 2013 (diff | hist) . . (+2,097). . N Getcastledata(Created page with "==Syntax== *'''getcastledata'''("<map name>",<type of data>); *'''setcastledata''' "<map name>",<type of data>,<value>; ==Description== This function returns the castle owne...") (current)
  • 08:08, 28 June 2013 (diff | hist) . . (+478). . N Getguildmasterid(Created page with "==Syntax== *'''getguildmasterid'''(<guild id>); ==Description== This function will return the character ID number of the guild master of the guild specified by the ID. 0 if ...")
  • 08:04, 28 June 2013 (diff | hist) . . (+918). . N Getguildmaster(Created page with "==Syntax== *'''getguildmaster'''(<guild id>); ==Description== This function return the name of the master of the guild which has the specified ID number. If there is no such...") (current)
  • 10:35, 24 June 2013 (diff | hist) . . (+1,224). . N Viewpoint(Created page with "==Syntax== *'''viewpoint''' <action>,<x>,<y>,<point number>,<color>; ==Description== This command will mark places on the mini map in the client connected to the invoking ch...") (current)
  • 10:31, 24 June 2013 (diff | hist) . . (+732). . N Setitemscript(Created page with "==Syntax== *'''setitemscript'''(<item id>,<"{ new item script }">{,<type>}); ==Description== Set a new script bonus to the Item. Very useful for game events. You can remove a...") (current)
  • 10:28, 24 June 2013 (diff | hist) . . (+877). . N Setiteminfo(Created page with "==Syntax== *'''setiteminfo'''(<item id>,<type>,<value>); ==Description== This function will set some value of an item. Returns the new value on success, or -1 on fail (item_i...") (current)
  • 10:23, 24 June 2013 (diff | hist) . . (+392). . N Escape sql(Created page with "==Syntax== *'''escape_sql'''(<value>); ==Description== Converts the value to a string and escapes special characters so that it's safe to use in query_sql(). Returns the esc...") (current)
  • 10:21, 24 June 2013 (diff | hist) . . (+982). . N Query sql(Created page with "==Syntax== *'''query_sql'''("your MySQL query"{, <array variable>{, <array variable>{, ...}}}); *'''query_logsql'''("your MySQL query"{, <array variable>{, <array variable>{, ...") (current)
  • 09:08, 24 June 2013 (diff | hist) . . (+1). . Getusers(Syntax)
  • 09:08, 24 June 2013 (diff | hist) . . (0). . Getusers(See Also)
  • 09:07, 24 June 2013 (diff | hist) . . (+615). . N Getguildname(Created page with "==Syntax== *getguildname(<guild id>) ==Description== This function returns a guild's name given an ID number. If there is no such guild, "null" will be returned; This is us...") (current)
  • 09:04, 24 June 2013 (diff | hist) . . (+45). . Getareausers
  • 09:01, 24 June 2013 (diff | hist) . . (+574). . N Getusers(Created page with "=Syntax= :getusers(<type>) =Description= This function will return a number of users on a map or the whole server. What it returns is specified by Type. Type can be one ...")
  • 08:55, 24 June 2013 (diff | hist) . . (+315). . N Getmapusers(Created page with "=Syntax= getmapusers ("<map name>") =Description= Returns the amount of persons from the given guild that are on the given map. =Example= <pre> //Will set the @persons va...")
  • 19:16, 23 June 2013 (diff | hist) . . (+1). . Category:Installation
  • 19:09, 23 June 2013 (diff | hist) . . (+357). . Setarray(current)
  • 19:02, 23 June 2013 (diff | hist) . . (+350). . Switch(current)
  • 18:58, 23 June 2013 (diff | hist) . . (+184). . Getcharid(Examples) (current)