User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 22:18, 1 February 2014 (diff | hist) . . (-37) . . Hercules Hierarchy (Some housekeeping.)
- 11:08, 29 January 2014 (diff | hist) . . (+8) . . m User:Via (current)
- 20:22, 28 January 2014 (diff | hist) . . (+11) . . m Basic Scripting (→NPC: Formatting. o-o)
- 20:20, 28 January 2014 (diff | hist) . . (0) . . Basic Scripting (→NPC: Misinformation. :<)
- 23:31, 20 January 2014 (diff | hist) . . (+5) . . m Getmapguildusers (Oops, wrong syntax.) (current)
- 23:31, 20 January 2014 (diff | hist) . . (+346) . . N Getmapguildusers (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...")
- 23:29, 20 January 2014 (diff | hist) . . (+182) . . Getmapusers (current)
- 23:28, 20 January 2014 (diff | hist) . . (-501) . . Getmapusers; (Redirected page to Getmapusers) (current)
- 23:27, 20 January 2014 (diff | hist) . . (-790) . . GetGuildName (Moved to getguildname) (current)
- 23:25, 20 January 2014 (diff | hist) . . (+27) . . GetCastleData (Added redirect to proper casing.) (current)
- 23:24, 20 January 2014 (diff | hist) . . (-2,072) . . GetCastleData (Removing parallel page.)
- 08:11, 13 December 2013 (diff | hist) . . (-2,798) . . m Main Page (Reverted edits by Poetwatches (talk) to last revision by Via)
- 19:32, 2 December 2013 (diff | hist) . . (+55) . . Hercules Hierarchy
- 13:52, 2 December 2013 (diff | hist) . . (+1,173) . . N Db2sql (Created page with "== Files Converted == * {{git|db/pre-re/item_db.conf}} * {{git|db/re/item_db.conf}} * {{git|db/item_db2.conf}} == Description == This plugin converts the item database confi...")
- 01:24, 14 November 2013 (diff | hist) . . (-115) . . Configure (→64-bit operating systems: --outdated)
- 06:30, 6 November 2013 (diff | hist) . . (+276) . . N Delwall (Created page with "==Syntax== *'''delwall''' "<wallname>"; *'''setwall''' "<map name>",<x>,<y>,<size>,<dir>,<shootable>,"<wallname>"; ==Description== Deletes an invisible wall previously create...") (current)
- 06:30, 6 November 2013 (diff | hist) . . (+619) . . N Setwall (Created page with "==Syntax== *'''setwall''' "<map name>",<x>,<y>,<size>,<dir>,<shootable>,"<wallname>"; *'''delwall''' "<wallname>"; ==Description== Creates an invisible wall, an array of "set...") (current)
- 15:23, 2 November 2013 (diff | hist) . . (+148) . . m Hercules Hierarchy (Moved kyeme to HC, added ossi0110 and sevenzz23 to list of CCs, updated Via to Mumbles (changed alias) and did some alphabetical housekeeping. Sorry if I missed anyone!)
- 14:43, 2 November 2013 (diff | hist) . . (+20) . . m User:Via (→Personal)
- 09:02, 31 October 2013 (diff | hist) . . (-22,403) . . m Editing the wiki (Reverted edits by ErevyLiex (talk) to last revision by Dastgirpojee)
- 11:32, 16 August 2013 (diff | hist) . . (+2,293) . . N Monster (Created page with "{{OtherUse|the script command|the game object|Mob}} ==Syntax== *'''monster''' <"map name">, <x>, <y>, <"display name">, <mob id>, <amount>[, <"event label">]; ==Description==...")
- 11:32, 16 August 2013 (diff | hist) . . (+1,334) . . N Clone (Created page with "== Syntax == *'''clone''' "<map name>",<x>,<y>,"<event>",<char id>{,<master_id>{,<mode>{,<flag>,<duration>}}} == Description == This command creates a monster which is ...") (current)
- 10:25, 11 August 2013 (diff | hist) . . (-6) . . m Setmapflag (→Description: SVN -> Git template conversion) (current)
- 10:24, 11 August 2013 (diff | hist) . . (+1,114) . . N Setmapflag (Created page with "== Syntax == * setmapflag "<map name>",<flag>{,<zone>}; == Description == This command marks a specified map with a map flag given. Map flags alter the behavior of the ma...")
- 10:24, 11 August 2013 (diff | hist) . . (+170) . . N Removemapflag (Created page with "==Syntax== * removemapflag "<map name>",<flag>; ==Description== This command removes a mapflag from a specified map. See 'setmapflag'. Category:Script_Command")
- 02:19, 7 August 2013 (diff | hist) . . (+544) . . N Isnight (Created page with "==Syntax== *'''isday'''(); *'''isnight'''(); ==Description== These functions determine whether server day or night cycle is currently in effect or not. If the server night is...")
- 02:06, 7 August 2013 (diff | hist) . . (-12) . . Player Parameters (Scripting) (current)
- 13:17, 6 August 2013 (diff | hist) . . (+742) . . N OnTouch (Created page with "==Syntax== Map,X,Y,facing script NPCName ID,OnTouch_X,OnTouchY,{ OnTouch: ==Description== OnTouch is rather hard to explain. In the beginning of the script you specify th...")
- 08:13, 6 August 2013 (diff | hist) . . (+916) . . N Setnpcdisplay (Created page with "== Syntax == * setnpcdisplay("<npc name>", "<display name>", <class id>, <size>) * setnpcdisplay("<npc name>", "<display name>", <class id>) * setnpcdisplay("<npc ...") (current)
- 07:40, 6 August 2013 (diff | hist) . . (+1,188) . . N Getvariableofnpc (Created page with "==Syntax== *'''getvariableofnpc'''(<variable>, <"npc name">); ==Description== This function retrieves a variable reference to a [[Variables#NPC_Variables|permanent NPC variab...") (current)
- 10:47, 5 August 2013 (diff | hist) . . (+690) . . N Misceffect (Created page with "== Syntax == * misceffect <effect number>; == Description == This command, if run from an NPC object that has a sprite, will call up a specified effect number, centered o...") (current)
- 10:07, 24 June 2013 (diff | hist) . . (+1) . . Category:Installation (current)
- 00:03, 23 June 2013 (diff | hist) . . (+1,200) . . N Doevent (Created page with "==Syntax== *'''doevent''' <"event label">; ==Description== This command invokes a script at given event label in an another NPC. The parameter ''event label'' has the for...") (current)
- 00:01, 23 June 2013 (diff | hist) . . (+679) . . N Goto (Created page with "== Syntax == * goto <label>; == Description == This command will make the script execution jump to the specified label. It is often used by beginners in conjunction with ...") (current)
- 00:01, 23 June 2013 (diff | hist) . . (+1,784) . . N AEGIS (Created page with "==What is it?== AEGIS is Windows Server software used along with Microsoft SQL Server by Gravity Corporation to run the official Ragnarok On...") (current)
- 00:00, 23 June 2013 (diff | hist) . . (+1,550) . . N Donpcevent (Created page with "==Syntax== *'''donpcevent''' <"event label">; *'''cmdothernpc''' <"npc name">, <"command">; ==Description== This command invokes the event label code within an another [[NPC]...")
- 23:54, 22 June 2013 (diff | hist) . . (+1,345) . . N Disablenpc (Created page with "Category:Script_Command ==Syntax== *disablenpc "<NPC object name>"; *'''enablenpc''' "<NPC object name>"; ==Description== These two commands will disable and en...") (current)
- 23:54, 22 June 2013 (diff | hist) . . (+52) . . N Enablenpc (Redirected page to Disablenpc) (current)
- 12:50, 22 June 2013 (diff | hist) . . (+1,153) . . N Delitem (Created page with "==Syntax== *'''delitem''' <item id>, <amount>[, <account id>]; *'''delitem''' <"item name">, <amount>[, <account id>]; ==Description== This command will take a specified amou...") (current)
- 12:49, 22 June 2013 (diff | hist) . . (+608) . . N Itemskill (Created page with "==Syntax== *'''itemskill''' <skill id>, <skill level>; *'''itemskill''' <"skill name">, <skill level>; ==Description== This command meant for item scripts to replicate single...")
- 12:48, 22 June 2013 (diff | hist) . . (+946) . . N Skilleffect (Created page with "== Syntax == * skilleffect <skill id>,<number>; * skilleffect "<skill name>",<number>; == Description == This command displays visual and aural effects of given skill...") (current)
- 12:47, 22 June 2013 (diff | hist) . . (+497) . . N Template:Mergebox/doc (Created page with "This template aids in creating merge templates. Do not use it for normal articles. If you want to place some merge notice inside an article, create a general template (if it [...") (current)
- 23:44, 11 June 2013 (diff | hist) . . (+5) . . m Talk:Hercules Interface System (→Page Length)
- 23:43, 11 June 2013 (diff | hist) . . (+471) . . N Talk:Hercules Interface System (Created page with "===Page Length=== This article is huge. Wouldn't it be more efficient to create a category for the Hercules Interface System, with each large secti...")
- 23:49, 10 June 2013 (diff | hist) . . (+46) . . N @commands (Redirected page to GM Commands) (current)
- 23:48, 10 June 2013 (diff | hist) . . (+1,214) . . N GM Commands (Created page with "==Syntax== * '''@'''<command>{,<param 1>,<param 2>,...} * '''#'''<command>,<target>{,<param 1>,<param 2>,...} ==Description== GM commands can be used to perform a wide array o...")
- 23:17, 10 June 2013 (diff | hist) . . (0) . . m Atcommand (current)
- 23:13, 10 June 2013 (diff | hist) . . (-10) . . m Hercules Plugin Manager (→HPM @commands)
- 23:11, 10 June 2013 (diff | hist) . . (+575) . . N Atcommand (Created page with "Category:Script_Command ==Syntax== * atcommand "Command Line"; ==Description== This command will run the given command line exactly as if it was typed in from the keyb...")
- 23:10, 10 June 2013 (diff | hist) . . (-17) . . Hercules Plugin Manager (Updated malformed links and file references)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)