Quantcast

Jump to content


phr0sty

Member Since 21 Oct 2009
Offline Nov 12 2012 10:56 PM

Topics I've Started

Lab Map Hunting

31 December 2010 - 04:30 PM

For those of you that are still hunting for Secret Lab Maps or just want a dup set, I've created a bookmarklet to make your life just a little bit easier. All this will do is parse the DOM looking for the labmap images. When it find one, it will alter the text adjacent to the image to reflect its numeric value. Give it a spin!

javascript: var resultLinks = document.evaluate("//img[contains(@src, 'labmap')]", document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
var i = 0;
while ((res = resultLinks.snapshotItem(i)) != null) {
  var mapn = (res.src).match(/(\d)\.gif$/)[1];
  var label = document.evaluate("ancestor::tr[1]//*[contains(text(), 'Secret Laboratory Map')]", res, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotItem(0);
  switch (document.location.pathname) {
  case "/safetydeposit.phtml":
	label.innerHTML = label.innerHTML.replace("<br", " <span style='color: red'>" + mapn + "</span><br");
	break;
  case "/island/tradingpost.phtml":
  case "/genie.phtml":
  case "/browseshop.phtml":
	label.innerHTML += " <span style='color: red'>" + mapn + "</span>";
	break;
  case "/objects.phtml":
	label.innerHTML = label.innerHTML.replace("<hr", " <span style='color: red'>" + mapn + "</span><hr");
	break;
  }

  i++
};void(0);

Let me know if there are any bugs/glitches. Also, let me know if you would like me to expand it to encompass all the maps.

* verified working with SDB, Inventory, Auctions, User Shops, and TP
* works in Firefox, Safari, and Chrome

RSing using sides

27 December 2010 - 04:55 PM

i'm sure that there may topics out there about this already, but is it a freezable offense to RS on your sides? as far as i know, it's all fine as long as the funds come to and go to the main. it gets a little shady if i start RSing on my side after getting Main Shop banned on my main.

so yea, is it legit? (as far as RSing, not ABing :))

Ultimate BD weapons

27 December 2010 - 01:03 PM

hey there. i was wondering if there is a way to buy the ultimate weapons, such that are sold in the hidden tower, but for an RSable price. i read somewhere that the HT drops its price by 3% on the 3rd wednesday on the month (or something like that). is that the only way to profit off the weapons?

thanks

Employment Agency

26 December 2010 - 09:43 AM

is there or would it be possible to create a job nabber for the employment agency? it would pretty much be the same thing as the kad feeder. just wondering if there is one in the works or if i should try to come up with something.

thanks

Creating a side for BD Training

04 December 2010 - 11:39 AM

the reason i'm asking this is because i know that sometimes quests give out stat buffs, and if you have more than 1 pet, the stats are randomly awarded. therefore, i was wondering if there are any rules against creating a shell to just train your pet and do (kitchen) quests and train them. my instinct is telling me that there is nothing illegal with this, as long as i don't make a profit using the side, but i have to ask just to be on the safe side.

what do you guys think? also, if anyone can find an official statement from TNT regarding something relevant to this, it would be greatly appreciated.


thanks again