bumcheekascend.ash - Relay Script

Quietust

New member
"There is a new version available - go download the next version of bumcheekascend.ash at http://kolmafia.us/showthread.php?t=5470!"
I'm running version 0.2, which is the latest version (freshly downloaded from SourceForge) - it's looking for "0.2</b>" on the first page, but it's not finding it (the only "0.2" isn't in bold) and thus complains that it's out of date.
It's also telling me to download the wrong thing - this is for relay_bumSeMan.ash, not bumcheekascend.ash.
 

jamfan14

New member
I upgraded to configuration script relay_bumSeMan0.2.ash - but now when I run the relay script to tell the bca script what to do during the Ascension, everything is blank in the description columb. Previously, there was a little heads up next to most of the items whether false or true was the best option depending on what you wanted to do. Now, mine is completely blank in the description column and I'm not sure what the best option is. Is this normal?

I tried re-downloading the version 1 relay script and its doing it as well.

Any suggestions?
 
Last edited:

Fluxxdog

Active member
Um, where? The files are to be downloaded from SourceForge, and I'm only seeing relay_bumSeMan0.2.ash uploaded at 2011-11-27. It's been driving me buggy for a while also.
 

Winterbay

Active member
I was going from the fact that my SVN-folder has that file, although looking at it the only difference is the version number so that won't help very much...

Edit: That said I've now tested the script (hadn't used it before) and there was no problem getting the descriptions filled in...
 
Last edited:

Aoi

New member
I've had the descriptions arbitrarily show up and disappear before too. Honestly can't think of anything that's changed on my system that'd be relevant.

Edit: Oh, and it's happened to me on entirely distinct setups of Mafia, including running different browsers.
 
Last edited:

bumcheekcity

Active member
There's no change to the server or script, making this a rather interesting one to debug. Is anyone STILL not seeing the descriptions?
 

jijineiro

Member
Yeah, I can't see any descriptions.
I'm trying to get bca to work, so my question is: how do I set it up to use the astral belt and let me get some weapon in my hand? It keeps getting me the shining halo and so I'm bare handed.
 

Winterbay

Active member
Closet the halo and turn off autosatisfywithcloset? Probably the easiest way. There's no option for that for all I know.
It may be easier to run the base script rather than the collected one if the collective one doesn't show anything (if you want to use settings).
 

Tobamf

New member
Totally new to these automatic ascending scripts (very cool, btw), and I seem to be having some issues. This drop down that is supposed to appear in my relay browser simply doesn't show up at all. I downloaded relay_bumSeMan0.2.ash, and put it into the relay directory. I downloaded bumcheekascend v0.45.ash and put it into the scripts directory.

I closed my browser (FF 11.0) and then used the 2nd icon from the left in KoL mafia to open the browser. I've tried to turn off any disabling features I can think of in the browser, restarted it, etc, with no luck.

Anyone have suggestions please?
 

Winterbay

Active member
The only thing I can think of that may need to be ticked is under Look&Feel -> Relay Browser -> Enable user-scripted relay browser overrides.
 

Tobamf

New member
Winterbay, I tried your suggestion, both before and after you suggested it, with no luck.

Bale, here is what I see: http://i41.tinypic.com/mcsw7s.png There is no drop down of any kind on the right hand side of the top frame. I've also tried with all the various configuration options (text, icons, drop downs). No luck.

Any other suggestions anyone? Thanks for all the help so far.
 

StDoodle

Minion
See the "re" link in the upper-right? That's the refresh that should be right next to the drop-down. My guess is you have your top frame resized so small that it isn't there, but it might just be missing. Try making that frame larger (to the right, and down) and see if it appears. If not, could you grab the html source for just that frame?
 

Tobamf

New member
StDoodle, I did try to make the top frame larger (before and after your suggestion), but the drop down isn't hidden anywhere, at least not when the top frame comprises 50% of my screen area. I was able to capture the source html for the frame. Here it is:
Code:
<html>
<head>
<title>The Kingdom of Loathing</title>
<script type="text/javascript" src="/images/scripts/jquery-1.3.1.min.js"></script>
<script type="text/javascript">
    function do_description(txt) {
        var size = 1;
        var div = $('#description div div');
        div.css('font-size', size+'em');
        div.css('padding-top', 0);
        div.text(txt);

        while (div.height() > div.parent().height()) {
            size -= .05;
            div.css('font-size', size+'em');
        }

        div.css('padding-top', Math.floor((div.parent().height() - div.height())/2)+'px');
    }
    $(document).ready(function () {
        $('#themoons').hover(
            function () { do_description('The Moons'); },
            function () { do_description('') }
        );
        $('.menuitem a').hover(
            function () { do_description($(this).find('img').attr('title')); },
            function () { do_description('') }
        );
    });
</script>

<style type="text/css">
<!--
BODY, TD, UL {
font-family: arial;
}
.tiny { font-size: 9px; }
IFRAME {
    border: 0px;
    height: 45px;
    margin: 0px;
    padding: 0px;
    min-width: 200px;
    overflow: hidden;
}
-->
</style>

<script language=Javascript src="/images/scripts/core.js"></script>
<script language=Javascript>
function skillson()
{
    skillpane.location.href = 'skills.php?tiny=1';
}
function showskills()
{
    $('#menus, .hidemenu').hide();
    $('#skillbit').show();
}

