Search results

  1. G

    Guide

    The bug appeared when I got the latest Mafia version (16.5, r14907), and SVN update didn't fix it.
  2. G

    Guide

    In this case, though, it's probably because there's a bug: Bad skill value: "Summon Candy Hearts" (relay_Guide.ash, line 10009) Apparently the name changed to "Summon Candy Heart". After I fixed that line, Guide appeared as normal (and it stopped giving that error message every two seconds).
  3. G

    Guide

    I never use the in-browser chat anymore, so that frame was mostly wasting space anyway. But it's not completely useless... so I threw together something to put the date and announcements up in the top corner, with Guide under it: game.ash void main() { visit_url().replace_string('<frame...
  4. G

    Guide

    Slight modification so it appears in the Kolchat frame, same as when you run it normally (save as relay/game.ash): void main() { visit_url().replace_string('<frame name=chatpane src="chatlaunch.php"></frame>' , '<frame name=guide src="relay_guide.ash"></frame>') .writeln(); }
  5. G

    Guide

    This script is just insanely useful. It's like a tiny wiki that reads your mind. I think the only way I could like it more would be if it popped up automatically whenever I open the relay browser. There's probably a way to do that, actually... Also, minor thing: Heavy Rains water +ML doesn't...
  6. G

    Bug - Fixed Chroners miscounted after visiting store

    I have 1145 chroners. On login, item_amount($item[chroner]) returns 1145. After visiting the Neandermall, it returns 145. Item manager also thinks I have only 145. Presumably there's something trying to count the "1,145" on that page and skipping the comma. This happens in the current 14490 and...
  7. G

    Bug - Fixed Many stores with limits, can't find items to buy in the mall

    Probably obvious, but this doesn't seem to have anything to do with store limits. This has been happening to me with old candy wrappers, because the first 10 stores just didn't have enough of them: [ buy(45, $item[old candy wrapper]) ] buy 2 old candy wrapper for 1595 each from 1391947 on...
  8. G

    Bug - Fixed Slime Hates It ML no longer counted

    Somewhere between r14179 and r14270, monster_level_adjustment() stopped including the ML from Slime Hates It. If I exit from the current version and run r14179, it shows the correct ML. The ML from different levels of Hate should be: 1 = 45 2 = 120 3 = 225 4 = 360 5 = 525 6 = 720 7 = 945 8 = 1000
  9. G

    Scripts on SVN

    Dang, I didn't even get a chance to get around to doing that for you. :p Now that I have SVN working again, Space Tripper is on it, so here's something you can hopefully just paste in: { "repo": "https://svn.code.sf.net/p/guyymafia/code/spacetripper/", "author": "guyy", "name": "Space...
  10. G

    Slimecalc -- Efficient Slimetubing

    Not a daily variable? That must be a really old setting. Anyway, I stuck something in for the Express Card; someone who actually has one will have to see if it works.
  11. G

    Slimecalc -- Efficient Slimetubing

    Slimecalc! The slime... calculator. Such original, wow. This is a tool for finding the best (i.e. cheapest) way to boost Slimetube ML for a specific turncount. It's designed for use with Alhifar's slimetube-running script, so it's best if you have that one set up already, but this script will...
  12. G

    Feature - Rejected Minimal chat posting

    The entire reason /trade exists is so that repetitive ad messages don't end up in other channels, where actual chatting takes place. It's not the greatest system, but it's all there really is these days. There's a trade forum, but between the deleted forums links and forums in general becoming...
  13. G

    Feature - Rejected Minimal chat posting

    This is likely one of those things that will never happen, but I'll at least throw it out there. Allowing strictly time-limited (to prevent spam) scripted chatting in non-clan channels (only clan channels and PMs are allowed right now, as far as I can tell) would be very useful. Even just one...
  14. G

    Slime Tube Adventuring Script

    It probably wouldn't be too bad. You want to be level 30+ to do the Tube anyway, to get the most out of Ur-Kel's. From there, a bunch of gr8tness potions or something would be more than enough to out-stat the slimes even with Slimeling quantities of ML. It looks like excessive stats would still...
  15. G

    Bug - Fixed locking familiar item in Gear Changer has issues.

    There was a trivial update a few weeks ago that changed familiar equipment equipping to be "way less stupid". It looks like the lock button actually disappears when you equip something fam-specific and becomes unlocked. lockFamiliarItem in EquipmentManager, called when you change equipment (?)...
  16. G

    Feature Ultrahydration

    Presumably they took this out because you no longer absolutely need to be ultrahydrated to advance the quest; if you're not doing the drum machine (or already used it) and can deal with the negative effects, it's a waste of turns. But it'd be nice to have it as an option, since you usually do...
  17. G

    Pork to the Future - Cyrus, Hyboria, Future, and Wumpus!

    Huh... I didn't even know you could tell maximize to not shuffle your entire outfit. I stuck in that, and a couple lines to prevent unequipping Pantsgiving for +ML (because I'm guessing that's why this became an issue :p ).
  18. G

    Bug - Fixed Infinite loop when ending Jarlsberg path

    After a restart, it had completed the choice adventure. I'll try to get more useful logs if it happens again next time.
  19. G

    Bug - Fixed Infinite loop when ending Jarlsberg path

    r13157: Broke the prism as Jarls yesterday, chose Pastamancer, and this happened: Encounter: Now Leaving Jarlsberg, Population You Unknown last adventure: id = '1006' name = 'The Sorceress' Chamber' URL = 'lair6.php' container = 'lair.php' choice 682/1: "No offense, but I wish to club seals."...
  20. G

    Bug - Fixed Jarlsberg can't eat Hot Dog Stand dogs

    r13157: While in Avatar of Jarlsberg, all the hot dogs from the V.I.P. lounge stand appear in the item manager as edible food, but Jarls can't eat any of them. I'm not sure how it works now, but it looks like all the Jarlsfoods/drinks are item numbers 6185 through 6236, so that should make it...
Back
Top