RuneScape Wiki
Advertisement
Archive
This page or section is an archive.
Please do not edit the contents of this page. Direct any additional comments to the current project page or contact an administrator for aid if no talk page exists.
Archives
Archives
No archives yet

Editing Map Images[]

Rellekka Hunter area dungeon entrance location

I want to help update new location/updated location maps. I noticed that they often have a blue box marker of the "thing/topic" on the map that's being discussed. Is there a template or image of that square, or do I just make my own purple transparent square? (Such as the one below)  —The preceding unsigned comment was added by XVerax (talk) on 12:12, 20 September 2016 (UTC).

I believe all of these types of maps are made using User:Cook Me Plox/NPC Map Creator. Weird gloop @Gaz#7521 12:49, September 20, 2016 (UTC)

Data collection[]

Is there anyway I can/allowed to get data from this site? XML? I'm just after disassembly data for different items. too many to search and copy. I want items and their chance data which I was going to collect in a excel spreadsheet and sort accordingly. cheers toy smurf  —The preceding unsigned comment was added by 124.149.187.67 (talk) on 23:20, October 4, 2016‎ (UTC).

I'm sure someone more experienced on the subject will come along shortly to answer your question in a more thorough way, but in the meantime I can point you to the RuneScape API, and the MediaWiki API documentations. There might be enough there to get you started — Heaven Sent (talk) 04:17, October 5, 2016 (UTC)
All the raw data for item chances are on Module:Disassembly material calculator/data as a lua table - it should be obvious what means what, but watch out for comments (line starts with --). This data is by category. Finding the category/level for an item is kinda awkward to do in bulk automatically, but I whipped up User:Gaz Lloyd/dpl9 for you.
This is a table of all the disassemblable items with the four key values: category, level, special, specialchance. These are: the item's (specific) category, the item's disassembly level, the item's special materials (if any), and whether the item always gives (one of the) special materials - yes/true for 100%, no/false for not 100%. Special has the format material[quantity]{chance} or material quantity chance. Both quantity and chance are optional. See the documentation of Template:Disassembly for more info on this.
You'll also need Module:Disassemble/data to map those names into categories used by the chance data - its a bit more complex than the other module, but you can probably work it out. Let me know if you want help.
Of course, you'll also need to have read Disassemble and Junk, but I assume you've already done that. Weird gloop @Gaz#7521 11:26, October 7, 2016 (UTC)

Issue with (atleast) the Protective Component Calculator[]

I apologize if this isn't the appropriate place to report this. I tried to edit it but I didn't see how it was possible.

If you go to the http://runescape.wikia.com/wiki/Calculator:Disassembly_by_material/Protective page, you might notice the "cost per mat" column is incorrect. What it should do is take the average chance for Protective components, and give you the effective cost per Protective Component in the "cost per mat" column (this is how it works for example, in the Powerful Component Calculator). However, it instead gives you the effective cost per the 8 materials that that item gives. For example, Ganodermic Boots are listed at 3k per material, when they're themselves 24k. This is a result of dividing the price of the boots by the materials (8). It should instead display 145k, which is how much you can expect to pay before you get 1 Protective Component. A proper version of this calculator that works correctly can be found here: http://runescape.wikia.com/wiki/Calculator:Disassembly_by_material/Protective?oldid=16483071 .  —The preceding unsigned comment was added by 70.161.82.149 (talk) on 21:58, 16 February 2017‎.

This was a known issue and is already fixed - you likely have a cached version of the javascript. Does it persist if you clear your cache (ctrl-f5)? (You may also want to login to an account - logged-out users have a slower cache for everything.) Weird gloop @Gaz#7521 22:20, February 16, 2017 (UTC)
(Cant figure out how to reply with an indent) Clearing my cache did indeed fix it, thank you.  —The preceding unsigned comment was added by 70.161.82.149 (talk) on 22:28, 16 February 2017‎ (UTC).

Title template[]

Hey guys, I just starded here in the community and I think it's awesome. I just wanted to know if anyone can help me with this little issue, i want to put some of my ideas of work on titles pages and stuff like that, I want to know if anyone can tell me how to put that title "thing" like something with the grey back to contrast with the white colour of the page. Thanks. Abysaw (talk) 02:34, February 27, 2017 (UTC)

To format a title such as [Name] of the Elves you'd want to use the Template:TitleAnchor: {{TitleAnchor|t=of the Elves|c=#00FFFF|loc=s|bg=yes}}. Documentation on how to format each of those variables can be found in the documentation sections of the template's page via the link I gave above. — Heaven Sent (talk) 02:57, February 27, 2017 (UTC)

Issues with HTML pull from profile page[]

I've Used my profile on my previous account for years to power the prices on my calculators, but it has recently started resulting with "Imported content is empty". Is there any reason that the tables aren't working for Html pulls anymore?

If it's something I can fix, is there any way for you to help me get there please. I've researched everything i can think of to fix it.

Thanks for the help Batwingrobes (talk) 19:10, March 13, 2017 (UTC)

I can't see anything obviously wrong with the page you're using, assuming it's User:Batwingrobes. Could you explain what you're trying to do it more details, so I can go through it step by step and try to reproduce your issue? User:Cqm/Signature

