User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:02, 18 November 2014 (diff | hist) . . (+831) . . N Day (Created page with "==Syntax== *'''day'''; *'''night'''; ==Description== These two commands will switch the entire server between day and night mode respectively. If your server is set to cycle ...") (current)
- 18:34, 10 July 2013 (diff | hist) . . (+49) . . Hercules Hierarchy
- 20:49, 2 July 2013 (diff | hist) . . (+1,698) . . Edit Max Level
- 06:01, 15 February 2013 (diff | hist) . . (+216) . . Staff
- 17:06, 5 February 2013 (diff | hist) . . (+4,042) . . N Compiling/Windows (Created page with "For compiling on Windows, Visual Studio is the preferred method, although using Cygwin is also possible. === Using Visual Studio === [[Image:Compile-hercules.PNG|thumb|300px|...")
- 00:59, 30 January 2013 (diff | hist) . . (-7) . . System Requirements
- 15:23, 16 January 2013 (diff | hist) . . (+52) . . Staff
- 17:11, 15 January 2013 (diff | hist) . . (+2) . . Renewal (Redirected page to Sakray#Renewal) (current)
- 17:11, 15 January 2013 (diff | hist) . . (+26) . . N Renewal (Created page with "#REDIRECT [Sakray#Renewal]")
- 17:07, 15 January 2013 (diff | hist) . . (+895) . . N Template:OtherUse (Created page with "<includeonly><blockquote>''This article is about {{{1}}}. For {{{2}}}, see [[{{{3}}}]].''</blockquote></includeonly><noinclude> This template should be placed at the top of an...") (current)
- 17:06, 15 January 2013 (diff | hist) . . (+3,987) . . N Diff (Created page with "{{OtherUse|the text difference file format|the binary patches mainly used for client modification|Hexing}} =Diff files= A diff file is a file to make: *implementation of a mod...") (current)
- 05:04, 14 January 2013 (diff | hist) . . (0) . . N File:Accname.lub-notepadpp.png (current)
- 05:04, 14 January 2013 (diff | hist) . . (0) . . N File:Accname.lub-notepad.png (current)
- 05:03, 14 January 2013 (diff | hist) . . (+3,411) . . N Lua (Created page with "= Lua Background Information = == What is Lua? == Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful dat...") (current)
- 05:02, 14 January 2013 (diff | hist) . . (+10,657) . . N Adding new skills (Created page with "== Introduction == A large area where players have difficulty is adding new skills to the source and client. To implement new skills, it's required that you use an XRay clien...")
- 05:01, 14 January 2013 (diff | hist) . . (+3,958) . . N Adding new statuses (Created page with "== Information == When modifying your server, the time may come when you need to add or ammend status effects, and the bonuses or the 'scripts' that they provide. To do so, w...")
- 05:01, 14 January 2013 (diff | hist) . . (+618) . . N Template:Duplication (Created page with "{{yellbox|''This {{{type|article}}} '''duplicates''', in whole or part, the scope of {{{what|other article(s) or section(s)}}}. Please [[{{TALKPAGENAME}}|discuss]] this issue ...") (current)
- 05:00, 14 January 2013 (diff | hist) . . (+6,990) . . N Custom Jobs (Created page with "{{Duplication}} {{Incomplete}} [Guide] Add Custom Job Do for: '''Ratalaika''' On this page, you will be able to learn the steps on how to add your Custom Job. First off: '...")
- 19:44, 13 January 2013 (diff | hist) . . (+1,841) . . N Mes (Created page with "Category:Script_Command ==Syntax== * mes "<message>"; * mes "<Line 1>","<Line 2>","<Line 3>"; * mes "<message>"+<variable> or command +"<message>"; ==Descript...")
- 19:44, 13 January 2013 (diff | hist) . . (+556) . . N Close (Created page with "==Syntax== *'''close'''; ==Description== This command will create a 'close' button in the message window for the invoking character. This is one of the ways to end a speech f...")
- 19:44, 13 January 2013 (diff | hist) . . (+4,298) . . N If (Created page with "Category:Script_Command ==Syntax== * if (<condition>) <statement>; * if (<condition>) { <statements> }; ==Description== This is the basic conditional statement com...") (current)
- 19:43, 13 January 2013 (diff | hist) . . (+589) . . N Getelementofarray (Created page with "==Syntax== *'''getelementofarray'''(<array variable>, <index>); ==Description== This command retrieves the value of the element of given array at given index. This is equival...") (current)
- 19:43, 13 January 2013 (diff | hist) . . (+624) . . N Getarraysize (Created page with "== Syntax == * getarraysize(<array name>) == Description == This function returns the number of values that are contained inside the specified array. Notice that zeros an...") (current)
- 19:43, 13 January 2013 (diff | hist) . . (+838) . . N Deletearray (Created page with "==Syntax== *'''deletearray''' <array>, <amount of elements to delete>; ==Description== This command deletes a range of values within given array and shifts remaining values t...") (current)
- 19:42, 13 January 2013 (diff | hist) . . (+1,719) . . N Copyarray (Created page with "==Syntax== *'''copyarray''' <destination array>, <source array>, <amount of elements to copy>; ==Description== This command copies a range of values from given source array t...") (current)
- 19:42, 13 January 2013 (diff | hist) . . (+515) . . N Setarray (Created page with "Category:Script_Command ==Syntax== * setarray <array name>[<first value>],<value>{,<value>...<value>}; ==Description== This command will allow you to quickly fill up a...")
- 19:42, 13 January 2013 (diff | hist) . . (+753) . . N Cleararray (Created page with "==Syntax== *'''cleararray''' <array variable>, <value>, <amount of values to set>; ==Description== This command sets a range of elements in an array to given value. If you sp...") (current)
- 19:41, 13 January 2013 (diff | hist) . . (+1,082) . . N Set (Created page with "As of {{rev|15982}} the usage of set has become obsolete and is no longer a requirement. == Syntax == * set <variable>,<expression>; * set(<variable>,<expression>...")
- 19:40, 13 January 2013 (diff | hist) . . (+151) . . N Template:Rev (Created page with "[http://trac.rathena.org/changeset/{{{1|}}} r{{{1|}}}]<noinclude> {{Documentation}}<!-- ADD CATEGORIES ON DOCUMENTATION PAGE, NOT HERE --> </noinclude>") (current)
- 19:37, 13 January 2013 (diff | hist) . . (+592) . . Staff (Added Staff to appropriate sections)
- 11:10, 13 January 2013 (diff | hist) . . (0) . . Staff (Updated filters, some still incorrect, missing specific moderator groups.)
- 11:06, 13 January 2013 (diff | hist) . . (+4,235) . . N Staff (Created page with "== [http://hercules.ws/board/index.php?app=members&filter=4 Administrators] == The Community Administrator is in charge of making sure the IRC server/channels are maintained a...")
- 10:55, 13 January 2013 (diff | hist) . . (+329) . . N Category:Wiki Projects (Created page with "Wiki Projects are a collaboration of Projects that help maintain a constant formatting and push forth a certain project to completion using a team of members that have a desir...") (current)
- 10:53, 13 January 2013 (diff | hist) . . (0) . . N File:Actor2.jpg (current)
- 10:53, 13 January 2013 (diff | hist) . . (0) . . N File:Act copy.jpg (current)
- 10:53, 13 January 2013 (diff | hist) . . (0) . . N File:Frame edit.jpg (current)
- 10:52, 13 January 2013 (diff | hist) . . (0) . . N File:Actor.jpg (current)
- 10:52, 13 January 2013 (diff | hist) . . (0) . . N File:ActOR2.gif (current)
- 10:52, 13 January 2013 (diff | hist) . . (0) . . N File:ActOR.gif (current)
- 10:51, 13 January 2013 (diff | hist) . . (+19,232) . . N Acts (Created page with "== Actions Aka .Act files== Actions or act files as they are commonly known as are the files that contain the information that the client reads in order to say what the sprite...") (current)
- 10:50, 13 January 2013 (diff | hist) . . (+460) . . N Template:Mergebox (Created page with "{| class="messagebox" style="border-top:solid 1px #c0c; border-right:solid 1px #c0c; border-bottom:solid 1px #c0c; border-left:solid 10px #c0c; background-color:#fff; margin:2...") (current)
- 10:49, 13 January 2013 (diff | hist) . . (+509) . . N Template:Merge (Created page with "{{mergebox|''It has been suggested that this {{{type|article}}} be merged with {{{target|another article}}}. Please see the relevant discussion...") (current)
- 10:49, 13 January 2013 (diff | hist) . . (0) . . N File:Notepad1.jpg (current)
- 10:49, 13 January 2013 (diff | hist) . . (0) . . N File:Edit color table.jpg (current)
- 10:49, 13 January 2013 (diff | hist) . . (0) . . N File:Load color table.jpg (current)
- 10:48, 13 January 2013 (diff | hist) . . (0) . . N File:Sprite.jpg (current)
- 10:48, 13 January 2013 (diff | hist) . . (0) . . N File:SPR Conview.jpg (current)
- 10:46, 13 January 2013 (diff | hist) . . (+4,138) . . N Palettes (Created page with "{{merge |target=Alternate Palette Guide |talk=Talk:Alternate Palette Guide |date=July 2010 }} {{Incomplete}} == What you need == *SPR Conview *Photoshop or something els...")
- 10:46, 13 January 2013 (diff | hist) . . (+3,041) . . N Texture (Created page with "{{Incomplete}} == Texture Editing == There are 2 types of Texture editing. The first is editing the ground textures of maps the second is the textures of objects or models u...")
- 10:45, 13 January 2013 (diff | hist) . . (+1,200) . . N Modeling (Created page with "{{Incomplete}} == Modeling == While there is Borf's '3ds to RSM' converter tool, Borf has it added to Borf edit so use the one there as it is likely to be updated. Making a ...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)