Combined display of all available logs of Lost City Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:19, 22 August 2025 Branon talk contribs created page File:Proc2.png
- 17:19, 22 August 2025 Branon talk contribs uploaded File:Proc2.png
- 16:44, 22 August 2025 Branon talk contribs created page File:Proc1.png
- 16:44, 22 August 2025 Branon talk contribs uploaded File:Proc1.png
- 15:09, 22 August 2025 Branon talk contribs created page File:Yellowx.png
- 15:09, 22 August 2025 Branon talk contribs uploaded File:Yellowx.png
- 15:08, 22 August 2025 Branon talk contribs created page File:Redx.png
- 15:08, 22 August 2025 Branon talk contribs uploaded File:Redx.png
- 15:04, 22 August 2025 Branon talk contribs created page Scriptref Configs (Created page with "Configurations Zoom out from RuneScript and touch on configs, explain how they might add/change configurations for NPCs and locs, how to move a npc/loc/obj/seq from the `all.*` files into more appropriate locations")
- 00:46, 22 August 2025 Branon talk contribs created page Scriptref Packaging (Created page with "'''Previous Page || Browse all Scriptref pages''' = Packaging = <blockquote>More in-depth on the server's directory structure. Now that the reader might possibly be capable of writing some RuneScript triggers, have them create a new .rs2 file in an appropriate location and add a test interaction.</blockquote>") Tag: Visual edit
- 00:43, 22 August 2025 Branon talk contribs created page Scriptref Procs (Created page with " '''Previous Page || Go to the Table of Contents''' = Procedures, Commands, and Labels = There are a few more trigger types to go over. These are slightly more complex but will ultimately make your life easier as they allow a scriptwriter to stay organized and avoid code reuse. Procedures, commands, and labels are simply triggers that have been given names and may be called from within other triggers. Often, parameters wil...") Tag: Visual edit
- 00:40, 22 August 2025 Branon talk contribs created page Scriptref Triggers (Created page with " '''Previous Page || Go to the Table of Contents''' = Triggers = RuneScript operates primarily via **triggers**, which describe how and when to execute functions. Triggers consist of two parts: the trigger itself, and a subject. Triggers will fire when a player interacts with the game world (typically by clicking) and the functions executed by the trigger are responsible for what actions the game engine will take after the p...") Tag: Visual edit
- 00:32, 22 August 2025 Branon talk contribs created page Category:Scriptref (Created page with "<!-- Category page for Scriptref -->") Tag: Visual edit: Switched
- 00:20, 22 August 2025 Branon talk contribs moved page Scriptref to Scriptref Intro
- 00:03, 22 August 2025 Branon talk contribs created page File:Rs2.png
- 00:03, 22 August 2025 Branon talk contribs uploaded File:Rs2.png
- 22:25, 21 August 2025 Branon talk contribs created page Scriptref (Created page with "Test") Tag: Visual edit
- 04:49, 26 June 2025 Pazaz talk contribs created page Configs/SeqType (Created page with "=== Properties === ==== preanim_move ==== ===== delaymove Mode ===== Forces the entity to finish the sequence before moving (causes fast entity movement to catch up) Encoded as value 0 ===== delayanim Mode ===== Forces the sequence to only be played once the entity has no more route queued Encoded as value 1 ===== merge Mode ===== Causes the entity to slide while playing the anim Encoded as value 2 ==== postanim_move ==== ===== delaymove Mode ===== Forces the en...") Tag: Visual edit
- 04:40, 17 March 2025 Pazaz talk contribs created page RuneScript (Created page with "=== History === === Our Implementation === Our RuneScript implementation deviates in a few ways, but this is because we continued to learn during the project's development. # We support some language features that were introduced later: local variables, procs, booleans, structs, enums, dbtables, and debugprocs. # Our pointer checking supports inversions: <code>if (p_finduid(uid) = false) { return; }</code> is valid code, and code following it will have the pointer set....") Tag: Visual edit
- 05:01, 5 March 2025 Pazaz talk contribs created page MediaWiki:Citizen-footer-tagline (Created blank page)
- 05:01, 5 March 2025 Pazaz talk contribs created page MediaWiki:Citizen-footer-desc (Created blank page)
- 03:44, 5 March 2025 User account Energy talk contribs was created by Pazaz talk contribs
- 03:44, 5 March 2025 User account Bea5 talk contribs was created by Pazaz talk contribs
- 03:44, 5 March 2025 User account Tannerdino talk contribs was created by Pazaz talk contribs
- 03:44, 5 March 2025 User account Branon talk contribs was created by Pazaz talk contribs
- 03:44, 5 March 2025 User account EricB talk contribs was created by Pazaz talk contribs
- 03:44, 5 March 2025 User account Rustfox talk contribs was created by Pazaz talk contribs
- 03:43, 5 March 2025 User account Indio talk contribs was created by Pazaz talk contribs
- 03:43, 5 March 2025 User account Flenarn talk contribs was created by Pazaz talk contribs
- 18:39, 12 January 2025 Pazaz talk contribs created page RuneScript/NPC Queues (Created page with "The `ai_queue` trigger has 20 different queues available to use. The trigger’s subject is the NPC type. There are a few conventions used globally: [ai_queue1,type] runs on retaliate - this means something has hit them and the NPC may react. [ai_queue2,type] runs on damage - this means something has hit them and the NPC may apply that damage. [ai_queue3,type] runs on death - this means something has dropped their health to 0 and the NPC may drop items or advance a pl...")
- 22:06, 18 December 2024 MediaWiki default talk contribs created page Main Page