All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:53, 14 October 2024 Eq talk contribs uploaded File:Super Donator Zone Crystal Monsters.png
- 12:50, 14 October 2024 Eq talk contribs created page File:Super Donator Zone.png
- 12:50, 14 October 2024 Eq talk contribs uploaded File:Super Donator Zone.png
- 12:50, 14 October 2024 Eq talk contribs deleted File:Super Donator Zone.png (content was: "", and the only contributor was "Eq" (talk))
- 12:48, 14 October 2024 Eq talk contribs created page File:Super Donator Zone.png
- 12:48, 14 October 2024 Eq talk contribs uploaded File:Super Donator Zone.png
- 12:47, 14 October 2024 Eq talk contribs deleted File:Super Donator Zone.png (content was: "", and the only contributor was "Eq" (talk))
- 12:46, 14 October 2024 Eq talk contribs created page File:Super Donator Zone.png
- 12:46, 14 October 2024 Eq talk contribs uploaded File:Super Donator Zone.png
- 12:46, 14 October 2024 Eq talk contribs deleted File:Super Donator Zone.png (content was: "", and the only contributor was "Eq" (talk))
- 12:41, 14 October 2024 Eq talk contribs created page File:Super Donator Zone.png
- 12:41, 14 October 2024 Eq talk contribs uploaded File:Super Donator Zone.png
- 12:36, 14 October 2024 Eq talk contribs created page Extreme Donator (Redirected page to Donator Benefits#Extreme Donator ($100)) Tag: New redirect
- 12:35, 14 October 2024 Eq talk contribs created page Super Donator (Redirected page to Donator Benefits#Super Donator ($50)) Tag: New redirect
- 12:22, 14 October 2024 Eq talk contribs created page Super Donator Zone (Created page with "thumb|406x406px|Zone available after obtaining Donator Rank.In the '''Donator Zone''' you will get access to an additional skilling and slayer area, where you will earn a 20% experience boost while within this area. You will be able to obtain different skilling pets from any Donator Zone that provide a 20% experience boost in their respective skills compared to the regular skilling pets that only provide a 10% experience boost you can rec...")
- 11:38, 14 October 2024 Eq talk contribs created page Donator (Redirected page to Donator Benefits) Tag: New redirect
- 11:23, 14 October 2024 Eq talk contribs created page File:Donator Slayer.png
- 11:23, 14 October 2024 Eq talk contribs uploaded File:Donator Slayer.png
- 11:18, 14 October 2024 Eq talk contribs created page File:Donator Skilling.png
- 11:18, 14 October 2024 Eq talk contribs uploaded File:Donator Skilling.png
- 10:47, 14 October 2024 Eq talk contribs created page Donator Zone (Created page with "thumb|506x506px|Zone available after obtaining Donator Rank.")
- 10:44, 14 October 2024 Eq talk contribs created page File:Donator Zone detail.png
- 10:44, 14 October 2024 Eq talk contribs uploaded File:Donator Zone detail.png
- 10:43, 14 October 2024 Eq talk contribs created page File:Donator Zone.png
- 10:43, 14 October 2024 Eq talk contribs uploaded File:Donator Zone.png
- 07:49, 14 October 2024 Eq talk contribs created page Donator Benefits (Created page with "== Donator ==") Tag: Visual edit
- 06:08, 14 October 2024 Eq talk contribs created page Template:SCP/doc (Created page with "{{documentation}} The '''SCP''' template displays a clickable skill icon picture that links to the skill page. This can be also be used in other templates that display skill icons. ==Usage== <pre>{{SCP|<skill>|<number>|link = (optional) yes}}</pre> ==Examples== Just skill:<br/> <pre>{{SCP|Magic}}</pre> {{SCP|Magic}} Skill and level:<br/> <pre>{{SCP|Magic|50}}</pre> {{SCP|Magic|50}} Skill, level, and link:<br/> <pre>{{SCP|Magic|50|link=yes}}</pre> {{SCP|Magic|50|link=...")
- 06:08, 14 October 2024 Eq talk contribs created page Template:SCP (Created page with "<includeonly>{{#invoke:SCP|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 06:06, 14 October 2024 Eq talk contribs created page Module:Rune pouch/doc (Created page with "{{No documentation}}")
- 06:06, 14 October 2024 Eq talk contribs created page Module:Rune pouch (Created page with "local p = {} local trim = mw.text.trim -- Get a rune's name, and the quantity to display function getItem(str) backSlash, _ = str:find('\\') if(backSlash) then itemName = str:sub(0, backSlash - 1) amountOfItem = tonumber(str:sub(backSlash + 1)) or 1 if(amountOfItem < 1) then amountOfItem = 1 elseif(amountOfItem > 16000) then amountOfItem = 16000 end return itemName, amountOfItem else return str, 1 end end -- Get page alignement setting function...")
- 06:06, 14 October 2024 Eq talk contribs created page Template:Rune pouch/doc (Created page with "{{documentation}} This template provides basic formatting to display a rune pouch or its upgraded variant, the divine rune pouch. ==About== This template is used to generate a table to display up to 4 runes that should be put into the rune pouch. ==Usage== This template can be used by entering the following onto a relevant page. <pre> {{Rune pouch|align=<!-- (Optional) Align the table to the left, center, right of the page --> | <!-- First rune name and...")
- 06:05, 14 October 2024 Eq talk contribs created page Template:Rune pouch (Created page with "{{#invoke:Rune pouch|main}}<noinclude>{{clear}}{{/doc}}</noinclude>")
- 06:03, 14 October 2024 Eq talk contribs created page Module:Inventory/doc (Created page with "{{No documentation}}")
- 06:03, 14 October 2024 Eq talk contribs created page Module:Inventory (Created page with "-- <pre> local p = {} local hasc = require('Module:Paramtest').has_content function formatAmount(_x) local x = tonumber(_x) or 1 if x < 100000 then return x, 'qty-1' elseif x < 10000000 then return tostring(math.floor(x/1000))..'K', 'qty-100k' else return tostring(math.floor(x/1000000))..'M', 'qty-10m' end end function p.main(frame) local bgType = frame.args.bgType if bgType == nil then bgType = "inventory"...")
- 06:03, 14 October 2024 Eq talk contribs created page Template:Inventory/doc (Created page with "{{documentation}} This template provides basic formatting to display an inventory. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{Inventory|align=right |Item1 |Item2 |Item3 |Item4 |Item5 |Item6 |Item7 |Item8 |Item9 |Item10 |Item11 |Item12 |Item13 |Item14 |Item15 |Item16 |Item17 |Item18 |Item19 |Item20 |Item21 |Item22 |Item23 |Item24 |Item25 |Item26 |Item27 |Item28 }}</pre> To specify an amount for a stackable item, put a bac...")
- 06:02, 14 October 2024 Eq talk contribs created page Template:Inventory (Created page with "{{#invoke:Inventory|main|bgType=inventory}}<noinclude>{{/doc}}</noinclude>")
- 06:00, 14 October 2024 Eq talk contribs created page Module:Recommended equipment/doc (Created page with "{{Documentation}}")
- 05:59, 14 October 2024 Eq talk contribs created page Module:Recommended equipment (Created page with "local p = {} local paramTest = require('Module:Paramtest') local onMain = require('Module:Mainonly').on_main local yesNo = require('Module:Yesno') local SlotInfo = { { name = 'head', icon = 'Head slot', txt = 'Head', link = 'Head slot table' }, { name = 'neck', icon = 'Neck slot', txt = 'Neck', link = 'Neck slot table' }, { name = 'cape', icon = 'Cape slot', txt = 'Back', link = 'Cape slot table' }, { name = 'body', icon = 'Body slot', txt = 'Body', link = 'Body sl...")
- 05:59, 14 October 2024 Eq talk contribs created page Template:Recommended equipment/doc (Created page with "{{Documentation}} {{Invokes|Recommended equipment}} This template displays the recommended equipment for an activity. ==Usage== Currently there is a limit of 5 that will be rendered per slot. Anything added past that will not be shown on the table. If there is a column of only N/A that means one of the slots is incorrectly numbered. SMW option only needs to be used in the main namespace, otherwise linked items in the table will be used in {{t|Used in recommended equip...")
- 05:58, 14 October 2024 Eq talk contribs created page Template:Recommended equipment (Created page with "<includeonly>{{#invoke:Recommended equipment|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 05:57, 14 October 2024 Eq talk contribs created page Thermonuclear smoke devil/Strategies (Created page with "thumb|275px|A player battles against the Thermonuclear smoke devil. The thermonuclear smoke devil is a boss variant of the regular smoke devils, requiring 93 Slayer to kill. Similarly to Kraken, despite its high requirements, the boss fight is mechanically simple and kills are quite quick, reaching 60–100 kills per hour depending on gear and strategies used. ==Requirements== *Level {{SCP|Slayer|93}} to deal damag...")
- 12:48, 13 October 2024 Eq talk contribs deleted File:Prestige Master equipped male.png (Deleted old revision 20241013104447!Prestige_Master_equipped_male.png: content before blanking was: "")
- 12:44, 13 October 2024 Eq talk contribs created page File:Ancestral robe top (i) equipped female.png (Uploaded with SimpleBatchUpload)
- 12:44, 13 October 2024 Eq talk contribs uploaded File:Ancestral robe top (i) equipped female.png (Uploaded with SimpleBatchUpload)
- 12:44, 13 October 2024 Eq talk contribs created page File:Ancestral robe top (i) equipped male.png (Uploaded with SimpleBatchUpload)
- 12:44, 13 October 2024 Eq talk contribs created page File:Holy ancestral robe top (i) equipped male.png (Uploaded with SimpleBatchUpload)
- 12:44, 13 October 2024 Eq talk contribs created page File:Ancestral robe top equipped male.png (Uploaded with SimpleBatchUpload)
- 12:44, 13 October 2024 Eq talk contribs uploaded File:Ancestral robe top equipped male.png (Uploaded with SimpleBatchUpload)
- 12:44, 13 October 2024 Eq talk contribs uploaded File:Ancestral robe top (i) equipped male.png (Uploaded with SimpleBatchUpload)
- 12:44, 13 October 2024 Eq talk contribs uploaded a new version of File:Prestige Master equipped female.png (Uploaded with SimpleBatchUpload)