Below is a list of the most recent page creations.
- 06:52, 13 June 2026 LszTschis talk contribs created page File:SU26 T1 - Shards of a Broken Moon 9.png ({{Image Categories}})
- 06:52, 13 June 2026 LszTschis talk contribs created page File:SU26 T1 - Shards of a Broken Moon 8.png ({{Image Categories}})
- 06:52, 13 June 2026 LszTschis talk contribs created page File:SU26 T1 - Shards of a Broken Moon 7.png ({{Image Categories}})
- 06:52, 13 June 2026 LszTschis talk contribs created page File:SU26 T1 - Shards of a Broken Moon 6.png ({{Image Categories}})
- 06:51, 13 June 2026 LszTschis talk contribs created page File:SU26 T1 - Shards of a Broken Moon 5.png ({{Image Categories}})
- 06:51, 13 June 2026 LszTschis talk contribs created page File:SU26 T1 - Shards of a Broken Moon 4.png ({{Image Categories}})
- 06:51, 13 June 2026 LszTschis talk contribs created page File:SU26 T1 - Shards of a Broken Moon 3.png ({{Image Categories}})
- 06:46, 13 June 2026 LszTschis talk contribs created page File:Iceplume Strider Artwork.png ({{Image Categories}})
- 09:34, 11 June 2026 LszTschis talk contribs created page File:SU26 T2 Raid.png ({{Image Categories}})
- 09:27, 11 June 2026 LszTschis talk contribs created page File:Su26 T1 Silverfrost Sentinel.jpg ({{Image Categories}})
- 09:27, 11 June 2026 LszTschis talk contribs created page File:SU26 T1 Shards of a Broken Moon 1.jpg ({{Image Categories}})
- 09:27, 11 June 2026 LszTschis talk contribs created page File:SU26 T1 Navilla 2.png ({{Image Categories}})
- 09:27, 11 June 2026 LszTschis talk contribs created page File:SU26 T1 Navilla 1.png ({{Image Categories}})
- 09:27, 11 June 2026 LszTschis talk contribs created page File:SU26 T1 Jaracal.jpg ({{Image Categories}})
- 09:20, 11 June 2026 LszTschis talk contribs created page Discovery System (Redirected page to Measuring Tibia Quest) Tag: New redirect
- 09:19, 11 June 2026 LszTschis talk contribs created page Charm Point (Redirected page to Cyclopedia#Charms) Tag: New redirect
- 13:10, 9 June 2026 LszTschis talk contribs created page Module:CreatureResistanceTable/Test (Created page with "-- Module:CreatureResistanceTable local p = {} local ELEMENT_ICONS = { Physical = 'Bestiary Physical Icon Big', Death = 'Cursed Icon Big', Holy = 'Dazzled Icon Big', Ice = 'Freezing Icon Big', Fire = 'Burning Icon Big', Energy = 'Electrified Icon Big', Earth = 'Poisoned Icon Big', Drown = 'Drowning Icon Big', } -- Strip the % sign and return the numeric value. -- If the value contains '?' return the raw label and...")
- 08:58, 9 June 2026 LszTschis talk contribs created page Updates/15.24.83c48a (Created page with "{{Infobox Update|List={{{1|}}}|GetValue={{{GetValue|}}} | name = | implemented = 15.24.83c48a | date = June 9, 2026 | primarytype = Patch | newsid = 8841 | secondarytype = | image = | previous = 15.24.d57fb2 | next = | previousmajor = 15.20.7a5cc9 | nextmajor = | itemsections = | summary = | teasers = | changelist = * Unspecified changes. | artwork...")
- 08:54, 9 June 2026 LszTschis talk contribs created page Updates/Summer Update 2026 (Created page with "{{Infobox Update|List={{{1|}}}|GetValue={{{GetValue|}}} | name = Summer Update 2026 | implemented = | date = Summer 2026 | primarytype = Major | newsid = | secondarytype = Summer | image = | previous = | next = | previousmajor = <!-- Update after Updates/Vocations_Adjustment_Update_2026 is released --> | nextmajor = | itemsections = <!--{{ItemDPLs|15.40|Helmets|Armors|Legs|Boots|Amulets and Necklac...")
- 08:53, 9 June 2026 LszTschis talk contribs created page Summer Update 2026 (Redirected page to Updates/Summer Update 2026) Tag: New redirect
- 06:22, 3 June 2026 LszTschis talk contribs created page Updates/15.24.d57fb2 (Created page with "{{Infobox Update|List={{{1|}}}|GetValue={{{GetValue|}}} | name = | implemented = 15.24.d57fb2 | date = June 2, 2026 | primarytype = Patch | newsid = 8836 | secondarytype = | image = | previous = 15.24.ff830d | next = | previousmajor = 15.20.7a5cc9 | nextmajor = | itemsections = | summary = | teasers = | changelist = * Fixed an issue where switching...")
- 16:56, 30 May 2026 Thormilhouse talk contribs created page User:Thormilhouse/Sandbox (Created page with "<dpl> category = Club_Weapons caegory = Mana_Gain_on_Kill_Perk </dpl>") Tag: Source edit
- 21:44, 27 May 2026 Ricci1 talk contribs created page Template:Infobox Object2 (Created page with "<noinclude>{{Protected|this template is widely used and therefore vulnerable to vandalism.}}{{Documentation}} Category:Infobox Templates == Preview == </noinclude>{{#if:{{{GetValue|}}}|{{{{{{GetValue|}}}|}}}|{{#ifeq:{{{List|}}}||<!-- -->{{#ifeq:{{Next Update}}|{{{implemented|undated}}}|{{Futureupdate}}}}<!-- -->{{Status Messagebox|{{{status|}}} }}<!-- --><div class="twbox"> <infobox theme ="twbox"> <title source="name"> <default>{{PAGENAME}}</defa...")
- 21:43, 27 May 2026 Ricci1 talk contribs created page Module:DroppedBy (Created page with "-- Module:DroppedBy local p = {} local ITEM_NAME_REMAP = { ['Dead Frog'] = 'Dead Frog (Item)', ['Dead Snake'] = 'Dead Snake (Item)', ['Skull'] = 'Skull (Item)', } local function remapItemName(name) return ITEM_NAME_REMAP[name] or name end local function formatPct(pct) if pct >= 20 then return string.format('%d%%', math.floor(pct + 0.5)) elseif pct >= 1 then return string.format('%.1f%%', pct) elseif pct >= 0.1 then...")
- 17:51, 27 May 2026 Vapaus talk contribs created page Template:Infobox Creature/CreatureResistanceTable (testing)
- 11:07, 27 May 2026 Ricci1 talk contribs created page Module:CreatureResistanceTable (Created page with "-- Module:CreatureResistanceTable local p = {} local ELEMENT_ICONS = { Physical = 'Bestiary Physical Icon Big', Death = 'Cursed Icon Big', Holy = 'Dazzled Icon Big', Ice = 'Freezing Icon Big', Fire = 'Burning Icon Big', Energy = 'Electrified Icon Big', Earth = 'Poisoned Icon Big', Drown = 'Drowning Icon Big', } -- Strip the % sign and return the numeric value. -- If the value contains '?' return the raw label and...")
- 10:08, 27 May 2026 Ricci1 talk contribs created page Updates/15.24.ff830d (Created page with "{{Infobox Update|List={{{1|}}}|GetValue={{{GetValue|}}} | name = | implemented = 15.24.ff830d | date = May 27, 2026 | primarytype = Patch | newsid = 8831 | secondarytype = | image = | previous = 15.24.cf6eb8 | next = | previousmajor = 15.20.7a5cc9 | nextmajor = | itemsections = | summary = | teasers = | changelist = * Fixed an issue where in some ca...")
- 19:20, 26 May 2026 RockyLaRo talk contribs created page Feral Trappers Quest/Spoiler (Created page with "{{spoiler|name=Feral Trappers Quest}} == Introduction == In order to get the base outfit and its addons, you have to collect Hunting Task Points by completing Weekly Tasks on the Task Board. Once you have enough points, open the Task Board and navigate to the Hunting Task Shop to purchase the outfit pieces. After getting the full outfit for '''170,000''' {{Icon|Hunting Task Points}} Hunting Task Points, you will obtain the achievemen...")
- 19:15, 26 May 2026 RockyLaRo talk contribs created page Feral Trappers Quest (Created page with "{{Infobox Quest|List={{{1|}}}|GetValue={{{GetValue|}}} | name = Feral Trappers Outfits Quest | aka = | reward = Feral Trapper Outfits and addons, and the achievement Feral Trapper.<br /> {{Ilink|Feral Trapper Outfits|Outfit Feral Trapper Male Addon 3}} {{Ilink|Feral Trapper Outfits|Outfit Feral Trapper Female Addon 3}} | location = Several locations. | rookgaardquest = no | type = outfit | lvl = | lvlr...")
- 23:22, 23 May 2026 RuroWork talk contribs created page File:YouSeeaRamp(NoWalkeable).png
- 09:48, 19 May 2026 LszTschis talk contribs created page Hunting Task Shop (Redirected page to Ask Board#Hunting Task Shop) Tag: New redirect
- 08:35, 19 May 2026 LszTschis talk contribs created page Updates/15.24.cf6eb8 (Created page with "{{Infobox Update|List={{{1|}}}|GetValue={{{GetValue|}}} | name = | implemented = 15.24.cf6eb8 | date = May 19, 2026 | primarytype = Patch | newsid = 8817 | secondarytype = | image = | previous = 15.24.984a9e | next = | previousmajor = 15.20.7a5cc9 | nextmajor = | itemsections = | summary = | teasers = | changelist = * Fixed an issue where the Hunt...")
- 18:01, 18 May 2026 RuroWork talk contribs created page User:RuroNetWork (Created page with "Hello world")
- 14:25, 17 May 2026 RuroWork talk contribs created page User talk:RuroNetWork (Created page with "Hola!, un gusto saludar! ~~~~")
- 16:31, 15 May 2026 Vapaus talk contribs created page Server Reset/Dream Scar (dec 2018+)
- 15:23, 15 May 2026 Vapaus talk contribs created page Module:CountLinks (trash testing)
- 16:20, 14 May 2026 LszTschis talk contribs created page Stance (Created page with "{{Version Widget|List={{{1|}}}|GetValue={{{GetValue|}}} | implemented = 15.30 }} '''Stances''' were introduced with the Vocation Adjustments 2026, building on top of the concept of Monks "virtues" and expanding on it to bring it to all vocations. == Monk Stances == {{#dpl: | tablesortcol = 1 | noresultsheader= | mode=userformat | category=Virtue Spells | category=Spells | notcategory=Deprecated | include={{DPLPARM Spell.include}} | table={{DPLPARM Sp...")
- 13:43, 14 May 2026 RockyLaRo talk contribs created page Vampire Noble Outfits (Created page with "{{Infobox Outfit|List={{{1|}}}|GetValue={{{GetValue|}}} | name = Vampire Noble | primarytype = Special | male_id = 1948 | female_id = 1949 | premium = no | outfit = Free Account | addons = Free Account | store = yes | fulloutfitprice = 750 | implemented = 15.24.d0c720 | artwork = Vampire_Noble_Artwork.png | notes = The Vampire Noble may appear weak beside a Cyclops, but looks d...")
- 13:40, 14 May 2026 RockyLaRo talk contribs created page File:Vampire Noble Banner.jpg (Category:Outfit Artwork Images)
- 13:39, 14 May 2026 RockyLaRo talk contribs created page File:Vampire Noble Artwork.png (Category:Outfit Artwork Images)
- 19:38, 13 May 2026 LszTschis talk contribs created page Fire Effect (Black) (Created page with "{{Infobox Effect|List={{{1|}}}|GetValue={{{GetValue|}}} | name = Fire Effect (Black) | implemented = 15.30 | effectid = 331 | primarytype = Attack | causes = Sorcerers using a Fire Wave or Great Fire Wave spell after having casted a Death Damage spell while having Master of Decay stance active. | notes = }}")
- 19:37, 13 May 2026 LszTschis talk contribs created page Fire Effect (Purple) (Created page with "{{Infobox Effect|List={{{1|}}}|GetValue={{{GetValue|}}} | name = Fire Effect (Purple) | implemented = 15.30 | effectid = 332 | primarytype = Attack | causes = Sorcerers using a Fire Wave or Great Fire Wave spell after having casted an Energy Damage spell while having Master of Thunder stance active. | notes = }}")
- 19:36, 13 May 2026 LszTschis talk contribs created page File:Fire Effect (Purple).gif ({{Image Categories}})
- 19:36, 13 May 2026 LszTschis talk contribs created page File:Fire Effect (Black).gif ({{image Categories}})
- 19:30, 13 May 2026 LszTschis talk contribs created page File:Shield Bash Effect.gif ({{Image Categories}})
- 19:30, 13 May 2026 LszTschis talk contribs created page Shield Bash Effect (Created page with "{{Infobox Effect|List={{{1|}}}|GetValue={{{GetValue|}}} | name = Shield Bash Effect | implemented = 15.30 | effectid = 318 | primarytype = Attack | causes = Knights using Shield Bash or Shield Slam. | notes = }}")
- 19:29, 13 May 2026 Vapaus talk contribs created page Missiles/IDs (list with ids) Tag: Disambiguation links
- 19:27, 13 May 2026 Vapaus talk contribs created page Effects/IDs (list with ids) Tag: Disambiguation links
- 18:49, 13 May 2026 LszTschis talk contribs created page File:Master of Decay.gif ({{Image Categories}})
- 18:49, 13 May 2026 LszTschis talk contribs created page File:Master of Thunder.gif ({{Image Categories}})