User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:53, 3 October 2013 (diff | hist) . . (+1,563) . . N Getequipweaponlv (Created page with "== Syntax == * getequipweaponlv(<equipment slot>) == Description == This function returns the weapon level for the weapon equipped in the specified equipment slot on the ...") (current)
- 16:50, 3 October 2013 (diff | hist) . . (+6) . . m Break (→Description) (current)
- 16:47, 3 October 2013 (diff | hist) . . (+3,630) . . N Adding Script (Created page with "== Adding and Activating Scripts == Scripts are usually kept in the ''npc'' folder for the sake of organization even though scripts can contain more than a mere NPC. All file...")
- 16:44, 3 October 2013 (diff | hist) . . (-19) . . m Getareausers (→See Also) (current)
- 16:43, 3 October 2013 (diff | hist) . . (+1,108) . . N Defining Warp Points (Created page with "These kind of scripts are used to show a warp in-game and define where to warp a player. ==Basic syntax== <from map name>,<fromX>,<fromY>,<facing>(tab)warp(tab...") (current)
- 16:42, 3 October 2013 (diff | hist) . . (+518) . . N Itemheal (Created page with "==Syntax== *'''itemheal''' <hp>, <sp>; ==Description== This command heals given absolute amounts of HP and/or SP on the invoking character. Unlike heal, this command is i...") (current)
- 16:40, 3 October 2013 (diff | hist) . . (-6,965) . . m Custom Jobs (Redirected page to Custom jobs) (current)
- 16:39, 3 October 2013 (diff | hist) . . (0) . . m Talk:Custom Jobs (Redirected page to Custom jobs) (current)
- 16:38, 3 October 2013 (diff | hist) . . (+25) . . N Talk:Custom Jobs (Redirected page to Custom Jobs)
- 16:37, 3 October 2013 (diff | hist) . . (+23) . . N Compile (Redirected page to Compiling) (current)
- 16:36, 3 October 2013 (diff | hist) . . (+398) . . N Getgroupid (Created page with "Getgroupid is the new getgmlevel as the gm level system has been rewritten to fit for group id's. == Syntax == * getgroupid() == Description == This function will return...") (current)
- 16:36, 3 October 2013 (diff | hist) . . (+406) . . N Getgmlevel (Created page with "== Syntax == * getgmlevel() == Description == This function will return the level of the account to which the invoking player belongs. == Examples == mes "Your GM l...") (current)
- 03:05, 3 October 2013 (diff | hist) . . (+13) . . m Installation (CentOS) (→Import MySQL Tables)
- 05:59, 28 September 2013 (diff | hist) . . (-6) . . m Installation (CentOS) (→Import MySQL Tables)
- 05:59, 28 September 2013 (diff | hist) . . (+19,871) . . N Installing SQL (Created page with "= Introduction = This article will guide you through the installation and configuration stages of MySQL for your particular Operating System. What is a MySQL database? [[wikip...")
- 05:57, 28 September 2013 (diff | hist) . . (-16) . . m Installation (CentOS)
- 05:55, 28 September 2013 (diff | hist) . . (+589) . . Installation (CentOS)
- 05:47, 28 September 2013 (diff | hist) . . (+6,638) . . N Talk:Installation (CentOS) (Created page with "This guide covers how to install Hercules on CentOS and other versions of Linux that use [[wikiped...")
- 05:37, 28 September 2013 (diff | hist) . . (-91) . . m Hercules Hierarchy
- 05:37, 28 September 2013 (diff | hist) . . (+102) . . Hercules Hierarchy
- 05:29, 28 September 2013 (diff | hist) . . (+19) . . N Developers (Redirected page to Staff)
- 05:29, 25 September 2013 (diff | hist) . . (+24) . . Msg txt (→Example) (current)
- 05:27, 25 September 2013 (diff | hist) . . (+594) . . N Msg txt (Created page with "==Syntax== char* '''msg_txt'''(int msg_number); ==Parameters== * '''msg_number''' - Message ID of the requested message. ==Description== This function retrieves a pointer t...")
- 05:21, 25 September 2013 (diff | hist) . . (+2) . . m Clif Displaymessage (→Example) (current)
- 05:19, 25 September 2013 (diff | hist) . . (+3,163) . . N Token Text Table (Created page with "A text table format used for the Ragnarok Online client. It is used for organizing text data into columns and rows, mostly for id-description relations. It usually has the...") (current)
- 05:18, 25 September 2013 (diff | hist) . . (+526) . . N Getmapusers; (Created page with "Category:Script_Command ==Syntax== * '''getmapusers'''("Map_Name"); ==Description== This function will return the number of users currently located on the specified map. ...")
- 05:16, 25 September 2013 (diff | hist) . . (-3) . . m Hercules Plugin Manager (→Building a plugin)
- 05:12, 25 September 2013 (diff | hist) . . (-23) . . m Mob
- 05:07, 25 September 2013 (diff | hist) . . (+3,569) . . N Functions (Created page with "== Why would a function be useful? == A function is mainly a chunk of code that either is used for multiple actions of the same item, or a simple way to check the status of s...")
- 05:04, 20 September 2013 (diff | hist) . . (+854) . . N Do (Created page with "== Syntax == * do { <statement>; } while (<condition>); == Description == The 'do...while' is the only post-test loop structure available in this script lang...")
- 05:00, 20 September 2013 (diff | hist) . . (+2,216) . . N Setlook (Created page with "== Syntax == * setlook <look type>,<look value>; * changelook <look type>,<look value>; == Description == setlook will alter the look data for the invoking charac...")
- 04:58, 20 September 2013 (diff | hist) . . (+583) . . N Getitemname (Created page with "==Syntax== *'''getitemname'''(<item id>); ==Description== Retrieves the display name for an item given by ID from the 3rd column in the item database. If there is no such ite...") (current)
- 04:56, 20 September 2013 (diff | hist) . . (+1,158) . . N Warpparty (Created page with "Category:Script_Command ==Syntax== * warpparty "<to_mapname>",<x>,<y>,<party_id>,{"<from_mapname>"}; ==Description== Warps a party to specified map and coordinate give...") (current)
- 04:52, 20 September 2013 (diff | hist) . . (+342) . . N Getlook (Created page with "== Syntax == * getlook(<type>) == Description == This function will return the number for the current character look value specified by type. See 'setlook' for valid ...")
- 04:50, 20 September 2013 (diff | hist) . . (+1,245) . . N Changelook (Created page with " ==Syntax== * changelook <look type>,<look value>; ==Description== Identical to 'setlook', but only client side (doesn't save). ==Example== The following code is a g...") (current)
- 04:49, 20 September 2013 (diff | hist) . . (+283) . . N Pc setglobalreg str (Created page with "== Define a string variable in the source == #define pc_setglobalreg_str(sd,reg,val) pc_setregistry_str(sd,reg,val,3) pc_setglobalreg(sd,"VARIABLE_NAME", "VALUE"); Th...") (current)
- 04:48, 20 September 2013 (diff | hist) . . (+12,143) . . N Talk:Hexing (Created page with "{{Incomplete}} As '''hexing''' is considered the process of modifying raw contents of a file on byte-level with a hex editor, regardless of the actual purpose o...") (current)
- 04:44, 20 September 2013 (diff | hist) . . (0) . . N File:GravityCommonColors.png (current)
- 04:43, 20 September 2013 (diff | hist) . . (+1,169) . . N RO Pixeling Colors (Created page with "== RO Common Colors == There are several color gradients that appears in almost all RO color tables. Those are known as the RO common colors, and their use is recommendable f...") (current)
- 04:36, 20 September 2013 (diff | hist) . . (+946) . . N Getequiprefinerycnt (Created page with "== Syntax == *'''getequiprefinerycnt'''(<equipment slot>) == Description == This returns the current refine level for a particular item in the specified equipment slot. ===...")
- 04:29, 20 September 2013 (diff | hist) . . (-24) . . Custom jobs
- 04:28, 20 September 2013 (diff | hist) . . (+6,617) . . Custom jobs
- 03:30, 20 September 2013 (diff | hist) . . (-5) . . m Login Server
- 03:27, 20 September 2013 (diff | hist) . . (+14) . . m Configure
- 15:55, 21 July 2013 (diff | hist) . . (+1,568) . . N Resnametable.txt (Created page with "The '''resource name table''' or resnametable, is responsible for creating pathname aliases for client-side files, regardless of whether inside or outside a GRF archive. T...") (current)
- 07:20, 15 June 2013 (diff | hist) . . (+1,665) . . N Adding New Mapflag (Created page with "== Introduction == When scripting, or creating custom automated events, you may wish to add your own custom mapflags. In order to do so, you'll need to complete some source e...")
- 05:31, 9 June 2013 (diff | hist) . . (-11) . . Rand (→Examples) (current)
- 05:31, 9 June 2013 (diff | hist) . . (+451) . . N Rand (Created page with "Category:Script_Command ==Syntax== * rand(<number>{,<number>}); ==Description== This function returns a number, randomly positioned between 0 and the number you speci...")
- 05:29, 9 June 2013 (diff | hist) . . (+2,325) . . N Switch (Created page with "== Syntax == * switch(<expression>); == Description == The switch statement is similar to a series of if statements on the same expression. In many occasions, you may ...")
- 05:23, 9 June 2013 (diff | hist) . . (+759) . . N Next (Created page with "== Syntax == *'''next'''; == Description == This command will display a 'next' button in the message window for the invoking character. Clicking on it will cause the window t...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)