function skillsoff()
{
    $('#menus, .hidemenu').show();
    $('#skillbit').hide();
    skillpane.location.href = "blank.html";
}

</script>
</head>


<body bgcolor=white link=black alink=black vlink=black text=black><center><div id="yep" style="position: absolute; left: 0px; top: 0px; text-align: center; width: 100%;"><center><table cellpadding=0 width=100%><tr><td width=20></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="main.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/map.gif" width=30 height=30 alt="Main Map" title="Main Map" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="inventory.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/backpack.gif" width=30 height=30 alt="Your Inventory" title="Your Inventory" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="skills.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/book3.gif" width=30 height=30 alt="Your Skills" title="Your Skills" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="craft.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/pliers.gif" width=30 height=30 alt="Crafting" title="Crafting" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="messages.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/envelope.gif" width=30 height=30 alt="Messages" title="Messages" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="donatepopup.php" target=_blank><img src="http://images.kingdomofloathing.com/itemimages/donate.gif" width=30 height=30 alt="Donate" title="Donate" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="account.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/blackwrench.gif" width=30 height=30 alt="Options" title="Options" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="community.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/chat.gif" width=30 height=30 alt="Community" title="Community" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="town.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/seasidetown.gif" width=30 height=30 alt="Seaside Town" title="Seaside Town" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="campground.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/tent1.gif" width=30 height=30 alt="Your Campsite" title="Your Campsite" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="mountains.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/themountains.gif" width=30 height=30 alt="The Big Mountains" title="The Big Mountains" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="plains.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/theplains.gif" width=30 height=30 alt="The Plains" title="The Plains" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="beach.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/thedesert.gif" width=30 height=30 alt="Desert Beach" title="Desert Beach" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="woods.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/bansai.gif" width=30 height=30 alt="The Distant Woods" title="The Distant Woods" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="island.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/theisland.gif" width=30 height=30 alt="The Mysterious Island of Mystery" title="The Mysterious Island of Mystery" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="clan_hall.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/clanhall.gif" width=30 height=30 alt="Your Clan Hall" title="Your Clan Hall" border=0></td><td width=30 height=30 valign=center class="menuitem hidemenu"><a href="mall.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/themall.gif" width=30 height=30 alt="The Mall" title="The Mall" border=0></td><td width=20></td><td width=150 align="left" id="description"><div style="width: 100px; height: 40px; overflow: hidden"><div style="text-align: center"></div></td><td><table cellpadding=0 id="themoons"><tr><td width=15></td><td align=center valign=top align=right class=tiny><img src="http://images.kingdomofloathing.com/itemimages/moon8.gif"  alt="Ronald, Waning Crescent" title="Ronald, Waning Crescent" ><td width=20 align=right valign=center><img src="http://images.kingdomofloathing.com/itemimages/minimoon2.gif" alt="a small dark moon" title="a small dark moon"></td><td align=center valign=top align=left class=tiny><img src="http://images.kingdomofloathing.com/itemimages/moon8.gif" alt="Grimace, Waning Crescent" title="Grimace, Waning Crescent" ><td width=15></td></tr><tr><td></td><td align=center class=tiny>Ronald</td><td></td><td align=center class=tiny>Grimace</td><td></td></tr></table><!--<td width=15></td>-->
</td>
<!--<td width=20 align=center valign=center><img src="http://images.kingdomofloathing.com/otherimages/newmoonpad.gif"></td>-->

<!--
<td width=20></td>
<td class=tiny align=center valign=center>
All material Copyright © 2010,<br><a target="_blank" href="http://asymmetric.net">Asymmetric Publications, LLC</a>
</td>
-->
<td width=50></td><td width=30 height=30 valign=center class="menuitem "><a onclick="window.open('doc.php?topic=home','','height=400,width=550,scrollbars=yes,resizable=yes'); return false" href="#" target=_blank><img src="http://images.kingdomofloathing.com/itemimages/help.gif" width=30 height=30 alt="Help" title="Help" border=0></td><td width=30 height=30 valign=center class="menuitem "><a href="adminmail.php" target=mainpane><img src="http://images.kingdomofloathing.com/itemimages/beetle.gif" width=30 height=30 alt="Report Bug" title="Report Bug" border=0></td><td width=30 height=30 valign=center class="menuitem "><a href="/KoLmafia/logout?pwd=2d4b62711efad6c2a3fbb2bba15f960e" target=_top><img src="http://images.kingdomofloathing.com/itemimages/sleepy.gif" width=30 height=30 alt="Log Out" title="Log Out" border=0></td><td width=20></td></tr>
</table>
</center>
</div>
</center>
<div style='position: absolute; right: 0px; bottom: 0px;'><font size=-1>[<a href="topmenu.php">re</a>]</font></div></body>
</html>
[Edited by StDoodle for code-tag-ify; prolly shoulda mentioned that. ;)]
 
Last edited by a moderator:

Crowther

Active member
Hey BCC, I just saw your recent update to force using Boris's Helm. Cool. In case you didn't know, Boris's Helm (askew) is a different item. Doesn't effect me. I'm foolishly doing softcore.
 
Top