RuneScape:Chat/Logs/03 June 2012
< RuneScape:Chat | Logs
23:10 <Cåm> (btw I'm clueless with js so this is jibberish to me) 23:10 <Foodbandlt> Lol 23:10 <Foodbandlt> Isn't Joey the one who writes the majority of the code for this wiki? 23:10 <Cåm> Nonetheless, I still try and make myself a sidebar for Oasis 23:10 <Hofmic> Templates can't contain javascript, either, though. JS can only be added to a number of files that always load wiki-wise, so even if you're just viewing the page for Cook's Assistant, you still get the calc script loaded. Basically, it means we can't have a script for just one page without bloating all the others, so have to be lean. 23:11 <Cåm> Yeah, and it's so good other wikis nick it 23:11 <Foodbandlt> Well no, you can 23:11 <Foodbandlt> It would still load the script, yes, but you can prevent execution or importation of that script on all pages but that page 23:11 <Hofmic> True. But messy. 23:11 <Foodbandlt> And if you leave a named div element, you can specify where to output and on what pages 23:12 <Foodbandlt> Absolutely, but it's the only workaround I've found for Wikia 23:12 <Foodbandlt> Lol 23:12 <Foodbandlt> on Wikia* 23:12 <Hofmic> Unfortunately. That's what the current calcs here do. 23:12 <Hofmic> Finally found it! http://runescape.wikia.com/wiki/User:Stewbasic/calc 23:12 <Foodbandlt> So... what's the problem then? 23:13 <Foodbandlt> Not sure I understand 23:14 <Hofmic> The GU pages, such as [[Graphical updates/Items]] have "hard coded" tables. If you want to add an entry in the middle of the table (say, so they can be in order), it's too difficult to bother. I'd like to find a better way to do that. 23:14 <Range riley> dungeoneering anyone? 23:14 <Foodbandlt> Eh 23:14 <Foodbandlt> Only way I know how to do that is through the method I described, lol 23:14 <Hofmic> DPLs can't do it. They're meant for handling a number of pages, not a list of content on pages. Taking a look if calcs can. 23:14 <Foodbandlt> DPLs? 23:15 <TyA> Dynamic Page Lists or something liek that 23:15 <Hofmic> Yeppers 23:15 <Hofmic> <DPL> allows you to list pages in categories that fit specific conditions. 23:15 <Foodbandlt> Ahh 23:16 <Hofmic> For example, it can be used to list the pages inside a "money making guide" category (or perhaps the pages that contain the money making template), grab some info from a template on the page, then show that in a table. 23:16 <Hofmic> Example: http://runescape.wikia.com/wiki/User_talk:Cook_Me_Plox/Sandwich2?action=edit§ion=6 23:17 <Foodbandlt> Hm, interesting 23:17 <Foodbandlt> Sounds like the same concept as the forum page kind of 23:17 <Hofmic> Forum pages are made from DPL. 23:17 <Henneyj> could you not just template the rows/cells? 23:17 <Hofmic> As it stands, the entire rows are templated, but they're a row of 2 (or 3, in the case of inventory images)... 23:18 <Foodbandlt> Ah 23:18 <Hofmic> Hmm, maybe I could split the code into just being the cells... Except then adding something in would still require all the others to be "bumped" down. 23:18 <Henneyj> oh didnt know that 23:18 <Henneyj> its already a step up from when i last edited them 23:19 <Hofmic> And doesn't look like calculators would work as a reasonable way to go. We may just have to consider the difficulty of changing the order to be a limitation of the software. 23:19 <Hofmic> I mean, technically, I could use an SQL table with the data, or even just an XML file, and then parse it with PHP, but that's beyond our ability to do here. 23:20 <Hofmic> So I give up, we'll just use the static template =P 23:20 <Jr Mime> http://runescape.wikia.com/wiki/File:Entering_Summoning_portal.gif 23:20 <Jr Mime> Hehehe :D 23:20 <Hofmic> I should finish the inventory items page, me thinks. 23:21 <Hofmic> When I finish the GU pages, perhaps I could focus my efforts on a major calculator revamp. Combine all the profit/loss calcs by skill (so we don't have ten different crafting calcs for finding profit vs loss, but just one for that, and one to find experience needed to level up). 23:22 <Hofmic> PS: Anyone wanna volunteer to do this: http://runescape.wikia.com/wiki/Graphical_updates/Equipped 23:23 <Hofmic> Didn't think so. Oh well. 23:23 <Foodbandlt> Well... technically... 23:23 <Foodbandlt> I've never tried it before, but theoretically you could incorporate PHP into the imported JS 23:23 <Foodbandlt> I've done it on previous websites, but never on Wikia before 23:24 <Foodbandlt> No, actually 23:24 <Hofmic> Hmm, how? I'm not familiar with how to do that. Are you sure it wasn't just Jquery syntax (which uses the "$" for variables, like PHP) 23:24 <Foodbandlt> I don't suppose that would work, the JS is loaded too late to be processed by the server 23:25 <Foodbandlt> Hm, oh well 23:25 <Foodbandlt> It would have to be hard-coded to incorporate into the JS 23:25 <Hofmic> Yeah, PHP is processed serverside, JS is client-side. 23:25 <Foodbandlt> incorporated* 23:25 <Foodbandlt> Eh, I forget that sometimes, lol 23:25 <Hofmic> PHP: PHP Hypertext Preprocessor (a recursive acronym) 23:25 <Hofmic> Actually a backronym. Once stood for "Personal Home Page". 23:26 <Foodbandlt> Lol 23:28 <Hofmic> I never understood the point of recursive acronyms. What, you Zend folks couldn't think up something better for the first "P"? 23:29 <Foodbandlt> You know... 23:30 <TyA> The first P is very important 23:30 <Foodbandlt> What JS page is hard-coded to load by Wikia? 23:30 <TyA> IT MAKES IT PERSONAL 23:30 <Foodbandlt> Never thought about that, but isn't Common.js hard-coded to load? 23:30 <TyA> MediaWiki:Common.js, MediaWiki:Wikia.js, and MediaWiki:Monobook.js 23:30 <TyA> Common.js is for all skins 23:30 <Foodbandlt> Then I wonder why they are always loaded slightly later than the rest of the script... 23:30 <Foodbandlt> scripts* 23:30 <TyA> Wikia.js and Monobook.js is for their respective skins 23:30 <Foodbandlt> Oh, I know 23:31 <Foodbandlt> But Common.js is loaded reguardless, I wonder... 23:31 <Foodbandlt> Be right back 23:31 -!- IdkWhatsRc has left Special:Chat. 23:31 <Hofmic> Pretty sure it's impossible to inject PHP into them. Would be a major, major security risk. 23:31 -!- IdkWhatsRc has joined Special:Chat 23:32 <IdkWhatsRc> Yeah, main problem with Wikia is Calc documentation... 23:32 <IdkWhatsRc> Anywhere I can see a good calc guide? 23:33 <Hofmic> Hofmic: 23:33 <Hofmic> Unfortunately. That's what the current calcs here do. 23:33 <Hofmic> Finally found it! User:Stewbasic/calc 23:33 <Hofmic> [[User:Stewbasic/calc]] 23:33 <Foodbandlt> Hm 23:33 <Cåm> !updated 23:33 <RSChatBot> Cåm: The logs were last updated 23:51 ago. There are currently ~86 lines in the log buffer. 23:33 <Foodbandlt> They are not hard-coded to load, something else imports them a little later in the coding 23:35 <Hofmic> What is considered "hard coded" anyway? I've always usually used it to refer to something that's coded in a way that it can't be changed or is coded at a very high level (and thus requiring a more difficult change). 23:35 <Foodbandlt> What I consider hard-coded to be is in the original page source coding 23:36 <Hofmic> I suppose it would depend on the subject, then. Here, hardcoded would be non-changeable MediaWiki values. 23:36 <Foodbandlt> Absolutely, lol 23:36 <Cåm> [[Baba Yaga]] 23:36 <Foodbandlt> Didn't know there were none-changeable mediawiki values, lol 23:36 <Hofmic> If we were talking about, say, modding Skyrim, then hardcoded might refer to the AI's thinking. Stuff that's only changeable by Bethesda in the source code, not the modders. 23:37 <Foodbandlt> Same concept for that, with the Skyrim reference 23:37 <TyA> You can just change the source I guess with mediawiki 23:37 <Cåm> [[Template:HasDialogue]] 23:37 <Matthew2602> Oooh ooh oh! 23:38 <Foodbandlt> An example, if a Javascript tag was actually written in on the primary page that loads on every single page, I would consider that hard-coded 23:38 <Hofmic> Hi Matty. 23:38 <Foodbandlt> Then again, I suppose the fact that all of the relevant JS pages are imported, it still wouldn't matter 23:38 <Foodbandlt> Lol 23:38 <Hofmic> .... >:o 23:39 <TyA> o: 23:39 <Henneyj> .. 23:39 <Henneyj> o 23:40 <Coelacanth0794> ello 23:40 <Hofmic> It's all Matthew's fault, anyway. 23:41 <Coelacanth0794> i blame hofmic for everything 23:41 <Coelacanth0794> including the miami face-eating incident 23:42 <Hofmic> Wait, what incident? :o 23:44 -!- Range riley has left Special:Chat. 23:45 <Cåm> Shh, that's the sekrit incident that must not be named 23:45 <Hofmic> Don't...really...wanna...know. 23:46 <IdkWhatsRc> I love how the calc guide are in a FREAKING USERPAGE... 23:46 <IdkWhatsRc> Just make me lol how dumb it is... 23:47 <Hofmic> Why not merge them into the calc namespace existing calcs?? 23:48 <Coelacanth0794> http://i.imgur.com/bMDHS.jpg 23:49 <Hofmic> Uh, what Coelacanth0794? 23:49 <Foodbandlt> Hm, how many custom namespaces does RS Wiki have? 23:49 <Cåm> Urm... custom? 23:49 <Foodbandlt> Calc and Map aren't standard namespaces for Wikis o.o 23:49 <Foodbandlt> You have to request them 23:50 -!- HakkaPK has left Special:Chat. 23:50 <Cåm> Nor is calculator. Like Wikia would automatically give us an module free namespace 23:50 <Coelacanth0794> what's to querstion hofmic 23:50 <Foodbandlt> Which is why I ask, lol 23:51 <Foodbandlt> How many custom namespaces does this wiki have exactly? 23:51 <IdkWhatsRc> Like 10. 23:51 <IdkWhatsRc> But you could have 113+ 23:51 <Foodbandlt> Damn o.o 23:51 <IdkWhatsRc> 13 namespace atm. 23:51 <Foodbandlt> Could've sworn is said like max of 4 custom namespaces per wiki xD 23:51 <Cåm> Exchange, Charm, Calc and Map 23:51 <IdkWhatsRc> Exchange namespace ID is 112. 23:51 <Cåm> Are the custom namespaces 23:52 <Foodbandlt> So 4, I see 23:52 <IdkWhatsRc> Namespace Article ID Talk ID 23:52 <IdkWhatsRc> Media -2 N/A 23:52 <IdkWhatsRc> Special -1 N/A 23:52 <IdkWhatsRc> (main) 0 1 23:52 <IdkWhatsRc> User 2 3 23:52 <Foodbandlt> What? ^ 23:52 <Foodbandlt> O.o 23:52 <Cåm> RuneScape is what is normally known as the project namespace, every wiki has one 23:52 <IdkWhatsRc> And many more... 23:52 <Coelacanth0794> http://imgur.com/DsXYT.jpg A BEE?!?! 23:52 <Cåm> MediaWiki comes as part of the software 23:52 <Foodbandlt> No no, I know 23:52 <Foodbandlt> Lol 23:52 <IdkWhatsRc> Just saying. 23:52 <Foodbandlt> Was just curious of the custom namespaces, lol 23:53 <Hofmic> Supper time. Let's save and eat. 23:53 <IdkWhatsRc> All the namespaces are X2 because of discussion. 23:53 <Foodbandlt> Thought you guys had more than 4 and was about to ask how you managed that xD 23:53 <Cåm> We also have the remnants of a Message Wall namespace :/ 23:53 <Foodbandlt> Lol 23:53 <TyA> Foodbandlt: Wikia loves us <3 23:53 <Foodbandlt> You only have 4, lol 23:54 <Cåm> Is there a limit on custom namespaces? 23:54 <Foodbandlt> They love you for the amount of users that see the ads xD 23:54 <Cåm> We used to have portal too 23:54 <Foodbandlt> The limit is 4 23:54 <Coelacanth0794> http://mlkshk.com/r/ETUF what did i just stumble into 23:54 <Foodbandlt> ^ A coffee table 23:54 <Foodbandlt> o.o 23:54 <Cåm> Never knew there was a limit :| Is it MediaWiki imposed, or Wikia imposed? 23:55 <TyA> The limit is 3 Foodbandlt 23:55 <TyA> And it's a Wikia restriction 23:55 <Coelacanth0794> http://i.imgur.com/lcSQi.gif 23:55 <Foodbandlt> Could've sworn it said 4... let me find the link 23:55 <TyA> [[Help:Custom namespaces]] 23:55 <TyA> That one? 23:56 <TyA> "... each wiki is only allowed three custom namespaces (plus the three associated talk namespaces) ..." 23:56 <Foodbandlt> Odd, they changed it O.o 23:56 <TyA> No... It's been that way forever 23:56 <Cåm> Considering the size and usage of this wiki, I guess they ignore that rule 23:56 <Foodbandlt> And yet you guys have 4 custome namespaces, lol 23:56 <Foodbandlt> Darn, ninja'd 23:56 <TyA> As I said, Wikia loves us 23:57 <Cåm> Wowwiki is the only wiki I know of that has more pages 23:57 <Foodbandlt> Lol 23:57 <Coelacanth0794> http://i.imgur.com/kBZci.gif 23:57 * Coelacanth0794 flies away 23:57 <TyA> There is quite a few Cam 23:57 <Foodbandlt> Wookiepedia has more http://starwars.wikia.com/wiki/Special:WikiActivity 23:57 <Haidro> Rawr 23:57 <Foodbandlt> But they are partially fanon as well, aren't they? 23:57 <TyA> Wookieepedia has 2 e's :[[]]P 23:58 <Foodbandlt> Darn ._. 23:58 <Foodbandlt> Making a lot of typos today, heh 23:58 <Cåm> Considering Star Wars is an entire universe, I'm surprised it's not got more pages 23:58 <Haidro> Lol 23:58 <TyA> [[w:c:lyrics:]] 23:59 <TyA> 1,737,186 pages 23:59 <Haidro> Wow 00:01 <Foodbandlt> I'm fairly sure Wookieepedia includes fanon as well, but I'm not sure 00:01 <Foodbandlt> Hm, Lyrics wiki... good to know xD 00:01 -!- Henneyj has left Special:Chat. 00:02 <Meter55> Fanon...bleh. 00:02 <Coelacanth0794> http://imgur.com/gallery/dl29F 00:03 <Foodbandlt> Sheesh o.o; http://lyrics.wikia.com/User:NYCScribbler 00:03 <Foodbandlt> That guys crazy 00:03 -!- DeliciousYakSauce has joined Special:Chat 00:03 <DeliciousYakSauce> howdy hey 00:04 <Haidro> [[User:SmackBot]] 00:04 <Haidro> [[User:Cook Me Plox]] 00:04 <Haidro> You think 150k is a lot? 00:04 <IdkWhatsRc> L 00:04 <Foodbandlt> Lol, but those are bots 00:04 <Foodbandlt> That user wasn't a bot :P 00:04 <Haidro> Cook isn't a bot 00:04 <IdkWhatsRc> Yes rofl... 00:04 <Foodbandlt> Eh, I admit I didn't click the second link 00:04 <Foodbandlt> Lol 00:04 <TyA> [[w:c:lyrics:User:Lwt]] is still impressive for a bot 00:04 <IdkWhatsRc> Most of the edits he did was botted. 00:04 <Haidro> Metaphorically he is a bot... 00:05 <Haidro> Nuzzz idk 00:05 <Haidro> Go make teh fm guide :) 00:05 <Foodbandlt> Lol 00:05 <DeliciousYakSauce> well it is a runescape wiki 00:05 <DeliciousYakSauce> so there have to be bots 00:06 <Foodbandlt> No one said there shouldn't be, lol 00:06 <IdkWhatsRc> Cook is able to do 30+ edits in 1 min lol 00:06 <TyA> But our bots are legal ;) 00:06 <Foodbandlt> And other bots are... illegal...? 00:06 <Coelacanth0794> suddenly 00:06 <Foodbandlt> Lol 00:06 <IdkWhatsRc> He's either god... or a bot. 00:06 <Coelacanth0794> thunder 00:06 <TyA> He's Thor 00:06 <DeliciousYakSauce> maybe he is both 00:06 <IdkWhatsRc> A cyborg? 00:06 <DeliciousYakSauce> the legendary bot-god 00:06 <DeliciousYakSauce> a cyberman 00:07 <IdkWhatsRc> :D Now we know his secret. 00:07 <DeliciousYakSauce> but made of lemmings 00:07 <DeliciousYakSauce> runescape drops alot of packets... 00:07 <Foodbandlt> Not that many compared to some other games, actually 00:08 <DeliciousYakSauce> considering that there are about three possible things that can happen on my screen right now, its a pretty high amount 00:08 <Foodbandlt> Lol 00:09 <DeliciousYakSauce> I hate the begining of the runespan 00:09 <DeliciousYakSauce> where i have to fine stuff to be able to find the stuff i need to find stuff i need 00:10 -!- TyA has left Special:Chat. 00:11 <Coelacanth0794> http://i.imgur.com/IVwMk.jpg yeahhhh boiiiiiiiiii 00:11 <Coelacanth0794> it's a boat. 00:11 <DeliciousYakSauce> also I bought a dragon spear to train stuff for cheap but then I realized after I clicked submit or whatever that spear is only split and defensive and defence is my 99. 00:11 <DeliciousYakSauce> (facepalm) 00:12 <DeliciousYakSauce> and the person on my account sold/destroyed my skillcapes 00:12 <DeliciousYakSauce> I feel liek a homeless person, but less hungry 00:12 <Foodbandlt> Lol 00:12 <DeliciousYakSauce> and less homeless i guess 00:12 <Foodbandlt> Why was someone on your account? O.o 00:13 <DeliciousYakSauce> because I had about 100m and a good amount of people knew it 00:13 <EpicPancakes> HOLA 00:13 <DeliciousYakSauce> and then i stopped playing for 6 months 00:13 <EpicPancakes> Hablas espanol? 00:13 <Foodbandlt> No? 00:13 <EpicPancakes> Ah, No hablo ingles 00:13 <DeliciousYakSauce> is that scandinavian? 00:13 <EpicPancakes> NO ITS SPANISH 00:14 <DeliciousYakSauce> good 00:14 <DeliciousYakSauce> i don't know scandinavian 00:14 <Foodbandlt> Rofl 00:14 <EpicPancakes> Scandanavian is a dead language, isn;t it? 00:14 <DeliciousYakSauce> no... 00:14 <EpicPancakes> There are still vikings? 00:14 <DeliciousYakSauce> oh, what was that guys name 00:15 <DeliciousYakSauce> http://en.wikipedia.org/wiki/Anders_Behring_Breivik 00:15 <DeliciousYakSauce> this guy 00:15 <DeliciousYakSauce> hes a viking 00:16 <EpicPancakes> Ew, a Viagra commercial 00:16 <Meter55> ...lol. 00:16 <EpicPancakes> Call a doctor if it lasts more than four hours 00:16 <DeliciousYakSauce> the commercial? 00:16 <EpicPancakes> Which shouldn't even be a problem... 00:16 <EpicPancakes> No, the... 00:16 <EpicPancakes> Nevermind 00:17 <DeliciousYakSauce> hehehe 00:17 <Coelacanth0794> @both of you http://i.imgur.com/3M7jX.jpg 00:17 <DeliciousYakSauce> I just get a tank of helium from party city 00:17 <Foodbandlt> Lol 00:18 <DeliciousYakSauce> need more earth runes, but nothing around me gives earth runes.... 00:18 <Coelacanth0794> try runecrafting 00:18 <DeliciousYakSauce> ffffffffffffffffffffffffffffffffffffffffffffff 00:18 <DeliciousYakSauce> im in the rnespan 00:18 <DeliciousYakSauce> runespan* 00:18 <EpicPancakes> I love Max Payne 00:18 <EpicPancakes> Friendly fire is so fun 00:18 <Foodbandlt> Craft some earth runes down there *trollface* 00:19 <DeliciousYakSauce> im just killing these cosmic esshouds 00:19 <Coelacanth0794> k 00:19 <DeliciousYakSauce> and making dogfighting jokes in my head 00:19 <Coelacanth0794> bloodhound 00:19 <DeliciousYakSauce> on an unrelated note, I will most decidedly be going to whatever form of hell there may be 00:20 -!- Cire04 has joined Special:Chat 00:20 <Coelacanth0794> orly 00:20 <Cire04> can someone confirm this? 00:20 <Cire04> http://runescape.wikia.com/wiki/Magpie 00:20 <EpicPancakes> I went there once 00:20 <Coelacanth0794> yes, magpies exist in summoning 00:20 <EpicPancakes> Great vacation. 00:20 <DeliciousYakSauce> what part of it? 00:20 <EpicPancakes> Expensive. 00:20 <Cire04> It doesn't make sense that the shards you need 88, but bograg only returns 4 shards 00:21 <Cire04> he should return 62 00:21 <Coelacanth0794> test it 00:21 <DeliciousYakSauce> i see 62 on the thing 00:21 <Cire04> oh wia 00:21 <Cire04> wait 00:21 <Cire04> nvm 00:21 <Cire04> I was reaidng the wrong thing 00:21 <Cire04> :p 00:21 <DeliciousYakSauce> you read the scrolls 00:21 -!- Cire04 has left Special:Chat. 00:22 -!- Cire04 has joined Special:Chat 00:23 <DeliciousYakSauce> anyone else say outrageously weird things in public chat for no reason and just say wc after? 00:23 <Cire04> WOODCUT 00:24 -!- Howiter1 has joined Special:Chat 00:25 <Howiter1> Excuse me I got a question 00:25 <Hofmic> Questions are for asking. 00:25 <Howiter1> When you make a page, how do you get those buttons on to your wiki? I wanted to do a similar thing on RSFF wiki 00:25 <Howiter1> But a bit different 00:25 -!- Cire04 has left Special:Chat. 00:25 <Howiter1> I mean, how do you like, do it? Is there a template or something 00:26 <Hofmic> I'd have to check, I never use them, personally... Gimme a sec. 00:26 <Howiter1> Kay 00:26 <Jr Mime> [[SoF]] 00:26 -!- Cåm has left Special:Chat. 00:27 <DeliciousYakSauce> back 00:28 <EpicPancakes> I keep killing my Mexican friend... :I 00:29 <EpicPancakes> Columbian, Brazilian, whatever he is. 00:29 <DeliciousYakSauce> then call him rude names and make him not your friend before you kill him 00:29 <EpicPancakes> You mean like spic? 00:29 <EpicPancakes> Spic is like the n word to hispanics 00:30 <DeliciousYakSauce> well if this were the 80's you would call him a wetback 00:30 <EpicPancakes> and gringo is like spanish for cracker 00:30 <IdkWhatsRc> Calcs are so hard... 00:30 <DeliciousYakSauce> I thought gringo meant successful... 00:30 <EpicPancakes> Yeah, calcium is pretty hard. 00:30 <IdkWhatsRc> What does <div means? 00:30 <Hofmic> It's a broken <div> tag. 00:30 <DeliciousYakSauce> I think he was refering to the solidity of plastic used in calculators 00:31 <EpicPancakes> I know... 00:31 <EpicPancakes> Yak and I, we're the comedians 00:31 <IdkWhatsRc> Ik... but what does div mean? 00:31 <EpicPancakes> division 00:31 <Hofmic> It's a "division". Essentially, a giant block element. 00:31 <Howiter1> :| 00:31 <IdkWhatsRc> Block? 00:31 -!- Zolitile has joined Special:Chat 00:31 <Hofmic> Yes, meaning it's always a rectangle, versus, say, inline. 00:32 <IdkWhatsRc> oh.. 00:32 <IdkWhatsRc> so if i remove it... 00:32 <DeliciousYakSauce> its like dividing with zero 00:32 -!- Howiter1 has left Special:Chat. 00:32 <IdkWhatsRc> ... 00:33 <IdkWhatsRc> Basically, it serves as hiding codes. 00:33 <DeliciousYakSauce> wooooooooooooooo 60 runecrafting 00:33 <DeliciousYakSauce> 51 levels today 00:33 <EpicPancakes> WOW UR USING A BOT 00:33 <DeliciousYakSauce> nope 00:33 <Hofmic> You'd have to remove all the contents inside to remove it, otherwise may get some very strange passed on formatting. Not to mention the closing tag would be rendered as text. 00:33 <EpicPancakes> I know 00:33 <EpicPancakes> You smell too good for bots 00:33 <DeliciousYakSauce> and I taste too good too 00:34 <Hofmic> @Howitzer, still looking. Darn script is like a ninja. 00:34 <DeliciousYakSauce> if you know what im saying to you 00:34 <DeliciousYakSauce> why do they even have this skill in the game? 00:34 <Zolitile> . 00:34 <DeliciousYakSauce> also the game. 00:35 <Atheist723> Hi all. 00:35 <IdkWhatsRc> Could be useful for guides :D http://runescape.wikia.com/wiki/User:Stewbasic/calc#Image_viewer_and_page_getter 00:35 <DeliciousYakSauce> heyo 00:35 <EpicPancakes> You just lost the game 00:35 <DeliciousYakSauce> hey athiest723, are you budhist? 00:35 -!- Zolitile has left Special:Chat. 00:35 <EpicPancakes> lol 00:35 <EpicPancakes> I'm Pastafarian 00:35 <DeliciousYakSauce> lmao 00:36 <DeliciousYakSauce> personally I'm a sociopath 00:36 <DeliciousYakSauce> but that doesnt have anything to do with religion 00:36 <EpicPancakes> Homocidal PyroManiac 00:37 <EpicPancakes> "Homocide victims rarely speak to police 00:37 <EpicPancakes> Well maybe because they're dead 00:38 <Atheist723> Matt? 00:38 <Hofmic> is awesome. 00:39 <Atheist723> I need to get a page deleted. 00:39 <Hofmic> Slap {{D|Reason}} or {{RfD}} on. 00:39 <Hofmic> (the former if it's valid for speedy deletion) 00:39 <Atheist723> I did. 00:40 -!- AnselaJonla has joined Special:Chat 00:40 <Hofmic> Then wait. The freckled admin types are hiding. 00:40 <Hofmic> Or use AnselaJonla. Hi AnselaJonla 00:40 <IdkWhatsRc> F.... 00:40 <Atheist723> Hi Ansela. 00:40 <Atheist723> Yes, IdkWhatsRc? 00:40 <DeliciousYakSauce> howdy heyo, Ansela 00:41 <AnselaJonla> Hi 00:41 <AnselaJonla> And I am not a freckled admin 00:41 <Hofmic> ;) 00:41 <Atheist723> What does that mean anyway? 00:41 <AnselaJonla> I am a spotted sysop :P 00:42 <DeliciousYakSauce> schyzothymic? 00:42 <Coelacanth0794> ansela has freckles? 00:42 <DeliciousYakSauce> guys, i heard tat ansela has freckes 00:42 <AnselaJonla> Yak, weren't you banned for spam earlier? 00:42 <DeliciousYakSauce> pancake, ansela has freckes apparently 00:42 <DeliciousYakSauce> oh... erm... 00:42 <Hofmic> [[RuneScape:MassDelete|Had no idea this existed]].,, 00:42 -!- Howiter1 has joined Special:Chat 00:42 <Howiter1> Hey I got another question 00:43 <Atheist723> Bans expire? 00:43 <DeliciousYakSauce> it wasnt a perma ban 00:43 <Howiter1> You know where it says "Rules * Information" etc, how do you guys manged to add that? 00:43 <Howiter1> Like all above. 00:43 <Atheist723> Ask Joey...he isn't here though. 00:43 <Hofmic> [[MediaWiki:Common.js/chat.js]] 00:43 <Howiter1> Oke. 00:43 <AnselaJonla> Not too useful though, Hof. It deletes all pages created by a specified user in a specified namespace 00:43 <Hofmic> Still can't find the Special:CreatePage script, though 00:43 <Howiter1> Oh of course 00:43 <Howiter1> a css XD 00:44 <Howiter1> Yeah 00:44 <AnselaJonla> And what did you want an admin for, Hofmeister? 00:44 <Howiter1> I've been trying to find out how to do that for year 00:44 <Howiter1> years 00:44 <Hofmic> I didn't, Atheist723 did. 00:44 <AnselaJonla> Leave a message on [[User talk:Joeytje50|this nub's page]] to ask him for the specific code, Howiter1 00:44 <Howiter1> mmk 00:45 -!- PunchinPaul has joined Special:Chat 00:45 <Coelacanth0794> noob 00:46 <AnselaJonla> bigger noob 00:46 <Atheist723> Ah, thanks Ansela. 00:46 <Atheist723> Hi PunchinPaul. 00:46 <AnselaJonla> You wanted those things deleting, huh? 00:46 <PunchinPaul> Hi Atheist 00:46 <Atheist723> Yes, so? 00:46 <Hofmic> *wonders what happens when you try and view S:C in monobook* 00:46 * Coelacanth0794 pours spiders on ansela 00:46 <Hofmic> (that is, getting around the script to stop that) 00:46 <AnselaJonla> Aw, spiders :) 00:46 -!- Runescapeer has joined Special:Chat 00:46 <Atheist723> Hi Runescapeer. 00:46 <Coelacanth0794> yes 00:46 <Coelacanth0794> lots of spiders 00:46 <Howiter1> I remember when this wiki had Chiafiend12 00:46 <Runescapeer> hola sr. 00:47 <Atheist723> Heard you are no fan of spiders, Ansela. 00:47 <Hofmic> He's still here, but very rarely edits. 00:47 <Runescapeer> what are ut guys lvl in rs 00:47 <Atheist723> He still pops in chat about once in a month. 00:47 <Atheist723> 103+7, if you mean combat level. 00:47 <Hofmic> (qc) My RuneScapping level is 9001. 00:47 <Atheist723> I've heard they are reworking the combat level system too. 00:47 <Hofmic> New verb. Put it next to "googling". 00:47 <Atheist723> To better reflect combat ability. 00:47 <DeliciousYakSauce> cb level 127 total level is 2 x 9001 00:48 <Coelacanth0794> You know, words that mean other than, or especially the opposite of, the literal meaning! 00:48 <Coelacanth0794> Usually in a humorous or sardonic literary style or form. 00:48 <Atheist723> Pures are so dead. 00:48 <PunchinPaul> Might affect pure accounts heavily 00:48 <Hofmic> It's been almost a month without RuneScape here. Stupid site won't load and can't be annoyed to go out of my way to try and fix that. Too busy with other stuff. 00:48 <Hofmic> I hope so, PunchinPaul. 00:48 <DeliciousYakSauce> it seems like they are trying to be more WoW like with abilities 00:49 <Atheist723> They could be all WoW-like as they want, as long as it is good gameplay. 00:49 <EpicPancakes> WoW lololololo 00:49 <EpicPancakes> Callahdoody World at War 00:49 <DeliciousYakSauce> LoL is a different game, pancakes 00:49 <EpicPancakes> league of legends 00:50 <EpicPancakes> I quit. 00:50 <DeliciousYakSauce> quit what? 00:50 <EpicPancakes> I'm done trying to get this girl. It's impossible 00:50 -!- LostBlackKatana has joined Special:Chat 00:50 <Hofmic> By the way, I herby place a 500 karma point bounty on the first person to come up with a dynamic way to display Graphical Update pages. As it stands, the order is relatively static because there's two items per row (three in GU/Inventory). A dynamic method to generate the table from a list of data would allow us to order things in a useful way. Ideas? 00:51 <LostBlackKatana> ...You know, what I would like is a picture of the past look and the now look. 00:51 <IdkWhatsRc> let(showstuff,1-showstuff) 00:51 <LostBlackKatana> It's like they erased everything .-. 00:51 <IdkWhatsRc> What does 1-showstuff do exactly? 00:51 <Haidro> Hello 00:51 <Hofmic> Lost: [[GU]] 00:51 <LostBlackKatana> Hey 00:51 <IdkWhatsRc> It reverses to last value? 00:52 <Hofmic> Is "showstuff" a variable, IdkWhatsRc? 00:52 <LostBlackKatana> oh thanks 00:52 <Hofmic> If so, and showstuff is assigned a number, then it's just math. 00:52 <IdkWhatsRc> Yes 00:52 <Runescapeer> my cmb is 139 00:52 <IdkWhatsRc> http://runescape.wikia.com/wiki/User:Stewbasic/calc#Hiding_and_disabling_inputs 00:52 <Runescapeer> hofmic are u girl 00:53 <Atheist723> Hi Haidro. 00:53 <IdkWhatsRc> Basically, showstuff is nothing. 00:53 <Hofmic> I'm a Hofmic. [[User:Hofmic/About]] 00:53 <DeliciousYakSauce> lmao 00:53 <Runescapeer> niggga ouwtttttt ..pece yall 00:53 <LostBlackKatana> Theres no males wearing the God armours on the pages =.= Damnit... Right when I was about to draw them x D 00:53 <Hofmic> Strange, show stuff doesn't appear on that page, IdkWhatsRc? 00:53 <IdkWhatsRc> It's a hidden value. 00:54 <IdkWhatsRc> He should have called it 'nothing' 00:54 <Runescapeer> hey hofmic..you have a section called stuff i dont share 00:54 <Runescapeer> how ironic??!?!?! 00:54 <Hofmic> There's no "hiding and disabling inputs" section, though either. 00:55 <DeliciousYakSauce> thats not ironic 00:55 <DeliciousYakSauce> it talks about the things that he doesn't share, and still doesn't share them 00:56 -!- Runescapeer has left Special:Chat. 00:56 <DeliciousYakSauce> *takes off killjoy hat* 00:56 <DeliciousYakSauce> another job well done 00:56 <EpicPancakes> l9lololololololol 00:56 <Atheist723> You know what your "The stuff I don't share" section reminds me of, Hofmic? 00:56 -!- Hofmic has left Special:Chat. 00:56 <Atheist723> Gah. 00:56 -!- Hofmic has joined Special:Chat 00:56 <DeliciousYakSauce> lmao 00:57 <Haidro> hahahah 00:57 <Hofmic> What, Atheist723? 00:57 <Coelacanth0794> "This is Canada. Learn to earth." 00:58 <Atheist723> Superman: "I like pink very much." 00:58 <DeliciousYakSauce> have any of you all really ever been far even as decided to go use want to do look more like? 00:58 <Atheist723> Huh? 00:58 <Haidro> I have no idae what you just asked 00:58 <Haidro> idea* 00:59 <PunchinPaul> you'll have to re-word that 00:59 <DeliciousYakSauce> Have any of you really ever been far even as decided to go use want to do look more like? 00:59 <DeliciousYakSauce> oh come on you guys 00:59 <Haidro> That sentence doesn't make any sense 00:59 -!- Jackdejoker has joined Special:Chat 00:59 <Jackdejoker> hi 00:59 <EpicPancakes> Man, I wish I had a girlfriend 00:59 <Haidro> Hi 00:59 <DeliciousYakSauce> http://knowyourmeme.com/memes/has-anyone-really-been-far-even-as-decided-to-use-even-go-want-to-do-look-more-like 00:59 <Atheist723> Hi Jackdejoker. 01:00 <PunchinPaul> no ¢ 01:00 <Haidro> Oh it's a meme >.< 01:00 <Jackdejoker> whats ur rs cb lvls? 01:00 <Haidro> 110 here 01:00 <Coelacanth0794> You’ve got to be kidding me. I’ve been further even more decided to use even go need to do look more as anyone can. Can you really be far even as decided half as much to use go wish for that? My guess is that when one really been far even as decided once to use even go want, it is then that he has really been far even as decided to use even go want to do look more like. It’s just common sense. 01:00 <Jackdejoker> im like 80 01:00 <DeliciousYakSauce> 127 01:00 <PunchinPaul> i'm only 71 01:00 <Jackdejoker> nicee 01:00 <DeliciousYakSauce> 1803 total level 01:00 <Atheist723> ......? 01:01 <Jackdejoker> i want an acc over 100 01:01 <DeliciousYakSauce> then level up, boy 01:01 <DeliciousYakSauce> *in a southern accent* 01:01 <Jackdejoker> lol 01:01 <EpicPancakes> Uh... 01:01 <PunchinPaul> I think getting a random event resets the timer for the yellow wizard in runespan 01:01 <EpicPancakes> I think we all need some mental help 01:01 <DeliciousYakSauce> yellow wizard is not individual 01:02 <DeliciousYakSauce> its global 01:02 <Howiter1> (qc)w00t 01:02 <DeliciousYakSauce> random events dont apply to it 01:02 <Jackdejoker> lol 01:02 <Jackdejoker> who wanna meet? 01:02 <Jackdejoker> on rs 01:02 <LostBlackKatana> Does anyone have a picture of male zammy? 01:02 <DeliciousYakSauce> meet me at runespan on world 114 01:02 <Howiter1> (qc)Try killing: bankers. 01:02 <EpicPancakes> What's RS? 01:02 <LostBlackKatana> I want to draw it .-. 01:02 <PunchinPaul> [[Yellow wizard]] 01:02 <Jackdejoker> runescape 01:02 <EpicPancakes> Sigh... 01:03 <EpicPancakes> ONLY JOKING 01:03 <Jackdejoker> i knew tht 01:03 -!- Howiter1 has left Special:Chat. 01:03 <PunchinPaul> no, it is not global 01:03 <Atheist723> We have a fair bit in common, Hofmic, which are find quite surprising. 01:03 <Jackdejoker> rs is screwing me and not working 01:03 <DeliciousYakSauce> its semi global 01:03 <PunchinPaul> looks like the random event thing is already on the page 01:03 <DeliciousYakSauce> are you sure you arent just missing him? 01:05 <LostBlackKatana> Ath, it's 'which I find quite surprising' 01:05 <DeliciousYakSauce> lmao 01:05 <Atheist723> Fail... 01:05 <DeliciousYakSauce> right in the grammar... 01:05 -!- Jackdejoker has left Special:Chat. 01:05 <Hofmic> http://i3.kym-cdn.com/photos/images/newsfeed/000/125/494/lolloloololltrollol.PNG 01:05 <Atheist723> You know, I noticed something about the usage of my name... 01:05 <LostBlackKatana> :P 01:06 <Hofmic> hmm? 01:06 <Atheist723> Western people tend to call me "Athe" while Chinese tend to call me "Ath". 01:06 -!- Doom Weaver has left Special:Chat. 01:06 <DeliciousYakSauce> you're actually a fundamentalist Christian and you named yourself that ironicly? 01:06 <Hofmic> Erm, is anyone else able to see the examples on [[User:Stewbasic/calc|this]] page? No matter what, I can't get them to display for me. 01:06 <LostBlackKatana> I'm not Chinese. 01:06 <DeliciousYakSauce> lmao 01:06 <EpicPancakes> I'm wakashimian 01:06 <Atheist723> LostBlackKatana is the first westerner (I assume) to call me "Ath", then. 01:06 <Haidro> [[Combat beta contract]] 01:06 <Hofmic> For whatever reason, I always seem to see the no script version. 01:07 <DeliciousYakSauce> west of what? 01:07 <LostBlackKatana> I'm not western, either. 01:07 <EpicPancakes> That's Krogan for American 01:07 <Atheist723> Fail. 01:07 <DeliciousYakSauce> ath, you are quite ignorant 01:07 <EpicPancakes> Athe, you smell lick fried chicken 01:07 <LostBlackKatana> I'm Filipino 01:07 <LostBlackKatana> .-. 01:07 * Haidro keeps his combat beta contract 01:07 <EpicPancakes> Do you live in the fillipines? 01:07 <Haidro> although it has no use... 01:07 <LostBlackKatana> Nope 01:07 <DeliciousYakSauce> im from the Amurrican United Stated of Messopotamia 01:07 <LostBlackKatana> I live in Canada, EY. 01:08 <Atheist723> That's...pretty "western" (in cultural, not geographical sense) to me. 01:08 <EpicPancakes> That was a dumb question. If you did, you would probably be dead 01:08 <DeliciousYakSauce> its a mental assylum in new york 01:08 -!- Meter55 has left Special:Chat. 01:08 <DeliciousYakSauce> ath, you are ignorant and prejudicial 01:08 <AnselaJonla> I wonder if the combat rework will finally allow us to sheathe our bloody weapons 01:08 <LostBlackKatana> Well yeah 01:08 <AnselaJonla> DeliciousYakSauce - you're spammy and rude 01:08 -!- Touhou FTW has joined Special:Chat 01:08 <LostBlackKatana> But you weren't talking about culture .-. 01:08 <SovietHero> HEy Touhou 01:08 <LostBlackKatana> OHEYATOUHOUFAN. 01:08 <DeliciousYakSauce> but its a conversation... 01:08 <Atheist723> It's alright, why would you say that, DeliciousYakSauce? 01:08 <Touhou FTW> Hai 01:08 <Atheist723> Hi Touhou FTW. 01:09 <Hofmic> Perthaps the scripts only work on calc namespace pages... 01:09 <Touhou FTW> Hey Atheist 01:09 <AnselaJonla> Hi Toe 01:09 <EpicPancakes> Too many people, I can't take this. 01:09 <Touhou FTW> Hey 01:09 <DeliciousYakSauce> ath, I was only jokin. 01:09 <AnselaJonla> [[User:Joeytje50/SoF]] 01:10 <Atheist723> Fine. 01:10 <Haidro> What to use my necklace on... 01:10 <EpicPancakes> Use your necklace on a dig 01:10 <EpicPancakes> dog 01:10 <DeliciousYakSauce> what type of necklace? 01:10 <LostBlackKatana> Runescape should update the looks of the things that you fight that use the same armour that we use 01:10 <EpicPancakes> Necklaces look cute on dogs 01:11 <Haidro> Mad necklace... 01:11 <Atheist723> You mean like, the Falador guards, LostBlackKatana? 01:11 <Haidro> What t use double exp on 01:11 <EpicPancakes> RuneScape should act like they're shutting down and see how many people rage and cry 01:11 <Hofmic> RuneScape with Skyrim combat... I'd like it. 01:11 <EpicPancakes> YES 01:11 <Hofmic> <-- still playing Skyrim. 01:11 <EpicPancakes> That would be amazing 01:11 <LostBlackKatana> Ath: Yeah 01:11 <LostBlackKatana> And the white knights. 01:12 <LostBlackKatana> Oh, are blog posts allowed here? 01:12 <EpicPancakes> I wonder if the Elder Scrolls Online will suck. 01:12 <DeliciousYakSauce> it will 01:12 <PunchinPaul> multiplayer skyrim would be chaos 01:12 <EpicPancakes> Ik 01:12 <EpicPancakes> Unless it was just like co op 01:12 <LostBlackKatana> Because I don't see any fanon posts or anything 01:12 <EpicPancakes> With four people 01:12 <DeliciousYakSauce> If I can't go to Morrowind, it will suck 01:12 <LostBlackKatana> (new fag is new) 01:13 <EpicPancakes> Multiplayer would be horrible. The mages and archers would probably be overpowered 01:13 <Touhou FTW> watch the language please 01:13 <LostBlackKatana> .-. 01:13 -!- Urbancowgurl777 has joined Special:Chat 01:13 <Atheist723> Hi Fergie. 01:13 <Haidro> Sysop 01:13 <Haidro> Ohaider fergie 01:13 <Haidro> [[File:Smoke_devil_flames.png|Can we delete this? We have an animation]] 01:13 <AnselaJonla> Hi Fergs 01:14 <Hofmic> Fergs, remaining images in unused files aren't from a GU update. 01:14 <Urbancowgurl777> why can't i get here from the url <.< 01:14 <Urbancowgurl777> thanks Hofmic (: 01:14 <AnselaJonla> Hello Hairdo, nice to know I still bloody exist 01:14 <DeliciousYakSauce> lol 01:14 <Haidro> It was to any sysop 01:15 <Haidro> >.< 01:15 <Atheist723> Kind of ashamed to say I almost laughed. 01:15 <Haidro> Noob 01:15 <AnselaJonla> And LostBlack - even though you used homophobic language, I'll answer your question - any fanon/personal stuff is to go into your userspace. For you it will be any page starting with User:LostBlackKatana 01:16 <DeliciousYakSauce> just to clear things up, "new fag" is fairly common internet slang and rarely used in homophobic situations 01:16 <Touhou FTW> Doesn't make it right 01:16 * Coelacanth0794 sends ansela to the shadow realm 01:16 <DeliciousYakSauce> I know 01:17 <DeliciousYakSauce> but it makes it better 01:17 <Coelacanth0794> it looks like an office 01:17 <Touhou FTW> not really 01:17 <DeliciousYakSauce> it nullifies intent, but I'm not goign to argue 01:17 <LostBlackKatana> Ansela: Oh okay, thanks. 01:18 <AnselaJonla> No, it does not nullify intent 01:18 <AnselaJonla> And just you saying that is saying "oh, homophobic language is okay" 01:18 <LostBlackKatana> .-. 01:18 <Urbancowgurl777> !update 01:18 <Haidro> !updated 01:18 <RSChatBot> Haidro: The logs were last updated 08:23 ago. There are currently ~58 lines in the log buffer. 01:18 <AnselaJonla> In fact, since you seem to think that, I would like you to bloody well leave 01:18 <EpicPancakes> I don't understand it anyways. Nobody uses that in a homophobic way anyways 01:18 <Haidro> nub ;) 01:18 <EpicPancakes> Not going to argue, though. 01:19 <DeliciousYakSauce> there is a very hostile atmosphere in here, and I like it 01:19 <DeliciousYakSauce> this is how I would run a country 01:19 <EpicPancakes> Like that one new movie? 01:19 <EpicPancakes> The Dictator 01:19 <Atheist723> ...... 01:19 <DeliciousYakSauce> I don't watch movies 01:19 <AnselaJonla> You know, I'm starting to get the feeling you're nothing but a disruption-only account, DeliciousYakSauce 01:19 <DeliciousYakSauce> that involves socialization 01:19 <Touhou FTW> If you promote a hostile atmosphere, you will find yourself removed 01:19 <DeliciousYakSauce> what? no 01:19 <AnselaJonla> And that Flays should have banned you for longer 01:20 <EpicPancakes> Give him another chance. He can behave. 01:20 <DeliciousYakSauce> I help every person that I can in here 01:20 <Touhou FTW> Epic 01:20 <Touhou FTW> Stay out of this 01:20 <EpicPancakes> Wow, fine. 01:20 <Atheist723> You are not really one to talk... 01:20 <EpicPancakes> Everyone, stop it. We're all friends here. 01:20 <DeliciousYakSauce> If you all want me to leave, just ask, but I do not mean to be a disturbance 01:21 <Urbancowgurl777> so hi 01:21 <Touhou FTW> hi 01:21 <Atheist723> Fergie? 01:21 <EpicPancakes> Hey guys, new subject. Who likes pie? 01:21 <Urbancowgurl777> ? 01:21 <Atheist723> What is this? wikkedwire.com 01:21 <Urbancowgurl777> a website 01:22 <EpicPancakes> Sound like a certain kind of website to me... 01:22 <EpicPancakes> COUGH COUGH 01:22 <DeliciousYakSauce> [[yellow wizard]] is poorly worded 01:22 <Urbancowgurl777> fix it 01:22 <Haidro> Fix it 01:22 <Haidro> damn 01:22 <EpicPancakes> language 01:22 <DeliciousYakSauce> I will 01:22 <Atheist723> Alright... 01:22 <Hofmic> Wait... it should be linked to the main article... 01:22 <Hofmic> The redirect, that is. 01:22 <EpicPancakes> YO YO YO COOK 01:22 <Hofmic> Hi Cook. I just may need your insights. 01:23 <Atheist723> Hi Cook Me Plox. 01:23 <Urbancowgurl777> how do you know of that, VK? 01:23 * Cook Me Plox feels loved 01:23 <Haidro> hai Cookie Me Pls 01:23 <EpicPancakes> I don't know why, but you remind me of Sp00nerism, 01:23 <AnselaJonla> Btw - the only instance that "fag" is okay is when you're talking about a cigarette (and you really need to be British or possibly Aussie or Kiwi to get away with that one). 01:23 <Atheist723> Your YouTube channel, Fergie. 01:23 <EpicPancakes> We dropped the subject, just let it go. 01:23 <Urbancowgurl777> it's the website for the chat server i used to be active on 01:24 <Cook Me Plox> [[Small_Furnace]] <== redirect? 01:24 <Cook Me Plox> Also [[Shop_runs]] should probably be merged with...something 01:24 <Haidro> I redirected 01:25 <Urbancowgurl777> dailies? 01:25 <Atheist723> I see. 01:25 <Cook Me Plox> Hofmic, what do you mean? 01:25 <Haidro> Merge with [[Daily activities]] 01:25 <Coelacanth0794> yes fergs 01:26 <Urbancowgurl777> so i went to make a new favicon image 01:26 <Hofmic> So, Cook, GU pages. Tables have rows of two cells, so basically everything's in "twos". As a result, if you want to add a new item in the middle of the table, there'd be the manual work of moving the rest of the information "over", which is impractical. Thus, as a limitation (which was present before my new template, which only corrects the formatting/accessibility of data), there's no practical way to order the information on GU pages. I'd love to use some type of dynamic rendering of the page, allowing us to list the information, then render it into the table (in, say, alphabetical order). Any insights on how we could do it? 01:26 <Urbancowgurl777> worked so hard on it then realized i had RS instead of RW 01:26 <Urbancowgurl777> then i got highly annoyed and gave up 01:27 <DeliciousYakSauce> fixed [[yellow wizard]] 01:27 <Atheist723> Favicon? 01:27 <Urbancowgurl777> the thing on the tab window 01:27 <Hofmic> Already tried to look at the calculator scripts and DPLs (the danged manual page has a trojan), without seeing anything that could work. 01:27 <Urbancowgurl777> (RW) 01:27 <Urbancowgurl777> (rw) 01:27 <Urbancowgurl777> (wiki) 01:27 <Cook Me Plox> aww D: 01:27 <Hofmic> We really DO need a new favicon... 01:27 <Atheist723> Ah, I see. 01:27 <Atheist723> Why, Hofmic? 01:27 <Hofmic> It's ugly' 01:27 <Haidro> Looks fuzzy 01:28 <Urbancowgurl777> because we stopped having that theme like 4 years ago? 01:28 <Cook Me Plox> Hmm 01:28 <Haidro> Put an S in the middle 01:28 <Urbancowgurl777> not enough room 01:28 <Hofmic> It's not at all RuneScape-y 01:28 <DeliciousYakSauce> what filetype does it require? 01:28 <Atheist723> It is cramped enough already. 01:28 <Hofmic> .ico 01:28 <Cook Me Plox> I'm trying to think of how we could just use one template and have that format it into two-column rows 01:28 <Hofmic> Actually, can probably use .png... 01:28 <Urbancowgurl777> http://images3.wikia.nocookie.net/runescape/images/c/cc/Emoticon-Favicon.png 01:28 <Hofmic> I tried to think of that too, but with rows in a table... Drew a blank. 01:28 <Cook Me Plox> But DPL...that would slow things down even more than before 01:29 <Cook Me Plox> we could use an even bigger template 01:29 <Haidro> Wait 01:29 <Haidro> How about 01:29 <Haidro> we make it a cabbage 01:29 <Hofmic> I couldn't even find a way to do it with DPL, even with a long load time. 01:29 <Atheist723> No way. 01:29 <Cook Me Plox> Hofmic, if we do one large template with two columns 01:29 <DeliciousYakSauce> we could make it the book of knowledge from the dragon school random event 01:29 <Cook Me Plox> and each cell is {{{1}}}, {{{2}}}, etc 01:29 <Hofmic> I could hypothetically do it with full control, using an SQL database or XML file, along with PHP to render the page, but that's beyond the scope of mediawiki. 01:29 <Touhou FTW> bah bbl 01:29 -!- Touhou FTW has left Special:Chat. 01:30 <Hofmic> And while that could work, Cook, from existing pages, we'd need.... oh, hundreds of cells. 01:30 <Cook Me Plox> Well, that's the best idea I can think of 01:30 <Hofmic> Like a thousand, actually. It COULD be computer generated, but would the wiki be able to handle it? 01:30 <Cook Me Plox> Handle the template? 01:30 <Hofmic> Yeah. 01:30 <Cook Me Plox> Let me test it 01:31 <LostBlackKatana> They don't have such a large variety of armors for free to play in ranged between the levels 1-40. ; - ; 01:31 <Haidro> It's called F2P for a reason 01:31 <Atheist723> That is why you pay. 01:31 <Hofmic> Okay, cook, and let me know how it goes. I can adapt my existing template pretty well to that, me thinks. But only if the wiki is able to handle processing such a massive template reasonably. 01:31 <LostBlackKatana> I mean, just compared to melee. 01:32 <Atheist723> So...I was editing [[Plane-freezer Lakhrahnaz]]... 01:32 <Haidro> Then you got edit conflicted 01:32 <Atheist723> No. 01:32 <DeliciousYakSauce> does [[tower of voices]] seem to have too many commas to any one else? 01:32 <Atheist723> I started humming the theme. 01:32 <Haidro> No such page 01:33 <Hofmic> [[Tower of Voices]] 01:33 <Hofmic> And it's good. 01:33 -!- Nattyfrank has joined Special:Chat 01:33 <Hofmic> The commas are grammatically correct, and make the page easier to understand than a larger number of short sentences (they aren't that long) 01:33 <Atheist723> Hi Nattyfrank. 01:33 <Nattyfrank> Hello 01:34 <DeliciousYakSauce> I was reading it weirdly then, thats why I asked, thanks 01:34 <LostBlackKatana> Sometimes when I open up Runescape and log in, it exits the window. 01:34 -!- Nattyfrank has left Special:Chat. 01:34 <Haidro> Just realised I had a new emote 01:34 <Atheist723> It happens to me all the time. 01:34 <Atheist723> [[Celebrate]]? 01:35 <LostBlackKatana> Unless I'm in a citadel or dungeoneering/mini-game of some sort. 01:35 <DeliciousYakSauce> oh I had that a while ago 01:35 <DeliciousYakSauce> something about java's memory being limited too low 01:36 <LostBlackKatana> Yeah, I don't have Java. 01:36 <DeliciousYakSauce> how do you run runescap then? 01:36 <LostBlackKatana> You know things like starcraft 01:36 <LostBlackKatana> or games 01:36 <LostBlackKatana> Like... They're not internet browser or something 01:36 <Coelacanth0794> fuckin' [email protected]@@ 01:36 <LostBlackKatana> No 01:36 <DeliciousYakSauce> runescape is coded in javascript 01:37 <LostBlackKatana> ??? 01:37 <DeliciousYakSauce> and it needs it just a bit to work 01:37 <LostBlackKatana> My friend did that for me 01:37 <LostBlackKatana> He randomly downloaded it 01:37 <DeliciousYakSauce> java or runescape? 01:37 <LostBlackKatana> Wait 01:37 <LostBlackKatana> Actually I have Java 01:37 <LostBlackKatana> but it's just not working on my Internet 01:37 <Cook Me Plox> Yeah, this isn't working 01:38 <PunchinPaul> it's not fair. 187,000 xp to 80 runecrafting 01:38 -!- Welldoneqtip has joined Special:Chat 01:38 <DeliciousYakSauce> thats like 3 hours 01:38 <LostBlackKatana> Ath, are you on mobile? 01:38 <Welldoneqtip> hey guys im trying to find the thread for the royal event but i cant. anyone know the name? 01:39 <Haidro> Nope 01:39 <DeliciousYakSauce> [[Diamond Jubilee]]? 01:39 <Cook Me Plox> http://services.runescape.com/m=forum/sl=0/forums.ws?278,279,984,63416735,goto,67 nope. 01:39 <Cook Me Plox> Doesn't even reply to me. Asshat. 01:40 <Atheist723> No, LostBlackKatana. 01:40 <LostBlackKatana> Wow, second time I won something I can't equip on the Squeal of Fortune. 01:40 <LostBlackKatana> Ath: Oh, okay. 01:40 <Atheist723> Why would you ask? 01:40 <LostBlackKatana> Logging on and off 01:40 <Atheist723> It is just my fail connection. 01:41 <LostBlackKatana> Oh. 01:41 <Atheist723> It borders on infamy. 01:41 <Welldoneqtip> i still cant find the forum :C 01:41 <DeliciousYakSauce> mine spikes to 500 and when i mention it, it drops back to 35 to make me sound like a liar 01:42 <LostBlackKatana> K, I'm gonna go play some Runescape. Good day/night to you. 01:42 <PunchinPaul> see you space cowboy 01:42 -!- LostBlackKatana has left Special:Chat. 01:42 <AnselaJonla> The thread is linked on [[Cryptic Clue Fest IV]] 01:43 <AnselaJonla> The clues are also posted on that page I just linked, along with the answers, which are hidden by default 01:43 <Welldoneqtip> thnks 01:45 <AnselaJonla> you're welcome 01:45 -!- Trewqpoiuuy has left Special:Chat. 01:46 <Hofmic> Ugh, trying to make a script to test how the wiki will act with a very large template, I accidentally put the attributes of the "for" statement in the wrong order... Crashed firefox. 01:46 <Hofmic> Tip: DON'T ever try "for(i<1001;i=1;i++)" 01:46 <Urbancowgurl777> http://runescape.wikia.com/index.php?title=RuneScape%3ARuneScape_Wiki_is_not...&action=historysubmit&diff=5705881&oldid=5539515 01:46 <Urbancowgurl777> nice 01:47 <Hofmic> (Should be "for(i=1;i<1001;i++)", otherwise gets stuck in an infinite loop) 01:47 <PunchinPaul> [[Empowered fire staff]] 01:49 -!- Welldoneqtip has left Special:Chat. 01:50 <Haidro> [[inadequacy]] 01:50 <Cook Me Plox> Lol, I didn't realize how hilariously plagiarized the official wiki's policies are from us 01:51 <Cook Me Plox> And the templates 01:51 -!- Cire04 has joined Special:Chat 01:51 <Cire04> Are there good techies in here? 01:51 -!- Haidro has left Special:Chat. 01:52 <Cook Me Plox> Trekkies maybe 01:53 <Urbancowgurl777> nerds 01:54 <AnselaJonla> I know of at least one template that the "official" wiki won't have that we do :) 01:54 <Coelacanth0794> says fergs, an admin on a game fansite 01:54 <Cire04> which one ansela? 01:54 <Cire04> your self made one? 01:55 <AnselaJonla> [[Template:Equipscreen|This one]] 01:55 -!- Cire04 has left Special:Chat. 01:55 -!- Cire04 has joined Special:Chat 01:55 <Urbancowgurl777> i was looking at their QBD page earlier, was pathetic 01:55 <Urbancowgurl777> they even copied our strongest monster template 01:55 <Cire04> lol why? 01:55 <AnselaJonla> Fergs - all their monster pages are pathetic 01:55 <Cook Me Plox> Some guy copied the first section of the page from us 01:55 <Cook Me Plox> So I removed it...6 hours later 01:55 <AnselaJonla> Delete, delete, delete 01:55 <Cire04> should we all file a complaint to jagex about it? 01:55 <Cook Me Plox> Think how long that kind of crap would last on here 01:55 <Cook Me Plox> no, they don't care 01:56 <Cire04> tell them they are infringing copyright laws 01:56 <Cire04> lol 01:56 <Cook Me Plox> Not about their wiki, not about us 01:56 <Atheist723> I still remember their Steel dragon page. 01:56 <AnselaJonla> http://services.runescape.com/m=rswiki/en/Steel_dragon 01:56 <Cire04> well I'm going to, regardless 01:56 <Jr Mime> Rofl 01:56 <Cook Me Plox> Where? 01:56 <Jr Mime> their wiki sucjk 01:56 <Jr Mime> sucks* 01:57 <AnselaJonla> http://services.runescape.com/m=rswiki/en/Iron_dragon - even more useless than the steels page 01:57 <Hofmic> Time for a torture test: [[User:Hofmic/Sandbox5]] 01:57 <Atheist723> I would not have thought it possible before actually reading it. 01:57 <Cook Me Plox> I wish they had a Special:LongPages 01:57 <Jr Mime> Hahahaha 01:57 <Cook Me Plox> We could just get a list of all of the copied pages 01:57 <Jr Mime> ""Members Unknown [Edit]"" 01:57 <Hofmic> Probably not even enough variables.. 01:58 <AnselaJonla> [[Abyssal vine whip]] 01:58 <Cire04> does jagex provide their images? 01:59 <Urbancowgurl777> ofc? 01:59 <DeliciousYakSauce> back 01:59 <Cire04> why hof? it's simpler to use the regular wiktable 01:59 <Hofmic> Cire, testing if the wiki is able to handle a template with, say, a thousand parameters. 01:59 <Cire04> Oh 02:00 <Cire04> You wanna try 2000 thousand now? 02:00 <Hofmic> Except the wiki hates me... Now every other page never stops "loading the editor". 02:00 <Jr Mime> [[File:Abyssal vine whip (green) equipped.png|Looks cool with blue, black, red, green :D]] 02:00 <Hofmic> In a second. That's only half the test. 02:00 <Hofmic> Have to actually use those parameters. 02:00 <Cire04> let it go until tomorrow, 02:00 <Hofmic> [[User:Hofmic/Sandbox6]] is where the fun begins. 02:00 -!- AnselaJonla has left Special:Chat. 02:00 <Hofmic> Hey, not bad. 02:00 <Cire04> I'll right a code that returns the string for you without having to enter in the string yourself 02:01 <Cire04> just give it preset ones 02:01 <Hofmic> Anyone care to test it? I didn't see any lag. 02:01 <Jr Mime> Lol hof? 02:01 <Hofmic> 1000 is too few, though. Maybe 3000. 02:01 <Cire04> no lag 02:01 <Cire04> okay 02:01 <Cire04> leave it 02:01 <Jr Mime> No lag, I can edit 02:01 <Cire04> well, maybe not tomorrow 02:01 <Hofmic> I have no idea how many variables we're looking at.... 02:01 <Cire04> but the day after I will 02:01 <Cire04> just remind me 02:01 <Cire04> I'll just do the code that will return the complete string 02:01 <Coelacanth0794> fergie go update rune kite worn 02:01 <Cire04> much easier 02:01 <Cire04> byee everyoen 02:02 <Hofmic> five parameters per GU item, so 3000 means 6000 GU entries... Lets do 5k, and that will leave lots of extra space. 02:02 <Cire04> ? 02:02 <Jr Mime> Cya Cire 02:02 <Cire04> tell me later 02:02 -!- Cire04 has left Special:Chat. 02:02 <Atheist723> Bye. 02:02 <Atheist723> Gah. 02:03 <SovietHero> Too late 02:03 -!- PunchinPaul has left Special:Chat. 02:04 <IdkWhatsRc> I want the command to do: 02:04 <IdkWhatsRc> if something equals something, then variable1 value becomes variable2 value 02:04 <Jr Mime> [[File:Making-Flatpack.gif]] NINJA! 02:04 <SovietHero> wut 02:04 <Hofmic> The fun begins again: [[User:Hofmic/Sandbox6]] 02:04 <IdkWhatsRc> if(something1=something2){variable1=variable2} ?? 02:05 <Jr Mime> O_O 02:05 <Hofmic> Ouch, not even done saving yet 02:05 <SovietHero> DAYUM Hoffy that's helluva lot 02:05 <Jr Mime> I can see the 5k of them, not "Parameter number #" only {{####}} 02:05 <Hofmic> Still, how's the load time? Not the time it takes to load the whole table, but the time it takes to start loading any visual part of the page. 02:06 <Hofmic> Looks good on my end. 02:06 <Jr Mime> Edit takes kinda long 02:06 <Jr Mime> Loading the page is ok 02:06 <Hofmic> Should be fine. We shouldn't have to use them all. However, the "image small" flags now will have to be necessary, rather than optional like before, so that adds a bit. 02:07 <Jr Mime> 20,136pages 02:07 <Jr Mime> on this wiki 02:07 <Jr Mime> Prooooo :P 02:07 <Hofmic> At last, thanks to Cook Me Plox, we can have dynamic GU pages. 02:07 -!- TyA has joined Special:Chat 02:07 <Jr Mime> . . (+118,918) . . [Hofmic (2×)] 02:08 <Jr Mime> Awesome 02:08 <Hofmic> Hey Cook, know any way to only have an image downscale its size if it's larger than the size noted? 02:08 <Hofmic> In other words, I only want to make the image smaller, never bigger. 02:08 <Hofmic> Vertically, that works, but not horizontally.... 02:08 <Hofmic> Or the other way around, maybe. Whatever. 02:08 <Coelacanth0794> what 02:09 <Coelacanth0794> |30px 02:09 <Coelacanth0794> problem solved 02:09 <Jr Mime> http://runescape.wikia.com/wiki/File:Qbd_cristal.png 02:09 <Jr Mime> So ugly! 02:09 <Hofmic> And someone can't spell "crystal". 02:09 <Coelacanth0794> png my ass 02:09 <Jr Mime> Even the name is wrong 02:09 <Coelacanth0794> clearly jpg 02:10 <Urbancowgurl777> they spelled it crystal in the description <.< 02:10 <Jr Mime> ikr 02:10 <Hofmic> @Coel, the issue is, the image needs to be reduced both vertically and horizontally. |125x125 will reduce the image while maintaining the aspect ratio (contradictory to popular opinion), but if the image is smaller than 125x125, it'll be upscaled, for whatever reason. 02:10 <Jr Mime> *Detects deletion of a page* 02:10 <Jr Mime> Oh nope 02:10 <Jr Mime> :P 02:12 <Hofmic> Let's delete it. It be useless. Too low quality. 02:12 <Hofmic> Note it needs to be removed from the QBD's talk page http://runescape.wikia.com/wiki/Talk:Queen_Black_Dragon?curid=380674&diff=5705919&oldid=5705781 02:12 <Jr Mime> ""It IS, however, possible to carry over any type of weapon poison applied to a weapon by applying the poison to the weapon before binding said weapon. "" 02:12 <Jr Mime> Dafudge 02:13 <Hofmic> Yeah, that's right. 02:13 <Hofmic> A bit confusing wording, though. 02:13 <Jr Mime> yeah 02:13 <Jr Mime> Can you reword it? I can't understand anything O_O 02:13 <SovietHero> Who put that in anyway? 02:13 <Hofmic> "It's possible to poison a bound weapon by applying the poison before binding said weapon." 02:13 <Jr Mime> ahh thx 02:14 <Jr Mime> http://runescape.wikia.com/wiki/Strong_weapon_poison?curid=182854&diff=5705924&oldid=5508910 02:14 <SovietHero> How do you remove the poison from a weapon in (dung) ? 02:15 <Jr Mime> Use your T-Shirt? 02:15 <SovietHero> Seriously, how? 02:16 <Hofmic> I think any piece of clothe with firebreath wisky or whatever... Lemme check. 02:16 <Coelacanth0794> use any crafting cloth 02:16 <SovietHero> Like Bryll? 02:16 <SovietHero> kk thx 02:16 <Urbancowgurl777> x_x 02:16 <Jr Mime> http://runescape.wikia.com/wiki/User:IdkWhatsRc/Testing_Calc 02:16 <Jr Mime> :D 02:16 <Urbancowgurl777> totally just busted into my mom's room and turned the light on while she was sleeping 02:16 <Urbancowgurl777> gf sleep 02:16 <Jr Mime> I got the password wrong :3 02:16 <Hofmic> How mean. 02:17 <Urbancowgurl777> didn't know she was in there -.- 02:17 <Coelacanth0794> meanie fergs 02:17 <Coelacanth0794> why would you do that] 02:17 <SovietHero> Fergs y u so rude 02:18 <SovietHero> You have dishonored you family 02:18 <Hofmic> Grr, can't seem to be able to find a solution to resizing images to a maximum of 125x125px without upscalling... Why is it even possible to increase an images size in mediawiki... 02:19 <TyA> Hai 02:19 <Hofmic> TyA: solve my problems for me! 02:19 <TyA> What's your problem? 02:19 <Hofmic> Grr, can't seem to be able to find a solution to resizing images to a maximum of 125x125px without upscalling... Why is it even possible to increase an images size in mediawiki... 02:19 <TyA> Take a better image! 02:20 <Jr Mime> lol 02:20 <Hofmic> "|125x125px" will reduce images right, but if the image is too small, it becomes upscaled. Yet, "|125px" won't upscale, even though it can't ensure the image is vertically sized. 02:20 <Hofmic> And taking a better image is not applicable, GU pages. 02:20 <TyA> GU? 02:20 <TyA> oh 02:20 * Jr Mime is confused 02:20 <Jr Mime> Fergie..? 02:20 <Hofmic> [[Wikipedia:Wikipedia:Extended_image_syntax|Let's consult the oracle]] 02:21 <Urbancowgurl777> ? 02:21 <SovietHero> Jr just drop it k? 02:21 <Jr Mime> Will we leave the poly dungeon as it is? 02:21 <Urbancowgurl777> i thought you wanted to fix it 02:21 <Jr Mime> But I said (2 days ago) that the arrows were not visible 02:21 <Urbancowgurl777> why must i do it for you? 02:22 <Urbancowgurl777> be creative, i suggested the dungeon entrance/exit arrows 02:22 <Hofmic> That's not helping... I suppose we'll have to use a parameter for it.... this complicates things. 02:22 <DeliciousYakSauce> I'm just clicking random article and making any fixes that I'm qualified/able to make 02:22 <DeliciousYakSauce> is there a better way? 02:22 <Atheist723> Hi Ty. 02:22 <Hofmic> [[Category:Stubs]] 02:23 <Coelacanth0794> http://i.imgur.com/SkkO9.jpg "Thank God!!! That regular water went straight to my hips!!!" 02:23 <Coelacanth0794> top comment 02:24 <Jr Mime> kk sec Fergie :o 02:24 <DeliciousYakSauce> im working on runesphere now 02:25 <SovietHero> hm 02:25 <SovietHero> http://www.youtube.com/watch?v=GeE2EvlJk54 02:25 <SovietHero> mah fav video game soundtrack 02:25 -!- SovietHero has left Special:Chat. 02:25 -!- SovietHero has joined Special:Chat 02:29 <SovietHero> Dogfoger 02:30 <Hofmic> Matthew2602! 02:30 <Matthew2602> Wonder how long it will take to dc me 02:30 <Hofmic> *hands Matthew2602 a battery* 02:31 <Matthew2602> I've been able to say something, so it's a good start >.> 02:31 <Matthew2602> y u give me battery 02:31 <Hofmic> /kb Matthew2602 DC 02:31 <Matthew2602> :( 02:31 <Jr Mime> http://i1034.photobucket.com/albums/a422/IAF_Roadrunner/Polypore_Dungeon_map_3.png 02:31 <DeliciousYakSauce> [[Runesphere]] is still short but all the information is there and clear 02:31 * Hofmic huggles Matchew 02:31 <Jr Mime> Wow 02:31 <Jr Mime> why does it make tiny? 02:31 <Atheist723> The only connection I could think of is "direct current". 02:32 <Hofmic> Indeed, Atheist723. Batteries run with "DC" electricity. 02:32 <Matthew2602> oh 02:32 <Urbancowgurl777> photobucket does that for anything larger than a screenshot 02:32 <Matthew2602> nuu, not that kind of dc 02:32 * Hofmic also gives Matthew2602 a comic book. 02:32 <Urbancowgurl777> that's why i used whatever website i used.. 02:32 <Jr Mime> Oh 02:32 <Atheist723> Detective Comics. 02:32 <Urbancowgurl777> postimage.org 02:32 <Jr Mime> http://www.imgur.com 02:32 <Hofmic> I use imageshack, but it really doesn't make a difference. 02:33 <Urbancowgurl777> imageshack said i had to make an account or nu 02:33 <Urbancowgurl777> so i said nu 02:33 <Hofmic> Yeah, my account hasn't logged out of it yet, so didn't bother to switch anything. 02:33 <IdkWhatsRc> AMAZING SCRIPT: http://runescape.wikia.com/wiki/User:IdkWhatsRc/Testing_Calc 02:33 <Jr Mime> Imgur can't upload mine 02:33 <Jr Mime> idk why 02:33 <Jr Mime> It freezez 02:34 <Hofmic> :o What's the image's resolution? 02:34 <IdkWhatsRc> You will be amazed by my talent lol 02:34 <Jr Mime> http://runescape.wikia.com/wiki/Map:Polypore_Dungeon 02:34 <Jr Mime> :P 02:34 <Hofmic> Oh, heavy. 02:34 <Jr Mime> http://postimage.org/image/ke6une01n/ 02:34 <Jr Mime> Something like that Fergie? 02:34 <Matthew2602> Idk, where's my cookie? :D 02:35 <Hofmic> Pretty sweet map by the way. 02:35 <Urbancowgurl777> looks hard to see 02:35 * Hofmic pastes a difficult to remove flash cook into Matthew2602's browser. 02:35 <Hofmic> "Do not track is enabled? How cute." 02:35 <Urbancowgurl777> use your own judgement ._. 02:35 <Jr Mime> What can I do to make is visible? 02:35 <Urbancowgurl777> *goes afk* 02:35 <Hofmic> The annoited text could be a size or two larger. 02:35 <Urbancowgurl777> no it can't 02:36 <Urbancowgurl777> kay afk 02:36 <Jr Mime> Hof, the arrows 02:36 <Hofmic> No? Seems so small. 02:36 <Jr Mime> not the text 02:36 <Jr Mime> http://postimage.org/image/ke6une01n/ 02:36 <Jr Mime> This one, not the photobucket :o 02:36 <Hofmic> I'm cool with the arrows. They're very contrasted against all the black. 02:36 <Hofmic> Oh... 02:36 <Hofmic> Which image am I looking at? 02:36 <Jr Mime> Postimage 02:36 <Hofmic> Okay. *sheepish grin* 02:37 <Jr Mime> Are the arrows (On postimage) good? Visible enough? 02:37 <Hofmic> Sooo, I'm comparing the postimage version to Map:Polypore Dungeon. The arrows on the postimage seem a bit bold. I like the map namespace one better. 02:37 <DeliciousYakSauce> the arrows kinda blend with the green though 02:37 <Hofmic> Also, your image doesn't show the ladders? 02:38 <DeliciousYakSauce> but its great after the first second of looking 02:38 <Jr Mime> Under the arrows :o 02:38 <DeliciousYakSauce> the arrows are the ladders, right? 02:38 <Jr Mime> Yes 02:38 <DeliciousYakSauce> yeah 02:38 <Hofmic> *confused* 02:38 <DeliciousYakSauce> the key on the right 02:38 <DeliciousYakSauce> "go to the next level" 02:38 -!- Hofmic has left Special:Chat. 02:39 -!- Hofmic has joined Special:Chat 02:39 -!- Choobnoob11 has joined Special:Chat 02:39 <Choobnoob11> Back 02:39 <Atheist723> Hi. 02:40 <Hofmic> Oh, those arrows. Actually didn't notice them... I kinda like the Map namespace's arrows more. Clearer to understand, if a little bit...tangled. 02:40 <Hofmic> I also don't really like the way the big green arrows overlap. 02:40 -!- Powercity29 has joined Special:Chat 02:40 <Jr Mime> http://runescape.wikia.com/index.php?title=Special:AllPages&from=&to=&namespace=118 02:40 <Jr Mime> What arrows? ;o 02:41 <Hofmic> http://postimage.org/image/ke6une01n/ 02:41 <DeliciousYakSauce> why don't you just leave the ladders in? 02:41 <Powercity29> can anyone help me figure this out 02:41 <DeliciousYakSauce> yeah? 02:42 <Powercity29> how do i get to the game not just the chat room? 02:42 <Coelacanth0794> hofmic runt and beast are too similarly coloured 02:42 <Jr Mime> [[Map:Polypore Dungeon|This or...]] Arrows like this: http://postimage.org/image/ke6une01n/? 02:42 <DeliciousYakSauce> in runescape? 02:42 <Jr Mime> Or somekind of arrows 02:42 <Powercity29> yah 02:42 <Hofmic> That's not my image, Coelacanth0794. 02:42 <Urbancowgurl777> the "click to play" button is at the bottom of the lobby 02:42 <DeliciousYakSauce> you are in te lobby 02:43 <Hofmic> Also, what Coelacanth0794? 02:43 <Hofmic> They're pretty different to me. 02:43 <DeliciousYakSauce> or alternatively go to the world select tab and pick one of those 02:43 <DeliciousYakSauce> then click it and click play 02:43 <Hofmic> Jr, I prefer how the map namespace image looks. 02:43 <Hofmic> I think it's ultimately slightly less confusing. 02:44 <Hofmic> Speaking of which, unrelated, but I'd love to see layered maps like Tip.it's MEP2 map. 02:44 <Jr Mime> What is map namespace? The wiki map? :o 02:44 <Hofmic> Yes. http://runescape.wikia.com/wiki/Map:Polypore_Dungeon 02:44 <Jr Mime> Ok so, lets leave it as it is? 02:45 <Hofmic> Personally, I think that one's easiest to understand. It's a bit of a tangle, but beats the arrows, IMHO. 02:45 <Powercity29> were is it u sed bottom but i dont see it 02:45 -!- Powercity29 has left Special:Chat. 02:45 -!- Powercity29 has joined Special:Chat 02:45 <DeliciousYakSauce> oh, I guess color coding could work, but would be a pain to do 02:45 <Jr Mime> Ok so, for this one: http://i1034.photobucket.com/albums/a422/IAF_Roadrunner/MapChaosTunnels-3.png 02:45 <Jr Mime> I am out of color ideas! :P 02:45 <Jr Mime> (I know it's little) 02:45 <Sum1 0 o> I went to teh fair 02:45 <Sum1 0 o> :D 02:45 -!- Choobnoob11 has left Special:Chat. 02:45 <Hofmic> Woo, Mime. 02:46 <DeliciousYakSauce> i hate that one 02:46 <DeliciousYakSauce> i never watch him do the emote 02:46 <Hofmic> By the way, is the text supposed to be so small? It's a little hard to read. 02:46 <DeliciousYakSauce> then am completely botched 02:46 <Jr Mime> Sec 02:46 <Jr Mime> Let me upload it bigger 02:47 <Jr Mime> http://s14.postimage.org/x70h3uom9/Map_Chaos_Tunnels.png 02:47 <Jr Mime> Why is it ugly now 02:47 <Jr Mime> O_O 02:47 <DeliciousYakSauce> thats kinda blurry 02:48 <Powercity29> im in the lobby were is the play buttion? 02:48 <Hofmic> Looks the same to me, Mime. 02:48 <Atheist723> Bottom, Powercity29? 02:48 <Jr Mime> http://s18.postimage.org/o26rufihl/Map_Chaos_Tunnels.png 02:48 <Jr Mime> Oh comeon 02:48 <Hofmic> JPG, mime? 02:48 <Jr Mime> That site makes it blury 02:49 <Jr Mime> png 02:49 <DeliciousYakSauce> ok 02:49 <Hofmic> try imageshack.us 02:49 <Hofmic> http://imageshack.us 02:50 <DeliciousYakSauce> i think if you indicate that the key is organized my level, it can be cluttered 02:50 <Jr Mime> Rofl? I need so make a acc to get the direct link 02:51 <DeliciousYakSauce> that wasnt the direct link i dont think 02:51 <DeliciousYakSauce> just the main website 02:51 <Jr Mime> It was the direct link 02:51 <Hofmic> Yeah. It's a bit annoying, but the site always works for me. 02:51 <Hofmic> Just use the regular link. 02:51 <DeliciousYakSauce> thats annoying 02:51 <Hofmic> If the site works, though, consider making an account. Worth the 60 seconds. 02:51 <Jr Mime> There we go 02:52 <Jr Mime> http://imageshack.us/f/839/mapchaostunnels.png/ 02:52 <Jr Mime> (Click to zoom) 02:52 <Powercity29> any one want to send me the url to play runscape? 02:52 <Hofmic> http://runescape.com 02:52 <Jr Mime> http://img839.imageshack.us/img839/668/mapchaostunnels.png I think this is the direct link 02:53 <Jr Mime> There we go 02:53 <DeliciousYakSauce> thats great 02:53 -!- Hofmic has left Special:Chat. 02:53 <Jr Mime> I need other colors 02:55 <DeliciousYakSauce> oh that lag 02:55 <Relin> How odd, got disconnected and can't load the Runescape client. 02:55 <DeliciousYakSauce> yeah I did too 02:55 <Jr Mime> I think I have almost all of the colors 02:55 <Jr Mime> What should I do? Squares? 02:56 -!- Touhou FTW has joined Special:Chat 02:56 <DeliciousYakSauce> triangles would be easier to differentiate 02:57 <DeliciousYakSauce> probably stars too 02:57 -!- Hofmic has joined Special:Chat 02:57 <Jr Mime> Ok so... Fergie, want me to imagemap the polypore map? Looks like the arrows don't do much 02:58 <DeliciousYakSauce> huh, client is stuck at 70% 02:59 <Coolnesse> DeliciousYakSauce: reload it 03:00 <Relin> Still same result? 03:00 <Relin> I've reloaded the client a few times, same result whatsoever. 03:01 <Relin> And deleting Jagex cache will not help. 03:01 <Hofmic> Perhaps wait. Since there's two of you, it may not be a coincidence, but an issue on Jagex's end. 03:01 <Hofmic> Of course, never hurts to try a hard refresh (ctrl + F5) 03:01 <Jr Mime> RS is very laggy 03:02 -!- Relaera has joined Special:Chat 03:02 <Relaera> hmm 03:02 <Relaera> what happened to the game? 03:02 <Relaera> just stopped all the sudden 03:04 -!- KPA Soldier2027 has joined Special:Chat 03:04 <Relaera> anyone else booted out of the game? 03:04 <Jr Mime> 2 other people did 03:04 <Jr Mime> and rs is extremly laggy 03:04 <Relin> I got booted out. 03:04 <Relin> Now their server refused to load the game. 03:05 <Relaera> my game just totally froze up as clicked to move 03:05 <Cook Me Plox> yeah, I'm getting lots of disconnects 03:05 -!- Powercity29 has left Special:Chat. 03:05 <Touhou FTW> The client refuses to load for me 03:06 <Relaera> guess i'll go to sc2 or something 03:06 <Jr Mime> Lag more rs 03:06 <Relin> Looks like it's going to be another server black out of 2012. 03:06 <Coelacanth0794> http://i.imgur.com/JoHIL.jpg 03:06 <Hofmic> [[Template:Graphical_updates_table|I hope this works, cause it was a hell of an edit]] 03:06 <Relin> It's a good thing Mods responded in a split second. 03:07 <Relin> The RuneScape Wiki does not have a template with this exact name. Please browse the existing templates to check if the template is available under another name. 03:07 <Hofmic> Hasn't finished saving yet. 03:07 <Relin> Touche. 03:07 <Hofmic> It's a very, very, very big edit. 03:07 <Relaera> what is the squid? 03:07 <Relaera> its cool 03:07 -!- XLightFlash has joined Special:Chat 03:07 <Jr Mime> Client loads VERY slowly 03:07 <Jr Mime> :P 03:07 <Relin> Server's crashing. 03:07 <XLightFlash> Hi 03:07 <Relin> Hey Light. 03:08 <Hofmic> Thare we go. 03:08 <XLightFlash> Anyone wanna do barb with me ? 03:08 <XLightFlash> I'm bored. 03:08 <Relin> Player count's still decreasing. 03:08 <Relaera> im in again 03:08 <Relin> Wish I can, but many of us can't load the game. 03:08 <Hofmic> Only, like, 250k bytes 03:08 <Hofmic> N 21:07 Template:Graphical updates table (diff | hist) . . (+246,842) . . Hofmic (Talk | contribs) (Hopefully this will go without a hitch.) 03:08 <Jr Mime> It didn't finish at 5k! :o 03:08 <XLightFlash> i keep getting dced 03:08 <Relaera> can't do anything, and jus tlost connection 03:09 <Hofmic> Ugh, something went wrong. Shouldn't be displaying anything if there's empty values. 03:09 <Relaera> my player is bouncing back and forth 03:09 <Hofmic> Let's check the script and regenerate. 03:09 <Jr Mime> {{{1}}} {{{6}}} 03:09 <Jr Mime> 03:09 <Jr Mime> {{{11}}} {{{16}}} 03:09 <Jr Mime> Skipping numbers :D 03:09 <Relaera> hmm 03:09 <Hofmic> It actually has the right numbers, but it hid only some of them. It should be hiding them all. 03:10 <DeliciousYakSauce> gotta love that as soon as I start to play runescape again, it crashes 03:10 <Hofmic> There, it was two missing squiggly brackets. Well, 2*1000. 03:11 -!- Wichiwa has joined Special:Chat 03:11 <Relaera> i guess i'll close out rs and quit for tonight 03:11 <Hofmic> Welcome back Matty. How's the connection? 03:11 <Matthew2602> hoffy 03:11 <Hofmic> So better. 03:11 <Relin> Tech Support topics are spiking. 03:11 <Jr Mime> http://runescape.wikia.com/wiki/Template:Graphical_updates_table?action=edit 03:11 <Jr Mime> :D 03:11 <Relin> Player count's still decreasing. 03:12 -!- Relaera has left Special:Chat. 03:12 <Hofmic> Still loading the damned edit page, Mime. Can't submit my fix =P 03:12 <Urbancowgurl777> my toes hurt ): 03:12 <Hofmic> There. *waits for it to save* 03:13 <Relin> And now I can't log into the Runescape forum. 03:13 <Hofmic> You know what really hurts, though? I have to make another table like this, if this works, for the inv and locations. 03:13 <Hofmic> Okay, it did...not work. 03:13 <Hofmic> What...happened. 03:13 <Urbancowgurl777> don't even know what you're talking about ;3= 03:13 <Relin> Anyone can load the game again? 03:13 <Hofmic> Oh, silly me... 03:13 -!- Wichiwa has left Special:Chat. 03:13 -!- Wichiwa has joined Special:Chat 03:13 <Urbancowgurl777> so has anyone signed up for the beta 03:14 <Sum1 0 o> Me 03:14 <XLightFlash> i did 03:14 <Wichiwa> Moi! 03:14 <TyA> I have 03:14 <Urbancowgurl777> put into the 50k pool or guaranteed access? 03:14 <Jr Mime> I did even if I only have 6 months lol 03:14 <Wichiwa> gauranteed 03:14 <TyA> 50k pool 03:15 <Urbancowgurl777> mm i see 03:15 <Urbancowgurl777> i hope a bunch of wikians get picked ^-^ 03:15 <Hofmic> Beta? 03:15 <Jr Mime> I hope a bunch of Mime's get picked 03:15 <Jr Mime> :D 03:15 <Urbancowgurl777> combat beta 03:16 <Jr Mime> https://www.runescape.com/combat 03:16 <Hofmic> Ah. Good luck Wikians. You get to start making the behind the scenes articles ;) 03:16 <Hofmic> And can't view that link. Jagex hates me and refuses to load anything. 03:16 <Wichiwa> eek gf dragon claws :( 03:16 <Urbancowgurl777> you probably won't get picked then ;3= 03:16 <Hofmic> Okay, why, template, why? 03:16 <Hofmic> Now it's just mocking me... http://runescape.wikia.com/wiki/Template:Graphical_updates_table 03:17 <Jr Mime> Awesome Hof 03:17 <Jr Mime> Lines of death 03:17 <Jr Mime> ----------------- 03:18 -!- Vardayn has joined Special:Chat 03:18 <Hofmic> Click edit. 03:18 <Jr Mime> 5 secs to load 03:18 <Jr Mime> :D 03:18 <Vardayn> Many people just died. Expect rollback because of jagex's total loss of connection. 03:18 <Hofmic> Oh, wait, I think I see... 03:19 <Hofmic> 5 seconds? Lucky, lucky you Jr 03:19 -!- Vardayn has left Special:Chat. 03:19 <Jr Mime> No no no, RS NO CRASH ON ME 03:19 <Urbancowgurl777> they came in here to tell us that? 03:19 <Relin> Player count's dropped to less than 100k now. 03:20 <Hofmic> <-- Glad (s)he/it isn't playing at the moment. 03:20 <Relin> Shall we modify the Server Black out article? 03:20 <Hofmic> Yep. 03:20 <Urbancowgurl777> i refuse ;3= 03:20 <Urbancowgurl777> such a stoopid article 03:21 -!- Pilkie has joined Special:Chat 03:21 <Pilkie> Hey 03:21 <Pilkie> Is something up with the server? 03:21 <Hofmic> I agree with Fergs, but if we're gonna have the article, it should be up to date. 03:21 <Hofmic> (although I would support an RfD for it) 03:21 <Pilkie> I cant log into rs, and when I did, I kept losing connect 03:21 <Urbancowgurl777> answer: yes 03:21 -!- Wichiwa has left Special:Chat. 03:21 <Hofmic> ! [[Template:Graphical_updates_table|It looks like it's supposed to!]] Okay, let's test. 03:21 <Cook Me Plox> man, we're seeing elevated traffic for the past four days since qbd 03:21 <Cook Me Plox> kind of surprising 03:21 <Urbancowgurl777> because we're the best 03:22 <Coelacanth0794> night 03:22 -!- Coelacanth0794 has left Special:Chat. 03:22 <Relin> From the looks of it, Jagex will have to temporarily shut down the game server if this keeps up. 03:22 <Hofmic> Cook, I think I might have done it [[Template:Graphical_updates_table]] 03:22 <Cook Me Plox> nah, it's just that the last 4 days are the top 4 days of the year 03:22 <Cook Me Plox> Including the best of all time 03:22 <Cook Me Plox> OF ALL TIME! 03:22 <Urbancowgurl777> maybe it'll keep going up? <.< 03:22 <Hofmic> I miss something really exciting? 03:23 <Cook Me Plox> And then today and tomorrow will be high because of weekend stuff 03:23 <Cook Me Plox> so it's almost definitely going to be our highest week ever 03:23 <Urbancowgurl777> btw, about hubs 03:23 <Urbancowgurl777> how come we're never featured? 03:24 <Cook Me Plox> featured wikis are usually small ones 03:24 <Urbancowgurl777> we're not under MMO, nor are we in the nav bar at the top 03:24 <Urbancowgurl777> the only place to find us is in the top list 03:26 -!- Jex Infinite has joined Special:Chat 03:26 <Jex Infinite> There's a guy called Jex in Contact! 03:26 <Cook Me Plox> I'm just super-surprised that QBD generated that much interest 03:26 <Cook Me Plox> amg 03:27 <Pilkie> It IS the most powerful boss in the game 03:27 <Relin> http://services.runescape.com/m=forum/forums.ws?25,26,736,63765906 03:27 <Pilkie> and it DOES drop one of the most asked for items in RS history 03:27 <Cook Me Plox> Not exactly, Pilkie 03:27 <Cook Me Plox> About the first part 03:27 <Cook Me Plox> 90% of its combat level is derived from lifepoints 03:27 -!- Huffftw has joined Special:Chat 03:28 <Huffftw> anybody having trouble loggin in? 03:28 <Cook Me Plox> Indeed 03:28 <Relin> Click the link I posted in this chat. 03:29 <Huffftw> TY 03:30 <Hofmic> Why is it that when you take a REALLY long time to edit a page, submitting will bounce you back to the edit page to "review your edit"? 03:30 -!- Hofmic has left Special:Chat. 03:30 <Hofmic> Test 03:30 -!- Hofmic has joined Special:Chat 03:30 <Pilkie> Still, powerful monster, rare drops, instance shard, new combat dynamics, we have the best stratagy guides for it, drop tables 03:30 <Pilkie> I think that is about everything you need to get people lured to the page 03:30 -!- Hofmic has left Special:Chat. 03:30 -!- Hofmic has joined Special:Chat 03:31 <Hofmic> Dumb chat. I command you to load properly. 03:31 <Relin> Problems with a Chat hacks? 03:31 <Atheist723> I get that review glitch all the time, Hofmic. 03:31 <Atheist723> Does the edit box empty itself for you? 03:32 <Hofmic> No, just forces me to click submit again. 03:32 -!- Sum1 0 o has left Special:Chat. 03:32 <Cook Me Plox> So according to Quantcast we set all-time records for Pageviews per day/week/month, visits per day and week, people per day (soon to be week)...three-year record for pageviews per person per month, yearly record for people per month 03:32 -!- Sum1 0 o has joined Special:Chat 03:32 <Hofmic> It's not working... Must...keep...trying. 03:32 <Cook Me Plox> Win, win, win, win! We're still relevant! 03:32 <Hofmic> Was...was there ever any question in that matter? 03:33 <Atheist723> To quote Ansela, "It is good to know (we) still ****** exist." 03:33 <Cook Me Plox> Well, there's an inevitable decline...I expected it to be sooner than it apparently is 03:33 <Cook Me Plox> Didn't think we'd be beating our traffic records in the middle of 2012 03:34 <Atheist723> (Testing) 03:35 <Hofmic> Why would there be an inevitable decline? Because it's around final exam time for high school students? 03:35 <Relin> We can access the game lobby now. 03:36 <Cook Me Plox> No, I mean long-term 03:36 -!- Meter55 has joined Special:Chat 03:36 <Meter55> Ack! 03:36 <Cook Me Plox> As the years go by, the game gets less popular, not more 03:36 <Cook Me Plox> Everyone else is losing visitors, but we're still gaining steam 03:37 <Meter55> :x 03:37 <Cook Me Plox> And we're gaining on everyone...for instance, we had more uniques than Zybez had visitors yesterday 03:39 -!- Huffftw has left Special:Chat. 03:39 <Hofmic> I see. But such only depends on Jagex's ability to keep rolling out quality content. More goods like SoF and they'll risk losing business. Successes like dungeoneering, the armour update, and the HD update (so many years ago) keeps them relevant. Kinda. 03:41 <Cook Me Plox> Well, RuneScape is losing popularity...that much is clear 03:41 <Sum1 0 o> wb Athe 03:41 <Atheist723> Just disconnecting. 03:41 <Cook Me Plox> But we're remaining where we were, or gaining on it, from a year ago, while the game is losing momentum 03:41 <Cook Me Plox> So we're taking up more and more of the market. 03:41 <Cook Me Plox> Ergo...AWWW YEAHHHHHH 03:41 <Hofmic> What do you expect? RuneScape fails time and time again to give players closure. I'm mad that in ten years, they can't wrap up the "main" quest series. 03:41 <Atheist723> I have really high hopes on the combat update... 03:41 <Atheist723> Huh? 03:42 <SovietHero> yay im logged back in now 03:42 <SovietHero> @#$% connection lost 03:42 <Sum1 0 o> If the combat update is a failure, RuneScape would probably go under, but that's unlikely due to the fact there is a beta 03:42 -!- Doom Weaver has joined Special:Chat 03:42 <Atheist723> Hi Doom Weaver. 03:42 <TyA> https://twitter.com/RuneScape/status/209125000593149952 03:42 <TyA> perfect mistype 03:43 <Atheist723> They are being very careful with this, which is a good thing. 03:43 <Doom Weaver> Hi Doom Weaver 03:43 <Doom Weaver> i meanAtheist723 03:43 <TyA> This single thing won't make them go under, but it could lead to a large decline if it's bad. 03:43 <Doom Weaver> The combat update video has some pretty high hits 03:43 <Atheist723> What mistake, Ty? 03:43 <Atheist723> *mistype 03:44 <TyA> "Seems that the forums are always experiencing problems." -- @RuneScape 03:44 <Atheist723> 2500 magic, 3000 ranged, yeah, I've seen that like 20 times. 03:44 <Doom Weaver> Lolololol 03:44 <Doom Weaver> and 500 melee's 03:44 <TyA> It was supposed to be also 03:44 <Atheist723> Are you sure? 03:44 <TyA> Yes, later tweet confirmed it 03:44 <Doom Weaver> So like constitution levels are going to be 1000's now? lol 03:44 <Doom Weaver> I wonder if they're going to edit monsters 03:44 <Hofmic> Out of curiosity, what is it that RS has that WoW doesn't, besides a F2P version? 03:44 <SovietHero> wow wtf I keep losing connection 03:45 -!- Darglond has joined Special:Chat 03:45 <Doom Weaver> I mean for the player its going to be epic stances 03:45 <Atheist723> Hofmic, non-fetch quests? 03:45 <TyA> WoW has a f2p version iirc 03:45 <TyA> Up to level something is f2p 03:45 <Touhou FTW> 20 03:45 <Atheist723> But that is more like a trial. 03:45 <Doom Weaver> Wow? 03:45 <Doom Weaver> Oh .... 03:45 <TyA> Some would say the same about RS f2p 03:45 <Atheist723> The evil World of Warcraft. 03:45 <Doom Weaver> (qc) The Exchange price of 1x [[dragonfire shield]] is 6,221,553 coins. 03:45 <Relin> Fap That Yak: "03-Jun-2012 04:42:20 Profile Highlight 03:45 <Relin> jagex wtf im on a tight schedule to get 98 dung tonight. please fix this and bomb the bots while you are at it." 03:46 <Relin> I laughed at his name. 03:46 <Doom Weaver> Lol 03:46 <Doom Weaver> Did the bot nuke come yet? 03:46 <Doom Weaver> cause if it did... 03:47 <Relin> Not yet. 03:47 <Atheist723> The second one? Almost, but not yet. 03:47 <Doom Weaver> .... 03:47 <Relin> Optimus. 03:47 <Doom Weaver> Kewl 03:47 <Doom Weaver> More bot killing 03:47 <Relin> Yes. 03:47 <Relin> Speaking of bot killing, want to go lure bots to 21+ Wilderness and stomp them? 03:47 <Doom Weaver> Just teleblock them 03:47 <Doom Weaver> lol 03:47 <Doom Weaver> I went with my clan today 03:47 <Relin> Don't have 85 Mage yet. 03:48 <TyA> [[User:TyA]] 03:48 <Doom Weaver> I have 83 03:48 <Doom Weaver> but magic pot will solve that 03:48 <Hofmic> To be honest, wouldn't mind trying WoW sometime, especially with the fact that I'm unable to load the RS site and I've ordered parts to build my "dream rig". Can't wait for them to arrive. This laptop was good for its time, but the 4650 is old and weak. And a core 2 duo? 03:48 <Doom Weaver> Im scared in the Beta theres this glitch where you die and ose all your stuff 03:48 <Doom Weaver> lose* 03:48 <Hofmic> I ordered a GTX 560 Ti and i7-2700K. Gonna overclock like a boss. 03:49 <Relin> flour546: "Just made BANK! 03:49 <Relin> Ty noobs at QBD. Got me a crap load of brews, some summoning pouches, a pernix cowl, and a freaking elysian!" 03:49 <Relin> Don't mind the language, I was quoting it from the Runescape forum. 03:49 <Cook Me Plox> so is gravecamping good money? 03:49 <Doom Weaver> Lol? 03:50 <Relin> In a more "Sad" way. 03:50 <Meter55> What's heartless, cruel, and a bloodsucking fiend? 03:50 <Doom Weaver> Your gravestone appears near the white camp? 03:50 <Doom Weaver> Lol an ely...... 03:50 <Darglond> But it's easy to get back 03:50 <Doom Weaver> I would be ike that 03:50 <Meter55> No doom, the grave appears inside the dungeon, in the room where the door is at. 03:50 <Doom Weaver> Really? 03:50 <Doom Weaver> wow... 03:50 <Meter55> Yeah. 03:50 <Hofmic> Okay, this template is driving me insane... 03:50 <Darglond> My grave appeared near white knight camp 03:50 <Doom Weaver> Same 03:50 <Meter55> Seriously? 03:50 <Darglond> Yes 03:50 <Doom Weaver> yup 03:51 <Doom Weaver> :D!! 03:51 <Darglond> Near a tree 03:51 <Relin> Many people are demanding a rollback. 03:51 <Relin> Neonnicko: "Omfg Jagex your servers suck, they're terribad, buy new ones please! These issues happen all the time!" 03:51 <Hofmic> I'd expect one, if the server blackout was that bad. 03:51 <Relin> Neonnicko = Nerd rage? 03:51 <Darglond> Verily 03:52 -!- Touhou FTW has left Special:Chat. 03:52 <Atheist723> The only tradeable parts of my melee gear is an amulet of glory and dragon boots. 03:52 <EpicPancakes> Yay I'm back 03:52 -!- Touhou FTW has joined Special:Chat 03:52 <Atheist723> (Testing) 03:52 <Meter55> Atheist, you using void? :x 03:52 <Meter55> (random guess) 03:52 <Relin> Brogasam: "03-Jun-2012 04:48:42 Profile Highlight 03:52 <Relin> lol.. RS servers go down for a half an hour and all the addicts start QQ'ing" 03:52 <Atheist723> Void Knight equipment, chaotic rapier, dragon defender, cooking cape. 03:52 <Atheist723> All untradeable. 03:53 <Hofmic> "QQi'ing"? 03:53 <Meter55> Are you talking about the popular asian chat site or something else? 03:53 <Meter55> (cause I have no other idea what that would mean) 03:54 <Relin> It's like a term to tell them to quit. 03:54 <Relin> http://www.urbandictionary.com/define.php?term=QQ 03:54 <Meter55> Oh. K. 03:55 <Hofmic> How interesting. 03:55 <Relin> Lola Mi Amor: "03-Jun-2012 04:50:48 Profile Highlight 03:55 <Relin> Does anyone else love wasting time and losing money <3 i do :/" 03:55 -!- Hofmic has left Special:Chat. 03:55 -!- Hofmic has joined Special:Chat 03:55 <Relin> Check this out 03:56 <Relin> I CarntSpel: "03-Jun-2012 04:50:58 Profile Highlight 03:56 <Relin> i was in the middle of luring :\ 03:56 <Relin> there goes that" 03:56 -!- Hofmic has left Special:Chat. 03:56 -!- Hofmic has joined Special:Chat 03:56 <Meter55> after making 3702 pieces of tier 1 iron miner equipment, I should be level 68 smithing. 03:56 <Meter55> bleh. 03:57 <Meter55> costs around 580k 03:58 <Hofmic> Grr... I give up for now. I gotta go. If anyone (winks at Cook Me Plox) is able to take a look at [[Template:Graphical_updates_table]] and determine why it's not making a nice neat table on [[User:Hofmic/Sandbox7]], please post on my talk page. Would be greatly appreciated. Note that the table is based on [[Template:Graphical updates line]]; the documentation on that page could come in handy for understanding the template. 03:58 <Relin> flour546: "No roll back! I just made bank from looting graves. 03:58 <Relin> No rollback plz jagex." 03:58 <Hofmic> Anyway, bye folks. 03:58 <Meter55> Bye Hofmic 03:58 <Hofmic> Also, LOL Relin 03:58 -!- Hofmic has left Special:Chat. 03:59 -!- SovietHero has left Special:Chat. 03:59 <IdkWhatsRc> Can could I use a database? 03:59 <Meter55> It's going to take me 131 inventory full of grade i ignots. [expletive] 04:00 <IdkWhatsRc> For example, 1 return 10, 2 returns 232, 3 returns 9947 etc... 04:00 <Relin> 1pk all day: "03-Jun-2012 04:53:57 Profile Highlight 04:00 <Relin> yep i love paying money each month and just getting ****** over b/c they wanna make updates 24/7 that just **** up the severs" 04:00 <Relin> Sweet, Bleach's on! 04:00 <Meter55> Bleach (the anime)? 04:01 <Relin> Yes. 04:01 <Meter55> Blech. 04:01 <Meter55> I stopped after right at the bount arc. 04:01 <Relin> Worth while waiting for Jagex to fix the login server. 04:02 <Relin> Sir Noodles: "03-Jun-2012 04:54:30 Last edited on 03-Jun-2012 04:55:39 by Sir Noodles Profile Highlight 04:02 <Relin> yoooo i just died at daggnoth kings and lost alot of gear bcoz of this.this is not the first time ether......not happy 50m of gear gone thats out for time down the drian...... please roll us back....!!!" 04:02 <Relin> Fake bunny: "03-Jun-2012 04:54:35 Profile Highlight 04:02 <Relin> gf bank" 04:02 <Meter55> lol. 04:02 <Urbancowgurl777> i watched one episode then stopped 04:03 <Meter55> fergie, the anime ain't all that great. And tbh, the manga stopped being good 1/4th of the way in. 04:03 -!- Jrathage has joined Special:Chat 04:03 <Urbancowgurl777> i noticed 04:03 <Urbancowgurl777> but it was only one episode so i'm not one to talk 04:04 <Meter55> ...I just plain hate the anime due to all the damned filler episodes. ._. 04:04 <Relin> King Easts: "Ninja sensie stfu wanna be mod" 04:04 <Meter55> Also, Fergs, what's your smithing level? 04:04 <Urbancowgurl777> 80 something 04:04 <Meter55> How long did that take? 04:05 <Urbancowgurl777> well i didn't really train it all at once.. 04:05 <Urbancowgurl777> smithing's been a very slow skill for me 04:05 <Meter55> slowly over time, and for the quests? :x 04:05 <Relin> Mod Tom B: "03-Jun-2012 04:57:43 Profile 04:05 <Relin> Hey guys, 04:05 <Relin> Just a quick update, we are still working on this issue and it should be sorted soon. " 04:05 <Relin> Hold on. 04:05 <DeliciousYakSauce> is it still down? 04:06 <Urbancowgurl777> yes Meter 04:06 <Urbancowgurl777> i need like 88 for taskmaster but it'll probably be my last taskmaster skill <.< 04:06 <Relin> Gah, stupid character limit. 04:06 <DeliciousYakSauce> well im gonna go 04:06 <DeliciousYakSauce> see you all later 04:06 <Relin> Mod Tom B: "Quite a few people have found they are able to close the browser then open it back up and can get into a different world. 04:06 <Relin> Thanks for your patience, " 04:06 <Touhou FTW> cya 04:06 -!- DeliciousYakSauce has left Special:Chat. 04:06 <Meter55> I'm using artisan's workshop just to get to level 68 smithing. 04:07 <Urbancowgurl777> cannon making in artisans workshop keeps me entertained enough to train 04:07 <Meter55> Superheating bars was too slow. 04:07 <Urbancowgurl777> never did that 04:07 <Meter55> I did. Got from 56->63 magic. Made a bit of money. 04:07 <Relin> Wow, I've found a few idiots who posted the same thing over and over again. 04:08 <Sum1 0 o> http://runescape.wikia.com/wiki/File:Screen_Shot_2012-06-02_at_11.51.07_PM.png Deletez 04:08 <Meter55> I'm just chatting atm while I'm smithing ceremonial armour. 04:09 <Urbancowgurl777> i already did 04:09 <Touhou FTW> How is the workshop? 04:09 <Meter55> Decent. 04:09 <Urbancowgurl777> ..at least i would have if "this wiki did not have a problem" 04:09 <Touhou FTW> i've been thinking about trying it but never got around to it 04:09 <Meter55> Depends. Smithing level? 04:10 <Touhou FTW> 99 04:10 <Meter55> No need. 04:10 <Touhou FTW> I want a ceremonial sword and 400k exp over 99 04:10 <Urbancowgurl777> i tried the ceremonial swords when they came out but decided it was too difficult ;3= 04:10 <Meter55> Ceremonial rune sword is the highest, methinks. 04:10 <Urbancowgurl777> no it's bronze ._. 04:10 <Touhou FTW> mithril is like 04:10 <Relin> Is world 88 working fine? 04:10 <Touhou FTW> all purple and stuff 04:10 -!- Jrathage has left Special:Chat. 04:11 <Meter55> lolferg 04:11 -!- KPA Soldier2027 has left Special:Chat. 04:11 <Urbancowgurl777> hm 04:11 <Meter55> but all in all, the ceremonial swords are really hard to make. 04:11 <Urbancowgurl777> make maps or watch one piece 04:11 <Touhou FTW> That's why I haven't done it yet, looks difficult >_> 04:11 <Urbancowgurl777> since playing rs doesn't appear to be an option.. 04:11 <Meter55> ...subbed or dubbed? 04:11 <Touhou FTW> I can get into rs 04:12 <Meter55> (same) 04:12 <Relin> Die hippys: "03-Jun-2012 05:01:52 Profile Highlight 04:12 <Relin> i would really like to just bank my items so i can rage quit, but i log in and click and game freezes up" 04:12 <Meter55> Huzzah! 60 smithing. 04:12 <Touhou FTW> gratz 04:12 <Meter55> Thanks. 04:12 <Urbancowgurl777> subbed 04:12 <Meter55> watch. 04:12 <Urbancowgurl777> (fp) 04:13 <Relin> Keep T-rolln: "03-Jun-2012 05:04:27 Profile Highlight 04:13 <Relin> Lets make everyone happy and just dump 100M in ALL p2p accounts jagex that will make everyone affected by this DDos crash happy." 04:13 <Meter55> subbed is better than dubbed. Trust me. Dub is like watching not paint dry, but asphalt becoming gray over time. 04:13 <Touhou FTW> sub > dub 04:13 <Relin> Yes. 04:14 <Meter55> Dub...4Kids just massacred it worse than Macross' overzealous usage of missiles... 04:14 <Touhou FTW> lol4kids 04:14 <Relin> 4Kids are the worst dub editors ever. 04:15 <Meter55> 4kids is the bane of all american anime watchers and otakus. 04:15 <Relin> SWF: "03-Jun-2012 05:06:15 Profile Highlight 04:15 <Relin> Everyone panic." 04:15 <Meter55> (fp) 04:15 <Atheist723> What are you talking about? 04:15 <Meter55> Stuff. 04:15 <Touhou FTW> anime 04:15 <Urbancowgurl777> i read a comment today that one of the 4Kids One Piece dubs took out all the scenes of Sanji smoking 04:15 <Relin> Boo. 04:16 <Urbancowgurl777> dude wouldn't even exist in the show o.o 04:16 <Meter55> ...they edited out Smoker's cigars, and the smoke still emits... 04:16 * Relin grabs construction paper, markers, and wooden planks 04:16 <Urbancowgurl777> baha 04:16 <Relin> Check this out 04:16 <Relin> YucA Caught: "03-Jun-2012 05:06:39 Profile Highlight 04:16 <Relin> i r **** cus id lost 500mil on boss fight yessir, crazy pants gone loco. watch out itss a panda!..... a very big panda!!!!........#PANDAPOWER,, aww damn its gone poop again..." 04:16 <Meter55> They made Lord Muten Roshi's beer in frothy milk! That's some bad milk. 04:17 <Touhou FTW> wut 04:17 <Atheist723> ...? 04:17 <Meter55> In Dragon Ball Z, they edited the beer into milk...that was frothing. 04:17 <Meter55> (fp) 04:17 <Urbancowgurl777> gross 04:17 <Relin> Wolpy: "03-Jun-2012 05:07:12 Profile Highlight 04:17 <Relin> Lost my phat set guys, Jagex owes me my phats!" 04:17 <Touhou FTW> eew DBZ 04:17 <Atheist723> Bordering on idiotic. 04:17 <Relin> Dragon ball's old. 04:17 <Atheist723> But then, it is Japanese... 04:18 -!- WR Tony has joined Special:Chat 04:18 <Atheist723> Hi WR Tony. 04:18 <Touhou FTW> I dislike many popular animes 04:18 <Atheist723> Their silliness is indescribable for many cases. 04:18 <Meter55> Naruto, Bleach, One Piece. (NO.) 04:18 <WR Tony> hi Atheist723 04:18 <Touhou FTW> don't like any of those 04:18 <Touhou FTW> :3 04:19 <Meter55> I know. I listed the ones I hate. 04:19 <Touhou FTW> ah ok 04:19 <Urbancowgurl777> i don't like Bleach but i like the other two 04:19 <Meter55> Naruto...LOL 04:19 <Meter55> Got boring right before Time Skip. 04:20 <WR Tony> could you guys tell me that link that tells me if it is me or Jagex that isn't playing nice? 04:20 <Meter55> 241 more ceremonial armour pieces till I level up. 04:20 <Relin> Wow, more and more people are still trolling the Runescape forum. 04:20 -!- Haidro has joined Special:Chat 04:20 <Atheist723> Hi Haidro. 04:20 <Haidro> Hi 04:21 <Relin> Hi Haidro. 04:21 <Meter55> Wait, Fate/Stay Night's Anime and Manga ARE based on UBW path...aren't they? :x 04:21 <Haidro> Hai 04:21 <Meter55> (curse the Nasu-verse and all their alternate canon!) 04:21 <Urbancowgurl777> i could only watch like 3 episodes of the first one of the fate animes 04:21 <Urbancowgurl777> got so bored 04:22 -!- WR Tony has left Special:Chat. 04:23 <Meter55> I was reading up on it...until I found it was an eroge visual novel...(fp) I promptly lost all interest in playing the visual novel, but I want to see how the anime goes like. 04:23 <Meter55> (fp) * 04:23 <Meter55> Also, what's the blast furnace? 04:23 <Relin> Guys, if you still can't log in; try world 88. 04:24 <Urbancowgurl777> i've only watched one anime based off a game/novel thing 04:24 <Urbancowgurl777> so far it's really bad. 04:24 <Haidro> [[Blast furnace]] 04:24 <Meter55> Ever tried Tsukuhime? (I still haven't read up on it yet) 04:24 <Urbancowgurl777> uh. google says i've read the wiki page on it before 04:25 <Meter55> Also, I've only watched Carnival Phantasm. 04:27 <Atheist723> Hi Matt. 04:28 <Meter55> Heh...Ilya. BERSER-CAR! 04:28 <Urbancowgurl777> o.o 04:29 <Meter55> o.o? 04:29 <Atheist723> Huh? 04:29 <Meter55> idk man. 04:29 <Meter55> fergs just found something...I think. 04:30 <TyA> :o! Today is the day TyBot breaks 60k edits 04:30 <Haidro> Yay 04:31 <Meter55> :o 04:31 <Atheist723> Nice. 04:31 <Urbancowgurl777> whut 04:31 <Meter55> I mainly have a wiki account so I can chat...and the occasional edit. :x 04:32 <Urbancowgurl777> gj bro 04:32 <Meter55> ...why does mithril look like novite?! 04:32 <Atheist723> Because they are purple? 04:32 <Urbancowgurl777> they're in different parts of the world o.o 04:34 <Meter55> dinner. :x 04:34 <Meter55> afk, it's time to go to lobby. 04:34 <Haidro> I wanna get on rs :( 04:35 <Haidro> But mah computer brokeeeee 04:36 <Atheist723> (Testing) 04:38 <Meter55> Can't log in on P2P servers? 04:38 <Meter55> Or just plain unable to log into runescape? 04:38 <TyA> archer's rings are rising 04:39 <TyA> raw swordfish are dropping 04:39 <Meter55> Predictable. :[ 04:39 <TyA> This has been Ty Market Watch 04:39 <TyA> I accept payments of cash 04:39 <Meter55> AKA looking stuff on GE Database and then stating them in Wiki chat 04:39 <Meter55> afk 04:40 <TyA> Nuuu, I was looking in terminal 04:42 <Urbancowgurl777> my ice cream turned to .. liquid ): 04:44 <Urbancowgurl777> zxdkvjgdsoigjs 04:44 <Urbancowgurl777> almost spilled it -.- 04:45 -!- Shiny Pichu has joined Special:Chat 04:45 <TyA> d'awww <3 04:45 <TyA> PICHU, hello 04:45 <Atheist723> That's what happens...if you put it in room temperature for too long, obviously. 04:45 <Shiny Pichu> bye TyA 04:45 <Atheist723> Hi Shiny Pichu. 04:45 <Shiny Pichu> hai atheist 04:45 -!- Sapphire110 has joined Special:Chat 04:45 * Relin gives Shiny Pichu a Light Ball. 04:46 -!- Shiny Pichu has left Special:Chat. 04:46 <Relin> ... 04:46 <Atheist723> Why "bye"? 04:46 * Relin points a gun to his head. 04:47 <Urbancowgurl777> i'll play with it <.< 04:47 -!- Sapphire110 has left Special:Chat. 04:47 -!- Sapphire110 has joined Special:Chat 04:48 <TyA> That's the spirit <3 04:48 <Urbancowgurl777> http://runescape.wikia.com/wiki/Forum:A_new_way_to_organise_projects?t=20120602230036 needs comments (VK, Tyler) 04:49 <Urbancowgurl777> brb 04:49 <Atheist723> Lunch, back later. 04:49 <Urbancowgurl777> bah 04:49 <TyA> What if I have no opinion? 04:49 -!- Sapphire110 has left Special:Chat. 04:49 <Urbancowgurl777> then i keel u 04:49 <TyA> '''Support''' - Per my life. ~~~~ 04:49 <Relin> It's possible to rename our sub pages correct? 04:50 <TyA> Yus 04:54 -!- Touhou FTW has left Special:Chat. 04:54 <Urbancowgurl777> lol Tyler 04:54 -!- Touhou FTW has joined Special:Chat 04:56 -!- HakkaPK has joined Special:Chat 04:56 <Urbancowgurl777> we can rename anything.. except categories 04:57 <TyA> Darn MediaWiki 04:57 <IdkWhatsRc> http://runescape.wikia.com/wiki/User:IdkWhatsRc/Testing_Calc2 04:57 <IdkWhatsRc> WAYYY EASIER to use skill planners... 04:57 <Urbancowgurl777> did you know we can't protect files from upload due to this mediawiki version? how lame 05:00 <Urbancowgurl777> OHNOEs 05:00 <Urbancowgurl777> the "DO NOT REMOVE THIS TAG" tag came off of my straightener 05:00 <Urbancowgurl777> what do i do D: 05:00 <Urbancowgurl777> *runs in circles* 05:00 <Meter55> Fergs, watching this Fate Omake http://www.youtube.com/watch?v=HiSAsW9rCMw&feature=related 05:00 <TyA> I dunno 05:00 <TyA> My straightener doesn't have one of those 05:00 <Meter55> Burn the do not remove tag to erase all evidence. 05:00 <Urbancowgurl777> brand? 05:00 <TyA> I dunno, only used it once because after that my mother stole it 05:00 <Meter55> o.o 05:01 <Meter55> Berserker shows you how to win the Holy Grail War...by shopping for batteries. 05:01 <Urbancowgurl777> lol @ saber dancing 05:02 <Meter55> :P 05:02 <Meter55> I'm watching it atm too 05:02 <Meter55> lol, archer dances with a straight face. XD 05:05 <Meter55> :x Browser crashed cause RS and Youtube was on at the same time. 05:05 <Atheist723> Straightener? 05:05 <Meter55> You've been gone for a while, haven't you? :P 05:06 <Atheist723> Yes. 05:06 <Doom Weaver> (qc) The Exchange price of 1x [[gold ore]] is 278 coins. 05:06 <Urbancowgurl777> "just kill me already" 05:06 <Meter55> Lol 05:07 <Atheist723> Huh? 05:08 <Meter55> (Noble Phantasm: Lancer) Effective against Archer 05:09 <Pilkie> http://www.youtube.com/watch?v=IDfrwHHScxg 05:09 <Pilkie> The big city toilet -billy mays 05:11 <Atheist723> The thread is a pretty long read... 05:11 <Urbancowgurl777> lul that was cute 05:12 <Urbancowgurl777> and long o.o 05:12 <Meter55> It's an Omake. What did you expect? 05:12 <IdkWhatsRc> Anyone here is good with calc? 05:12 <Meter55> Jumping to the 10th floor and landing on Caster (lol) 05:12 <Urbancowgurl777> the few i've seen were shorter so idk :P 05:13 <Urbancowgurl777> not me Rc 05:13 <Meter55> Well, Type-Moon's omake's are usually long. 05:13 <IdkWhatsRc> try to wake up cook me... 05:14 <TyA> All of the item sets were removed from the GE right? 05:14 <TyA> Liek rune armour set (lg)? 05:15 <Meter55> http://www.youtube.com/watch?v=a-MrMfx-8a8&feature=relmfu Saber Lion! (Let's feed it Lancer.) 05:15 <TyA> [[Rune armour set (lg)]] 05:15 -!- Gian1001 has joined Special:Chat 05:15 <Gian1001> hello 05:15 <Touhou FTW> hi 05:16 <Atheist723> Hi. 05:16 <Gian1001> can someone plz tell me where can I start the [[Cryptic Clue Fest IV 05:16 <Gian1001> [[Cryptic Clue Fest IV]] 05:16 <Gian1001> the guy 05:16 -!- Doom Weaver has left Special:Chat. 05:16 <Gian1001> tell me he needs help so I talk to his assistant and she tell me that I need to look at the forum 05:16 -!- Melody FM has joined Special:Chat 05:17 -!- Melody FM has left Special:Chat. 05:17 <Meter55> We have spoilers, but you can look in the forums, search for cryptic cluefest, and figure out the puzzles. 05:17 <Meter55> Or look in the spoilers. 05:17 <Gian1001> ohh thanks 05:18 <IdkWhatsRc> how to rs wikia update his ge prices? 05:18 <Gian1001> idkwhatsrc you can't 05:18 <Pickme42> How can i make a username? 05:19 <Pickme42> i mean signature 05:19 <Meter55> heh...saber lion...king of the wild. 05:19 <TyA> Sp are all of the heraldic sets not on the GE anymore? 05:20 <Gian1001> Meter 05:20 <Gian1001> so if I do the clue 05:20 <IdkWhatsRc> lol, u cant? 05:20 <IdkWhatsRc> trololol 05:20 <Meter55> Yes? 05:20 <Gian1001> that appear in the page [[Cryptic Clue Fest IV]] 05:20 <Meter55> It leads to another clue, and it's a chain event. Yes. 05:20 <Gian1001> ohh 05:20 <Gian1001> ty 05:20 <IdkWhatsRc> so rs wika updates his prices by magic? 05:20 <Gian1001> I want to get that 05:20 <TyA> The GE updater is running IdkWhatsRc 05:20 <Meter55> Ik, that got me my first CCF 05:20 <Gian1001> idkwhatsrc 05:20 <Gian1001> yep 05:21 -!- Chloeemeww has joined Special:Chat 05:21 <Gian1001> there are 05:21 <Gian1001> like bots 05:21 <Gian1001> updating them I think 05:23 <Urbancowgurl777> Pickme: [[RS:SIG]] 05:24 <Urbancowgurl777> and, why did you upload a map of musa point? 05:24 <Gian1001> why does 05:24 <Gian1001> runescape.com 05:24 <Gian1001> don't load for me 05:24 <Gian1001> :( 05:25 <Meter55> http://www.youtube.com/watch?v=TV0uM4T5zc8 05:25 <IdkWhatsRc> that wasn't my question... 05:25 <Meter55> Fergs. watch it 05:25 <IdkWhatsRc> where do the ge updater gets the prices 05:25 <TyA> From the web thingamahigger 05:25 <IdkWhatsRc> i need a more precise answer... 05:26 <Urbancowgurl777> lmao 05:26 <TyA> It comes from an API that is used to make the graphs in the Grand Exchange database on runescape's website 05:26 <Urbancowgurl777> "shirouuuu!" 05:26 <Meter55> ...Gimme 100 yen 05:26 <IdkWhatsRc> Ex: To get the player exp on Wikia, they use: http://hiscore.runescape.com/index_lite.ws?player=S_U__O__M_I 05:26 <Urbancowgurl777> oh 05:26 <Atheist723> Can't think of what to say on [[Forum:A new way to organise projects]]... 05:26 <Urbancowgurl777> that was the berser-car joke lol 05:26 <Urbancowgurl777> well what's your opinion if you have one? 05:26 <Meter55> e-yup. :P 05:27 <Atheist723> But I must find a way to avoid being "keel"ed. 05:27 <Urbancowgurl777> FORM OPINION NOW OR DAI 05:27 * Atheist723 runs 05:27 <Urbancowgurl777> lol 05:27 <Meter55> Nah, we don't "keel" anymore. We throw you into the blast furnace. Armour and all. 05:28 <Atheist723> Still reading textwall after textwall. 05:28 -!- Zaralith has joined Special:Chat 05:28 <Zaralith> Anyone want to help me with some formatting? 05:29 <Pickme42> Where can you fish lobster swordfish and tuna in the wilderness? 05:29 <Urbancowgurl777> is it hard? :3= 05:29 <Urbancowgurl777> uh 05:29 <TyA> I often wonder how often people come here from central's chat somehow 05:29 <Atheist723> I don't think you could, Pickme42... 05:29 <Gian1001> Pickme42 there aren't any place for fishing tuna in the wild 05:29 <Urbancowgurl777> the only fishing spots i can think of are the ones to the east on that peninsula thing 05:29 <Zaralith> Lol. TyA. I always come here for help. 05:29 <Atheist723> Ty, Matt says we are "that famous". 05:29 <Pickme42> okay, just wondering cause on a page it says you can, didnt know if it was right or wrong 05:30 <Zaralith> No one responded in the Community, so I came here. 05:30 <TyA> We're [email protected] 05:30 -!- Pickme42 has left Special:Chat. 05:30 -!- Wizardcool11 has joined Special:Chat 05:30 <TyA> Thereis forums there you know ;) 05:30 <Wizardcool11> hey guys 05:30 <Urbancowgurl777> rather, we're the only wiki that uses their chat properly 05:30 <Meter55> http://www.youtube.com/watch?v=PCWYG-h1zRA&feature=relmfu fergs, this is the full omake. However, the VA, Sub, and Animation is slightly out of sync. Do what you can to keep up with it all. 05:30 <Gian1001> Hey Wizard 05:30 <Wizardcool11> what do i do for a fast200 dust devils task? 05:30 <Urbancowgurl777> bah stop sending me videos 05:30 <Meter55> >:3 05:30 <Meter55> I distract you. With videos. 05:30 <Urbancowgurl777> whip & potions? <.< 05:30 <Atheist723> Call of Duty does have an active chat, Fergie. 05:30 <Urbancowgurl777> but they're gross 05:30 <Meter55> ...dafuq... 05:31 <TyA> As does Adventure Time 05:31 * Sum1 0 o performs CPR on chat in attempt to revive 05:31 <Meter55> Adventure Time? wuzzat? 05:31 <Zaralith> I've been working on a profile design, but it doesn't seem to like anything larger than 500 pixels wide. It cuts the whole thing in half and puts a button to expand it in the top right hand corner. Do you know of any way I could override this auto-hide function, so that it can display properly? You can see it here; [http://kungfupanda.wikia.com/wiki/User:Zaralith] 05:31 <Wizardcool11> do i use rapier or range? 05:31 <Sum1 0 o> oh wait 05:31 <Zaralith> Oops. 05:31 <Meter55> lmao 05:31 <Zaralith> http://kungfupanda.wikia.com/wiki/User:Zaralith ** 05:31 <Sum1 0 o> I wasn't scrolled down... 05:31 <Zaralith> It's broke. 05:31 <Urbancowgurl777> it's not possible for users who don't have fullwidth enabled in their css 05:31 <TyA> Use a smaller image 05:31 <TyA> and table 05:32 <Urbancowgurl777> you have to resize it yourself 05:32 <Zaralith> And what is fullwidth? 05:32 <Urbancowgurl777> takes away the right rail stuff 05:32 -!- Touhou FTW has left Special:Chat. 05:32 <Gian1001> omg 05:32 <Meter55> fergs...watch episode 9 >:3 05:32 <Gian1001> I can't wait until tomorrow 05:32 <Gian1001> for the next clue :D 05:32 <Urbancowgurl777> i don't want to watch fate/stay night ._. 05:32 <Gian1001> I want that crown :D 05:32 <Meter55> :P 05:33 <Zaralith> We;;, how do I add it? 05:33 <Meter55> Crown? Bleh. I'm F2P. 05:33 <Zaralith> Well* 05:33 <Gian1001> lol 05:33 <Gian1001> you would get a sceptre 05:33 <Urbancowgurl777> it wouldn't only show up for you, and not others who visit your page 05:33 <Urbancowgurl777> you'd be better off resizing your own page, that's what i did to mine after lots of people complained <.< 05:33 <Zaralith> http://halo.wikia.com/User:Grizzlei 05:33 <Zaralith> It shows up ther. 05:33 <Zaralith> Fills up the whole page. 05:33 <Gian1001> bye 05:33 <Zaralith> Can't figure out how to do it though, 05:33 <Gian1001> goodnight 05:33 <Gian1001> :P 05:33 -!- Gian1001 has left Special:Chat. 05:34 <IdkWhatsRc> is runescape dead? 05:34 <Atheist723> No. 05:34 <Zaralith> So, what's the verdict? 05:34 <TyA> Make the images and tables smaller so they fit in the area 05:34 <Meter55> Holy Grail, 5th Seihai War, World Championship: Seihai Grand Prix! 05:35 -!- Wizardcool11 has left Special:Chat. 05:35 <Zaralith> But it's the exact same as the page I just showed you, so why isn't it acting the same? 05:35 <Urbancowgurl777> <div style="background-color: #002244; border: 2px solid #000000; width: 1000px; padding: 0px;"><div style="padding:10px; text-align:left; -moz-border-radius: 0.5em;"> that bit of coding is what overlaps it i think 05:35 -!- Vivum has joined Special:Chat 05:36 <Urbancowgurl777> just copied from that other userpage you showed us 05:36 <Vivum> Wellp 05:36 <Vivum> Runescape is screwed 05:36 <Vivum> Cannot connect.. 05:36 <Urbancowgurl777> ? 05:36 <Urbancowgurl777> they've been having issues apparently 05:37 <Vivum> Yeah.. It's a bit crazy 05:37 <Urbancowgurl777> your name is familiar 05:39 <Vivum> I've been around for a while 05:39 <Vivum> :P 05:39 <Urbancowgurl777> not from wiki though 05:39 <Vivum> Waat.. 05:39 <Urbancowgurl777> who are your people? ;3= 05:40 <TyA> My people are the ones who wear tin foil hats to prevent the government from reading our minds for we are all powerful and enlightened, and the government wants to track us from our brain waves. 05:40 <Urbancowgurl777> i'm a bit disturbed that you thought of that yourself 05:41 <Vivum> I think you need some help.. 05:41 <TyA> It's a mix of various things I've seen 05:41 <TyA> A lot of it is from various parts of Futurama 05:42 -!- Touhou FTW has joined Special:Chat 05:42 <TyA> Toehoe <3 05:43 <Touhou FTW> Zammeh <3 05:43 <Atheist723> Welcome back Touhou FTW. 05:43 <Touhou FTW> thanks 05:47 <TyA> What's up? o: 05:47 <Touhou FTW> gonna go make mages rage in sc 05:47 <Meter55> sc? 05:47 <Touhou FTW> stealing creation 05:47 <Meter55> Ic 05:48 -!- Smithing has joined Special:Chat 05:48 <TyA> I used to play that all the time 05:48 <Touhou FTW> same 05:49 <TyA> Then I got bored of RuneScape 05:49 <Touhou FTW> hey Smithing 05:49 <Smithing> Hey 05:49 <Smithing> Ty, think you could create [[MediaWiki:Welcome-message-user-staff]] to remove red links? 05:50 -!- Kaboompie has joined Special:Chat 05:50 -!- Cook Me Plox has left Special:Chat. 05:51 -!- Cook Me Plox has joined Special:Chat 05:51 <Zaralith> I've somehow managed to expand it across the width of the page, but it's still trying to hide the darn thing. http://kugnfupanda.wikia.com/User:Zaralith 05:51 <Zaralith> OOps 05:51 <Zaralith> http://kungfupanda.wikia.com/User:Zaralith 05:51 <Meter55> Touhou watch this: http://www.youtube.com/watch?v=DpOwuZMKWyY 05:51 <Touhou FTW> after this match 05:52 <Atheist723> You're in world 45, Touhou FTW? 05:52 <Touhou FTW> mhm 05:52 <Atheist723> Oh, hi Smithing. 05:52 <Smithing> Hey Athe 05:52 <Atheist723> In-game name, Touhou FTW? 05:52 <Touhou FTW> Okuu 05:53 <Urbancowgurl777> no idea Zaralith /: 05:53 <Urbancowgurl777> you'd have better luck coming in later when more coders are on 05:53 <TyA> Or posting in the forums at [[w:Forum:Index]] 05:54 <Urbancowgurl777> it's probably against tou o.o 05:54 <Touhou FTW> wut 05:56 <Meter55> Shinji...phone home 05:56 <Urbancowgurl777> gonna go to bed methinks 05:56 <Urbancowgurl777> nite nite <3 05:57 <TyA> Ngith bro <3 05:57 -!- Jakomeister has joined Special:Chat 05:57 <Touhou FTW> night 05:57 -!- Urbancowgurl777 has left Special:Chat. 05:57 -!- Jakomeister has left Special:Chat. 05:57 -!- Zaralith has left Special:Chat. 05:58 <Sum1 0 o> Dang, there's a huge troll on the RSOF and it won't load 05:58 <Kaboompie> Whatup guys? 05:58 <Sum1 0 o> There finally 05:59 -!- Vivum has left Special:Chat. 06:00 <Sum1 0 o> and when I mean huge, I mean huge 06:00 -!- WR Tony has joined Special:Chat 06:01 <Sum1 0 o> He's doing things that would usually land a perm block here 06:01 <Sum1 0 o> Those aren't very common on the RSOF 06:01 <Atheist723> Are you in a game at the moment, Touhou FTW? 06:02 <WR Tony> game crash!! 06:04 -!- ILYx3 has joined Special:Chat 06:04 <Sum1 0 o> Hey ILYx3 06:04 <Atheist723> Hi ILYx3. 06:08 -!- WR Tony has left Special:Chat. 06:10 <Touhou FTW> Most damage and kills 06:10 <Touhou FTW> trolol mages 06:12 <Atheist723> I thought I just saw you. 06:12 <Touhou FTW> might have 06:12 <Touhou FTW> im at clw bank 06:12 <Atheist723> Shame. 06:14 <Atheist723> ...Can't find you there either. 06:14 <Touhou FTW> im at edgy now 06:15 <Touhou FTW> I move around a lot 06:15 <Atheist723> I fail at stalking. 06:15 <Touhou FTW> :p 06:15 <Touhou FTW> ima do 1 more sc game 06:16 <Atheist723> I'll be there. 06:16 <Touhou FTW> you've got time 06:17 <Atheist723> How long? 06:17 <Touhou FTW> 1 min now 06:17 <Atheist723> Fffff... 06:17 <Atheist723> "I won't let you in, deserter!" 06:17 <Atheist723> Gah. 06:17 <Atheist723> How I loath that rule. 06:18 <Touhou FTW> ill wait for you 06:18 <Atheist723> *loathe 06:18 <Atheist723> 1 minute left. 06:18 <Touhou FTW> :p 06:19 <Touhou FTW> fuuuuuuuuuuudge 06:19 <Atheist723> Hmm? 06:19 <Touhou FTW> I hate being the highest level on the team 06:19 <Touhou FTW> Then I have to try not to be bad 06:19 <Atheist723> Lol. 06:20 <Touhou FTW> Hit n' runs are what I do >_> 06:20 <TyA> I always play noncombat :[[]]P 06:20 <Touhou FTW> eeew 06:20 <Touhou FTW> non-cb bores me 06:20 -!- Chloeemeww has left Special:Chat. 06:20 <Touhou FTW> I can't stab people in that 06:20 <Touhou FTW> :S 06:21 <Atheist723> Combat is the main point of Stealing Creation. 06:21 <Atheist723> The sheer joy of Ice Barraging a level three to death is overwhelming. 06:21 <TyA> I find it fun to win at skilling 06:21 <Touhou FTW> not when you're 85 mage :v 06:21 <Touhou FTW> SoA ftw 06:21 <TyA> Since even in Combat, all I do is skill 06:21 <Atheist723> it is just boring grinding. 06:22 <Atheist723> (Testing) 06:22 <TyA> Responding 06:23 <Touhou FTW> Bad map :s 06:23 <Touhou FTW> for us 06:24 <Meter55> Okay, time to go back to that Artisan's Workshop, better grind in some exp before sleep. 06:24 <Atheist723> Agreed. 06:25 <Touhou FTW> it's a SoA hit and run type map 06:26 <Atheist723> Where are the freaking c4s. 06:26 -!- Skylar8907 has joined Special:Chat 06:26 <Touhou FTW> probably right next to the enemy base 06:27 <Atheist723> Get a staff... 06:27 <Meter55> I want that damned guard outfit >:x 06:27 <Touhou FTW> lol staves 06:28 <Touhou FTW> the only staff I'll use is an elemental, law, or polypore 06:28 <Meter55> SoA? :x 06:28 <Atheist723> No staff = abysmal accuracy against mages. 06:28 <Touhou FTW> storm of armadyl 06:28 -!- Skylar8907 has left Special:Chat. 06:28 <Touhou FTW> that's why I pickpocket mages 06:28 <Touhou FTW> not attack them 06:29 <Meter55> och. Rs page ain't loading. 06:29 <Meter55> Probably have to restart computer. 06:29 <Atheist723> Thieving level? 06:29 <Meter55> And it's time to remove IE, cause it just doesn't work anymore. 06:29 <Touhou FTW> 82 06:29 <Touhou FTW> ill raise it later, does a good enough job for now 06:30 <Atheist723> SoA omnicidal maniac chasing me. 06:30 <Meter55> lol 06:30 <Meter55> What's MSN? :x 06:30 <Relin> I take it Runescape's rebooting their server right? 06:30 <Meter55> A browser? 06:31 <Atheist723> Noob didn't do damage because of my [[Disruption Shield]]. 06:31 <Sum1 0 o> Epic server lag is epic 06:31 <Touhou FTW> lul 06:31 <Touhou FTW> soa splashed on me 06:31 <Touhou FTW> gj 85 mage 06:31 <Touhou FTW> you serve me well 06:32 <Touhou FTW> wait 06:32 <Touhou FTW> i confused myself 06:32 <Touhou FTW> meh 06:32 <Meter55> lol. 06:32 <Atheist723> (qc) My magic level is 92. 06:32 <Meter55> GTFO my computer's drive MSN! 06:33 <Touhou FTW> I'd train mage but for me it's the most boring combat skill 06:33 <Meter55> D:< I only use google chrome 06:33 -!- Miss A Deux has joined Special:Chat 06:33 <Sum1 0 o> Hey Miss A Deux 06:33 <Miss A Deux> Hey 06:33 <Meter55> RS toolbar was taking 16MB? dafuq 06:33 -!- Casting Fishes^^ has joined Special:Chat 06:34 -!- Pengyz pwn has joined Special:Chat 06:34 <Miss A Deux> I just made a new account because I lost my old one :P 06:34 <Pengyz pwn> Anyone else having problems with Logging into Runescape? 06:34 <Miss A Deux> anyway 06:34 * Relin gives Casting Fishes^^ a cookie. 06:34 * Relin gives Pengyz pwn a cookie. 06:34 <Miss A Deux> what's with this blackout? 06:34 * Casting Fishes^^ nomz 06:34 <Atheist723> Hi Fishes. 06:34 <Touhou FTW> eew it's a fish 06:34 <Relin> I think Jagex's rebooting their server. 06:34 <Miss A Deux> thank god for rune wiki, I've spend an hour trying to find out what's up. 06:34 -!- Meter55 has left Special:Chat. 06:34 <Sum1 0 o> FEESH 06:34 <Atheist723> Gah...so much lag. 06:34 <Miss A Deux> apparently it's the UK and part of australia 06:34 <Miss A Deux> which includes me 06:35 <Pengyz pwn> I logged into my main and had no problems. But after I tried to log into my pure it kept on logging me out. After I tried to log back into my main it said "Log in exceed - too many trying to log into this adress" or something like that 06:35 -!- Sum1 0 o has left Special:Chat. 06:36 -!- Smithing has left Special:Chat. 06:36 <Miss A Deux> It's a night mare trying to figure out whether the problem is your internet or the actual site -______- 06:36 <Miss A Deux> I could access the game for a bit 06:37 <Miss A Deux> then only the main site and other stuff 06:37 <Miss A Deux> then nothing 06:37 -!- Meter55 has joined Special:Chat 06:37 <Pengyz pwn> I am trying to re-download the Runescape client from the home page 06:37 <Meter55> Removing bunch o' crap that's wasting my computer's memory 06:37 <Pengyz pwn> but the home page wont load for me 06:37 <Meter55> AOL! Remove yourself faster! 06:38 <Miss A Deux> oh pengyz 06:38 <Miss A Deux> it's the jagex server 06:38 <Miss A Deux> it's down in australia and uk a bit 06:38 <Pengyz pwn> I'm in Canada? 06:38 <Miss A Deux> just gotta wait it out 06:38 * Relin pets his Corgi. 06:38 <Miss A Deux> well that's strange 06:38 <Miss A Deux> may be different for you but idk 06:39 <Miss A Deux> I'm getting all this of rune wiki, lol 06:39 <Atheist723> Playing hide-and-seek with two 130 mages. 06:39 <Pengyz pwn> OMG I've been loading the downloads page for like FIVE minutes and its finally showing 06:39 <Miss A Deux> Well I've wasted enough time today trying to figure this out 06:40 <Pengyz pwn> 5 seconds until client is done :x 06:40 <Miss A Deux> wiki's a lifesaver. better get back to rl work now. 06:40 -!- Meter55 has left Special:Chat. 06:40 <Miss A Deux> cya guys 06:40 <Pengyz pwn> Bye. 06:40 <Touhou FTW> cya 06:40 -!- Miss A Deux has left Special:Chat. 06:41 <Pengyz pwn> I hope when the Client is done loading I can actually play :/ 06:41 <Relin> Best not to log in to any American servers for the time being. 06:42 -!- Death dea690 has joined Special:Chat 06:42 <Death dea690> why is the client not working? 06:42 * Relin gives Death dea690 a cookie. 06:43 <Relin> It should work now 06:43 <Relin> Try the Runescape desktop client. 06:43 <Death dea690> i am 06:43 -!- Dominai has joined Special:Chat 06:43 <Atheist723> Fail game. 06:43 <Atheist723> Waaay too much lag. 06:43 <Death dea690> it loads but if i get to log in (rare) it doesnt load anything then goes back to login 06:43 <Touhou FTW> So many c4 hotspots 06:44 <Pengyz pwn> Thats whats been happening to me Death 06:44 <Pengyz pwn> I log in but it sends me right back to the log in screen 06:45 <Death dea690> it seems to work now... 06:45 <Dominai> the whole website isnt even loading for me i thought it was something on my side until i googled it 06:45 <Pengyz pwn> The website wouldn't load for me, I had the page loading forever and it finally started loading 06:45 <Death dea690> if you googled it then whats wrong with it? 06:46 <Dominai> patch maybe 06:46 <Death dea690> maybe... 06:46 -!- Meter55 has joined Special:Chat 06:47 <Meter55> Back. Rs still down? 06:47 <Atheist723> No for me. 06:47 <Death dea690> right before it stopped working my friend was starting his fight against nomad, i hope he wasnt logged off too. 06:47 <Pengyz pwn> Not sure, Runescape client is still loading 06:47 <Dominai> its working 06:47 <Death dea690> working for me too now 06:47 -!- TyA has left Special:Chat. 06:47 <Meter55> LOAD RUNESCAPE DAMMIT. ._. 06:48 <Meter55> (curses the developers for their lack of hindsight) 06:48 <Pengyz pwn> Death, sad thing would be if he lost all his items due to dying 06:48 <Pengyz pwn> But I'm sure the Runescape problems hasn't happened to everyone 06:50 <IdkWhatsRc> How can I add a picture on a page? 06:51 <IdkWhatsRc> A picture from an external website 06:52 <Pengyz pwn> What type of page? 06:53 <Pengyz pwn> Are there types of Quick chats for this chat? 06:54 <Touhou FTW> http://runescape.wikia.com/wiki/RuneScape:Chat/Help/QuickChat 06:54 <IdkWhatsRc> Ex: [IMG]http://i46.tinypic.com/rvegc1.png[/IMG] 06:54 <IdkWhatsRc> I want to add that to my Userpage. 06:55 <Touhou FTW> if it's on an image hosting site 06:55 <Touhou FTW> just copy the image location and paste it 06:55 <Touhou FTW> it should work 06:55 <Meter55> Runescape main page still ain't loading. >:x 06:55 <Meter55> Huzzah! 06:56 * Casting Fishes^^ wants [[User:Lord Yura]] 06:56 * Casting Fishes^^ stalks 06:56 <IdkWhatsRc> It's not... It's showing the link instead of the picture. 06:56 <Pengyz pwn> Touhou 06:56 <Pengyz pwn> , all I enter is "/qc" ? 06:56 <Touhou FTW> put .jpg or another extension after it and see if that works 06:56 <Touhou FTW> uuh 06:57 <Touhou FTW> "/qc" and then the command 06:57 <Pengyz pwn> ok 06:58 * Casting Fishes^^ huggles mattchew 06:58 -!- Cook Me Plox has left Special:Chat. 06:58 -!- Cook Me Plox has joined Special:Chat 06:58 <Touhou FTW> gj fish 06:58 <Casting Fishes^^> :c 06:58 <IdkWhatsRc> http://i46.tinypic.com/rvegc1.png 06:58 <IdkWhatsRc> I want that in a picture. 06:58 <IdkWhatsRc> On my Userpage... 06:58 <Touhou FTW> do you want it in a thumb or as a picture? 06:59 <IdkWhatsRc> Picture. 06:59 <IdkWhatsRc> Idc, as long as its there... 06:59 <Cook Me Plox> Tinypic isn't on our whitelist 06:59 <Pengyz pwn> Try right clicking the picture and save it to a location 06:59 <IdkWhatsRc> ? 06:59 <IdkWhatsRc> ttp://i46.tinypic.com/rvegc1.png 06:59 <Pengyz pwn> Then when it says which picture you want to use, use that picture you want 06:59 <IdkWhatsRc> http://i46.tinypic.com/rvegc1.png 07:00 <IdkWhatsRc> I already got the picture... 07:00 <Cook Me Plox> let me add it 07:00 <Touhou FTW> i don't think tinypic can be used 07:00 <Touhou FTW> o wait 07:00 <Touhou FTW> cook said that 07:01 <Cook Me Plox> Fixed 07:01 <Cook Me Plox> Added it to the external image whitelist, it should work now 07:02 <Touhou FTW> [[Monk's Friend]] 07:02 <IdkWhatsRc> So I need to upload it on the site? 07:02 <IdkWhatsRc> Then I can use it? lol... 07:02 <Touhou FTW> no 07:02 <Touhou FTW> the problem was 07:03 <Touhou FTW> tinypic wasn't a valid image hosting site that's recognised by the wiki 07:03 <Touhou FTW> cook said he added it to the list though 07:04 <Pengyz pwn> Well. I can now play Runescape, cyah everyone 07:04 <Touhou FTW> cya 07:04 <Pengyz pwn> I'm not sure how to actually exit this chat, so I'm going to just press the X lol 07:04 -!- Pengyz pwn has left Special:Chat. 07:07 <Atheist723> As far as I know, it is the only way. 07:07 <Touhou FTW> :p 07:14 <Meter55> or press ctrl alt del, open task manager, and end task. 07:15 <Casting Fishes^^> TOUHOU 07:16 <Touhou FTW> FISH 07:16 -!- IdkWhatsRc has left Special:Chat. 07:16 <Meter55> Did someone say fish? 07:16 <Meter55> *starts grinding knife on whetstone* 07:16 <Meter55> Time to make some fillets. 07:17 <Touhou FTW> eew 07:17 <Meter55> Never gutted a fish before, have you? 07:17 <Touhou FTW> no because I don't like any of the fish I've tried 07:19 <Meter55> Eyh. I usually have to wash the rice while someone is taking out the fish offal right next to me. I got used to the smell. :x 07:19 <Casting Fishes^^> :c 07:19 * Casting Fishes^^ hides 07:20 -!- Vivum has joined Special:Chat 07:20 <Meter55> 1st time, I hurled. 2nd, I got sick. 3rd, I just didn't care anymore. 07:20 <Vivum> Is rs still down? 07:20 <Meter55> No. 07:20 <Vivum> wat 07:20 <Vivum> Why can I not load anything then 07:20 <Meter55> idk 07:20 <Vivum> Toolbar game launch - not working 07:21 -!- Essexboi12 has joined Special:Chat 07:21 <Meter55> :x 07:21 <Vivum> Homepage - not loading proper 07:21 <Essexboi12> Can anyone help me with Gwd? 07:21 <Touhou FTW> It's still probably down for some people 07:21 <Essexboi12> i have a team of 5 and we need a tank 07:21 <Vivum> Chrome app - not responding 07:21 <Meter55> relaunch browser/clear cache? 07:21 <Essexboi12> i had to reset my history (Not that i never had some) 07:22 <Vivum> Try it once more 07:22 <Vivum> Then I'll do something 07:22 <Meter55> And, SHAZAM! It loaded. 07:22 <Essexboi12> Anyone want to help me Tank in Gwd? 07:22 <Vivum> Here we go, checking for updates. 07:22 <Meter55> Lol, GWD, have fun. 07:22 <Vivum> Further than what I got last time. 07:22 <Meter55> I'm a f2p scrub. 07:22 <Vivum> Into lobby.. 07:23 <Vivum> Wahey! 07:23 <Atheist723> (Testing) 07:23 <Vivum> Into the game! 07:23 -!- Vivum has left Special:Chat. 07:23 <Meter55> Cause my local 7/11 doesn't have rs membership cards. 07:23 <Essexboi12> :"( 07:23 <Meter55> I'll check target and safeway later. 07:23 <Essexboi12> Anyone a member here? 07:24 <Meter55> Touhou and Atheist are...but idk what they're doing atm 07:24 <Meter55> And he's gone. 07:24 <Essexboi12> Touhou 07:24 <Touhou FTW> hmm? 07:24 <Essexboi12> Want to come God Wars with me and a Group? 07:24 <Essexboi12> We just need a Tank and we are set. 07:25 -!- Lord Yura has joined Special:Chat 07:25 <Touhou FTW> No thanks, not too keen on doing GWD 07:25 <Touhou FTW> YURA!!! 07:25 <Essexboi12> Why does nobody do it? 07:25 <Touhou FTW> I only do it duo with one of my friends 07:25 <Lord Yura> Oh hey :D I remembered my password! 07:25 <Meter55> Lmao 07:25 <Essexboi12> Yura? 07:25 <Essexboi12> you a member? 07:26 <Lord Yura> Mmm.. Not anymore. Lol. I used to be. And Kept it when I had to leave Runescape. Im a free player now with over 16k points .-. And I want emotes and stuff 07:26 <Casting Fishes^^> AMG 07:26 * Casting Fishes^^ huggles buko 07:26 -!- Essexboi12 has left Special:Chat. 07:26 * Casting Fishes^^ hears someone outside o-o 07:26 <Lord Yura> xD 07:27 <Meter55> Get the shotgun. Load the shells, answer it with a 12 gauge to the face. 07:27 <Meter55> If not, a knife does good 07:27 <Touhou FTW> what if it's you and you don't it? 07:27 <Touhou FTW> don't know it* 07:27 <Lord Yura> o: Ooooh 07:27 <Lord Yura> That would ruin your day :< 07:28 <Meter55> ? 07:29 <Meter55> damned dwarven ancestors. 07:29 <Meter55> STAY DEAD 07:30 * Casting Fishes^^ yey 07:30 <Meter55> better recharge prayer and switch gear. I was still wearing my runecrafter robes. 07:30 * Casting Fishes^^ gives buko a (caek) n (ccaek) 07:30 <Lord Yura> Yay :3 07:31 <Casting Fishes^^> :D 07:31 <Touhou FTW> oh my 07:31 <Touhou FTW> only 78/182 quick guides are done 07:31 <Touhou FTW> Fuuuuuuuuu 07:32 <Lord Yura> D: Oh no! I would help.. but.. I have no idea.. what any of this new stuff is .-. 07:32 <Lord Yura> I still get confused about the tool belt x3. But hey.. its a space saver~ 07:32 <Casting Fishes^^> Bukoooo x3 I did the best quest ever~ 07:32 <Touhou FTW> :p 07:32 <Casting Fishes^^> [[The Elder Kiln]] :3. 07:32 <Touhou FTW> Now go do the fight kiln 07:32 <Touhou FTW> :3 07:32 <Lord Yura> o: 07:32 <Casting Fishes^^> nu :c 07:32 <Casting Fishes^^> I did that quest like 2 months ago:c 07:33 <Lord Yura> Oh ya D: Since they added new quests2. Im down to 21 that need to be done u-u 07:33 <Casting Fishes^^> :c 07:33 <Casting Fishes^^> y u no mem 07:33 <Meter55> do it without titan or pak yak/generic BoB 07:34 <Casting Fishes^^> Buko i have pictures of us when we first met on rs :o 07:34 <Meter55> *goes to check his respect 07:35 <Atheist723> (Testing) 07:35 -!- Elune Anzu has joined Special:Chat 07:35 <Meter55> 5%. Huh. I need 15% more till I get bonus exp for ceremonial armour. 07:35 <Touhou FTW> !test 07:35 <RSChatBot> Touhou FTW: Hai! 07:36 <Touhou FTW> Meter 07:36 <Meter55> ? 07:36 <Touhou FTW> how hard is it to get a ceremonial sword? 07:36 <Lord Yura> Doesnt it depend on the level? D: 07:36 -!- Touhou FTW has left Special:Chat. 07:36 -!- Touhou FTW has joined Special:Chat 07:36 <Casting Fishes^^> http://sphotos.xx.fbcdn.net/hphotos-ash4/249665_216873935000107_100000325060069_713093_5340965_n.jpg @Buko 07:36 <Casting Fishes^^> :D 07:36 <Meter55> And I don't even get to explain. 07:36 <Touhou FTW> closed the wrong tab 07:36 <Meter55> ._. 07:36 <Meter55> ic 07:36 <Meter55> well, depends on which sword you'd want. 07:37 <Touhou FTW> o 07:37 <Touhou FTW> beh 07:37 <Lord Yura> Ooh! A picture of us! 07:37 * Elune Anzu pokes Casting 07:37 <Casting Fishes^^> :D 07:37 <Casting Fishes^^> I have more 07:37 * Casting Fishes^^ pokes Elune Anzu 07:37 <Elune Anzu> Hi 07:38 <Meter55> err, okay. No response. 07:38 -!- Alchez has joined Special:Chat 07:38 <Casting Fishes^^> hai 07:38 <Touhou FTW> wat 07:38 <Touhou FTW> fien 07:38 <Atheist723> Hi Alchez. 07:38 <Touhou FTW> mithril i 07:39 <Touhou FTW> wait no 07:39 <Lord Yura> ..Shouldn't be too hard D: 07:39 <Lord Yura> But.. Er.. if I remember right, you need to be lucky with banging the sword :< 07:39 <Touhou FTW> it was mithril iii I wanted 07:39 <Touhou FTW> pfft 07:39 <Touhou FTW> forget this 07:39 <Meter55> You need respect from the dwarves, so it's gonna take a while. 07:39 <Touhou FTW> cbb to get pts 07:39 <Touhou FTW> yh 07:39 <Meter55> You'd need grade III plans. 07:39 <Meter55> And they are a reward item from elof 07:39 <Lord Yura> I used to bang them all too hard :/ They broke 07:40 <Alchez> Hi 07:40 <Touhou FTW> hi 07:40 <Lord Yura> Hellos~ 07:40 <Casting Fishes^^> hai 07:40 <Casting Fishes^^> :D 07:40 <Meter55> I failed my bronze ceremonial sword. XD 07:40 <Touhou FTW> :p 07:41 * Casting Fishes^^ huggles Elune Anzu 07:42 * Elune Anzu huggles Casting Fishes^^ 07:42 <Elune Anzu> hai 07:42 <Casting Fishes^^> hai 07:43 <Meter55> Killing ancestors give you .1% respect, pipes give you .25 respect...and yeah. Oh yeah, 1% respect for every 10k exp you get. 07:43 <Meter55> Each plan 1-5 takes 30% respect. 07:43 <Casting Fishes^^> jim meet buko, buko meet jim 07:43 <Casting Fishes^^> :D 07:43 <Elune Anzu> hai 07:44 <Touhou FTW> I ain't doin' it 07:44 <Meter55> Die warrior ancestor! gimme mah respect! 07:44 <Touhou FTW> oh dat reminds me 07:44 <Lord Yura> o: 07:44 <Touhou FTW> i need to do jot 07:44 <Lord Yura> Lol Hellos :3 07:44 <Casting Fishes^^> elune= jim 07:44 <Casting Fishes^^> :D 07:44 <Meter55> Just training gives you respect, the rest are distractions 07:44 <Lord Yura> Ooh! 07:44 <Lord Yura> Makes more sense :3 07:44 <Meter55> 10k exp = 1% 07:45 <Meter55> It all depends what type of ore you use to train. 07:45 <Meter55> I use iron i, and it's 111 exp when following instructions. 07:46 <Touhou FTW> ehhhh 07:46 <Meter55> I have to make 100 ceremonial pieces to get 1% respect. 07:46 <Touhou FTW> ill just smith addy plates when/if I decide to get more exp :3 07:46 <Lord Yura> I used to take a clay hammer and go use the best ingots I could there :x fast exp 07:47 <Meter55> Let me check the exp rates on the artisan's worksho 07:47 * Casting Fishes^^ does adamant platebodies 07:47 <Casting Fishes^^> :o 07:47 <Meter55> p* 07:47 <Casting Fishes^^> (qc) My Smithing level is 88 (xp: 4,386,052, rank: 47,395). 07:47 <Lord Yura> o: How you quick chat in Wiki? 07:47 * Casting Fishes^^ brb cuz pencil broken o-o 07:47 <Lord Yura> Omg.. Gone too long u-u. Lol 07:47 <Casting Fishes^^> well you can't because you're not a member buttt 07:47 <Lord Yura> Ooh xD 07:47 <Casting Fishes^^> go /name Lord Yura 07:47 <Casting Fishes^^> type that 07:47 <Casting Fishes^^> then /lvl (skill here) 07:47 <Casting Fishes^^> but you can't because you don't appear on high scores:c 07:48 <Casting Fishes^^> they took f2p out of high scores dem nubs 07:48 <Meter55> Okay 07:48 <Lord Yura> .__. Oooh.. 07:48 <Meter55> Grade i adamant bar gives 555.5 exp when you follow directions. costs 2.8k per bar. 07:48 <Meter55> 3 ore, 14 coal. 07:48 <Touhou FTW> hey 07:48 <Touhou FTW> hey fish 07:48 <Lord Yura> Lol Yesterday, before I came back.. I searched my name to see my stats.. and just saw a bunch of "--" 07:48 <Lord Yura> And was all.. If I got deleted.. > 3> 07:48 <Touhou FTW> (qc) Okuu's Smithing level is 99 (xp: 13,035,455, rank: 24,292). 07:49 <Meter55> How much exp is a single addy platebody? 07:49 -!- Alchez has left Special:Chat. 07:49 <Lord Yura> Oh wow D: 07:49 <Casting Fishes^^> :c 07:49 <Touhou FTW> 312.5 07:49 <Lord Yura> Lol Iremember when you went on a smithing spree :3 07:49 <Lord Yura> Belated Congrats :3 07:50 <Touhou FTW> thanks :p 07:50 <Touhou FTW> during bxp weekend 07:50 <Touhou FTW> it was like 07:50 <Touhou FTW> 800+ exp a plate >.> 07:50 <Meter55> Oh, yeah, touhou. 07:50 <Elune Anzu> [[Digsite quest]] 07:50 <Touhou FTW> ? 07:50 <Meter55> I forgot to mention. each ceremonial armour pieces gives the same exp as the rest. And they each take 1 bar. 07:51 <Touhou FTW> geh 07:51 <Meter55> each ceremonial piece of addy grade i, is 555.5 exp. 07:51 <Meter55> and the same ore needed, etc etc 07:51 <Meter55> oh, and same amount. You just don't make profit. 07:51 -!- Warmegypt has joined Special:Chat 07:51 <Touhou FTW> yeah 07:52 <Warmegypt> just want to add some herbs prices 07:52 <Touhou FTW> getting from 98 to 99 smithing, I only lost about 1.4m on addy plates >.> 07:52 <Warmegypt> the wiki sas iam not alloowed? 07:52 <Warmegypt> says* 07:52 <Meter55> well, I'm out. g'night rswikians. 07:52 <Lord Yura> Prices change a lot :/ 07:52 -!- Meter55 has left Special:Chat. 07:53 <Warmegypt> i want to add but t wont leave me add it 07:53 <Touhou FTW> what does it say 07:54 <Warmegypt> it says u are not allowed to edit this space (g.e price) 07:54 <Touhou FTW> does it provide a reason? 07:54 <Warmegypt> no lol 07:54 <Lord Yura> Isnt there still a Bot to add in prices? 07:54 <Touhou FTW> my best guess then is that you either need to be autoconfirmed or an admin then 07:54 <Warmegypt> so u saying rswiki bots? 07:55 <Touhou FTW> i thought there was a bot 07:55 <Touhou FTW> it may be inactive, busy, or something else 07:55 <Warmegypt> case i was using herblore calc 07:55 <Warmegypt> and saw i make less pofit then it says 07:55 <Warmegypt> i went to check and the clean toadflax was lower in price 07:56 <Warmegypt> 3891 07:56 <Warmegypt> but its now 3871 07:56 <Touhou FTW> yeah, i'm not too familiar with the price/g.e. pages 07:58 <Atheist723> (Testing) 08:00 -!- Miss A Deux has joined Special:Chat 08:00 <Miss A Deux> anyone else still offline? 08:00 <Lord Yura> So how is everybody? :P 08:01 <Casting Fishes^^> tired:3 08:01 <Touhou FTW> fine 08:01 <Atheist723> Alive, I'm glad to say. 08:01 -!- PunchinPaul has joined Special:Chat 08:02 <Atheist723> Hi PunchinPaul. 08:03 <Miss A Deux> I think I'm back on 08:03 <PunchinPaul> Hi 08:03 -!- AnselaJonla has joined Special:Chat 08:03 <Miss A Deux> *slow clap* well done RuneScape 08:03 <Touhou FTW> Well, I'm going to bed, cya everyone. 08:03 -!- Touhou FTW has left Special:Chat. 08:03 <Atheist723> Hi Ansela. 08:03 <AnselaJonla> Hi Athe 08:04 <Atheist723> What do you mean, Miss A Deux? 08:04 <Atheist723> Ah, missed the first message, sorry. 08:06 -!- Sentra246 has joined Special:Chat 08:06 * Casting Fishes^^ waves sentar bai 08:07 <Elune Anzu> sentra y u no 08:07 * Casting Fishes^^ huggles Elune Anzu gudnaight 08:07 * Elune Anzu huggles 08:07 <Atheist723> Hi Sentra. 08:07 <Casting Fishes^^> nightt 08:07 <Atheist723> Goodnight Fishes... 08:07 <Sentra246> cause u no 08:12 <Atheist723> (Testing) 08:12 -!- Miss A Deux has left Special:Chat. 08:14 -!- Death dea690 has left Special:Chat. 08:14 -!- Alchez has joined Special:Chat 08:17 -!- Miss A Deux has joined Special:Chat 08:19 -!- Alchez has left Special:Chat. 08:21 -!- Dominai has left Special:Chat. 08:23 -!- Elune Anzu has left Special:Chat. 08:24 -!- PunchinPaul has left Special:Chat. 08:28 -!- Lord Yura has left Special:Chat. 08:37 -!- Omg8128 has joined Special:Chat 08:38 <Omg8128> problem if i edit the royal d hide body? 08:38 <Omg8128> i found a glitch 08:38 <Atheist723> Of course not. 08:38 <Omg8128> lol? 08:38 <Atheist723> That is the point of a wiki - anyone could edit. 08:38 <Omg8128> graphical glitch 08:38 <Omg8128> ok 08:38 <Omg8128> lol 08:38 <Atheist723> Generally speaking graphical glitches aren't that notable. 08:39 <Atheist723> A short line at the bottom would suffice. 08:39 <Michagogo> See http://runescape.wikia.com/wiki/RS:IMP#Glitch_images 08:39 <Miss A Deux> could list it on the glitch page 08:39 <Atheist723> I'm just about to say an image is usually not needed. 08:39 <Atheist723> Miss A Deux, someone had the horrible idea to split all glitches into individual pages. 08:39 -!- Chicken7 has joined Special:Chat 08:39 <Atheist723> And it is "official" now. 08:39 <Atheist723> Hi Chicken7. 08:39 <Miss A Deux> huh? 08:40 <Atheist723> Yeah, that's my first reaction too. 08:40 <Chicken7> hey atheist 08:40 <Miss A Deux> so there's no more page with all the past glitches on it? 08:40 <Miss A Deux> I was the first one to post the magic carpet glitch on here :3 08:40 <Michagogo> [[Glitches]] is the page, IIRC 08:40 -!- Ozank has joined Special:Chat 08:40 <AnselaJonla> Athe - only the really big, infamous or frequently reoccuring glitches are listed now 08:40 -!- Omg8128 has left Special:Chat. 08:41 -!- Omg8128 has joined Special:Chat 08:41 <Omg8128> i can edti it....-.- 08:41 <Omg8128> cant* 08:41 -!- Ozank has left Special:Chat. 08:41 <Miss A Deux> wasted hoursof my time today trying to log back on runescape 08:42 <Miss A Deux> I should be smarter than that. 08:42 <Michagogo> Omg8128: what are you having trouble editing? 08:42 <Omg8128> royal d hide body 08:42 <Matthew2602> amg, hai james 08:42 <Omg8128> shouders glitch while shiponing 08:42 <Omg8128> dosent stand there 08:42 <AnselaJonla> [[Royal d'hide body]] 08:42 <Michagogo> [[royal dragonhide body]] 08:42 <Omg8128> i have picture too 08:42 <Chicken7> its protected 08:42 <AnselaJonla> That isn't notable enough to be added to that page 08:43 <Michagogo> Hmm. Time for a new redirect 08:43 <Omg8128> looks ugly thou 08:43 -!- Shinigamidaio has joined Special:Chat 08:43 <AnselaJonla> Okay, that protection length is completely excessive imo 08:43 <Michagogo> [[special:log]] 08:44 <Michagogo> Two weeks protection? 08:44 <Michagogo> That's insane 08:44 <Michagogo> Was there really *that* much vandalism? 08:44 <Chicken7> yeah, 2 weeks is too excessive. maybe he planned to revoke it manually earlier 08:45 <AnselaJonla> Hm, maybe 08:45 <Chicken7> it had 45 edits in one day >_> 08:45 <AnselaJonla> But I rarely see any edits by him, so is he around to do that? 08:46 <AnselaJonla> Chicken - 45 edits to a new item on its release day isn't that many 08:47 <Sentra246> james you noob 08:47 <Sentra246> go study for your exams 08:49 <Chicken7> fe. didnt think it was that noticeable 08:49 <Chicken7> and sentra, i should. i have italian tomorrow. shoot me now 08:50 <Sentra246> gl :P i have physics, should be pretty simple 08:50 <Sentra246> that's an afternoon exam right? 08:50 <Chicken7> yeah 08:50 <Chicken7> i dont even know what to study 08:51 <Sentra246> wait, rudd is still alive? 08:51 <Chicken7> btw, i meant *notable, before, not noticeable >_> 08:51 <Chicken7> it seems so 08:52 <HakkaPK> fuuu- 08:52 <HakkaPK> lost void because of server error 08:56 <Miss A Deux> is that the same blackout? 08:57 <HakkaPK> i believe, lol 08:58 <Miss A Deux> trying to log into runescape despite odds of a server crash can be addictive. 08:58 <Miss A Deux> take it from me. 08:58 <Miss A Deux> could you get back in? 08:59 <HakkaPK> mhm, #lumbridgewith3items2k12 09:05 -!- Relin has left Special:Chat. 09:08 -!- Shinigamidaio has left Special:Chat. 09:12 <Chicken7> anyway, im off guys. seeya 09:14 <Sentra246> have fun studying 09:14 -!- Range riley has joined Special:Chat 09:14 <Range riley> waaasssaaaaap 09:15 -!- Chicken7 has left Special:Chat. 09:16 -!- Neitiznot has joined Special:Chat 09:17 <Neitiznot> Hai 09:19 <AnselaJonla> Hi Nezzy 09:20 <AnselaJonla> Hm... chances of going anywhere today = practically nil 09:20 <Neitiznot> Really raining :/ 09:20 <AnselaJonla> Yah 09:20 <AnselaJonla> bank holiday weekend, go figure 09:21 <Neitiznot> A really nice one too 09:21 <Neitiznot> My cousins coming around (aka hell) 09:21 <Neitiznot> And the weather 09:21 <Neitiznot> Hi Matthew2602 09:21 <AnselaJonla> Hi Mattchewtoy 09:21 <Neitiznot> Right, my eyes are starting to burn again so I'll be afk 09:22 * Matthew2602 wonders if it will dc him 09:24 -!- Neitiznot has left Special:Chat. 09:27 <AnselaJonla> Cook, you there? 09:29 <Range riley> anyone in the lvl 80s? 09:29 <Range riley> i wanna fight them 09:29 <AnselaJonla> In what? 09:30 <Range riley> the wildy 09:30 <AnselaJonla> Eh, I'm too high level for you and I don't pk anyway 09:30 <Cook Me Plox> Hi Ansela 09:30 <AnselaJonla> Eh, you noticed what I was trying to draw your attention to 09:31 <Cook Me Plox> The DEU stuff? 09:31 <AnselaJonla> Yah 09:31 <AnselaJonla> Felt pretty sure that a well-written addition like that was legit 09:32 <Range riley> well anyone wanna go boss some bosses? 09:32 <AnselaJonla> Wonder how he would react to additions to Joey's SoF log 09:33 <HakkaPK> Range Riley 09:34 <Range riley> yeah? 09:34 <HakkaPK> I have a level 79 rune pure, wanna fight? 09:34 <Range riley> uh sure where? 09:34 <HakkaPK> ... Edgeville 09:34 <Range riley> ok 09:34 <Range riley> your on 09:34 <Range riley> lemme get my gear set up 09:35 <HakkaPK> are you a pure or main? if you're a pure i'd prefer not to skull, i'll have same risk but I jsut dont wanna lose defender 09:35 <Range riley> i am a main 09:36 <Range riley> my lvls go into skills mostly 09:36 <Range riley> but i am a combat guy 09:36 <HakkaPK> ... no teles/running. 09:36 <Range riley> like meelee 09:36 <Range riley> no teles or running 09:36 <HakkaPK> ^ 09:37 <Range riley> i am gunna take full english breakfast 09:38 <HakkaPK> ? 09:38 <Range riley> they healm alot and they are cheap 09:38 <AnselaJonla> [[Experience]] 09:38 <HakkaPK> what the heck is full english breakfast 09:38 <HakkaPK> world 53, if that's OK with you 09:39 -!- Range riley has left Special:Chat. 09:39 <HakkaPK> interesting, lol 09:39 -!- Range riley has joined Special:Chat 09:40 <Range riley> sorry closed the tab 09:40 <HakkaPK> np 09:40 <HakkaPK> is your RS name Range Riley? lol 09:40 <Range riley> soft pillow you pure pker 09:40 <Range riley> you shove red bulles down your mouth 09:40 <HakkaPK> naw 09:41 <HakkaPK> I'm a rune pure, I smack people with a d scim and veng 09:41 <HakkaPK> but I can't veng cuz i got caught botting :( 09:42 <Range riley> well i never bot and i still have no cash 09:42 <Range riley> spent it on a dragon hatchet 09:42 <Range riley> runescape name? 09:43 <HakkaPK> im a Ranqer 09:43 <Range riley> what? 09:43 <HakkaPK> my rs name 09:43 <HakkaPK> is 09:43 <HakkaPK> Im A Ranqer 09:43 <HakkaPK> i just pmed u 09:43 <Range riley> really 09:44 <Range riley> just meet on the edgeville bridge 09:44 <HakkaPK> Getting some gear real fast 09:44 <HakkaPK> Nice Defence, don't safe please 09:45 <Range riley> what how can you see my defence? 09:45 <Range riley> are yu checking my runescape file? 09:45 <HakkaPK> Hiscore function on Swiftkit 09:45 <AnselaJonla> [[Stay Spy]] 09:45 <AnselaJonla> [[Stat Spy]] 09:46 <Range riley> but you can't see me 09:46 <AnselaJonla> Wow... a cannon user that actually hops when asked to 09:46 <Range riley> waffles 09:46 <HakkaPK> "range Riley" 09:46 <Range riley> i do not use a cannon 09:46 <Range riley> and you have the wrong name 09:46 <HakkaPK> Get risk, bro 09:46 <AnselaJonla> Who said I was talking about you? 09:47 <HakkaPK> Range Riley: ur 69 def, and wearing adamant 09:47 <HakkaPK> you won't stand a chance in addy lol 09:48 <HakkaPK> are you trlling? put on rune and a dscim -.- 09:49 -!- Neitiznot has joined Special:Chat 09:49 <Neitiznot> :/ 09:49 <Neitiznot> My eyes are still burning 09:49 <Neitiznot> And Ruud is being active :-D 09:50 -!- Alchez has joined Special:Chat 09:50 <Neitiznot> Hi Alchez 09:50 <Alchez> Hi 09:52 <Neitiznot> Owowowowow ow 09:52 <Neitiznot> My left eye is the only one burning now 09:52 <Neitiznot> O_o 09:52 <AnselaJonla> I think you need to get down to A&E if your eyes are burning 09:53 <HakkaPK> Ty for free shit :) 09:53 <Neitiznot> Lol 09:53 <Range riley> damit 09:53 <Range riley> there goes my cash 09:53 <HakkaPK> Indeed 09:53 <Range riley> i bought a glory 09:53 <Range riley> and a ring of wealth 09:54 <HakkaPK> And I'm about to sell a glory, and a ring of wealth 09:54 <Neitiznot> I've wasted 9m :/ 09:54 <Neitiznot> Well, 13m 09:54 <Range riley> fist fight me 09:54 <HakkaPK> no? 09:54 <Range riley> no armour or anything 09:54 <Neitiznot> On runes 'n' st00f 09:54 <Range riley> just for fun 09:55 <Neitiznot> Right, my eyes are seriously starting to hurt 09:55 <Alchez> Ansela 09:55 <Neitiznot> Cya 09:55 <HakkaPK> Range 09:55 <AnselaJonla> Yes Alch? 09:55 <HakkaPK> no, I don't waste time on fun fights :) 09:55 <HakkaPK> ty for 80k tho lol 09:55 <Alchez> Can you delete this page? [[File:LoSRoom6.png]] 09:55 -!- Neitiznot has left Special:Chat. 09:55 <Alchez> Gonna upload a new one 09:56 <AnselaJonla> Upload it in the same name 09:56 <Alchez> No, its two pictures for the blocks 09:56 <Alchez> That picture is too jumbled up 09:56 <AnselaJonla> Okay 09:56 <Alchez> Thanks 09:56 <AnselaJonla> You're dealing with the links though 09:56 <HakkaPK> ffs, now i gotta transfer claws back over to main :( 09:57 <Alchez> Yeah, okay 10:00 <AnselaJonla> Eh, someone give me the name of a random music track 10:01 <Alchez> [[Awoken]] 10:01 <Alchez> Can I rename a page? 10:01 <Range riley> anyone want to go dungeoneering 10:01 <HakkaPK> the records chamber 10:01 <HakkaPK> range, whats ur dung level 10:01 <AnselaJonla> Should be able to, Alch 10:01 <HakkaPK> (qc) My Dungeoneering level is 104 (xp: 23,294,488, rank: 12,542). 10:01 <Alchez> How? 10:01 <Atheist723> Click the arrow next to the edit button. 10:01 <AnselaJonla> Arrow next to the edit button - Move 10:02 <AnselaJonla> And pick again - I don't have Awoken 10:02 <Atheist723> [[Autumn Voyage]]? 10:02 <AnselaJonla> Yay, something to listen to 10:02 <Alchez> Where is the move option? 10:03 <AnselaJonla> what page are you trying to move? 10:03 <Alchez> [[File:Yeti-Shout.png]] 10:03 <Alchez> Uploading the full yeti cave 10:03 <Alchez> Without the shout 10:03 <Atheist723> You can't move files. 10:03 <Alchez> Yes. 10:03 <Atheist723> Unless you are custodian or above. 10:03 <Alchez> Oh. 10:06 <Atheist723> You could simply ask someone to, obviously... 10:06 <Alchez> Ansela isn't custodian? 10:07 <Atheist723> Custodian and above, Alchez. 10:07 <Atheist723> Which of course include admins. 10:08 <Alchez> Okay 10:14 <AnselaJonla> [[User:AnselaJonla#Music_goal]] 10:14 -!- Hofmic has joined Special:Chat 10:15 <Hofmic> Greetings folks, it's four in the mourning, the parties over, and I'm not the least bit sleepy... 10:15 <Hofmic> Let's fix this template. I have a theory. 10:15 <AnselaJonla> Hi Hofmic 10:16 <AnselaJonla> [[User:AnselaJonla/SlayerLog]] 10:16 <Hofmic> Oh, woe and behold, my theory is correct. I spent so long messing with the template when the issue was that I had linebreaks in the parameters. Ugh, I need a way to filter those line breaks or something... 10:17 -!- Cåm has joined Special:Chat 10:17 <AnselaJonla> Hi Cam 10:17 <Cåm> hai 10:18 <Hofmic> Hi C-fancy_a-m. 10:18 <AnselaJonla> New task: 144 blues :( 10:18 <Hofmic> Blues are awesome. 10:20 <Atheist723> Hi Hofmic, hi Cåm. 10:20 <AnselaJonla> Anyone got two royal hide/leather I can buy? 10:22 <Cook Me Plox> http://www.facebook.com/runescapewiki who's in charge of this? 10:23 <Sentra246> me, if you're asking about the banner, already getting it fixed 10:23 <Cåm> I think Matthew has access to it 10:23 <Sentra246> no, matt doesn't 10:23 -!- Romil89 has joined Special:Chat 10:23 <Sentra246> waiting for parsons to fix it up 10:23 <Hofmic> RuneScape "Wikia"? >.> 10:24 <Atheist723> (Testing) 10:24 <Cåm> Sentra retook a pic of the notes interface for me because it said Wikia (guess I'm picky) 10:24 <Hofmic> Your test has passed. Commencing self destruct in five...four... 10:25 <Cåm> 321 10:25 <Cåm> boom 10:25 <Atheist723> http://tvtropes.org/pmwiki/pmwiki.php/Main/EarthShatteringKaboom 10:25 <Hofmic> (y) 10:31 -!- Romil89 has left Special:Chat. 10:33 -!- AnselaJonla has left Special:Chat. 10:33 <Hofmic> There really needs to be a better way to test templates without having to save. 'tis an annoyance. 10:33 <Cåm> There sort of is 10:34 <Cåm> If you create 2 subpages or the template, one for the template you want to play around with and one for it to transclude onto, then it works 10:41 <Hofmic> Now this... this is masterful: http://runescape.wikia.com/wiki/Template:Graphical_updates_table?diff=5706912&oldid=5706908 10:41 <Hofmic> (potential lag warning) 10:41 <Hofmic> What it does can be seen here: [[User:Hofmic/Sandbox7]] 10:42 <Michagogo> I just scrolled up 10:42 <Michagogo> Alchez, did you need a custodian? 10:43 <Sentra246> does anyone actually know where the map image is used in the background? 10:43 <Alchez> Yeah 10:43 <Alchez> Need to rename [[File:Yeti-Shout.png]] to yeti- cave or something 10:45 <Hofmic> Why? 10:45 * Michagogo checks [[RS:IMP]] 10:46 <Alchez> Gonna uplaod a new image Hofmic 10:46 <Hofmic> We don't generally care too much about the name of files like that as long as they're at least half decently accurate, as seems to be the case here. 10:46 -!- AttackYou has joined Special:Chat 10:46 <Hofmic> Upload either a new version to the same name or upload to a different name. 10:46 <Michagogo> Well, that image should be moved to get that - out of the name, but I'm not sure about the actual text of the name 10:47 <Alchez> Wait, I'll upload the image 10:47 -!- AttackYou has left Special:Chat. 10:47 <Michagogo> Is it an image of the same thing? 10:47 <Michagogo> If not, it should be a new name 10:47 <Hofmic> If the new image is roughly the same, definitely choose to upload a new version of the existing image, as otherwise one has to be deleted, which makes a lot more work. 10:47 <Cook Me Plox> Yay, my merchanting guide is already long enough to be on LongPages :P 10:47 <Hofmic> Link me plox? 10:47 <Michagogo> [[user:Cook Me Plox/Merchanting guide]] 10:47 <Michagogo> IIRC 10:47 <Alchez> Hm, ok. I'll upload to a new pagename 10:49 <Cook Me Plox> I have a friend helping me with it now 10:49 <Hofmic> Looks nice cook, but noting you have a few graph images that seem to exceed the 660px width limit, and they would resize well. 10:49 <Cook Me Plox> Yeah, that's just what he added 10:50 <Cook Me Plox> I haven't revised yet 10:51 <Michagogo> Cook Me Plox: what happens if/when you have an item with shared cap maxed out, like runes, and you have multiple buy offers there? 10:51 <Michagogo> Say you offer to buy 100k water runes and 100k death runes 10:52 <Cook Me Plox> Well, death and water don't have a shared cap, do they? 10:52 <Michagogo> Isn't it all runes? 10:52 <Cook Me Plox> I don't think so, let me check 10:52 <Michagogo> Okay, irrelevant. Say you offer to buy 100k water and 100k fire runes\ 10:53 <Hofmic> Assuming those two items have a shared cap, since it's already maxed out, you can't buy any more at the time. Once the time limit is up, the offer on one should complete (or parts of both, up to the shared cap, if that's what buys first). 10:53 -!- Cåm has left Special:Chat. 10:54 <Cook Me Plox> I don't really understand the question. 10:54 <Michagogo> If it's treated as a new order when the 4 hour timer expires, and you have both kinds of runes at insta-buy prices, how does the game decide which order to buy runes towards? 10:54 <Cook Me Plox> Oh, that's a very good question 10:54 <Cook Me Plox> I assume that one would have to get unfrozen slightly earlier than the other 10:54 <Michagogo> But if they unfreeze at the end of the 4 hour timer... 10:54 <Michagogo> Which unfreezes first? 10:55 <Cook Me Plox> Yeah, but they unfreeze four hours after the last one is bought 10:55 <Cook Me Plox> And you can't make two offers at the exact same time 10:55 <Hofmic> Ooh, interesting point. 10:56 <Michagogo> But the game can make two offers simultaneously 10:56 <Cook Me Plox> Or are we talking about using the exact same item? 10:56 <Michagogo> No 10:56 <Michagogo> 100k waters and 100k fires, the waters offered to buy first 10:56 <Michagogo> The waters buy 10:56 <Michagogo> 25k of them, that is 10:56 <Cook Me Plox> The limit of waters and fires are unconnected 10:57 <Michagogo> 4 hours later, you get unfrozen for runes 10:57 <Michagogo> I thought all runes are connected? 10:57 <Cook Me Plox> No 10:57 <Cook Me Plox> So let's pick something like...different doses of potions 10:57 <Cook Me Plox> That's a very good question and probably requires experimentation 10:58 <Cook Me Plox> So you're asking...if you buy 500 3-doses and 500 4-doses, then put in insta-buy offers for both, which gets bought when they're unfrozen? 10:58 <Michagogo> Right. 10:58 <Cook Me Plox> Because you can't have two partially completed shared limit items 10:59 <Michagogo> What do you mean? 10:59 <Cook Me Plox> My hunch is that whichever offer came in first would get priority 10:59 <Cook Me Plox> But who knows? Maybe it goes by ID 10:59 <Michagogo> What do you mean by "you can't have two partially completed shared limit items"? 10:59 <Cook Me Plox> Well, there's no situation where you could have a partially completed 3-dose offer, and a partially completed 4-dose offer while buying instantly 10:59 -!- Alchez has left Special:Chat. 11:00 <Michagogo> Ah, really? 11:00 <Cook Me Plox> Because if you're buying at instant prices, you'd immediately buy the limit's worth of whichever one you bought first 11:00 <Cook Me Plox> And that offer would be fully completed...then the one you bought last, you couldn't get any of 11:00 <Cook Me Plox> I hope this makes sense, it's all rather confusing to me 11:00 <Michagogo> One of the things I was guessing might happen was you's buy half the limit of (3) and half the milit of (4) if they both got unfrozen together 11:01 <Michagogo> you'd* limit* 11:01 <Cook Me Plox> Yeah, I doubt that'd be it 11:01 <Cook Me Plox> My guess is it either goes by which offer was first, order of ge slots, or item ID 11:02 <Cook Me Plox> When I have a free moment where I'll be awake for the next four hours, I'll test it 11:03 <Miss A Deux> Hofmic 0_o 11:04 <Miss A Deux> do I know you? 11:04 <Hofmic> You might. 11:04 <Miss A Deux> or is this a common name 11:04 <Hofmic> Definitely not a common name ;) 11:04 <Miss A Deux> Haha fancy seeing you here :P 11:04 <Miss A Deux> how's biz? 11:05 <Hofmic> Greetings. However, it seems I'm standing in the dark here. Care to refreshen me? 11:05 <Miss A Deux> maybe you're not the hofmic I know 11:05 <Miss A Deux> rs outreach? 11:05 <Hofmic> Yes, RSO. 11:05 <Miss A Deux> KNEW IT!! 11:05 <Hofmic> [[User:Hofmic]] 11:05 <Miss A Deux> haha this is cool 11:06 <Miss A Deux> Miss Alaska 11:06 <Hofmic> Ah, should have known. Long time, no see Alaska. 11:06 <Miss A Deux> I came in here during the server crash today 11:06 <Miss A Deux> didn't think I'd bump into someone I knew, lol 11:07 <Hofmic> Sadly, I've been unable to access in-game RuneScape lately, as the site refuses to load at all for me, and dunno when that might be resolved. 11:07 <Hofmic> Also, Jr Mime has an account here as well; [[User:Jr Mime]] 11:07 <Miss A Deux> keep trying to log in via the play free now button 11:07 <Miss A Deux> apparently if you log into an open world by chance, it'll let you in 11:08 <Miss A Deux> but you might have a different problem 11:08 <Miss A Deux> this was just today. 11:08 <Hofmic> Yeah, mine predates the server crash, and is radically different: nothing on the site loads. Not the game, the hiscores, the forums, or even the main page. 11:08 <Miss A Deux> it was like that for me 11:09 <Miss A Deux> let it sit for a bit then keep trying 11:09 <Hofmic> It's been two weeks :3 11:09 <Miss A Deux> I think the crew is working on it still 11:09 <Miss A Deux> oh nvm then 11:09 <Miss A Deux> this was june 3rd 11:09 <Miss A Deux> that sucks though :/ 11:11 <Miss A Deux> anyway I better go 11:11 <Hofmic> Take care. 11:11 <Miss A Deux> cya Hof 11:11 <Miss A Deux> and cya everyone else, glad I discovered this chat :D 11:11 <Cook Me Plox> Bye :P 11:11 -!- Miss A Deux has left Special:Chat. 11:12 <Cook Me Plox> http://runescape.wikia.com/wiki/Template:Graphical_updates_table?action=edit Jesus Christ 11:12 <Sentra246> cook, do we have the image of the map used in the background on the wiki? 11:12 <Cook Me Plox> Please tell me used Regex or something? 11:12 <Cook Me Plox> Let me find it 11:13 <Haidro> Hai 11:13 <Hofmic> No Cook, I made a script for it. 11:13 <Hofmic> document.write('{| class="wikitable" style="width:100%; text-align:center;"<br />'); 11:13 <Hofmic> var i; 11:13 <Hofmic> for(i=1;i<7000;i+=12){ 11:13 <Hofmic> var t1 = '{{#if:{{{'+i+'|}}}|! [[{{{'+i+'}}}]]{{#if:{{{'+(i+1)+'|}}}| {{{'+(i+1)+'}}}}}<br />'; 11:13 <Hofmic> var t2 = '! {{#if:{{{'+(i+6)+'|}}}|[[{{{'+(i+6)+'}}}]]{{#if:{{{'+(i+7)+'|}}}| {{{'+(i+7)+'}}}}}}}<br />'; 11:13 <Hofmic> var t3 = '{{!}}-<br />'; 11:13 <Hofmic> var t4 = '{{!}} {{#if:{{{'+i+'|}}}|{{#if:{{{'+(i+4)+'|}}}|[[File:{{{'+(i+2)+'}}}{{!}}x125px]] {{right}} [[File:{{{'+(i+3)+'}}}{{!}}125x125px]]|[[File:{{{'+(i+2)+'}}}{{!}}125x125px]] {{right}} [[File:{{{'+(i+3)+'}}}{{!}}125x125px]]}}}}<br />'; 11:13 <Hofmic> var t5 = '{{!}} {{#if:{{{'+(i+6)+'|}}}|{{#if:{{{'+(i+10)+'|}}}|[[File:{{{'+(i+8)+'}}}{{!}}x125px]] {{right}} [[File:{{{'+(i+9)+'}}}{{!}}125x125px]]|[[File:{{{'+(i+8)+'}}}{{!}}125x125px]] {{right}} [[File:{{{'+(i+9)+'}}}{{!}}125x125px]]}}}}<br />'; 11:13 <Hofmic> var t6 = '{{!}}-}}<br />'; 11:13 <Hofmic> document.write(t1+t2+t3+t4+t5+t6); 11:14 <Hofmic> } 11:14 <Hofmic> document.write('|}'); 11:14 -!- Vivum has joined Special:Chat 11:14 <Cook Me Plox> Sentra, it's based on http://www.wallpaperpimper.com/wallpaper/Games/RuneScape/Runescape-Map-9-Y2460GMY34-1600x1200.jpg 11:14 <Haidro> Spam! 11:14 <Vivum> It's not working again 11:14 <Vivum> Raaaaaaaaaaaaaaargh 11:14 <Cook Me Plox> But I can't find the un-tilted version 11:15 <Haidro> Vivum 11:15 <Hofmic> [[Template:Graphical_updates_table]] has documentation and an example now. What do you think, Cook? Works perfectly for me. 11:15 <Haidro> Did you know ur name means wine :p 11:15 <Vivum> Yes 11:15 <Hofmic> Admittedly, it's a bit messier than named parameters, but it's the only way we'll be able to order things. 11:15 <Vivum> Yes I did.. 11:15 <Sentra246> oic, thanks, that should do 11:16 <Cook Me Plox> Pretty amazing Hofmic 11:16 <Vivum> Did you also know that I'm about to destroy Jagex for being so craptastic 11:16 <Haidro> :o 11:16 <Haidro> Dont bomb them 11:16 <Vivum> Can I thought bomb them? 11:16 -!- Cook Me Plox has left Special:Chat. 11:16 <Haidro> Wha? 11:16 -!- Cook Me Plox has joined Special:Chat 11:16 <Vivum> Not a star wars person 11:16 <Vivum> Ima try refreshing browsa 11:17 <Haidro> cook u need new avatar! 11:17 -!- Vivum has left Special:Chat. 11:17 <Haidro> so do I >.< 11:17 <Hofmic> I'll have to make versions for the locations (which needs larger images) and inventory icons (which needs smaller images) too. 11:17 <Hofmic> I hereby propose Cook Me Plox obtains an avatar with Peeta's vissage on it. 11:17 <Haidro> He should make it a pancake 11:18 <Haidro> Or a robot 11:18 <Sentra246> dam, i can't fix the banner :/ 11:18 <Hofmic> Why not? 11:18 <Cook Me Plox> What's wrong with it? 11:18 <Cook Me Plox> Oh shit, Taverly? 11:18 <Sentra246> no, the fb one 11:19 <Cook Me Plox> Oh 11:19 <Cook Me Plox> Why does that say Wikia anyway? 11:19 <Haidro> All these years didn't anyone ever also think it was Taverley? 11:19 <Hofmic> Also, nice catch, Cook Me Plox 11:20 <Cook Me Plox> This is weird 11:20 <Haidro> #|<~<\>%>=¥ 11:20 <Cook Me Plox> http://runescape.wikia.com/wiki/File:Wiki-background shows the correct spelling 11:20 <Cook Me Plox> And I remember asking someone to fix that 11:20 <Sentra246> cause parsons made it, and that's what he put 11:20 <Hofmic> The background doesn't? Not here, anyway. 11:21 <Sentra246> put it up, then realised 11:21 * Haidro is feeling ignored 11:21 <Cook Me Plox> I see "Taverly" on the actual background, but "Taverley" on the file 11:21 <Sentra246> getting him to fix it...slowly 11:21 <Cook Me Plox> wat? 11:21 <Hofmic> Caching issues? 11:21 <Haidro> Still here... 11:21 <Haidro> >.< 11:21 <Cook Me Plox> 17 month caching issues? Doubtful 11:22 <Hofmic> Well, Wikia's servers do REALLY suck... =P 11:22 -!- Vivum has joined Special:Chat 11:22 <Sentra246> not that much :P 11:22 * Haidro feels lonely 11:22 <Hofmic> Perhaps, but we aren't going to argue that they suck, right? ^.^ 11:22 * Hofmic huggles nub Haidro 11:22 <Vivum> IT'S NOT WORKING 11:22 <Cook Me Plox> Hairdo, wut? 11:22 <Haidro> Yayayayayyayayayayayyayayayy 11:22 <Cook Me Plox> What are we ignoring you about 11:23 <Haidro> I thought I was invisible :D 11:23 <Haidro> Amg u call me Hairdo 11:23 <Hofmic> You are. 11:23 <Haidro> :o 11:23 <Vivum> Ima kill somethinggggggggg 11:23 <Haidro> Hofmic 11:23 <Vivum> Or someone 11:23 <Hofmic> Seriously has anyone here ever seen Haidro face to face? 11:23 <Hofmic> That's what I thought. 11:23 <Haidro> As in, kill hofmic 11:23 <Vivum> Oh. 11:23 <Vivum> But he's not Jagex 11:23 <Hofmic> Thank god. 11:24 <Haidro> What do you mean hof? 11:24 <Hofmic> We may be able to see your typing, but we've never seen YOU. You're technically as good as invisible to us. :) 11:25 <Cook Me Plox> I am Microsoft Sam. 11:25 <Vivum> Cook 11:25 <Hofmic> At least you're not Microsoft Bob, or else we'd have to kill you too. 11:25 <Vivum> Why is runescape not loading? 11:26 <Cook Me Plox> Server issues on American servers 11:26 <Haidro> A computer is like air conditioning, if you open windows, it doesn't work 11:26 <Cook Me Plox> Apparently 11:26 <Vivum> Nonono as in 11:26 <Vivum> Homepage will not load 11:26 <Vivum> Nothing will 11:26 <Sentra246> Hairdo, what are you talking about? 11:26 <Sentra246> air con still works if you open the window :P 11:26 <Haidro> Idk 11:26 <Haidro> Ya but it's usekess 11:26 <Haidro> Useless* 11:27 <Vivum> And when I use toolbar and chrome app 11:27 <Vivum> All I get is "This app is unreachable" 11:27 -!- Neitiznot has joined Special:Chat 11:27 <Haidro> Oh I regret putting Hairdo as one of my pings *removes* 11:27 <Neitiznot> Ello again. 11:27 <Haidro> Hi 11:27 <Neitiznot> My eyes don't burn anymore, w00t 11:27 <Haidro> Hooray 11:27 <Neitiznot> ^ 11:28 <Hofmic> Viv, servers do EVERYTHING for the site and game. When they all go down, so does everything Jagex-y. 11:28 <Vivum> -sigh- 11:28 <Vivum> -loads shotgun- 11:28 <Vivum> I'll be right back.. 11:28 <Hofmic> Any half decent host won't ever have such an event, at least not for such a duration with a professional client. 11:29 <Range riley> waffle 11:29 <Neitiznot> Waffles? 11:29 -!- PhD in Typos has joined Special:Chat 11:29 <Neitiznot> Where? 11:29 <Neitiznot> Hi PhD in Typos, lol at the name :-D 11:31 <Vivum> I'm back. 11:31 <Neitiznot> Wb 11:32 <Vivum> I may have just murdered every Jagex employee in my mind 11:32 <Vivum> But I'm perfectly sane 11:33 <Neitiznot> O_o 11:33 * Neitiznot runs away from the Dream Jagex hq 11:33 <Cook Me Plox> http://runescape.wikia.com/wiki/File:Necromancer_robe_top_detail.png wat 11:34 <Neitiznot> Wut 11:34 <Hofmic> Whut? 11:35 -!- R k o orton has joined Special:Chat 11:35 <Hofmic> I double checked the purge to ensure there wasn't any caching issues, and all I see different is the angle, which is straighter in the "reverted version". 11:36 <Neitiznot> Same 11:36 <Neitiznot> What's "odd" there...I don't see anything 11:37 <Neitiznot> Noooo! My eyes hurt again and the RuneScape client is dead 11:37 <Vivum> COME ON LOAD 11:37 <Vivum> -slams computer- 11:38 <Neitiznot> -.- 11:38 <Neitiznot> The website works. 11:38 <Neitiznot> Damned client. 11:38 <R k o orton> Runescape website down ? =/ 11:38 <Vivum> Orly 11:38 <Vivum> ORLY NEIT? 11:38 <Hofmic> That's not gonna work. Might I suggest playing Skyrim instead? 11:38 <Vivum> Sky.. 11:38 <Vivum> -draws sword slowly- 11:38 <Vivum> Rim.. 11:38 <Neitiznot> Skyrim? 11:38 <Vivum> FUS ROH DAH 11:39 <Neitiznot> Lol, I'm scared of that game after I saw my friend headbutt a guard. 11:39 <Vivum> I gotta look @ Dawnguard first 11:39 <Neitiznot> It terrified me. 11:39 -!- Omg8128 has left Special:Chat. 11:39 -!- ShadowFoxTy has joined Special:Chat 11:39 <Vivum> Seriously? 11:39 <Vivum> All you do is yell at dragons 11:39 <Neitiznot> Hi ShadowFoxTy 11:39 <Neitiznot> And ikr 11:39 <ShadowFoxTy> ello 11:39 <Vivum> And massacre the populace of a kingdom 11:39 <Neitiznot> No, the bit where you smash your face into something else 11:39 <Vivum> Nothing scary about that 11:39 <Neitiznot> Repeatedly 11:39 <Vivum> Oh please you have a helmet. 11:40 <Vivum> Not like you're going to get brain damage 11:40 <Neitiznot> No, it just looks worrying 11:40 -!- ShadowFoxTy has left Special:Chat. 11:40 <Vivum> I'll give you that. 11:41 <Neitiznot> Also my friend is a Red Guard. 11:41 <Neitiznot> And my other friend is a reptile-thing. 11:41 <Vivum> Okay Dawnguard looks beast 11:42 <Vivum> :D 11:42 <Hofmic> Meh, orcs for melee, wood elves for range, and high elves for magic. Nords make fairly balanced characters. 11:42 <Neitiznot> Can't believe that I'm Runecrafting. 11:42 <Hofmic> Currently, I'm on my fourth character, playing as a duel-wielding orc. Sooo overpowered, even on high difficulty levels. 11:45 <Joeytje50> hi 11:45 <Atheist723> Hi Joey. 11:45 <Vivum> Okay I am so being a gargoyle vampyre 11:45 <Vivum> HELL 11:45 <Vivum> YEAH 11:47 <Neitiznot> Hi :D 11:49 <Vivum> Homepage loaded 11:49 <Vivum> >:( 11:50 <Vivum> Game client however. 11:50 <R k o orton> >.> 11:54 <Neitiznot> Hai Haidro 11:56 <Hofmic> Bye folks 11:57 <Joeytje50> bye 11:58 <Neitiznot> Bai 11:59 <Atheist723> Bye. 11:59 -!- Hofmic has left Special:Chat. 12:03 <Vivum> so it seems.. 12:03 <Vivum> A lot of hate is going on 12:04 <Vivum> Still waiting for rs to load 12:04 <Vivum> Nope fuck it it's dead 12:04 <Vivum> Going on Reach 12:04 -!- Vivum has left Special:Chat. 12:05 -!- Runehawk729 has joined Special:Chat 12:05 <Runehawk729> hey guys 12:05 <Atheist723> Hi. 12:05 <Runehawk729> whats this thing tht looks like g2h in one hand? 12:05 -!- Alchez has joined Special:Chat 12:06 <Neitiznot> Hi 12:06 <Neitiznot> Bbl, lunch 12:06 -!- Neitiznot has left Special:Chat. 12:10 <Sentra246> Runehawk, gravite longsword? 12:10 <Sentra246> [[Gravite longsword]]? 12:12 -!- Joeytje50 has left Special:Chat. 12:13 -!- Joeytje50 has joined Special:Chat 12:13 * Joeytje50 nomz CAEK 12:13 <Joeytje50> ohai 12:13 <Runehawk729> nope sentra 12:14 <Runehawk729> the thing looks like it has two blades like g2h but is wielded in ione hand 12:14 <Runehawk729> one hand* 12:17 -!- Neitiznot has joined Special:Chat 12:17 <Neitiznot> Back :-D 12:18 <Sentra246> what about [[Gravite rapier]]? 12:19 <Sentra246> otherwise it might be a chaotic weapon? 12:23 -!- Aralitra has joined Special:Chat 12:24 -!- Ozank has joined Special:Chat 12:25 <Ozank> 295k off 99 rc lol 12:26 <Neitiznot> Gz :) 12:26 <Aralitra> nice ^^ 12:26 <Neitiznot> Hello 12:26 <Neitiznot> Wewt AWB didn't die on me :-D 12:26 <Ozank> ty nezzy 12:26 <Ozank> & aral 12:27 <Neitiznot> You live another day, NezBot. >:D 12:29 <Ozank> r we allowed to post links to pics as long as they arnt innapropriate 12:29 <Ozank> like a pic of my rs char 12:30 <Neitiznot> You are 12:30 <Ozank> oke 12:31 <Neitiznot> On chat, we are...if they're not inappropriate and you aren't sending phishing links 12:32 <Ozank> photobucket will be good then i guess 12:32 <Aralitra> wow, gotta restart already -.- 12:32 <Aralitra> gf me 12:32 <Aralitra> nice chatting :p 12:32 <Ozank> lol, found a pic of me from a few years ago at tds http://s627.photobucket.com/albums/tt351/ffsn99b/?action=view¤t=dclawsls.jpg 12:32 <Aralitra> obai 12:32 -!- Aralitra has left Special:Chat. 12:32 <Ozank> in a mass, claws were 37m 12:33 <Neitiznot> wow 12:33 <Neitiznot> TDs? 12:33 <Neitiznot> Were they good money??? :-D 12:33 <Ozank> best way back in the day 12:33 <Ozank> when claws were worth something 12:34 -!- Jr Mime has left Special:Chat. 12:34 -!- Sentra246 has left Special:Chat. 12:34 -!- Jr Mime has joined Special:Chat 12:34 <Jr Mime> Client not working? Anyone else? 12:34 -!- Szumahun has joined Special:Chat 12:35 <Jr Mime> Nvm 12:35 <Neitiznot> It wasn't working earlier for me 12:35 <Szumahun> hi. Who could told me what i have to collect to Emily in the new event? 12:35 <Neitiznot> Constantly try to open it, see if that works. 12:36 -!- Alchez has left Special:Chat. 12:36 <Atheist723> Szumahun, see [[Cryptic Clue Fest IV]]. 12:37 <Ozank> some pics: http://s627.photobucket.com/albums/tt351/ffsn99b/?action=view¤t=virtusmask1.png http://i627.photobucket.com/albums/tt351/ffsn99b/torvahelm3.png http://i627.photobucket.com/albums/tt351/ffsn99b/torvalegs4.png http://i627.photobucket.com/albums/tt351/ffsn99b/torvahelm2.png http://i627.photobucket.com/albums/tt351/ffsn99b/Torvahelm1.png enjoy :P 12:38 <Joeytje50> nice 12:38 <Jr Mime> I spy a rhino 12:38 -!- Cåm has joined Special:Chat 12:38 <Joeytje50> hicam 12:38 <Cook Me Plox> Nice, how much total? 12:38 <Neitiznot> Hi Cambridge 12:38 <Ozank> ty joey lol 12:39 <Ozank> like 80m 12:39 <Ozank> 5m virt mask 14,16,20 torva helm 35 legs 12:39 <Jr Mime> yhsrettulF O_O What that mean? 12:39 <Ozank> read it backwards 12:39 <Ozank> also explains my avatar 12:39 <Jr Mime> Fluttershy 12:39 <Ozank> :) 12:39 <Ozank> might upload some more pics i got loads lol 12:39 <Atheist723> A pony from that horrible - 12:39 <Atheist723> I'll just cut it out. 12:40 <Ozank> pegasus pony* to be exact 12:40 <Atheist723> Gah, whatever. 12:40 <Neitiznot> Fluttershy is from MLP, so I'm out. 12:40 <Ozank> y we talkin about ponies they arnt even in here 12:40 <Joeytje50> what skill should I spend my [[mad necklace]] on? 12:40 <Atheist723> Your avatar counts. 12:41 <Ozank> bored? http://heyyeyaaeyaaaeyaeyaa.com/ 12:41 <Atheist723> And we have loads of users with avatars like RSChatBot, which is more like a representation of Ty than anything. 12:41 <Neitiznot> So true 12:41 <Ozank> what does rs chat bot mean 12:41 <Neitiznot> It logs what we say 12:41 <Neitiznot> On chat 12:42 <Ozank> it looks like a pony 12:42 <Neitiznot> [[RS:C/L]] 12:42 <Neitiznot> Well, it looks like a pony 12:42 <Neitiznot> Because of Sactage and TyA 12:42 <Atheist723> Because they are both, very surprisingly, bronies. 12:42 <Ozank> im a pegasisterbronther 12:42 <Atheist723> Eww. 12:42 <Ozank> btw u checked out http://heyyeyaaeyaaaeyaeyaa.com/? 12:43 -!- R k o orton has left Special:Chat. 12:43 <Atheist723> Reminds me of something, but I'm not sure what that something is. 12:43 <Ozank> prob cuz hes a man 12:45 <Metal is me> http://i2.kym-cdn.com/photos/images/original/000/317/621/ab3.png 12:46 <Neitiznot> Hai Metal is you 12:46 <Ozank> what is this, I don't even. 12:46 <Jr Mime> [[Mature Grotworms]] 12:46 <Cåm> /self [[w:c:camtest]] 12:47 <Neitiznot> Wut 12:47 <Cåm> forgot I disabled chax 12:47 <Cåm> eval still works though 12:47 <Metal is me> Im the dude with the jerk t shirt on 12:47 <Ozank> uploading over 700m of loot 12:47 <Neitiznot> Wut @Metal and Edmyg 12:47 <Metal is me> :D 12:47 <Ozank> ill send u guys link in a sec 12:47 <Neitiznot> Oh it's a turtle 12:47 <Neitiznot> :3 12:48 <Metal is me> @nei http://i2.kym-cdn.com/photos/images/original/000/317/621/ab3.png 12:48 <Neitiznot> Your AWB account is a droid?! 12:48 <Ozank> metal y has it got ponies on it 12:48 <Neitiznot> Lol 12:48 <Neitiznot> I'm mean to my AWB. 12:49 <Ozank> i hope everypony here is doing okay 12:49 <Metal is me> Y has you got ponies in you? 12:49 <Ozank> thats like asking why the QBD has dragonkin corpses in her. 12:50 <Metal is me> Well atleast she know what she / he is talking about 12:50 <Ozank> here you go guys, 1b of loot: http://s627.photobucket.com/albums/tt351/ffsn99b/?albumview=slideshow 12:50 <Metal is me> Whos that? 12:51 <Ozank> me. 12:51 <Metal is me> Asdf 12:51 <Neitiznot> asdfghjkl* 12:51 <Ozank> :)? 12:51 <Metal is me> Well in that case ill get 1001m of loot 12:52 -!- Szumahun has left Special:Chat. 12:52 <Metal is me> (troll) 12:52 <Metal is me> Aww forgot 12:52 <Ozank> nex is level over 1000! 12:52 <Metal is me> Overused meme is overused 12:52 <Metal is me> And yet quite good 12:53 <Ozank> so what you think of my gallery 12:53 <Ozank> quite the PvMer, eh? 12:53 <Metal is me> Indeed 12:53 <Metal is me> Dung lvl? 12:53 <Ozank> 116 12:54 <Ozank> not doing dg till i maxed everything else, though 12:54 <Metal is me> Well then ill get 117 dung! 12:54 <Metal is me> >:3 12:54 <Ozank> okay gl 12:54 <Metal is me> Thanks 82 so far 12:54 <Ozank> almost there 12:55 <Metal is me> Mhmm 12:56 -!- Neitiznot has left Special:Chat. 12:56 <Metal is me> Wil take a break when i get rapier tho got arcane tome of frost bonecrusher longbow sight 2nd bone neck and both bags 12:57 <Metal is me> *metal hugg-EXPLODES 12:57 <Metal is me> peace out 13:00 <Ozank> go to http://www.cleverbot.com/ then type in to it "all you have to do is take a cup of flour, add it to the mix" 13:00 <Ozank> awesome response 13:02 -!- Ozank has left Special:Chat. 13:02 <Atheist723> It doesn't give the same reply every time. 13:04 -!- Pilkie has left Special:Chat. 13:04 <Joeytje50> I LIKE TURTLES 13:05 <Joeytje50> (the game) 13:05 <Cook Me Plox> What do you think of Wikia? 13:05 <Cook Me Plox> I think it's a nice country. 13:05 <Cook Me Plox> Thank you Cleverbot 13:06 <Joeytje50> lol 13:06 -!- Samrhee has joined Special:Chat 13:07 <Samrhee> is anyone else experiencing a bad lag with rs right now? i can't connect 13:07 -!- Ozank has joined Special:Chat 13:07 <Ozank> back lol 13:08 <Atheist723> I'm always experiencing bad lag. 13:08 <Atheist723> I assume you mean the one about ponies when you say "awesome response", Ozank? 13:08 <Ozank> lol cook 13:08 <Ozank> ya athiest 13:08 <Ozank> i put in who's 20% cooler and he said antartica. Tsk 13:09 <Atheist723> I managed to flush that response out after repeating your line like a dozen of times. 13:09 <Samrhee> is anyone else unable to connect to the friends list/ friend chat/ clan chat? 13:09 <Jr Mime> Yeah 13:09 <Jr Mime> I can 13:09 <Ozank> heavy, how do i make sandvich 13:10 -!- Samrhee has left Special:Chat. 13:11 <Atheist723> Cleverbot is fairly stupid once you tried it once or twice. 13:11 <Atheist723> It doesn't even know you are merely copying its responses. 13:12 <Atheist723> ...And is simply really random. 13:12 -!- Colgatecity has joined Special:Chat 13:13 <Atheist723> Hi Colgatecity. 13:13 <Colgatecity> Hi 13:13 <Ozank> its got a lot of brony programming though 13:14 <Ozank> like put in "winter wrapup winter wrapup" and it can sing the song along with you 13:14 <Colgatecity> Joey -- I can't see your mod star. 13:14 <Joeytje50> does anyone else see it? 13:14 <Ozank> you can do it too with cando. 13:14 <Ozank> I see the prayer skill icon, yeah 13:14 -!- Adam Savage has joined Special:Chat 13:14 <Colgatecity> It may be a glitch on my end 13:14 <Atheist723> I could see it. 13:15 <Atheist723> Hi Adam Savage. 13:15 <Adam Savage> Hey 13:15 <Adam Savage> Is RS down or something? 13:15 <Adam Savage> I can't select a world to log into 13:15 <Joeytje50> not for me 13:16 <Adam Savage> Every time I click a world it logs me out 13:16 <Joeytje50> weird 13:16 <Joeytje50> have you tried reloading? 13:16 <Adam Savage> I'm using the downloadable client 13:16 <Adam Savage> Since Java is broken for me 13:17 <Joeytje50> try closing and reopening 13:17 <Adam Savage> Hm 13:17 <Adam Savage> http://world33.runescape.com/k=3/error_game_crash.ws 13:17 <Adam Savage> Application not found 13:18 <Adam Savage> Error popup, did it on its own 13:18 <Ozank> ffs i hate it when i slap people and my hand starts to hurt 13:18 <Ozank> stupid recoil kinetic energy 13:18 -!- Jackdejoker has joined Special:Chat 13:19 <Jackdejoker> hi 13:19 <Adam Savage> Hi 13:19 <Jackdejoker> u have an rs account? 13:19 <Adam Savage> Yes 13:19 <Jackdejoker> cb lv? 13:20 <Adam Savage> 85 or 86, haven't checked 13:20 <Ozank> jack wanna see drop compilation of my rs? 13:20 <Jackdejoker> sure? 13:20 <Adam Savage> Ooh, 21% on Checking for updates 13:20 <Jackdejoker> who wanna meet? 13:20 <Ozank> http://s627.photobucket.com/albums/tt351/ffsn99b/?albumview=slideshow 13:20 <Jackdejoker> im going on my lv 82 13:20 <Adam Savage> <3 my lightning fast loading speed 13:20 <Ozank> enjoy 13:20 <Jackdejoker> 60def 13:21 <Adam Savage> I'm about to login to rs 13:21 <Adam Savage> provided it loads... 13:21 <Ozank> http://heyyeyaaeyaaaeyaeyaa.com/ 13:22 <Adam Savage> Ozank 13:22 <Adam Savage> There are 2 different people's drops in your slide show 13:22 <Adam Savage> No, 3 13:23 <Ozank> because i changed rsn? lol 13:23 <Ozank> and they were accumilated through a long period of time 13:23 <Ozank> the last 2 pictures are 3 year older than the rest 13:23 <Adam Savage> k 13:24 <Ozank> i can show u my pernix & cash pile in rs if u dont believe me ;) 13:24 <Jackdejoker> ok were too meet? 13:24 <Adam Savage> No offence, but I don't really care to see 13:24 <Ozank> runespan top floor middle island 13:24 <Jackdejoker> no 13:24 <Jackdejoker> ive never been to runespan 13:24 <Ozank> ill give u 1m if u do 13:24 <Jackdejoker> meet ge u pick world 13:25 <Ozank> no i mean come runespan 13:25 <Adam Savage> Nobody would refuse that offer lol 13:25 <Ozank> and im on toppest floor u need 70 or so runecraft if u find me u get 1m on world 63 13:25 <Ozank> name is yhsrettulf 13:26 <Adam Savage> I'm not even going to bother trying to load my game again, off to do something else 13:27 <Adam Savage> I'll talk to you guys later, last week of school starting Monday, I'll be around more 13:27 -!- Adam Savage has left Special:Chat. 13:27 <Ozank> any1 else agree this best dds spec? http://i35.photobucket.com/albums/d185/crimson-rain/mcdonald-dds.gif 13:27 <Jackdejoker> who wanna meet? 13:30 <Jackdejoker> ? 13:31 <Jackdejoker> ok then.... 13:32 -!- Jackdejoker has left Special:Chat. 13:40 -!- AnselaJonla has joined Special:Chat 13:40 -!- Komodoros has joined Special:Chat 13:40 -!- Komodoros has left Special:Chat. 13:41 -!- Pickme42 has joined Special:Chat 13:41 <AnselaJonla> Hi All 13:41 <Pickme42> Someone hacked my email and changed the pass, what do i do?! 13:41 <Pickme42> that has personal and important information on it 13:43 <Colgatecity> If it's important Wikia information, go to Special:Contact via Community Central 13:44 <Colgatecity> Cancel bank information, or revert to previous email for bank account info, etc. 13:44 <Colgatecity> If you can access your email, change your password. 13:44 <Colgatecity> That's all. ^.^ 13:44 <Pickme42> no i cant, cause the hacker changed the password 13:44 <Ozank> colgate how do i upload a gif to flickr so i can post it on my own page on rswikia 13:45 <Pickme42> whatever, nevermind 13:45 -!- Pickme42 has left Special:Chat. 13:45 <Ozank> any1? 13:46 <Colgatecity> Special:Upload 13:46 <Ozank> heres the gif i want http://i35.photobucket.com/albums/d185/crimson-rain/mcdonald-dds.gif 13:46 <Colgatecity> I don't think flickr is compatible with wikia. 13:46 <Ozank> it only says wikia/flickr though 13:46 <Colgatecity> Huh. I'd go to Community Central 13:46 <Colgatecity> http://community.wikia.com/index.php?title=Special:Chat&useskin=wikia 13:46 <Ozank> i could use photobucket or something else 13:48 <Ozank> never mind, found a way :P 13:48 <Colgatecity> Good (y) 13:51 -!- Colgatecity has left Special:Chat. 13:52 <Atheist723> Hi Ansela. 13:53 <Atheist723> Hi...Fishes. 13:55 <Atheist723> Why are you on this account again? 13:56 * Joeytje50 pokes Feeshee 13:56 <Joeytje50> is u feeshee teh real feeshee? 13:56 <Atheist723> She confirmed (in a manner) with the Casting Fishes^^ account. 13:59 -!- Alchez has joined Special:Chat 13:59 <Atheist723> Hi Alchez. 13:59 <Alchez> Hi 13:59 <Alchez> Is this image updated? [[File:Black Knights' Fortress reward.png]] 14:00 <Ozank> yh 14:00 <Alchez> With the SoF? 14:00 <Ozank> says 2 extra spays on sof 14:01 -!- Colgatecity has joined Special:Chat 14:01 <Alchez> Strange, it isn't updated for me 14:02 <AnselaJonla> upload bug 14:03 <Alchez> Oh. 14:04 -!- Doom Weaver has joined Special:Chat 14:04 <Atheist723> Hi Doom Weaver. 14:04 -!- Doom Weaver has left Special:Chat. 14:04 -!- Doom Weaver has joined Special:Chat 14:04 <Doom Weaver> hai 14:04 -!- Neitiznot has joined Special:Chat 14:05 <Neitiznot> I'm back from a very long bbl 14:05 <Doom Weaver> Ha 14:05 <Doom Weaver> lol 14:05 <Doom Weaver> Wait you get xp from clan battlefields right? 14:05 <Atheist723> Nope. 14:06 <Casting Fishes^^> JOEY 14:06 <Casting Fishes^^> amg. 14:06 <Neitiznot> Hai Feesh 14:06 <Doom Weaver> My friends brought sacred clay gear and they said they got 80xp per cast.. 14:06 <Atheist723> Hi Fishes...for real. 14:06 <Neitiznot> ^ 14:06 <Neitiznot> Not Fishes the iPadian 14:06 * Joeytje50 huggls feeshycaek :D:D:D:D:D:D:D:D:D 14:06 <Atheist723> Doom Weaver, that is likely the base experience of spells. 14:07 * Casting Fishes^^ gives joey a (caek) n (ccaek) 14:07 * Neitiznot's cousins are coming to his house again... 14:07 <Casting Fishes^^> nuz 14:07 * Neitiznot is crying and is terrified 14:07 * Doom Weaver lolz 14:08 <Atheist723> ...Are they that bad? 14:08 <Neitiznot> Yes 14:08 <Doom Weaver> Older or younger? 14:08 <Neitiznot> They want me dead 14:08 <Doom Weaver> Lol.... 14:08 <Atheist723> Exaggeration, I presume? 14:08 <Doom Weaver> My cousins are fun 14:08 <Neitiznot> Younger, they annoy me then try and kill me 14:08 <Doom Weaver> (<3) 14:08 <Neitiznot> Not exaggeration 14:08 <Feeshee> Caek 14:08 <Neitiznot> For some reason they want me dead 14:09 <Feeshee> It wont let me leaveee 14:09 <Doom Weaver> Hide in a closet 14:09 <Atheist723> What won't? 14:09 <Atheist723> I don't have a single younger cousin, oddly. 14:09 <Neitiznot> Only because I'm not a dimwit who doesn't jump out of windows instead of walking down stairs... 14:09 <Atheist723> Although I have like a dozen older ones. 14:09 <Casting Fishes^^> yey 14:09 <Atheist723> The oldest of them are old enough to be my father. 14:09 <Doom Weaver> Neit ride your bike as far as you can gogogogooooooooooooo 14:10 * Joeytje50 shares 9001 caekz wif feeshy 14:10 * Casting Fishes^^ nomz 14:10 <Joeytje50> :D 14:10 <Atheist723> I still don't get why some people are so inexplicably obsessed with cake. 14:10 * Casting Fishes^^ hugglespamz joey 14:10 <Neitiznot> I can't go out of the house 14:10 <Neitiznot> Torrential rain 14:11 <Doom Weaver> How do you huggle spam o_o 14:11 <Atheist723> Please don't give me rubbish answers like "cake is awesome". 14:11 <Neitiznot> Athe 14:11 <Doom Weaver> cake is cool 14:11 <Doom Weaver> happy? 14:11 <Casting Fishes^^> its not cake! 14:11 <Atheist723> ...... 14:11 <Atheist723> It is caek, I know. 14:11 <Doom Weaver> cake is ossum 14:11 <Neitiznot> Because they are crazy about it 14:11 -!- Alchez has left Special:Chat. 14:11 <Neitiznot> Ignore it 14:11 <Neitiznot> If you can... 14:11 <Neitiznot> I gave in to their demands 14:11 -!- Silverious has joined Special:Chat 14:11 <Atheist723> I'm so thoroughly tired of all that obsession. 14:11 <Atheist723> Hi Silverious. 14:12 <Silverious> Hello 14:12 <Atheist723> ...I wonder what newcomers would think. 14:12 <Neitiznot> Hello! 14:12 <Silverious> Anyone figured out thrid clue? 14:12 <Silverious> third 14:12 <Doom Weaver> Spam is da new word? 14:12 <Atheist723> [[Cryptic Clue Fest IV]], have fun. 14:12 <Neitiznot> Athe, they'd just be a little curious about why most of us are crazy about cake (yes, caek, but I want to spell it correctly) 14:13 <Doom Weaver> Becauz....... 14:13 <Atheist723> I'd bet a sizeable portion would be completely confused. 14:13 <Doom Weaver> ......its random 14:13 <Doom Weaver> lul 14:14 -!- Doom Weaver has left Special:Chat. 14:14 <Neitiznot> Righty-o 14:14 <Neitiznot> Make the "Caek Wiki" 14:14 -!- Doom Weaver has joined Special:Chat 14:14 <Neitiznot> For all your "CAEK :D" needs 14:14 <Neitiznot> Or something like that 14:15 <Atheist723> Maybe they could keep their cake-spam there like how people make a separate archive for spam on their talk... 14:15 <Neitiznot> Or the Cake Wiki chat 14:15 <Atheist723> It would be a relief. 14:15 <Ozank> Heavy, how do I make sandwich? 14:16 -!- Silverious has left Special:Chat. 14:16 <Atheist723> Huh? 14:16 <Doom Weaver> http://runescape.wikia.com/wiki/User_talk:Neitiznot/Spam 14:16 <Ozank> http://www.youtube.com/watch?v=aYAGB11YrSs 14:16 <Doom Weaver> it is a ie 14:16 <Doom Weaver> lol 14:16 <Doom Weaver> Lol i seen that one 14:17 <Ozank> it sounds similar to a song i herd b4 14:17 <Neitiznot> O_o 14:17 <Neitiznot> There's already a cake wiki 14:17 <Atheist723> Seriously about real cake, I presume? 14:17 <Atheist723> I mean, as in bakery? 14:17 <Neitiznot> Yes 14:18 <Neitiznot> But not a "spamaboutcake" wiki :/ 14:18 -!- Joeytje50 has left Special:Chat. 14:18 -!- Joeytje50 has joined Special:Chat 14:18 <Neitiznot> Tbh 14:19 <Neitiznot> I should make a caek wiki 14:19 <Ozank> i might revert to my old avatar 14:19 <Ozank> Pingas is old and overused meme now 14:20 <Atheist723> Aren't all memes, by definition, overused? 14:20 <Atheist723> Hi Cåm. 14:20 <Neitiznot> Hi Cambridge 14:21 <Cåm> http://community.wikia.com/wiki/User:C%C3%A5m Look Joeybro, we can cover it up nao 14:21 <Ozank> 80k off 99 rc yay :D 14:21 <Joeytje50> no werk for me, Casting Fishes^^ 14:21 <Joeytje50> cam*** 14:21 <Atheist723> Cover up what? 14:21 <Joeytje50> nuz 14:21 <Atheist723> And nice, Ozank. 14:21 <Joeytje50> click the link 14:21 <Cåm> the chat module 14:21 <Ozank> my 22nd 99 :) 14:22 <Cåm> It's not on top for you? 14:23 <Ozank> any1 else agree this is a nice dds spec? http://i35.photobucket.com/albums/d185/crimson-rain/mcdonald-dds.gif 14:24 <Neitiznot> O_o 14:25 <Ozank> neitiznot u look like a dragon fly haha 14:25 <Ozank> brb 14:25 -!- Ozank has left Special:Chat. 14:25 <Cåm> It would be if it had to scale damage in the hp bar 14:26 -!- Cåm has left Special:Chat. 14:29 -!- Coelacanth0794 has joined Special:Chat 14:29 <Coelacanth0794> I blame our schools 14:29 <Atheist723> Hi Coel, for what? 14:29 <Coelacanth0794> hello 14:29 <Neitiznot> Hi 14:29 <Neitiznot> Brb 14:30 <Atheist723> And I just learned that "coelacanth" is a type of fish; this would finally explain why you are nicknamed "coalfish". 14:30 <Atheist723> Or variants of it. 14:30 <Coelacanth0794> well done 14:30 <Atheist723> Let me guess, "took you long enough"? 14:31 <Coelacanth0794> epiphany 14:31 <Coelacanth0794> i've only been here for what, 2 years 14:31 <Doom Weaver> [[Ghostly cape]] 14:32 <Atheist723> But I have been here for only five months. 14:32 <Coelacanth0794> very well 14:32 -!- Colgatecity has left Special:Chat. 14:32 <Doom Weaver> Lol coalfish? 14:32 -!- The Mol Man has joined Special:Chat 14:32 <Atheist723> That reminds me; I never found out what does "Fergie" mean. 14:33 <Atheist723> "Does" is redundant, I think. 14:33 <Coelacanth0794> Urbancowgurl777 has Fergie Angel as her ingame username 14:33 <The Mol Man> most people entering the chat get a hi 14:33 * The Mol Man feels lonely 14:33 <Neitiznot> Hi The Mol Man 14:33 <Coelacanth0794> noob 14:34 <The Mol Man> too late! 14:34 <Atheist723> I know, that is exactly why I brought that up. 14:34 <Neitiznot> I was afk 14:34 <Atheist723> Hi The Mol Man. 14:34 <Neitiznot> But I still said Hi 14:34 <Neitiznot> I own you all in kindness 14:35 * Coelacanth0794 throws neit 14:35 * Neitiznot says ow 14:35 -!- Earl of Lemongrab has joined Special:Chat 14:36 -!- Ozank has joined Special:Chat 14:36 <Atheist723> Hi Earl of Lemongrab. 14:36 <Neitiznot> Hi Earl of Lemongrab and Ozank 14:36 <Ozank> hi 14:36 <Ozank> made my user page http://runescape.wikia.com/wiki/User:Ozank tell me what you think :) 14:37 <Neitiznot> Apart from the bottom, nice 14:37 <Jr Mime> RS is so slow%%@ 14:37 <Doom Weaver> Lol I got 50 ghostly capes!!! 14:38 <Coelacanth0794> http://memebase.com/2012/06/03/internet-memes-fandango-what-are-you-trying-to-say/ 14:38 <Coelacanth0794> why doom 14:38 <The Mol Man> get a stat auto update along with the skills template for your stats 14:38 <Ozank> ty lol 14:38 <Ozank> gotta admit, ronald mcdonald was a born pker 14:39 -!- Earl of Lemongrab has left Special:Chat. 14:39 <Ozank> idk why that girl brewed though 14:39 <Doom Weaver> cuz I like ghostly capes 14:39 <Doom Weaver> soi sued drop tricks and got plenty 14:39 <Doom Weaver> $_$ 14:39 <Doom Weaver> So I used* 14:40 <Atheist723> There are loads of better irl pking videos, to be honest... 14:40 <Neitiznot> I don't watch pking videos 14:40 <Neitiznot> I'm PvM 14:40 <Neitiznot> So...yeah 14:41 <Doom Weaver> Hmmm wha am I,,, 14:41 <Doom Weaver> ooh im a nub 14:41 <Ozank> im both, only got liek 903 subscribers 14:41 <The Mol Man> pking video of my neighbor's dog pl0x -.- 14:41 <Ozank> but lots of pk vids 14:41 <Doom Weaver> PvB 14:41 <Doom Weaver> Player versus bots 14:41 <Neitiznot> Lol 14:41 <Doom Weaver> or BC bot control 14:41 <Doom Weaver> XD 14:41 <Atheist723> Irl pking videos, Neitiznot. 14:41 <Ozank> this is my channel if u wanna check it out, got pvm vids toohttp://www.youtube.com/user/ffsn99b?feature=mhee 14:41 <Neitiznot> Oh 14:41 <Ozank> http://www.youtube.com/user/ffsn99b?feature=mhee * 14:41 <Neitiznot> In real life?! 14:44 <Coelacanth0794> just fantasy 14:45 <The Mol Man> http://runescape.wikia.com/index.php?title=Ghoul%2FCharm_log&action=historysubmit&diff=5707158&oldid=5707139 14:45 <The Mol Man> that guy is pro 14:45 <Joeytje50> no, he's just another vandal 14:46 <The Mol Man> sarcasm plox 14:46 -!- Atheist723 has left Special:Chat. 14:46 <Joeytje50> how were you being sarcastic... 14:46 <The Mol Man> it's impossible to convey one's tone over the internet :/ 14:47 <Joeytje50> yeah that means you gotta make it a bit more obvious with stuff like emots 14:47 <Joeytje50> else people can't get it 14:47 <The Mol Man> we should have a limit on accepted submissions 14:47 * Casting Fishes^^ hugglecaeks joeycaek 14:47 <Ozank> yeah and a bot to keep the stupid ones away 14:47 * Joeytje50 hugglecaeks feeshycaek back 14:47 <Joeytje50> Ozank: we already have the bot 14:48 <Neitiznot> Wb Feesh!!! 14:48 <Ozank> o 14:48 <The Mol Man> i thought it only processed submissions? 14:48 -!- Ozank has left Special:Chat. 14:48 -!- Ozank has joined Special:Chat 14:48 <Ozank> 30k off 99 rc, ima get it l8r 14:48 <The Mol Man> nice 14:48 <Joeytje50> max is 10000 okay? 14:49 -!- Atheist723 has joined Special:Chat 14:49 <Coelacanth0794> what 14:49 <The Mol Man> ozank is a runespan prod 14:49 -!- Atheist723 has left Special:Chat. 14:49 * The Mol Man is too :) 14:49 <Ozank> nah 14:49 <Ozank> when runespan came out, i was 97 rc 14:49 -!- Atheist723 has joined Special:Chat 14:49 <Ozank> did 80-97 rc with effigies ^^ 14:49 <The Mol Man> :P 14:49 <Coelacanth0794> lol 14:49 <The Mol Man> my rss feed is clear of my rc levels 14:49 -!- Earl of Lemongrab has joined Special:Chat 14:49 <Neitiznot> I want this Runecrafting level already! 14:49 -!- Earl of Lemongrab has left Special:Chat. 14:49 <The Mol Man> so i can lie about my training method 14:50 <Neitiznot> Wb Earl of Lemongrab 14:50 <The Mol Man> neit, rc lvl? 14:50 <Neitiznot> 58, but I'm using the worst type of training deliberately 14:51 <Neitiznot> I'll Runespan. 14:51 <The Mol Man> lol 14:51 <The Mol Man> why? 14:51 <Neitiznot> I'm bored 14:51 <Neitiznot> Nothing better to do 14:51 <The Mol Man> cook sharks 14:51 <Ozank> go clopping 14:52 <The Mol Man> go vandalize [[User:Ozank]] for fun 14:52 <The Mol Man> jk 14:52 <Doom Weaver> who here is on an acer computer? 14:52 <Neitiznot> O_o 14:52 <Neitiznot> I'm using Dell 14:52 <Doom Weaver> who? 14:52 <Doom Weaver> i need help 14:52 <The Mol Man> i'm on a black computer 14:52 <Ozank> oo can other ppl edit your own profile? 14:52 <Ozank> didnt know that 14:52 <Neitiznot> All the computers and laptops in my house are dell 14:52 <The Mol Man> yes, but they're not allowed 14:52 <Neitiznot> And yes they can, but it violates [[RS:DEU]] 14:52 <Neitiznot> Unless they have a REALLY good reason to edit it 14:53 <The Mol Man> i usually click the edit button on profiles to steal source code >:) 14:53 <Coelacanth0794> noobs 14:53 <Neitiznot> Noob coel 14:53 -!- Neitiznot has left Special:Chat. 14:54 -!- Neitiznot has joined Special:Chat 14:54 <Coelacanth0794> http://artoftrolling.files.wordpress.com/2012/06/internet-troll-traffic-trolling.png 14:54 <Neitiznot> Changed my chat.js 14:54 <Coelacanth0794> noob neit 14:54 <The Mol Man> 45 14:54 <The Mol Man> give me 45m i won the maths contest :D 14:54 <Neitiznot> 59 (rc), meh 14:55 <Joeytje50> Coelacanth0794: 45 14:55 <Coelacanth0794> :p 14:55 <The Mol Man> i already won -.- 14:55 <Joeytje50> nope 14:55 <Ozank> im 116 (dung) 14:55 <The Mol Man> yes 14:55 <Neitiznot> Coelecanth0794, the very angry noob fish. 14:55 <Joeytje50> cus you had to address coel 14:55 <The Mol Man> i said 45 first 14:55 <Joeytje50> ya 14:56 <Joeytje50> but I told coel 45 first 14:56 <The Mol Man> fine we can split the 45m 14:56 <The Mol Man> coel: give me 22.5m and give joey 22.5m 14:56 <Neitiznot> Lol 14:56 <Neitiznot> Joey doesn't need it 14:56 <Neitiznot> He has a santa 14:56 <Joeytje50> nou 14:56 <Neitiznot> Wut 14:57 <Joeytje50> nuffin 14:57 * The Mol Man is waiting for his 22.5m 14:57 <Neitiznot> You wouldn't sell your rare if you needed money? 14:57 * Neitiznot is waiting for this level so he can stay away from teh laptop* 14:57 <Joeytje50> I would 14:57 <Joeytje50> but I got 27m anywy 14:57 <Joeytje50> anyway 14:58 <Neitiznot> I wasted 13m the other day 14:58 <Ozank> 744M in my pouch and im wearing full Pernix =P 14:58 <Neitiznot> On bronze armour that I dropped on the floor 14:58 <Coelacanth0794> like hell i'm paying you noobs 14:58 <Neitiznot> The person who picked it up REALLY had a nice day 14:58 <Neitiznot> Coel, don't give charity 14:58 <The Mol Man> imma skip school on tuesday to make money :P 14:59 <Neitiznot> On RS 14:59 <Ozank> ive picked up 1337K cabbages before 14:59 <Neitiznot> I got beaten up 'cuz of it 14:59 <Neitiznot> D: 14:59 -!- Neitiznot has left Special:Chat. 14:59 <The Mol Man> i picked up flared trousers once 14:59 <The Mol Man> some noob who knew nothing was clearing his bank 15:00 <Coelacanth0794> neit: did you at least stab them in the eye? 15:00 <The Mol Man> coel does not realize neit is gone 15:00 <Coelacanth0794> aw 15:00 <The Mol Man> more meme's pl0x 15:00 <Joeytje50> not sure if I should give The Mol Man more memes 15:01 <Joeytje50> or just not do dat 15:01 <The Mol Man> not you 15:01 <Coelacanth0794> unnecessary apostrophe 15:01 <Joeytje50> yey for incorrect usage of not sure if meme 15:01 <Ozank> y do ponies roam wild on the internetz 15:01 <Joeytje50> no idea 15:01 <The Mol Man> al 15:01 <Atheist723> This isn't the worst you could see here... 15:01 <The Mol Man> al'l my apo'stroph's are nec'essa'ry 15:01 <Coelacanth0794> cuz joey 15:01 <Coelacanth0794> that is why 15:01 <Coelacanth0794> '''''''''''''''''''' 15:01 <Joeytje50> Ozank: I don't know, but I don't like it one bit 15:02 <Coelacanth0794> joey loves em dont lie 15:02 <Ozank> Nope.avi 15:02 * Joeytje50 kicks Coelacanth0794 15:02 * Coelacanth0794 bans joey 15:02 * Joeytje50 blocks Coelacanth0794 15:02 * Coelacanth0794 permabans joey 15:02 * The Mol Man notices no prayer symbol next to coel's name 15:02 <Atheist723> Excessive use of cake is as annoying, if not more so, that ponies that only appear as avatars. 15:02 <Atheist723> *than ponies 15:02 * Joeytje50 removes all Coelacanth0794's rights 15:02 <Coelacanth0794> mol: i'm not worthy of admin or chatmod 15:02 <Coelacanth0794> joey: i still have rights? 15:02 <Joeytje50> custodian n stuff 15:03 <Atheist723> He does give an air of nuttiness at times. 15:03 <Coelacanth0794> havent used it in a while 15:03 <Ozank> ponies r a new fresh and awshum meme 15:03 <Coelacanth0794> i don't do enough work on the wiki for adminship anyways 15:03 <The Mol Man> you entertain 15:03 <Ozank> lol, 16k agil exp from The Pit 15:03 <Atheist723> Your edit count is not very convincing, Coel. 15:04 <Coelacanth0794> it's low, i agree 15:04 <Atheist723> Completely missing the point... 15:04 <Coelacanth0794> maybe when i get up to 35k like joey i can consider admin 15:04 <Ozank> my edit count isnt big, but i added 3 more voices to [[Nex]] recently 15:04 <Ozank> and the last time soembody did that before me was over a year ago 15:04 <The Mol Man> my goal for today is 24k edits 15:04 <Coelacanth0794> i cant record gifs or sounds simply because i dont know how 15:04 <Ozank> you gotta have .ogg sounds not .mp3 15:05 <The Mol Man> i want our music tome .mus :D 15:05 <Coelacanth0794> again idk how 15:05 <The Mol Man> to be* 15:05 <Coelacanth0794> what program for either 15:05 <Joeytje50> [[user:ryan PM/Animations]] 15:05 <Coelacanth0794> gif or soundfiles 15:05 <Joeytje50> and coel 15:05 <Joeytje50> editcount has nothing to do with adminship 15:05 <Coelacanth0794> not paying 700 dollars to record gifs joey 15:05 <Ozank> well coel 15:05 <Coelacanth0794> editcount is being used in helpfulness 15:06 <Ozank> i use sony vegas and you can render audio or vid files 15:06 <Joeytje50> when I became admin, I had the 2nd highest editcount of anyone who didn't use a bot on the whole wiki 15:06 <Coelacanth0794> i don't have enough of the larger edits towards articles, such as rewrites 15:06 <Joeytje50> so, yeah, editcount has nothing to do with adminship 15:06 <Coelacanth0794> i fail to see the point of your argument 15:06 <Doom Weaver> [[saradomin coif]] 15:06 <Atheist723> And his edit count is far more than enough, really... 15:06 <Ozank> hey guys y r we discussing whos the best editor 15:06 <Joeytje50> that if editcount would have to do with adminship 15:06 <Doom Weaver> [[archer's helm]] 15:06 <Ozank> (quick chat bubble) Let's play RuneScape. 15:07 <Joeytje50> use ([[]]qc), Ozank 15:07 <Atheist723> It is ( qc ). 15:07 <The Mol Man> wtf is runescape? 15:07 <Coelacanth0794> i'm saying the work i have done is inadequate for the wiki 15:07 <Coelacanth0794> it's typos and adding little chunks of things 15:07 <Ozank> why (qc) 15:07 <Ozank> oh 15:07 <Joeytje50> coel: that if editcount would have to do with adminship, I would have gotten adminship long before I was able to get to place 2 15:07 <Coelacanth0794> it's mroe about rewrites and large bits of info 15:07 <Atheist723> You're too modest, Coel. 15:07 <Coelacanth0794> eh? 15:07 <Coelacanth0794> No, i have an inferiority complex 15:07 <Coelacanth0794> l2difference 15:07 -!- Newegg has joined Special:Chat 15:07 <Newegg> hi ppl 15:07 <Coelacanth0794> ello 15:07 <Atheist723> Hi Newegg. 15:07 <The Mol Man> typoes getting fixed is 100x more important than a well written article to me 15:08 <The Mol Man> bad grammar drives me crazy as well 15:10 <Joeytje50> hi newegg 15:10 -!- Atheist723 has left Special:Chat. 15:10 -!- Atheist723 has joined Special:Chat 15:10 <The Mol Man> you scared him off 15:10 <Joeytje50> u 15:11 <Atheist723> The Mol Man, I assume you would understand the frustration when some users repeatedly insists to use wrong spelling of words, then? 15:11 <Joeytje50> atheist 15:11 <Atheist723> *insist 15:11 <Ozank> on a scale of 1-10, 10 being cutest, how cute is this video? http://www.youtube.com/watch?v=b5YfYtZ32d4&list=FLtINAdmOGjowwLT01vo9aeg&index=1&feature=plpp_video 15:11 <Joeytje50> stop trying to get your argument across to everyone 15:12 <Coelacanth0794> i dont click videos 15:12 <Atheist723> Fine. 15:12 <Coelacanth0794> i should really shave 15:12 <Joeytje50> go shave 15:12 <The Mol Man> irl or the nex? 15:12 <Coelacanth0794> but i wanna do ccfiv 15:12 <Coelacanth0794> irl 15:12 <Joeytje50> how long is your bird? 15:12 <Doom Weaver> (qc) The Exchange price of 1x [[ahrim's robe top]] is 1,104,482 coins. 15:12 <Joeytje50> Bin-Laden long? 15:13 <Joeytje50> or Zach Braff long 15:13 <Coelacanth0794> i'm 20. 15:13 <Coelacanth0794> it's annoyingly long stubble at best 15:13 <Joeytje50> so bin laden long 15:13 <Joeytje50> okay 15:13 <The Mol Man> i hope it's not as wet as bin laden's 15:14 -!- Ozank has left Special:Chat. 15:14 <Coelacanth0794> it's actually kinda water resistant 15:15 * The Mol Man just realizes coel's name again 15:15 * The Mol Man ponders the physics of fishbeards 15:16 <Coelacanth0794> fish have the sexiest of beard 15:16 <Coelacanth0794> everybody knows that 15:16 <The Mol Man> but water resistant fishbeards??? 15:16 <Coelacanth0794> yes 15:16 <Coelacanth0794> it's dry. 15:16 <Coelacanth0794> underwater. 15:16 * The Mol Man's mind is blown 15:17 * The Mol Man is back to cooking sharks 15:17 * The Mol Man just realizes: that's another fish 15:17 <Coelacanth0794> http://i.imgur.com/gJpZW.jpg 15:20 <Doom Weaver> Lol 15:20 <Doom Weaver> I agree 15:21 -!- Neitiznot has joined Special:Chat 15:21 <Neitiznot> Back again :) 15:22 <Coelacanth0794> noob 15:22 <Neitiznot> Noob 15:22 -!- Armanbai has joined Special:Chat 15:22 <Coelacanth0794> i like jagex better when they make everything examinable 15:22 <Coelacanth0794> examine ALL the things! 15:23 <Neitiznot> I examine EVERYTHING 15:23 <Neitiznot> ...On RuneScape 15:23 <Coelacanth0794> [[everything]] 15:23 <Coelacanth0794> redirects to guthix 15:24 <Atheist723> Not for me? 15:24 <Neitiznot> Guthix ftw 15:24 -!- Atheist723 has left Special:Chat. 15:25 <The Mol Man> everything should redirect to [[Special:Random]] 15:25 <Neitiznot> ^ 15:25 <Neitiznot> Then we would see random pages! 15:25 <Coelacanth0794> good thing i go slowly towards ct 15:25 <Coelacanth0794> saw a 136 with iron titan camping 15:25 <Coelacanth0794> i doubt he saw me 15:25 <Coelacanth0794> whopping 15:25 <Neitiznot> Wow 15:25 <Neitiznot> I get pked every time I go ct 15:26 <Neitiznot> :'( 15:26 <Doom Weaver> ct? 15:26 <Neitiznot> Chaos Tunnels 15:26 <Doom Weaver> want me to protect you? i was just bot killing earlier 15:26 <Doom Weaver> lolololol 15:26 <Armanbai> not alot bots nowdays 15:26 <Coelacanth0794> i go north of the bloodwood tree 15:26 -!- Noonanna has joined Special:Chat 15:27 <Noonanna> dat surprise 15:27 <Coelacanth0794> hi 15:27 <Noonanna> hi 15:27 <Neitiznot> Hello 15:27 <Armanbai> howdy 15:27 <Doom Weaver> [[MMG]] 15:28 <Armanbai> most profitable is pk 15:29 <Neitiznot> Not really. Some PvM monsters are better money. 15:29 <Armanbai> like? 15:29 <Armanbai> corporal 15:29 <Armanbai> nex? 15:29 <Coelacanth0794> What monster/npc ingame do you hate the most? 15:29 <Coelacanth0794> with a passion 15:29 <Armanbai> ohh good question 15:29 <Armanbai> i hate 1001 15:29 <Coelacanth0794> I'll start 15:29 <Neitiznot> I hate erm...erm...erm...erm... 15:29 <Coelacanth0794> Dagon'hai elite. 15:29 <Neitiznot> Lesser demons. 15:29 <Coelacanth0794> I hate that prick. 15:30 <Armanbai> i hate riftsplitter 15:30 <Neitiznot> I somehow get them as slayer tasks 15:30 <Coelacanth0794> [[Dagon'hai elite]] 15:30 <Armanbai> i hate shadowforger 15:30 <Coelacanth0794> cant be hurt teleports out like a jerk 15:30 <Coelacanth0794> always can hurt you 15:30 <Coelacanth0794> minimum 100 15:30 <Neitiznot> O_o "jerk" is a swear ping 15:31 <Coelacanth0794> what? 15:31 <Coelacanth0794> ever fought Bork? 15:31 <Neitiznot> [[User:Joeytje50/chat-pings.js]] I think 15:31 <Armanbai> all i see is links 15:32 <Coelacanth0794> that mage that camps at bork and alwasy hurts you is the guy i'm talking about 15:32 <Neitiznot> Ik 15:32 <Neitiznot> So annoying 15:34 <Armanbai> most annoying npc are these who's able to pray 15:35 <Coelacanth0794> doesnt have to be a boss 15:35 <Coelacanth0794> i'm saying one that gets you in a fury 15:35 <Armanbai> ---? 15:35 <Coelacanth0794> ever fought bork? 15:35 <Armanbai> no 15:35 <Coelacanth0794> you wouldnt understand what i am going on abl=out then 15:35 <Coelacanth0794> About* 15:36 <Armanbai> only dg pk and cw 15:36 <Armanbai> dont go other places much 15:36 <AnselaJonla> Hola amigos 15:36 <Coelacanth0794> hi 15:36 <Armanbai> hi 15:36 <Armanbai> what do you think of runespan btw 15:37 <Armanbai> im not sure is it good or bad 15:37 <Armanbai> it changed prices on GE 15:37 <AnselaJonla> It's good 15:37 <Casting Fishes^^> Hola ansela 15:37 <Casting Fishes^^> :o 15:37 <Casting Fishes^^> y u sudden spanish 15:37 -!- Range riley has left Special:Chat. 15:37 <Coelacanth0794> http://i.imgur.com/paM29.jpg 15:37 <AnselaJonla> Erm... coz 15:37 <AnselaJonla> Hi Ciph 15:37 -!- Danman0106 has joined Special:Chat 15:37 <Coelacanth0794> http://imgur.com/gallery/hl8G1 15:37 <Ciphrius Kane> Hi 15:37 <Danman0106> hey 15:37 <AnselaJonla> You see my talk message to you Feesh? 15:38 <Neitiznot> Hi 15:38 <Armanbai> does anybody had problems with loading runespan 15:38 <Casting Fishes^^> yesh 15:38 <Armanbai> like stopping at 50%? 15:39 <Neitiznot> Sometimes 15:39 <Neitiznot> :/ 15:39 <AnselaJonla> Joey, can you permanently and fully protect [[File:Clue.png]] on account of it being an absolute crap file name? 15:40 <The Mol Man> arman i've had that problem with other things 15:40 <Neitiznot> Brb 15:40 <The Mol Man> like whenever i lodestone to port sarim 15:40 <Joeytje50> okay 15:40 <Armanbai> btw 15:40 <Armanbai> when clue fest ends? 15:40 <Coelacanth0794> http://i.imgur.com/ka5Jr.jpg 15:42 -!- Joeytje50 has left Special:Chat. 15:42 -!- Joeytje50 has joined Special:Chat 15:43 <Casting Fishes^^> (qc) thecrafty0ne's Crafting level is 70 (xp: 738,084, rank: 211,817). 15:43 <Casting Fishes^^> shud be 99 15:43 <Coelacanth0794> http://i.imgur.com/KdCxt.jpg 15:44 <Joeytje50> (qc) My Overall level is 2078 (xp: 84,154,081, rank: 89,447). 15:44 <AnselaJonla> (qc) My Overall level is 2195 (xp: 123,927,085, rank: 52,165). 15:44 -!- Rawchicken66 has joined Special:Chat 15:44 <Rawchicken66> I 15:44 * Casting Fishes^^ huggles joey 15:45 <Rawchicken66> have awived 15:45 * Joeytje50 huggles feeshy 15:45 <Rawchicken66> to make 15:45 <Rawchicken66> da majicks 15:45 * Casting Fishes^^ pokes teh caeks n seez dat tehy done n nomz with joey 15:46 <Joeytje50> :D yey 15:46 * Joeytje50 nomz 15:46 <Rawchicken66> I go 15:46 -!- Rawchicken66 has left Special:Chat. 15:47 <Casting Fishes^^> joeycaek 15:47 <Casting Fishes^^> y u no 99 construction 15:47 <Coelacanth0794> [email protected] 15:47 <Joeytje50> cus I no train cstr 15:47 <Casting Fishes^^> y u no 15:47 <Coelacanth0794> http://i.imgur.com/oNjMS.jpg 15:47 <Joeytje50> and today my rs crashes if I go to w117daemonheim 15:47 <Casting Fishes^^> (qc) joeytje50's Construction level is 95 (xp: 8,817,772, rank: 18,644). 15:47 <Joeytje50> cus I use assists @ daemonheim 15:47 <Casting Fishes^^> :c 15:48 <Casting Fishes^^> joey u get 99 by teh time i get 99 fm n fletch mk? :D 15:48 <Joeytje50> Coelacanth0794: it's tomato, in case you're wondering for yourself 15:48 -!- Ozank has joined Special:Chat 15:48 <Ozank> winter wrapup winter wrapup 15:48 <Ozank> lets finish our holiday cheer 15:48 <Joeytje50> to remind it you can use potato, which is pronounced the same, coel 15:48 <Coelacanth0794> what 15:48 <Joeytje50> so if you ever forget that tomato is pronounced like tomato 15:49 <Coelacanth0794> i'm just posting things i like 15:49 <Joeytje50> just remember potato 15:49 <Armanbai> ---? 15:49 <Coelacanth0794> AS|FG 15:49 <Joeytje50> COEL I AM MAKIN A JOKE, NAO LAUGH 15:49 <Ozank> THIS IS THE DEFINITION OF THE INTERNETZ. http://www.youtube.com/watch?v=SDGGU8scXRw 15:49 <Casting Fishes^^> ima post sumthin that i liek 15:50 <Ozank> only reason y i got a pony avatar is cuz i think they r hot, not gonna lie 15:50 <Coelacanth0794> joey is ccf f2p 15:51 <Coelacanth0794> joey joey joey 15:51 <Casting Fishes^^> http://imgur.com/a/Vqrxl thar 15:51 <Joeytje50> :D 15:51 <Casting Fishes^^> caek test 15:51 <Casting Fishes^^> nuz 15:51 -!- Armanbai has left Special:Chat. 15:51 <Casting Fishes^^> yey a joey 15:51 <Neitiznot> Back 15:51 <Coelacanth0794> joeytje50 15:51 <Joeytje50> yey a feeshy 15:52 <Coelacanth0794> ccf f2p? 15:52 <Joeytje50> yey a coel 15:52 <Ozank> did u guys just lag out 15:52 -!- Pilkie has joined Special:Chat 15:52 <Ozank> on rs 15:52 <Coelacanth0794> why did i ag out 15:52 <Pilkie> My rs just crashed and LCed 15:52 <Joeytje50> wats ccff2p 15:52 <The Mol Man> yes -.- 15:52 <Pilkie> anyone else having the same issue? 15:52 <Neitiznot> I am 15:52 <Neitiznot> :/ 15:52 <Coelacanth0794> [[Cryptic clue fest IV]] 15:52 <Ozank> i dced but logged str8 back in 15:52 <Ozank> idm tho cuz im clopping atm =D 15:52 <Jr Mime> RS logged me 15:52 <Jr Mime> yay -.- 15:52 <Coelacanth0794> <_< 15:52 <Neitiznot> w00t 15:52 <Neitiznot> Gz :-D 15:52 <The Mol Man> "our systems our currently unavailable, screw you Mol" 15:52 <Neitiznot> ] 15:53 <The Mol Man> :( 15:53 <Neitiznot> No 15:53 <Doom Weaver> gah RS logged me out and it says the system isn unavailable 15:53 <Jr Mime> "Our systemes are currently unvailable. Please try again in a few minutes." 15:53 <Pilkie> no reply from login server 15:53 -!- FearSouvenir has joined Special:Chat 15:53 <Neitiznot> My laptop's keyboard is spamming... 15:53 <Pilkie> Not again 15:53 <Jr Mime> ROFL 15:53 <Doom Weaver> i was so close to killing mt 5th mole 15:53 <Ozank> nei y r u anti brony if u got a pony avatar 15:53 <Jr Mime> RS CRASHED*%(@!*% 15:53 <Doom Weaver> damnit 15:53 <Neitiznot> Hi FearSouvenir 15:53 <Coelacanth0794> asdfghjm,l;kjhgfds 15:53 <Jr Mime> Lets mark it 15:53 <Neitiznot> asdfgthujikl;' 15:53 <Doom Weaver> I feel sad for someone who was killing nex 15:53 <Doom Weaver> or something 15:53 <Neitiznot> Grr 15:53 <Coelacanth0794> how am i supposed to get info for jubilee if i cant log back in 15:53 <Doom Weaver> I was killing mole 15:53 <Jr Mime> Even the site is down 15:53 <Doom Weaver> (y) 15:53 <Jr Mime> HAHAHAHAHAH 15:54 <Doom Weaver> im wearing arma... 15:54 <Pilkie> I was luckily only cooking the fish I caught 15:54 <Jr Mime> GF LAGGEX 15:54 <Doom Weaver> lol!! 15:54 <Pilkie> Cooking all the fish I got from 78-99 fishing 15:54 <The Mol Man> i was cooking the fish someone else caught 15:54 <Coelacanth0794> no it isnt jr 15:54 <Doom Weaver> I was killing molw 15:54 <Doom Weaver> >.> 15:54 <Jr Mime> Yes it is :o 15:54 <The Mol Man> cook lvl? :D 15:54 <Jr Mime> The connection was reset 15:54 <Jr Mime> 15:54 <Jr Mime> 15:54 <Jr Mime> 15:54 <Jr Mime> 15:54 <Doom Weaver> yesh 15:54 <Neitiznot> Molw? Wuzzat 15:54 <Doom Weaver> its b ack up 15:54 <The Mol Man> don't kill the [email protected]@@@@@@@@@@@@@@@@ 15:54 <Neitiznot> Mole* 15:54 <The Mol Man> noooooooooooooooooooooooooooooooooooooooooooo 15:54 <Pilkie> Just logged back in 15:54 <Neitiznot> Yah Teh Mol Man is a mole 15:54 <Ozank> mol* 15:54 <Coelacanth0794> moley moley mooooooooooooooooooooooooooole 15:54 <The Mol Man> mol is short for mole 15:55 <Neitiznot> Holy moley, massive mole! 15:55 <Coelacanth0794> back in 15:55 <The Mol Man> :( i was cooking with a famous yter 15:55 <Pilkie> nope, just lost connection again immediatly >.< 15:55 -!- Crews28 has joined Special:Chat 15:55 <Crews28> yo 15:55 <Crews28> whats up with connection to the game 15:55 <Pilkie> "our shitstyms are currently unavailable" 15:56 <Ozank> was about to solo nex 15:56 <Ozank> i think we should finish our holiday cheer 15:56 <Neitiznot> It's being a noob 15:56 <Coelacanth0794> joey never answered me 15:57 <Joeytje50> coel never answered me 15:57 * The Mol Man is back to cooking [[shark]]s 15:57 <Coelacanth0794> joey is cryptic clue fest f2p 15:57 <Ozank> im only 88 (fish) 15:57 <Joeytje50> o that is what you asked me 15:57 <Joeytje50> yes 15:58 <Neitiznot> I am p2p :-D 15:58 -!- Crews28 has left Special:Chat. 15:58 <Doom Weaver> same 15:58 <Doom Weaver> ^_^ 15:58 <Doom Weaver> cvbnbvcghjnkmjhytrfgdvc 15:58 <Doom Weaver> srry 15:58 <Doom Weaver> oops 15:58 <Neitiznot> Lol 15:58 -!- Crews28 has joined Special:Chat 15:59 <Neitiznot> Doomium check in-game 15:59 <Crews28> wont let me enter gaME:( 15:59 <Neitiznot> I has spammed you via pm st00f 15:59 <Doom Weaver> was cleaning my ckeyboard 15:59 <Neitiznot> I was too 15:59 <Neitiznot> It spammed a lot 15:59 <Doom Weaver> lol 15:59 <Doom Weaver> wont let me 16:00 <Neitiznot> Doomium why you log out?! 16:00 <Neitiznot> Noooooooo 16:00 <Crews28> wont let me either is there a update going on? 16:00 <Coelacanth0794> Joey, why exactly do you dislike the pony community and other such things? 16:00 <Neitiznot> That reminds me, I need to change my avatar 16:00 <Doom Weaver> Wont let me log in :l 16:00 <Joeytje50> cus 16:00 <Neitiznot> I dun liek ponies but I don't mind bronies 16:01 <Coelacanth0794> give me a specific reasoning 16:01 <Neitiznot> Mainly cuz half my school is probably brony 16:01 <Ozank> lol 16:01 <Jr Mime> Mod Drebin: 16:01 <Jr Mime> Go to our RuneScape.com home page, hit "Play Now" 16:01 <Jr Mime> Change: http://www.runescape.com/game.ws?j=1 16:01 <Jr Mime> To: http://www.runescape.com/game.ws?j=32 16:01 <Ozank> i clop to ponies but at the same time i wanna rend their flesh from limb to limb too 16:01 <Neitiznot> O_o 16:01 <Jr Mime> Login in, select world 84. 16:01 <Jr Mime> If that doesnt work try imputing this into the URL: world84.runescape.com 16:01 <Coelacanth0794> so you're the magnotta of bronies 16:01 <Coelacanth0794> gotcha. 16:02 <Ozank> i like em for the wrong reasons really 16:02 <Coelacanth0794> again, magnotta 16:02 <Ozank> awkward moment when im dreaming about MLP 16:03 <Ozank> and it includes anthropromorphism 16:03 <Doom Weaver> hie neit 16:04 <Doom Weaver> is this optimus? 16:04 <Doom Weaver> the hole logging out thing 16:04 <Doom Weaver> optimusoptimusoptimusforrrrtheeewiiiiiiin 16:05 <Ozank> Engineer: Heavy, how do I make sandwich? 16:05 <Ozank> Heavy: All you have to do is take a cup of flour, add it to zee mix! 16:06 <Noonanna> neitiz, what state you in? 16:06 <Ozank> Meanwhile, in 2204355 realm...http://www.youtube.com/watch?v=SDGGU8scXRw 16:06 <Coelacanth0794> all yous gots to do is thake this here bloodbath challenge club 16:06 <Coelacanth0794> and tee off on some motherfucker's fat ass dome! 16:07 <Doom Weaver> lag 16:07 <Doom Weaver> if i die 16:07 <Doom Weaver> i will kill jagex 16:07 <Coelacanth0794> what are you fighting 16:07 <Coelacanth0794> still mole? 16:07 <Doom Weaver> lol went to KBD 16:07 -!- Ciphrius Kane has left Special:Chat. 16:08 <AnselaJonla> Okay... you're having connection/lag issues... and you're still doing "bosses"? 16:08 <AnselaJonla> Are you stupid? 16:08 <Noonanna> rs is being shitty today 16:08 <Coelacanth0794> i must coincide with ansela 16:08 <Noonanna> not sure how suddenly 16:08 <Coelacanth0794> never do pvm with server messups 16:09 <Neitiznot> I'm going to fight NEX with this connection issue atm! 16:09 <Neitiznot> :-D 16:09 <Noonanna> neitiz 16:09 <Neitiznot> I did kq like that 16:09 <Neitiznot> It wasn 16:09 <Noonanna> what state you in? 16:09 <Noonanna> jwing 16:09 <Neitiznot> Wasn't pretty* 16:09 <Ozank> neit 16:09 <Ozank> if u do 5-6 man pernix+eks ill join 16:09 <Joeytje50> https://encrypted.google.com/search?hl=en&q=zerg%20rush 16:10 <AnselaJonla> Noonanna - why are you assuming that Neitz is in any state? 16:10 <Neitiznot> It was erm a small erm joke 16:10 <Ozank> zerker rush 16:10 <Neitiznot> Lol joey that phenomenon is liek epik 16:10 <Noonanna> i'd assume he would say he's not in one if he's not in the states 16:10 <Neitiznot> Oh 16:10 <Neitiznot> I live in the UK ;) 16:10 <Noonanna> =( 16:10 <Neitiznot> So I'm a Brit 16:11 <Ozank> i always wondered y when u finish evil bob island event 16:11 <Noonanna> alright, answers question then 16:11 <Ozank> u hear a little vibrate noise when u give him the fish 16:11 <Ozank> like a vrrr noise 16:11 <Noonanna> its called a purr 16:11 <Ozank> a what 16:11 <Noonanna> nvm 16:11 <Joeytje50> Neitiznot: my score is APM=263;Count=102 16:11 <Joeytje50> you? 16:11 <Ozank> And I get to tend the rabbits! 16:12 <AnselaJonla> Oh, I just finished doing a flipped version of the clue fest map 16:12 <AnselaJonla> Could someone check it and make sure I relabelled it correctly? 16:12 <Doom Weaver> you wanna know hwat would be ossum? 16:12 <Neitiznot> Wut 16:12 <Doom Weaver> If you you can grapple the mole 16:12 <Doom Weaver> *shoots* 16:12 <Doom Weaver> Wheeeeeeeeeee 16:12 <Neitiznot> O_o 16:12 <Coelacanth0794> ozmagnotta: he purrs upon being given a fish 16:12 <Coelacanth0794> that sound is a purr 16:13 <Neitiznot> The Mol Man, run for your life. Now. 16:13 <Doom Weaver> I got it from the game Van Helsing lolool 16:13 <Jr Mime> [[Runespan]] 16:13 <Ozank> You have been frozen! 16:13 <The Mol Man> hmmm 16:13 <Ozank> A teleblock spell has been cast on you! 16:13 <Jr Mime> You have been owned! 16:13 <Ozank> You have been poisoned! 16:14 <Neitiznot> My eyes hurt again! 16:14 <Ozank> A magical force stops you from moving. 16:14 <Neitiznot> I am going to leave! 16:14 <Neitiznot> It is really burning! 16:14 <Ozank> Oh dear, you are dead! 16:14 <AnselaJonla> Nezzy, get yer arse down to A and fucking E now 16:14 <Ozank> btw 16:14 <The Mol Man> lol i am paying no attention to the chat :x 16:14 <Ozank> does the QBD attack using stab crush or slash 16:14 <Neitiznot> O_o 16:14 -!- HakkaPK has left Special:Chat. 16:14 -!- HakkaPK has joined Special:Chat 16:15 <Coelacanth0794> http://i.imgur.com/nKXsC.jpg 16:15 <Coelacanth0794> ozank: i dont want to get too close to find out 16:15 <Coelacanth0794> bite attacks have always confused me that way also 16:15 <Coelacanth0794> they could technically go under any of the 3 16:15 <Noonanna> go tank with gano? 16:16 <Ozank> gano is low stab though 16:16 <Ozank> and if you bite its sorta using your teeth to stab 16:16 -!- IdkWhatsRc has joined Special:Chat 16:16 <Noonanna> so if you tank melee with gano 16:16 <Noonanna> and don't just about as many hits as say torags 16:16 <Noonanna> then its crush 16:17 -!- Neitiznot has left Special:Chat. 16:17 <Noonanna> if you take a ton more, then its stab 16:17 <Coelacanth0794> http://imgur.com/ur2OR.jpg queen white kitty 16:18 <Ozank> y is that guy sucking on the white paw 16:19 <Doom Weaver> lul 16:19 <Coelacanth0794> http://imgur.com/gallery/JaqAu want 16:20 <Coelacanth0794> how i feel about this damned song http://i.imgur.com/vKcNK.jpg 16:21 <Metal is me> ahh 500k in pouch again 16:21 <Coelacanth0794> noob 16:21 <Doom Weaver> Good Idea to do Barrows while jagex is sucky? 16:21 <Metal is me> feels like a http://www.serebii.net/pokedex-bw/554.shtml just crabd in my pockets 16:23 <Metal is me> and bird meat wont sell 16:23 <Metal is me> rage 16:24 * Casting Fishes^^ huggles joey 16:24 * Joeytje50 huggles feeshy 16:25 <Joeytje50> cant reply, cus dinner 16:25 <Doom Weaver> Dont huggle it is rude 16:26 <Coelacanth0794> http://i.imgur.com/uz2s7.jpg 16:26 <Doom Weaver> D;!!! i orgot to on pray on dharoks 16:32 <Coelacanth0794> http://i.imgur.com/mcNdf.jpg 16:32 <Doom Weaver> lol 16:33 <Coelacanth0794> game crash 16:33 <Doom Weaver> crapi forgot a teleport 16:33 <Doom Weaver> earthquake!! 16:34 <Coelacanth0794> http://i.imgur.com/PggrJ.gif boxes of kittens for ansela! 16:37 <Ozank> what is this, i dont even^ 16:37 -!- TyA has joined Special:Chat 16:38 -!- Rainbw dash has joined Special:Chat 16:39 <Coelacanth0794> ello 16:39 <Rainbw dash> hey coel long time no see 16:39 -!- Crews28 has left Special:Chat. 16:39 -!- Ozank has left Special:Chat. 16:42 <Noonanna> blake is a loser 16:42 -!- Ozank has joined Special:Chat 16:42 <Ozank> damn my connection 16:42 <Rainbw dash> wb 16:42 <Ozank> ty 16:44 <Coelacanth0794> http://sloganmaker.com/hate/ 16:44 <Coelacanth0794> lol 16:44 <Coelacanth0794> having fun with this. 16:45 <Ozank> http://gobarbra.com/hit/new-bda51c225adc4eb9179d7dab79aa8e43 16:45 <Ozank> <3 16:46 <Coelacanth0794> whats that 16:46 <Ozank> gobarbra 16:46 <Coelacanth0794> i click very few things 16:46 <Coelacanth0794> idk what that is 16:46 <Coelacanth0794> explain 16:46 <Ozank> idk 16:46 <Ozank> click where it says customize ur song 16:47 <Ozank> and put some words in and itll do it 16:47 <Coelacanth0794> oh sound 16:47 <Coelacanth0794> me no clicksta 16:47 <Ozank> look i changed it http://gobarbra.com/hit/new-b7e5c99ed2ad628d9e8f9f85bd230bab 16:47 <Coelacanth0794> inb4 chaccaron maccaron 16:48 -!- Ciphrius Kane has joined Special:Chat 16:48 <Ozank> lol, the name of my pure on rs is hsaD wobniaR 16:48 <Coelacanth0794> l 16:48 <Coelacanth0794> k* 16:49 <Rainbw dash> i think ive seen that name before 16:49 <Rainbw dash> my pures named SweetieBot 16:49 <Coelacanth0794> something something magic glasses 16:49 <Ozank> my main is yhsrettulF too 16:50 <Ozank> rainbw r u in the bronyville rs clan 16:50 <Ozank> im in it as a guest 16:50 <Rainbw dash> yeah 16:50 <Rainbw dash> im a dep owner :P 16:51 * Coelacanth0794 rickrolls rainbw 16:52 <Ozank> nice lol 16:52 <Rainbw dash> :( 16:52 <Noonanna> bronyville is worst clan 16:52 <Ozank> no its not 16:52 -!- Urbancowgurl777 has joined Special:Chat 16:52 <Ozank> i talk to fellow cloppers der 16:52 <Rainbw dash> dont listen to anna >.> 16:52 <Ozank> and they make my day better 16:52 -!- Casting Fishes^^ has left Special:Chat. 16:52 <Rainbw dash> ogodwai.... 16:52 <Noonanna> um 16:52 -!- Casting Fishes^^ has joined Special:Chat 16:52 <Noonanna> bronyville isn't for talking clop 16:52 <Noonanna> >.< 16:52 <Rainbw dash> ^ 16:53 <Ozank> u said it was the worst clan anyhow... 16:53 <Noonanna> because people talk clop there 16:53 <Noonanna> ofc 16:53 <Rainbw dash> hes trolling 16:53 <Ozank> so? lol 16:54 <Rainbw dash> nothing nevermind :) 16:54 <Coelacanth0794> in 2 days qbd music went from 0 to 166 listens 16:54 <Coelacanth0794> #11 in top played 16:54 <Urbancowgurl777> you can stop discussing that now 16:54 <Coelacanth0794> heh 16:54 <Coelacanth0794> no, i will not stop talking about qbd fergs 16:54 <Coelacanth0794> have you tried her out yet? 16:54 <Rainbw dash> i love the new music/voice acting 16:54 <Ozank> i only like nex voices 16:54 <Coelacanth0794> i liked remora the siren 16:55 <Coelacanth0794> she dies :\ 16:55 <Joeytje50> cake 16:55 <Coelacanth0794> it would have been cool to have her survive and learn more about sirens ingame 16:55 <Coelacanth0794> see what sort of stuff they do aside from singing 16:55 <Coelacanth0794> but nope 16:55 <Coelacanth0794> i blame joey 16:55 <Urbancowgurl777> we'll probably see more 16:56 <Joeytje50> i blame kids these days 16:56 <Rainbw dash> i blame joey too.... 16:56 <Urbancowgurl777> she's related to the mermaids from deadliest catch 16:56 <Coelacanth0794> i blame our schools 16:56 <Ciphrius Kane> They lure ships onto rocks, and go around proclaiming that Zezima is the best 16:56 <Coelacanth0794> i thought it said stepsisters fergs 16:56 <Urbancowgurl777> that's related..? 16:56 <Ozank> no zezima plz 16:56 <Coelacanth0794> not genetically i think 16:56 <Ciphrius Kane> I blame the previous generation who think that the younger generation are idiots cause they aren't their generation 16:56 <Urbancowgurl777> so? 16:56 <Urbancowgurl777> her husband could be a siren too 16:57 <Coelacanth0794> and either way sirens are better to look at than mermaids 16:57 <Coelacanth0794> fish tail is just weird to me. 16:57 <Urbancowgurl777> indeed, i didn't feel the need to gouge my eyes out 16:57 <Ozank> I don't like mainstream because not liking mainstream is mainstream. 16:57 <Coelacanth0794> (on non-fish) 16:57 <Coelacanth0794> fergs: Remora was married? 16:57 <AnselaJonla> Coel - the mermaids can change their shape, from the fish-tail to legs 16:57 <Coelacanth0794> asdfghj 16:57 <AnselaJonla> Y u no read lore? 16:57 <Coelacanth0794> wat 16:57 <Coelacanth0794> i did 16:58 <Coelacanth0794> where did it say that :X 16:58 <Urbancowgurl777> in the lore <.< 16:58 <Ciphrius Kane> Ozank, are you claiming to be hipster? 16:58 <Urbancowgurl777> i just glanced at the thing and even i remember reading that 16:58 <Coelacanth0794> ciph: paradox 16:59 <Rainbw dash> hipsterception? 16:59 <Coelacanth0794> didnt i rickroll you 16:59 <Ozank> Get HeRolled http://heyyeyaaeyaaaeyaeyaa.com/ 17:00 <Coelacanth0794> no thanks 17:00 <Coelacanth0794> i'll stick with trololol guy 17:00 <Rainbw dash> i dont like coel anymore :( 17:00 <Coelacanth0794> :C 17:01 <AnselaJonla> Hm, we should decide on this before the beta is actually opened... are we going to be doing caps and everything of beta server stuff? 17:01 <Coelacanth0794> fine how about a box of kittens rainbw http://i.imgur.com/PggrJ.gif 17:02 <AnselaJonla> [[The Mermaids and the Dragon]] 17:02 <Urbancowgurl777> shouldn't we? if we're allowed to that is 17:02 <Urbancowgurl777> might not be allowed to 17:02 -!- SovietHero has joined Special:Chat 17:02 <Rainbw dash> kittens?? YAY! /)^3^(\ 17:02 <Rainbw dash> and i love scrubs 17:03 <SovietHero> is the server crash over? 17:03 <Rainbw dash> yeah 17:04 <SovietHero> :D 17:04 <SovietHero> thx pony 17:04 <Rainbw dash> clock tower is broked :c 17:04 <AnselaJonla> Fergs - Cook mentioned a possible NDA on beta participants 17:04 <Urbancowgurl777> i know 17:05 <Rainbw dash> Clocktower quest appears to be broken :\ 17:06 <SovietHero> A bug? 17:08 <Rainbw dash> yeah 17:08 <Urbancowgurl777> you know how often there's a bug in a quest? 17:08 <Rainbw dash> wont let me put the blue or red cogs on 17:08 <Urbancowgurl777> (never) 17:08 <Urbancowgurl777> unless the area the quest is in has been updated recently 17:09 <Coelacanth0794> wrong 17:09 <Coelacanth0794> bloodwood tree at the altar 17:09 <Coelacanth0794> it's a bug by defender of varrock 17:09 <Urbancowgurl777> bloodwood tree is new.. 17:09 <Noonanna> dw blake 17:09 <Noonanna> it'll only take a few months for it to get fixed 17:10 <Coelacanth0794> the glitch though fergs 17:10 <Urbancowgurl777> read your quest log. if you're using a guide you probably skipped ahead on accident. 17:10 <Doom Weaver> YES 17:10 <Coelacanth0794> it affects the portals from summers end too 17:10 <Doom Weaver> I escaped pkers 17:10 <Coelacanth0794> grz doom 17:10 <Rainbw dash> well it said 17:10 <Ozank> making super prayer potions is boring ._. 17:10 <Rainbw dash> put the red,blue,white,black cogs on 17:10 <Rainbw dash> i put the black one on 17:10 <Rainbw dash> got the red one and it doesnt fit 17:10 <Urbancowgurl777> put it in a different place? <.< 17:11 <Rainbw dash> i did 17:11 <Rainbw dash> then i got the blue one and it wont go on either 17:12 <Urbancowgurl777> *shrugs* sounds like you're just doing it wrong ;3= 17:12 <Urbancowgurl777> and i did the quest like 4 years ago so i don't remember 17:12 <Doom Weaver> whats a [[bronze dragon claw]] 17:12 <Doom Weaver> I got it from a rev 17:12 <Rainbw dash> item from revenants 17:12 <Doom Weaver> but i cant sell it 17:12 <Doom Weaver> :L 17:12 <Urbancowgurl777> why don't you read the article you linked 17:12 <Rainbw dash> use it on mandrith 17:12 <Casting Fishes^^> caek 17:13 <Joeytje50> :D 17:13 <Ozank> bronze d claw is 20k 17:13 <Doom Weaver> ty 17:13 <Ozank> lol.. 17:13 <SovietHero> I got a Saradomin amphora once from a rev 17:13 * Casting Fishes^^ pmz joey 17:13 <SovietHero> woth 40K 17:13 <Ozank> ive had stat hammer when it was 12m 17:13 * Joeytje50 hugglz feeshy n pmz back 17:15 <Rainbw dash> got stat chain when it was 2m when it first came out 17:16 <Urbancowgurl777> i've never had any of those items 17:16 <Rainbw dash> during the double loot weekend at revs i made 39m :) 17:16 <Rainbw dash> and i figured out whats wrong with the quest heh.... 17:16 <Noonanna> i made 55m... 17:17 <Noonanna> =\ 17:17 <Urbancowgurl777> i made 0 17:17 <Urbancowgurl777> what was wrong? 17:17 <Noonanna> ? 17:17 <Ozank> stat chain? u mean vesta chain/stat bodY? 17:17 <Rainbw dash> didnt specify i had to go up the ladders heh :) 17:17 <Rainbw dash> ? 17:17 <Rainbw dash> wc :P 17:18 -!- DonTheDonut has left Special:Chat. 17:30 <Ozank> glad wyvern bones r pretty cheap now 17:32 -!- Metal is me has left Special:Chat. 17:32 -!- Metal is me has joined Special:Chat 17:32 <Metal is me> gais. 17:32 <Rainbw dash> ? 17:32 <Metal is me> can you swap from ancients to lunars 17:33 <Ciphrius Kane> Aye 17:34 <Rainbw dash> quite easily 17:34 <Metal is me> or do you have to be at normal 17:34 <Rainbw dash> use bandit tele to switch to ancients or use wicked hood and teleport to astral altar and switch to lunars 17:35 <Ciphrius Kane> Or use the lodestones 17:35 <Urbancowgurl777> you don't have to go back to the normal spellbook 17:35 <Metal is me> i do 17:35 <Urbancowgurl777> that would be kind of silly 17:35 <Metal is me> indeed 17:35 <Metal is me> theres a lot of silly thing here 17:35 <Metal is me> :C 17:39 -!- Joeytje50 has left Special:Chat. 17:41 -!- Foodbandlt has left Special:Chat. 17:41 -!- Neitiznot has joined Special:Chat 17:42 <Metal is me> The March 06 2012 graphical update enraged many players. Changing the classic look of rune armor even made some quit entirely. Many people did not quit because of only rune armour. It was actually many of the other armours that made people quit. 17:42 <Metal is me> i lol'd 17:42 -!- Colgatecity has joined Special:Chat 17:42 <Neitiznot> Hi 17:42 <Metal is me> hail 17:43 <AnselaJonla> hi nezzy been to a&e yet? 17:43 <Metal is me> whats a&e? 17:44 <Neitiznot> nope 17:44 <Neitiznot> Accident and Emergency 17:45 <Neitiznot> Apparently it's because I haven't slept, causing burns in the eye 17:45 <Neitiznot> Very painful burning 17:46 <Neitiznot> :( 17:47 <Rainbw dash> sounds serious :( 17:47 <AnselaJonla> http://www.hojamaka.com/game/mamono_sweeper_h/en.html 17:48 <Neitiznot> Not serious, just painful 17:48 <Urbancowgurl777> going shopping, bbl ^-^ 17:48 -!- Urbancowgurl777 has left Special:Chat. 17:49 <Neitiznot> A bit like being in concussion/being knocked out 17:49 <Noonanna> awe 17:49 <Noonanna> Mr. Surprise left =( 17:49 <Neitiznot> Wut 17:50 <Neitiznot> Who? 17:50 <Noonanna> cook or whatever his face was 17:50 <Neitiznot> Oh 17:50 <Noonanna> with the surprise pic 17:50 <Doom Weaver> can someone private message me profit from plankmaing mahogs 17:50 <Neitiznot> Cook you Plox 17:50 <Jr Mime> [[Plank make|Check here doom]] 17:50 <Jr Mime> 80 17:51 <Doom Weaver> thanks 17:51 <Doom Weaver> ^_^ 17:51 -!- Doom Weaver has left Special:Chat. 17:51 <Neitiznot> Jr Mime. Your talk page. Colours hurt. 17:51 -!- Doom Weaver has joined Special:Chat 17:51 <Neitiznot> My eyes. 17:51 <Jr Mime> Woot :P 17:51 -!- TyA has left Special:Chat. 17:52 <Doom Weaver> Hey mime will these prices crash in say 30 days? 17:52 <Jr Mime> Neit, the background or the colors of the text? 17:52 <Jr Mime> Doom, I do not think so 17:52 <Neitiznot> Colours of teh text 17:52 <Jr Mime> Combat update shouldn't play with that 17:52 <Jr Mime> kk 1 sec neit 17:53 <Jr Mime> kk now? 17:53 <Jr Mime> [[User talk:Jr Mime]] 17:54 <Neitiznot> Looks a lot better :) 17:54 <Jr Mime> Cool :) 17:55 <AnselaJonla> is hard to read lower messages 17:56 <Jr Mime> Humm? 17:56 -!- Meter55 has joined Special:Chat 17:56 <Neitiznot> Hai Meter55 17:57 <Meter55> Hi Neitiz 17:58 <Meter55> More repetitive smithing training! (after I finish new chapter) 17:58 <Doom Weaver> lol 17:58 <Doom Weaver> Im stringing jewelry 17:59 <Meter55> Lunar Magic? 18:00 <Doom Weaver> yup 18:00 <Neitiznot> Brb 18:01 <Jr Mime> Hey people, mind to click here: http://runetrack.com/profile.php?user=Daedra To unlock my friend's account? :) 18:01 <Doom Weaver> http://runescape.wikia.com/wiki/Onyx_amulet_%28unstrung%29 18:01 <Doom Weaver> I never knewww thaaaat 18:03 <Meter55> Lol. 18:05 <Meter55> Fury, the best amulet in the game, outside of Daemonheim. 18:05 <Meter55> Well, best overall. 18:08 <Ozank> nah 18:08 <Ozank> blood necklace is better than fury 18:09 -!- The Mol Man has left Special:Chat. 18:09 -!- Jackdejoker has joined Special:Chat 18:10 <Neitiznot> Hi Jackdejoker 18:10 <Jackdejoker> hi 18:10 <Doom Weaver> http://runescape.wikia.com/wiki/Onyx_amulet_%28unstrung%29 18:10 <Doom Weaver> the item has no enlarged image 18:10 <Doom Weaver> anyone have balls to drop it and take a pic? 18:11 <Jackdejoker> i have the balls but not the neck 18:12 <Jackdejoker> hello? 18:12 <Neitiznot> Hi EpicPancakes 18:12 -!- Neitiznot has left Special:Chat. 18:12 <Jackdejoker> hi pankacked=s' 18:12 <Doom Weaver> bye neit :c 18:12 <Jackdejoker> bye neit lol 18:12 <EpicPancakes> Yes, I'm alive 18:12 <Jackdejoker> well 18:13 <Jackdejoker> good 18:13 <EpicPancakes> But not for long 18:13 <EpicPancakes> BYE 18:13 <EpicPancakes> *gunshot* 18:13 -!- Neitiznot has joined Special:Chat 18:13 <Jackdejoker> ok 18:13 <Neitiznot> I went and came back and etc 18:13 <Neitiznot> Stupid connection 18:13 <Neitiznot> I r back :D 18:14 <EpicPancakes> Maximus Payneius 3 18:14 <Doom Weaver> They're holding hands 18:14 <Doom Weaver> v 18:14 <Doom Weaver> <3 18:14 <Jackdejoker> who has the balls to give me money? 18:14 <Doom Weaver> http://runescape.wikia.com/wiki/Amulet_of_fury_(or) 18:14 <Neitiznot> Doomium have you seen mah pm 18:14 <Neitiznot> And ikr 18:15 -!- Doom Weaver has left Special:Chat. 18:15 <Jackdejoker> i need money 18:15 <Jackdejoker> bye doom 18:15 <Jackdejoker> bye pplz 18:16 <Jackdejoker> im gone 18:16 -!- Doom Weaver has joined Special:Chat 18:16 <Doom Weaver> Internet connectioooon 18:16 <Jackdejoker> oh lol 18:16 <EpicPancakes> Too many Call of Duty players play Max Payne 3 18:16 <Jackdejoker> still bye im bored 18:16 -!- Jackdejoker has left Special:Chat. 18:16 <Ozank> i stind in the corner on a bad man ting 18:18 <Casting Fishes^^> (qc) The Exchange price of 8938x [[yew logs]] is 4,182,984 coins (468 coins each). 18:19 <Neitiznot> Is dat expensive for 99? 18:20 <Casting Fishes^^> nu 18:20 <Doom Weaver> Itll cost me 4mil of maples logs to get 99 ;D 18:20 <Neitiznot> 3m 'ere 18:20 <Casting Fishes^^> (qc) The Exchange price of 7176x [[magic logs]] is 10,240,152 coins (1427 coins each). 18:20 <Casting Fishes^^> yews it is :D 18:21 <Doom Weaver> nuz D: 18:21 <Doom Weaver> maples 18:21 <Neitiznot> Yews IF YOU CAN AFFORD IT. 18:21 * Casting Fishes^^ can afford it 18:21 <Doom Weaver> I think she's a richie :c 18:22 <Neitiznot> She has 100m 18:22 -!- DeliciousYakSauce has joined Special:Chat 18:22 <Neitiznot> Hi 18:22 -!- H20guy has joined Special:Chat 18:22 <DeliciousYakSauce> howdy 18:22 -!- H20guy has left Special:Chat. 18:23 <Doom Weaver> Think of other ways to say 18:23 <Doom Weaver> Come at me bro 18:23 <DeliciousYakSauce> Get at me, Sir. 18:23 <Neitiznot> O_o 18:24 <DeliciousYakSauce> and plenty more but I'd rather not rustle people's jummies 18:24 <DeliciousYakSauce> jimmies* 18:24 <Doom Weaver> http://i.qkme.me/35vd6f.jpg 18:24 <Doom Weaver> perfect 18:24 -!- Hunter103 has joined Special:Chat 18:24 <Ozank> pingoosh 18:24 <Hunter103> I just died with 4000 red chinchompas 18:24 <Ozank> gf bank :S 18:25 <Hunter103> fsgksdka;jflsdklgfg 18:25 <Casting Fishes^^> (qc) The Exchange price of 4000x [[red chinchompa]] is 2,620,000 coins (655 coins each). 18:25 <Casting Fishes^^> :c 18:25 <Hunter103> Oh, i know the exchange price 18:25 <Doom Weaver> Hey watch it i died with 10k 18:25 <Hunter103> And full void 18:25 <DeliciousYakSauce> I lost 50m while I was not playing =( 18:25 <Doom Weaver> Ooooh sh 18:25 <Hunter103> And what did i "automatically keep"? two empty potions and an antipoison 18:26 -!- Hunter103 has left Special:Chat. 18:26 <Doom Weaver> ......... 18:26 <Doom Weaver> Bring 1k at a time 18:26 <Doom Weaver> or 500 18:26 <Neitiznot> You auto keep money 18:27 <Doom Weaver> 1k as in chins 18:27 <DeliciousYakSauce> no, I got hacked and my account was looted 18:27 -!- TyA has joined Special:Chat 18:27 <Neitiznot> Hai TyA 18:27 <TyA> Hai 18:28 <Neitiznot> Doomium, pm 18:29 <Doom Weaver> Since when do you call me that? 18:29 <Doom Weaver> :P 18:29 <Casting Fishes^^> since caek 18:29 <Neitiznot> I call you doomium peroxide 18:29 <Neitiznot> Cuz caek 18:29 <Doom Weaver> I thot u hate (caek) 18:29 <Neitiznot> Cuz Bluefire2's sig 18:29 <DeliciousYakSauce> (chocolate cake)? 18:29 <EpicPancakes> Moo 18:30 <Casting Fishes^^> cuz cows 18:30 <Jr Mime> http://runescape.wikia.com/wiki/User_talk:Pippen_002 18:30 <Jr Mime> Images much 18:30 <Doom Weaver> [[Cows]] give [[Buckets of milk]] 18:30 <Doom Weaver> bukkits 18:31 <Jr Mime> Check this: http://runescape.wikia.com/wiki/Special:Contributions?limit=500&target=Pippen+002 18:31 <Jr Mime> It's almost all of his front page 18:31 <Jr Mime> :D 18:31 <Doom Weaver> http://www.youtube.com/watch?v=BhALP8W01Wc 18:31 <Doom Weaver> I listen to this whenim in fight kiln 18:31 <Doom Weaver> =] 18:31 -!- Michagogo has left Special:Chat. 18:32 <Doom Weaver> never got to jad 18:32 <Doom Weaver> wamma know why? 18:32 <Doom Weaver> cuz im nub 18:32 <Neitiznot> Why? 18:32 <Neitiznot> Oh 18:32 <Rainbw dash> i beat fight kiln :) 18:32 <Neitiznot> Gz 18:32 <Doom Weaver> >.> 18:32 <Neitiznot> http://i.imgur.com/mUna5.png 18:32 <Neitiznot> AAARGH! 18:33 <Doom Weaver> u funny flower 18:33 * Doom Weaver bets 500k 18:33 <Neitiznot> A terrifying one with barbed spikes 18:33 <Doom Weaver> *Host:Gl on? 18:33 * Doom Weaver says: HOT! 18:33 <Neitiznot> A sharp mouth-thing with a eye on it 18:33 <Doom Weaver> *flower is cold 18:34 * Doom Weaver says: hahahhah You funny flower 18:34 <Neitiznot> O_o 18:36 <EpicPancakes> I bet Max Payne 3's multiplayer wouldn't suck so much if the people who played it would play it differently from Call of Duty 18:37 <Jr Mime> Ladadada 18:37 <Jr Mime> Lododododo 18:37 <Jr Mime> *Facepalm* 18:38 <Doom Weaver> http://www.youtube.com/watch?v=cPJUBQd-PNM 18:39 <Jr Mime> I smell a troller 18:39 <Doom Weaver> you smell urself 18:39 <Doom Weaver> or nothing 18:40 <Jr Mime> Nope :P 18:40 -!- Dtm142 has joined Special:Chat 18:40 -!- Neitiznot has left Special:Chat. 18:40 <Dtm142> Did I really miss the Queen coming to RS? 18:41 <Doom Weaver> yup 18:41 <Dtm142> Wtf? 18:41 <DeliciousYakSauce> wait what happened? 18:41 <Dtm142> Why wasn't there any announcement or anything? 18:42 <DeliciousYakSauce> the kalphite queen went to varrock? 18:42 <DeliciousYakSauce> i seem misinformed, brb 18:42 <Dtm142> And why was the royal wedding such a BFD but nobody cares about the Diamond Jubilee? 18:42 <Dtm142> Any idiot can get married to a member of the royal family. 18:42 <Dtm142> But the Diamond Jubilee is like once in a lifetime... 18:43 <DeliciousYakSauce> what exactly is the diamond jubilee? 18:43 <Dtm142> ... 18:44 <Dtm142> [[Diamond Jubilee]] 18:46 -!- SovietHero has left Special:Chat. 18:46 -!- SovietHero has joined Special:Chat 18:47 <Metal is me> http://www.youtube.com/watch?v=oavMtUWDBTM 18:47 <Metal is me> ... 18:47 -!- Hunter103 has joined Special:Chat 18:47 <Metal is me> shet gets real at 1:36 18:47 <Hunter103> Graah. Im staring at the 75+ list for combat training, and all of the good ones require like 60+ slayer 18:47 <Hunter103> http://runescape.wikia.com/wiki/Pay-to-play_Strength_training#Level_75_to_99 18:48 <Doom Weaver> :O!!! 18:48 <Doom Weaver> I miscaluclated 18:48 <Metal is me> train your combats to 80 getting 60+ slayer 18:48 <Doom Weaver> 64 xp till 84 magi 18:48 <Doom Weaver> XD 18:48 <Metal is me> XD 18:48 <Hunter103> Gratz doom :( 18:48 <Metal is me> XD doesnt match my avatar 18:48 <DeliciousYakSauce> yay i got 65 runecrafting! 18:49 <Hunter103> Endermen match nothing 18:49 <Hunter103> Gratz sauce 18:50 <Ozank> updated something on all of Nex's four magi 18:53 -!- Sapphire110 has joined Special:Chat 18:54 <Metal is me> http://www.youtube.com/watch?v=r6VCnYkNYLo&feature=related 18:54 <Sapphire110> hi everyone 18:55 -!- TyA has left Special:Chat. 18:55 -!- Sapphire110 has left Special:Chat. 18:56 -!- Noonanna has left Special:Chat. 18:57 -!- Rainbw dash has left Special:Chat. 19:00 <Meter55> :x 19:03 -!- NinjaTeady20 has joined Special:Chat 19:03 <NinjaTeady20> Hi 19:07 <Ozank> wooooot 99 rc :D 19:07 <DeliciousYakSauce> nice! 19:07 <DeliciousYakSauce> how long did that take? 19:07 -!- Dtm142 has left Special:Chat. 19:07 <Ozank> dunno lol 19:07 <Ozank> i was 96 or 97 when runespan came out 19:08 -!- Lord Yura has joined Special:Chat 19:08 <DeliciousYakSauce> ok 19:08 <DeliciousYakSauce> im 65 now 19:08 <DeliciousYakSauce> was level 9 yesterday 19:08 <Ozank> once i updated armadyl setup on [[Kree Arra]], going to go for 99 mining im 1m off 99 :P 19:08 <DeliciousYakSauce> runespan is silly 19:09 -!- Lord Yura has left Special:Chat. 19:11 -!- Urbancowgurl777 has joined Special:Chat 19:11 -!- NinjaTeady20 has left Special:Chat. 19:11 <Urbancowgurl777> !updated 19:11 <RSChatBot> Urbancowgurl777: The logs were last updated 59:35 ago. There are currently ~197 lines in the log buffer. 19:11 <Urbancowgurl777> !updatelogs 19:11 <RSChatBot> Urbancowgurl777: [[RS:CHAT/L|Logs]] updated (Added 199 lines to log page). Next automatic log will be in 3600 seconds. 19:13 <Coelacanth0794> ello 19:17 <Ozank> updating the [[Kree'Arra]] setup picture where the previous one is wearing [[Armadyl]], going to replace it with a newly updated one with [[Pernix]] :) 19:17 <Coelacanth0794> bah1 19:18 <Coelacanth0794> pernix>armadyl>royal>black>othernubstuff 19:18 <Meter55> Time to train smithing! I want that damned Explorer Ring 4! (Not to mention it'd raise my skill total) 19:18 <Meter55> Ofc pernix is best...+400 hp ._. 19:18 <Ozank> let me correct you, coel: 19:19 <Ozank> pernix>(corrupt)morrigans>armadyl>royal>karils>black>inferior 19:19 -!- SovietHero has left Special:Chat. 19:19 <Urbancowgurl777> armadyl > all 19:20 <Ozank> aww i wanna change the picture on this page but i dunno how 19:20 <Urbancowgurl777> open the picture 19:20 <Ozank> i pressed modify then it said add picture i added it 19:20 <Ozank> but theres no save option 19:20 <Ozank> and when i click off the old picture is still there 19:20 <Urbancowgurl777> ugh gross, you must be using the RTE 19:20 -!- MeTheBest has joined Special:Chat 19:20 <Meter55> ? 19:20 <Ozank> http://runescape.wikia.com/wiki/Kree%27arra?action=edit 19:21 <Coelacanth0794> lol 19:21 <Ozank> and its in the .jpg format so it SHOULD work 19:21 <MeTheBest> Hello 19:21 <Urbancowgurl777> what's the picture? 19:21 <Coelacanth0794> eww jpg 19:21 <Coelacanth0794> pro users use png 19:21 <Coelacanth0794> like me and fergs 19:21 <Urbancowgurl777> hi Best 19:21 <MeTheBest> How are you? 19:22 <Ozank> go down to where it shows a guy in armadyl and typical oldish interface 19:22 <Urbancowgurl777> good, you? 19:22 <Urbancowgurl777> well what page? ._. 19:22 <Ozank> i got a better setup and i have pernix, i want to rpelace 19:22 <Ozank> http://runescape.wikia.com/wiki/Kree%27arra?action=edit 19:22 <MeTheBest> Bored 19:22 <Meter55> 125 more ceremonial pieces till next level... 19:22 <Ozank> i think i got a way to get around it though 19:22 <MeTheBest> My clan is getting ready to start a merch =) 19:22 <Coelacanth0794> mfs when ozank says he uses jpg http://i.imgur.com/8S0V0.gif 19:22 <Urbancowgurl777> editing the Kree'arra page itself isn't how you replace an imgae 19:22 <Urbancowgurl777> image* 19:22 <Ozank> yay i done it 19:22 <Urbancowgurl777> just fyi 19:23 <Ozank> its okay i think i got around it 19:23 <Urbancowgurl777> you did it wrong sorry <3 19:23 <Ozank> yeah im bad at coding but im a learner at least 19:23 -!- Neitiznot has joined Special:Chat 19:23 <Urbancowgurl777> if you read the upload form like you're supposed to 19:23 <Urbancowgurl777> you'd know how to do it ;3= 19:23 <Coelacanth0794> hi nub 19:23 <Neitiznot> Hi Coel 19:24 <Coelacanth0794> fergie why do you do the walrus face so much (;3=) 19:24 <DeliciousYakSauce> becuse its awesome 19:24 -!- Omg piano has joined Special:Chat 19:24 <MeTheBest> I love being a skiller =) 19:24 <MeTheBest> and runner in wildy =P 19:24 <Coelacanth0794> k 19:24 <Meter55> Skilling...I'm indifferent. I just skill if something requires me to, if not, I won't. 19:24 <Omg piano> Real quick, there was 2 of the same monster in 30-50 Range (Blue Dragon, then baby blue, then another Blue Dragon) 19:25 <Omg piano> So I got rid of the second one 19:25 -!- Omg piano has left Special:Chat. 19:25 <Coelacanth0794> k 19:26 <Coelacanth0794> fergie how do you feel about cats being older than you 19:26 <Coelacanth0794> http://imgur.com/gallery/hl8G1 19:26 -!- MeTheBest has left Special:Chat. 19:26 <Urbancowgurl777> poor cat o.o 19:26 -!- TyA has joined Special:Chat 19:27 -!- Neitiznot has left Special:Chat. 19:27 <Coelacanth0794> poor cat? 19:27 <Coelacanth0794> i dont understand 19:27 -!- Neitiznot has joined Special:Chat 19:27 <Coelacanth0794> it's juts senior 19:27 <Neitiznot> And more wiser 19:27 <Urbancowgurl777> it looks sick 19:27 <Coelacanth0794> it looks old 19:28 <Neitiznot> My sister would call it 19:28 <Neitiznot> "cute", "epic", "awesome", "teh best" and other random things 19:28 <Urbancowgurl777> i fixed your image, Ozank 19:28 <Ozank> oh ty 19:28 <Ozank> does it show pernix instead of armadyl + newer interface? 19:28 <Urbancowgurl777> yes 19:28 <Ozank> yeah it does 19:28 <Urbancowgurl777> but it will still have to be deleted and replaced since it's a jpeg (; 19:29 <Ozank> i could save it as another format 19:29 <Ozank> idk wich 1s r compatible wit wikia i keep forgetting 19:29 <Neitiznot> png 19:29 <Urbancowgurl777> you have to retake the image otherwise it would still have jpeg artifacts 19:29 <Urbancowgurl777> well 19:29 <Neitiznot> It's the recommended 19:29 <Ozank> will png do? 19:29 <Urbancowgurl777> if you read the upload form like you're supposed to 19:29 <Urbancowgurl777> ..you know we didn't write it for fun x_x 19:29 <Urbancowgurl777> i wonder if the RTE even goes to the upload form.. 19:29 <TyA> Hai buddies 19:30 <Meter55> That's one old cat. 19:30 <Ozank> ya tya 19:30 <Ozank> hi* 19:30 <Ozank> uploaded the picture as png now 19:31 <Urbancowgurl777> like i said 19:31 <Urbancowgurl777> it still has jpeg artifacts 19:32 <Neitiznot> Hai Ty 19:32 <Meter55> I wonder...how much favour do I have now? 19:32 <Jr Mime> SO, Fergie, I discusssed with other RSWers, and they said that the lines are better than my little arrows that fails. 19:32 <Coelacanth0794> http://i.imgur.com/KdCxt.jpg right fergie 19:33 <Urbancowgurl777> the same people that said the lines failed? 19:34 <Jr Mime> No 19:34 <Jr Mime> The lines will work 19:34 -!- Ozank has left Special:Chat. 19:34 -!- Ozank has joined Special:Chat 19:34 <Jr Mime> May I imagemap? 19:35 -!- Meter55 has left Special:Chat. 19:35 <Urbancowgurl777> sure 19:35 <Jr Mime> kk 19:35 <Jr Mime> Chaos tunnels needs to be finished 19:35 -!- HakkaPK has left Special:Chat. 19:36 <Ozank> well urban i resnipped it and saved as png straight away i dunno if it still has traits of jpeg anymore http://runescape.wikia.com/wiki/File:Kree_arma_advanced_setup.png 19:36 <Urbancowgurl777> better (: 19:36 <Ozank> glad i got there in the end, lol 19:36 <Urbancowgurl777> so when you go to upload stuff 19:36 <Urbancowgurl777> what does the interface look like? 19:37 <Ozank> dnno and i dont think ill bother this time probs mess up again haha 19:37 <Ozank> and i dont wanna create more work for u guys cuz u alrdy got enough on your hands =X 19:38 <Urbancowgurl777> you don't know? 19:38 <Coelacanth0794> http://i.imgur.com/rUnQZ.jpg 19:39 <Urbancowgurl777> baha 19:39 <Ozank> no i dont think i do 19:39 <Urbancowgurl777> so 19:39 <Urbancowgurl777> when you uploaded the images you didn't even look at what you were doing? <.< 19:39 <Ozank> i did 19:40 <Ozank> i put em in the right categroy and stuff 19:40 -!- Joeytje50 has joined Special:Chat 19:40 <Ozank> category* such as equipment images 19:40 <Urbancowgurl777> ..l 19:40 <Urbancowgurl777> k* 19:40 <Neitiznot> Hai Joey 19:42 <Joeytje50> hai 19:42 <Coelacanth0794> http://i.imgur.com/bECmV.jpg 19:43 <Joeytje50> omg me too 19:43 <Ozank> http://runescape.wikia.com/wiki/Kree%27arra#Recommended_Equipment i think i did it 19:44 <Doom Weaver> bye 19:44 <Doom Weaver> (PCE 19:44 <Doom Weaver> (pce) 19:44 -!- Doom Weaver has left Special:Chat. 19:45 <Coelacanth0794> http://i.imgur.com/hDq8B.jpg 19:45 <Coelacanth0794> IT KITTYZILLA 19:45 <Neitiznot> AMG 19:46 <Neitiznot> *hides from sister* 19:47 <Coelacanth0794> http://imgur.com/gallery/WYeZu I'm sorry, i just don't know that feeling 19:47 <Urbancowgurl777> lol 19:48 <Joeytje50> caek 19:48 <Joeytje50> !test 19:48 <RSChatBot> Joeytje50: Hai! 19:48 <Joeytje50> hai2u2 19:49 -!- Neitiznot has left Special:Chat. 19:49 <Coelacanth0794> http://i.imgur.com/ARsXp.png 19:50 <Urbancowgurl777> wth? 19:52 <TyA> they should work on shorter product names 19:52 <Ozank> this still makes me laugh haha http://i35.photobucket.com/albums/d185/crimson-rain/mcdonald-dds.gif 19:53 <Coelacanth0794> that life meter looks weird 1/4 gone to a 21 19:53 <Coelacanth0794> and the other 3/4 to a 27? 19:53 <Ozank> she prob was brewed up or rocktailed 19:53 <Ozank> might have been a bad server 19:53 <Coelacanth0794> http://i.imgur.com/HkqWb.jpg organize! 19:54 <Ozank> btw that gif was made when the original wildy was still around, some time in 2k6 :P 19:54 -!- Doom Weaver has joined Special:Chat 19:55 <Urbancowgurl777> someone sure did go through a lot of trouble to make those pics 19:55 <Ozank> o.O 19:56 <Coelacanth0794> http://i.imgur.com/CPnxS.jpg 19:56 <Urbancowgurl777> [[white lily seed]] 19:56 <Urbancowgurl777> lol 19:57 <Coelacanth0794> http://imgur.com/gallery/XEnFG 19:57 -!- TyA has left Special:Chat. 19:58 <Ozank> wonder what smith level this guy had irl to make that http://www.youtube.com/watch?v=yCGUfDhKvwg&list=FLtINAdmOGjowwLT01vo9aeg&index=25&feature=plpp_video 19:58 <Coelacanth0794> whats video 19:59 <Coelacanth0794> i dont click yt links without knowledge of what they are 19:59 <Ozank> its about some weird guy who made an AGS irl 19:59 <Ozank> and tries to do attack animations with it.. 20:00 <Ozank> wonder how much it cost to make it + how long 20:00 <Urbancowgurl777> it's sad that varrock is so laggy that i'm going out of my way to stay away from the square 20:00 <Coelacanth0794> wut 20:00 <Coelacanth0794> lol. 20:00 <Urbancowgurl777> *makes giant circle* 20:01 <Ozank> the ending made me lol 20:01 * Joeytje50 draws a J in the middle 20:01 <Coelacanth0794> i must say i really like qbd music 20:01 <Coelacanth0794> http://www.youtube.com/watch?v=O3i6NnUewfM here it is if you havent heard it 20:01 <Ozank> i dont listen to rs music tracks, much. 20:02 <Ozank> i remem armadyl alliance bandos battalion and armagedon lol 20:02 <Ozank> they were pretty ambient and nostalgic back in the day 20:02 <Coelacanth0794> just click it! 20:02 <Urbancowgurl777> o.o 20:02 <Urbancowgurl777> nostalgic rs music for me is the stuff that plays near lumbridge 20:02 <Ozank> yeah i remem the song in lummy and the 1 in fally 20:03 <Ozank> and the 1 from mime event called artistry 20:03 <DeliciousYakSauce> nostalgic runescape music is 3oh!3 because thats what I listened to about 100 time at varrock hill giants 20:04 <Coelacanth0794> qbd track isnt nostalgic 20:04 <Coelacanth0794> it's instrumental which is cool 20:04 <Jr Mime> [[Agility area]] 20:04 <Coelacanth0794> instrumental boss musics=win 20:04 <Urbancowgurl777> aren't they all.. 20:04 <Jr Mime> I see :o 20:04 <Jr Mime> [[Resource Dungeon]] 20:05 <Urbancowgurl777> -.- 20:05 <Urbancowgurl777> cabbage port =/= ectophial 20:07 <Coelacanth0794> http://i.imgur.com/imX1B.gif 20:07 <Urbancowgurl777> awwww 20:08 <Ozank> yayyy just made 157 super prayer potion (6) flasks 20:08 <Ozank> took me a loooong time though ._. 20:09 <Coelacanth0794> using them on what 20:09 <Ozank> nex most likely, and armadyl if i decide to go there 20:09 <Urbancowgurl777> herros empty roon rawk 20:10 <Ozank> phr33 12k 20:10 <Urbancowgurl777> well 20:10 <Coelacanth0794> what 20:10 <Urbancowgurl777> if i had to pay for 12k that would suck 20:10 <Urbancowgurl777> :P 20:11 <Coelacanth0794> blb 20:11 <Coelacanth0794> solos nex, gets uncut sapphire 20:11 <Ozank> = PROFIT 20:11 <Coelacanth0794> http://i0.kym-cdn.com/photos/images/newsfeed/000/271/219/cab.png 20:11 <Ozank> think im gonna go in the bath, byeee all ttyl (: 20:14 <Jr Mime> Rofl 20:14 <Jr Mime> Claws are selling at 5m in ge 20:14 <Urbancowgurl777> nice.. 20:15 <Urbancowgurl777> [[dragon claws]] 20:17 <Urbancowgurl777> herros 2 roon rawks 20:19 <Urbancowgurl777> nuus 20:19 -!- Joeytje50 has left Special:Chat. 20:19 <Urbancowgurl777> i hate rune rock miners 20:19 <Urbancowgurl777> they're so mean 20:19 -!- Joeytje50 has joined Special:Chat 20:19 <Coelacanth0794> bots? 20:20 <Coelacanth0794> or real miner players 20:20 <Urbancowgurl777> both 20:20 <Urbancowgurl777> they all act the same anyway 20:21 <Joeytje50> chat, y u breakz 20:21 <Joeytje50> lagchat 20:22 <Urbancowgurl777> wiki's slow 20:22 <Coelacanth0794> (qc) Fergie Angel's Mining level is 90 (xp: 5,767,030, rank: 41,435). 20:22 <Coelacanth0794> ocool 20:23 <Joeytje50> wtf 20:24 -!- N7 Elite has joined Special:Chat 20:24 <Joeytje50> ... 20:24 <Joeytje50> ...... chat just keeps crashing 20:24 <N7 Elite> Howdy. 20:25 <Joeytje50> okay um I'm just gonna give up if I disconnect again after this one 20:26 <Urbancowgurl777> o.o 20:26 <Joeytje50> then I'll try again tomorrow 20:28 <Urbancowgurl777> guess we'll be seeing him tomorrow 20:30 <Ozank> d claws 5m each? WHAT 20:30 <Ozank> but the update wont happen till around December.. 20:32 <Urbancowgurl777> people are dumbos 20:34 <Ozank> well anyway i tried to buy some for 7m, no luck. guess it was a fluke in the market 20:34 <Ozank> or just some random people price manipulating 20:34 -!- Chaoticcooky has joined Special:Chat 20:34 <Chaoticcooky> hello 20:34 <Urbancowgurl777> hi 20:35 <Ozank> ive seen more & more people solo kree arra with mage. might make an equipment setup for it 20:35 <Ozank> hello (: 20:36 <Jr Mime> http://runescape.wikia.com/wiki/Map:Polypore_Dungeon?curid=368162&diff=0&oldid=5707599 20:36 <Jr Mime> That is only 2 floors 20:36 <Urbancowgurl777> how do you plan to do the bottom floor? 20:36 <Jr Mime> Oh boy, didn't see that one 20:37 <Urbancowgurl777> lol 20:37 <Jr Mime> Humm... 20:37 <Jr Mime> If I circle them all, it will be like 200 circles 20:39 <Jr Mime> Should I circle them, or just don't touch them? 20:39 <Urbancowgurl777> idk 20:39 <Urbancowgurl777> lol 20:39 <Jr Mime> http://runescape.wikia.com/wiki/Neem_drupe_vine 20:39 <Jr Mime> This doesn't exist 20:39 <Jr Mime> Should we make a page of it? Since it's in the dungeon 20:40 <Urbancowgurl777> well is that what the thing is called in-game? 20:40 <Jr Mime> It is on the map 20:40 <Jr Mime> Idk about in-game 20:40 <Urbancowgurl777> uh 20:40 <Urbancowgurl777> i can't remember 20:41 <Urbancowgurl777> i guess i'll go look 20:41 <Urbancowgurl777> *logs back in* 20:41 <Jr Mime> http://runescape.wikia.com/wiki/Neem_drupe 20:41 <Jr Mime> That it? 20:42 <Urbancowgurl777> "i can't remember" 20:42 <Urbancowgurl777> so i'm going to go find out 20:42 <Urbancowgurl777> [[polypore dungeon]] 20:45 <Urbancowgurl777> the thing is called "Neem drupes" with the only option to Pick 20:45 <Urbancowgurl777> so you could make an interactive scenery article for it or just link to Neem drupe 20:46 <Jr Mime> I'll link them with [[[[]]Neem drupe|Neem drupe vine[[]]]] 20:46 <Chaoticcooky> man 20:46 <Chaoticcooky> i keep being disconnected from chat 20:47 <Urbancowgurl777> chat must be having an issue 20:48 <Jr Mime> Ok, I fixed them 20:48 <Chaoticcooky> thanks 20:49 <Jr Mime> I was talking to Fergie :o 20:51 <Jr Mime> http://runescape.wikia.com/wiki/User:Urbancowgurl777/Mudcrate 20:51 <Jr Mime> All those maps left!! :S 20:51 <Coelacanth0794> lol 20:52 <Urbancowgurl777> yep 20:52 <Urbancowgurl777> and i'm going to a movie soon so i won't be doing them today ^-^ 20:52 <Jr Mime> I think I will go do 20:52 <Jr Mime> http://i1034.photobucket.com/albums/a422/IAF_Roadrunner/HAMHideout.png 20:52 -!- Robomania has joined Special:Chat 20:52 <Urbancowgurl777> should be easy enough, if you mind the congregation 20:52 <Urbancowgurl777> as well as the tons of random wandering HAM members.. 20:52 <Robomania> hi 20:53 <Urbancowgurl777> hi 20:53 <Urbancowgurl777> mk bbl 20:53 -!- Urbancowgurl777 has left Special:Chat. 20:53 <Robomania> hows everyone 20:53 <Jr Mime> Bored 20:54 <Robomania> logs into rs... loses connection on the chat 20:54 <Robomania> i miss the 3 sof spins 20:55 <Ozank> if non mods/admins do the !test thing the bot wont respond will it lol 20:55 <Ozank> !test 20:55 <Ozank> nope lol 20:55 <Jr Mime> Only admins 20:55 <Ozank> yeah 20:57 <Ozank> lot of dcs today o_. 20:58 <Chaoticcooky> im busy on rs 20:58 <Chaoticcooky> srry 21:00 <Chaoticcooky> i found a way to play rs and look at the chat at the same time 21:00 -!- Sactage has joined Special:Chat 21:00 <Chaoticcooky> withought clicks 21:00 <Chaoticcooky> it fits together on the screen 21:00 <Jr Mime> ARG 21:00 <Jr Mime> WHY DOES IT GLITCH%*@)(%*@()!*%()@! 21:03 -!- TomekO has joined Special:Chat 21:03 <TomekO> Hey 21:03 <TomekO> How is going ? 21:04 <Jr Mime> Boring 21:04 <TomekO> :) 21:04 <TomekO> Sound good 21:04 <TomekO> :P 21:04 <Jr Mime> lol 21:04 <Ozank> decent 21:04 <Ozank> got 99 rc today, and now im 1m off 99 mining :) 21:04 <Jr Mime> What should I do... 21:04 <Jr Mime> I got 80 RC today 21:05 -!- Callofduty4 has joined Special:Chat 21:06 <Ozank> odd, the growler page has an elite clue drop entry but not a hard one... o.O 21:06 <Coelacanth0794> go kill growler and find out then 21:06 <Jr Mime> ^ 21:06 <Jr Mime> lol 21:07 <Ozank> no i know for a fact it drops both :P 21:08 <Coelacanth0794> k 21:08 <Coelacanth0794> fix it then 21:08 <Chaoticcooky> mhm 21:08 -!- TyA has joined Special:Chat 21:09 <TyA> Haiya 21:09 <TyA> amg, the Tomek is here. 21:09 <Ozank> did, and it was same problem with [[Bree]], fixed that also 21:09 <Chaoticcooky> ooooo thaaat growler 21:11 <Chaoticcooky> are these people doing this to spam? 21:11 <Chaoticcooky> starting to get annoying 21:12 <Ozank> not sure, but i know theres been problems with many people losing connection today 21:12 <Ozank> your just lucky you arn't dcing heh :| 21:12 <Ozank> you're* '.' 21:13 <DeliciousYakSauce> this is silly 21:13 <TyA> chat, y u keep dcing me 21:13 <Ozank> didn't know fire runes counted as weapons LOL http://runescape.wikia.com/wiki/Balfrug_Kreeyath 21:14 -!- RSChatBot has joined Special:Chat 21:14 -!- Pilkie has joined Special:Chat 21:14 -!- Ciphrius Kane has joined Special:Chat 21:14 -!- TomekO has joined Special:Chat 21:14 -!- IdkWhatsRc has joined Special:Chat 21:14 -!- DeliciousYakSauce has joined Special:Chat 21:14 -!- Metal is me has joined Special:Chat 21:14 -!- Ozank has joined Special:Chat 21:14 <Ozank> time to fix 21:14 -!- Chaoticcooky has joined Special:Chat 21:14 -!- Jr Mime has joined Special:Chat 21:14 -!- Coelacanth0794 has joined Special:Chat 21:14 <Ciphrius Kane> (qc) The current location of the [[Circus]] is [[Falador]]. 21:15 <Jr Mime> O_O 21:15 <Jr Mime> Rofl 21:15 -!- Callofduty4 has joined Special:Chat 21:15 <Chaoticcooky> disconnection again 21:17 <Chaoticcooky> http://runescape.wikia.com/wiki/Growler 21:17 <Chaoticcooky> when did 21:18 <Chaoticcooky> 160, be a high hit? 21:18 -!- TomekO has left Special:Chat. 21:18 <Ozank> not sure, but in sara GWD you should be protecting magic anyway 21:19 <DeliciousYakSauce> [[Dragon kiteshield]] 21:19 <Chaoticcooky> ill remove the word powerful 21:19 <Chaoticcooky> "it attacks using a magic attack which has a max hit of 160" 21:19 <Chaoticcooky> thats better 21:20 -!- Coelacanth0794 has left Special:Chat. 21:20 <Ozank> well, i know for a fact that its magic attack is very accurate even on the highest of magic defence 21:20 <Ozank> so maybe it coulda been okay how it was o.O 21:21 <Ozank> change powerful to accurate? 21:21 -!- TomekO has joined Special:Chat 21:21 -!- TomekO has left Special:Chat. 21:24 <Ciphrius Kane> Whole load of joiners and quitters 21:24 <Ozank> lol ^ 21:25 <Ozank> wish there was a filter for joiner/leavers sometimes... 21:27 -!- TomekO has joined Special:Chat 21:28 <Ozank> ^ O.O 21:33 <Doom Weaver> Wow looll 21:33 -!- Cook Me Plox has joined Special:Chat 21:33 <Cook Me Plox> Free Shabazz K. Milton Berle! 21:34 <Ciphrius Kane> Who? 21:34 <Ozank> any1 know y ppl keep dcing then?> 21:34 <Cook Me Plox> I blame Tomek 21:35 -!- DeliciousYakSauce has left Special:Chat. 21:36 <Ozank> not sure id call my pet crocodile Gummy 22:18 -!- RSChatBot has joined Special:Chat 22:26 -!- Casting Fishes^^ has joined Special:Chat 22:26 * Casting Fishes^^ nomz teh caek joey left over 22:26 <Casting Fishes^^> wath chat y u no active 22:26 -!- Lord Yura has joined Special:Chat 22:26 <Casting Fishes^^> @@~!~ 22:26 <Lord Yura> *Sneaks up behind crowny* 22:26 * Casting Fishes^^ just got here 22:27 * Casting Fishes^^ pretends not to see~ 22:27 <Lord Yura> I saw you get on :3 I'm a ninja 22:27 <Casting Fishes^^> ohai 22:27 <Casting Fishes^^> D: 22:27 <Casting Fishes^^> nuz 22:27 <Lord Yura> Sooo not a stalker :3 22:27 <Ozank> going to create a mage setup for [[Kree'Arra]] :) 22:27 <Ozank> got the equipment image ready 22:27 <Casting Fishes^^> i autologged into skype and i get 3 messages within like 10 seconds 22:27 <Casting Fishes^^> >.> 22:28 <Casting Fishes^^> internet keeps borking D: 22:30 <Lord Yura> :< 22:30 <Lord Yura> I was making some random girl freak out on runescape earlier by making chickens fall from the sky D: 22:30 -!- TomekO has joined Special:Chat 22:30 <Casting Fishes^^> its a (ccaek) 22:30 <Casting Fishes^^> ohai 22:32 <Casting Fishes^^> Buko~ :o are you getting mems back? 22:32 <Lord Yura> I dunno x3 Not soon, at least D: 22:32 <Casting Fishes^^> awh:c 22:32 <Casting Fishes^^> Well if you're on i'll make sure to have my 99 (fm) party in f2p<3 22:33 <Lord Yura> yeah.. So Im stuck with all my cool members thingys, and nothing to do with it .-. 22:33 <Lord Yura> Lol :3 22:34 <Casting Fishes^^> [[IRC]] 22:35 <Lord Yura> Oh oh oh! 22:35 <Lord Yura> I have 11 White firelighters if crowny wants to burn in style! :3 22:36 <Casting Fishes^^> are those f2p O_O? 22:36 <Casting Fishes^^> lul 22:36 <Lord Yura> I have no idea :D 22:36 <Casting Fishes^^> [[White firelighter]] 22:36 <Casting Fishes^^> they are~:c 22:37 <Lord Yura> Which means I can trade them! :3 22:37 <Lord Yura> Oh wait 22:37 <Casting Fishes^^> i mean 22:37 <Lord Yura> members 22:37 <Casting Fishes^^> they're members 22:37 <Casting Fishes^^> lul. 22:37 <Lord Yura> Whoops x3 22:37 * Casting Fishes^^ huggles buko for teh thought<3 22:37 <Lord Yura> xD 22:37 <Lord Yura> I'll think of something! 22:38 <Casting Fishes^^> ~ 22:38 -!- Ciphrius Kane has joined Special:Chat 22:39 <Casting Fishes^^> hai ciph<3 22:39 <Ciphrius Kane> Hi 22:41 -!- TomekO has left Special:Chat. 22:43 -!- EpicPancakes has joined Special:Chat 22:44 <Casting Fishes^^> http://i.imgur.com/imzNk.png my nub outfit :D 22:45 <Ciphrius Kane> Wow, you have a cooking cape, you're the worst kind of noob 22:46 <Casting Fishes^^> :c 22:46 -!- Sum1 0 o has joined Special:Chat 22:46 <Casting Fishes^^> cook cape is nub 22:46 <Sum1 0 o> hay 22:46 <Casting Fishes^^> hai 22:46 <Sum1 0 o> cooking cape is better than no cape 22:46 <EpicPancakes> I have a cooking cape 22:46 <EpicPancakes> It's made of fried chicken 22:47 <Ciphrius Kane> I was being sarcastic btw 22:47 <Cook Me Plox> http://services.runescape.com/m=forum/sl=0/forums.ws?278,279,984,63416735,goto,67 bahaha 22:47 <Cook Me Plox> 80% of the messages are "The wiki is offline! The wiki is back online!" 22:48 <Cook Me Plox> 489k people in the last week 22:50 <Ciphrius Kane> Do NPCs or shop types take precedence in articles? 22:50 <Ciphrius Kane> Cause there's this NPC called Herbalist but the article is currently about the shop type 22:50 * Casting Fishes^^ huggles Lord Yura 22:51 <Cook Me Plox> I'd do NPC 22:51 <Ciphrius Kane> Righto 22:53 -!- AnselaJonla has joined Special:Chat 22:54 <AnselaJonla> Oh hey, it's working again 22:54 -!- Coolnesse has joined Special:Chat 22:55 -!- Coolnesse has left Special:Chat. 22:55 <Casting Fishes^^> buko y u away 22:55 <Casting Fishes^^> :c 22:57 -!- Coolnesse has joined Special:Chat 22:57 -!- PunchinPaul has left Special:Chat. 22:58 <Lord Yura> I was so not away D: Just defending the homeland from invaders.. 22:59 <Casting Fishes^^> :P 22:59 <Casting Fishes^^> (cabbage) 23:04 -!- TomekO has joined Special:Chat 23:05 -!- TomekO has left Special:Chat. 23:06 <Ozank> mage equipment with polypore on [[Kree'Arra]] almost readu 23:08 <AnselaJonla> Please try not to upload the same image three times this time, Ozank 23:08 <Ozank> ya i did the wrong format sorry 23:08 <Ozank> learned fro mmy mistake tho 23:09 -!- Furiion52 has joined Special:Chat 23:10 <Furiion52> Hello 23:10 <AnselaJonla> Hi 23:11 <AnselaJonla> Nice avatar 23:11 <AnselaJonla> What dragon is that? 23:12 <Furiion52> Thkx 23:12 <Furiion52> thx* 23:12 <Furiion52> its the dragon off Skyrim :D 23:12 <Furiion52> His name escapes me at the moment... 23:12 <Furiion52> Alduin thats it :D 23:14 <Ozank> finally finished 23:14 <Ozank> check out http://runescape.wikia.com/wiki/Kree%27arra#Recommended_Equipment_-_Magic_setup just made that section 23:15 <Furiion52> hi there 23:15 <AnselaJonla> [[RS:AR|Need to merge another file]] 23:18 <Furiion52> Guys what are good moneymaking ways for member noobs? 23:18 <Furiion52> cause im a new member at the mo'