Basically I have my User:Profile set up as a table. For the last 4 years, =Index(ImportHtml(("http://runescape.wikia.com/wiki/user:nbates93", "table",1))) has pulled all of the table into a Google spreadsheet once every 24 hrs for me to be able to use it. Suddenly it's saying that the imported contents are empty. I was doing some research and was seeing that maybe it was due to the table not loading before contents are pulled, or maybe it's not an iTable(or something like that).

Sorry if noone here would have any idea, I was moreso contacting to see if a change had been made to the website, or if there was a way I could view a static version of the site so that it could load from there? I'm not very skilled in the wiki side of everything.

Thank you very much Batwingrobes (talk) 14:22, March 13, 2017 (UTC)

I'm unaware of any specific changes, but I'd recommend sending in an email to staff via Special:Contact/general for further investigation. I don't believe Wikia explicitly supports such a use case, but they may be able to shed some light on what's happening and suggest a workaround. User:Cqm/Signature

Crystal chest drops[]

Take a look at Grimy torstol. In the "drop sources" section, grimy torstol is listed as being dropped always from crystal chest. This is obviously not true, because crystal chest has a dozen different loot scenarios, only one in which grimy torsol appears (and thus is an guaranteed drop within that loot possibility). This problem appears for other crystal chest drops as well; the drops DPL grabs the rarity from within one of the loot possibilities.

Could someone help change this? Perhaps there's a way to exclude crystal chest loot from appearing in drop source lists entirely? I've been unable to solve this problem myself. Thanks in advance. 5-x Talk 17:35, March 24, 2017 (UTC)

I looked into this a bit myself, prototyping a template to be used on that page instead, but never pulled the trigger on it. The code could probably be cleaned up a bit if anyone cares to take over the project: {{User:Heaven Sent/Infobox sandbox}}Heaven Sent (talk) 20:32, March 24, 2017 (UTC)
Yea this is a bit of a problem. I think the crystal chest page could do with a rework to make more sense. You could do whatever to stop the crystal chest stuff being fed through the DPL but it sort of should be doing that since it's still a source of torstol. Regardless, the rarities on the crystal chest page aren't particularly useful and are mainly to distinguish the few cases where a particular drop table might only give one of a set of items rather than all of them. That doesn't tie back nicely to what one crystal chest loot might spit out at you - it's not very meaningful. "You get a torstol every time, 8% of the time." --Henneyj 23:31, March 26, 2017 (UTC)

Hardcore Ironman Mode/Strategies[]

My problem. There isn't any page for the above section. Hardcore Ironman strategies link from Hardcore Ironman Mode takes you to Ironman Mode/Strategies, which I believe doesn't have the level of attention that's Hardcore deserves. (Plus the Ironman Mode/Strategies don't distinguish between P2P quests and F2P ones). It is a different gaming style and therefore need some its own page. Information about Fishing and Cooling should be paramount. Prayer as well should be emphasised. Some of the information, like Shops and Starting Out could be copied from the Ironman Mode/Strategies. I also think that at the bottom of each quest, an Ironman Mode alternative should be available. Eg, planks can only be obtained in F2P Ironman from the Wildy, the planks being necessary for Dragon Slayer. Level 34 Smithing is required to produce the 90 nails also required for Dragon Slayer. Level 40 Fishing and Cooking is recommended to obtain Lobsters for combat in Dragon Slayer etc. etc. Krytoxx (talk) 23:34, May 3, 2017 (UTC)

Edit rights for Elemental Workshop 3 quick guide[]

The guide has an excessive amount of steps which are not needed to complete the quest. - Throwaway99949 17:19, 20 July 2017 (UTC)

If you actually register and use a named account, instead of just using an anonymous IP, you can edit once you "auto-confirm," which I think is 10 edits over 3 days. --User:Saftzie/Signature 17:29, July 20, 2017 (UTC)
Define "Anonymous IP" and "using" a named acount. --Throwaway99949 (talk) 17:37, July 20, 2017 (UTC)
You will be able to edit protected articles like that one as soon as you become an autoconfirmed user, which happens automatically when your Wikia account is four days old. As you created your account today, you will need to wait until Monday. https://i.imgur.com/xHR7zpA.pnghttps://i.imgur.com/6encXAo.png 18:31, July 20, 2017 (UTC)
Hi, looks like the page was made protected as it was a target for vandalism in the past. I've unprotected the page since it's been a significant amount of time since that happened. You will be able to edit the page now. Magic logs detailIsobelJTalk page 08:56, July 22, 2017 (UTC)

Semantic MW[]

It's been true for a little while now that Semantic MediaWiki has been uninstalled. At the very least, that screws the Drop Source tables on item pages. Do we need to start making them manually again? --User:Saftzie/Signature 06:47, August 15, 2017 (UTC)

There’s currently an issue with Semantic MediaWiki that is breaking a few things, Wikia estimate it to be fixed by Thursday https://i.imgur.com/xHR7zpA.pnghttps://i.imgur.com/6encXAo.png 10:13, August 15, 2017 (UTC)
Advertisement