New Content - Implemented Dreadsylvania

Looking at item #6480...
Unknown item found: Unkillable Skeleton's shield (6480, 574670113)
--------------------
6480 Unkillable Skeleton's shield 574670113 sk_shield.gif offhand 0
Unkillable Skeleton's shield 350 Mus: 100 shield
# Unkillable Skeleton's shield: Deals damage to attackers
Unkillable Skeleton's shield Cold Resistance: +3, Hot Resistance: +3, Sleaze Resistance: +3, Spooky Resistance: +3, Stench Resistance: +3, Maximum MP: -300, Damage Reduction: 23
 

Veracity

Developer
Staff member
Revision 12389 discards your moon-amber necklace when you beat the hard mode Great Wolf of the Air. I've done that twice now, so I got the message. I'll test it again, by and by. Maybe even tomorrow. :)

Beating hard mode Count Drunkula will destroy your ghost shawl.
Beat hard mode Mayor Ghost will destroy your Dreadsylvanian auditor's badge.

What post-combat message is given when those things happen?

For that matter, what is the item info for the ghost shawl? And how does acquisition of such work; does it happen automatically when you mess with the loom with 10 ghost threads in inventory (like cooking a shepherd's pie), or are you led into a choice, with the option to weave ghost threads or to leave? (Which might imply that there are other things that can be woven...)

And while I'm at it, what is the message when you use a key to unlock the Attic in the Cabin in the Woods?
 
Revision 12389 discards your moon-amber necklace when you beat the hard mode Great Wolf of the Air. I've done that twice now, so I got the message. I'll test it again, by and by. Maybe even tomorrow. :)

Beating hard mode Count Drunkula will destroy your ghost shawl.
Beat hard mode Mayor Ghost will destroy your Dreadsylvanian auditor's badge.

What post-combat message is given when those things happen?

For that matter, what is the item info for the ghost shawl? And how does acquisition of such work; does it happen automatically when you mess with the loom with 10 ghost threads in inventory (like cooking a shepherd's pie), or are you led into a choice, with the option to weave ghost threads or to leave? (Which might imply that there are other things that can be woven...)

And while I'm at it, what is the message when you use a key to unlock the Attic in the Cabin in the Woods?

Not sure about beating HM mayor, but, "You look down and notice that your shawl got ripped to shreds during the fight. Dangit."

10 ghost threads are consumed automatically.

I posted a bunch of stuff in the "bug" report thread, too.
 

guyy

Member
Dreadsylvanian Almanac page isn't consumed on use if you have all the recipes already, but Mafia still un-lists it. Message given is "You've already learned everything you can learn from these things." (Checked in 12393.)
 

Veracity

Developer
Staff member
Not sure about beating HM mayor, but, "You look down and notice that your shawl got ripped to shreds during the fight. Dangit."

10 ghost threads are consumed automatically.

I posted a bunch of stuff in the "bug" report thread, too.
Revision 12394 has all of this. Thanks!
 
You use your skeleton key to unlock the padlock on the attic trap door. Then you use your legs to climb the ladder into the attic. Then you use your stupidity to lose the skeleton key. Crap.

"As he fades away, Mayor Ghost clutches at your badge, which fades away with him. Rats."

Edit: You breathe a sigh of relief, and the last of your weird breath escapes alongside it. You lose an effect: First Blood Kiwi

Having won the fight, you feel at liberty to belch mightily. It tastes a lot like shepherd. You lose an effect: Shepherd's Breath
 
Last edited:

Darzil

Developer
--------------------
6615 Cold One 700464462 coldone.gif drink d 5
cold one 1 1 0 0 0 0
# Cold One
--------------------

Grants 6 adventures, no stats or other effects.
 

Veracity

Developer
Staff member
We can easily differentiate the two vampires. The issue is that we need two different monsters - the old one and the Dreadsylvanian one - with different names.

That does not make me happy, since Monster Manuel has two different monsters with the same name - but, since it has the various Nemeses in there with the same name - and we assign our own names to distinguish them - there is precedent. Working on it.

For that matter, we can/should differentiate the normal bosses and the hard mode bosses by image...
 

Veracity

Developer
Staff member
Revision 12406 does those things:

- spooky vampire (Dreadsylvanian)
- The Unkillable Skeleton (Hard Mode) - and all the others are recognized by image and have the additional drops
 

Fluxxdog

Active member
Found an oddity. Sometimes skeletons get the haiku stats under them. HTML for one is posted underneath.
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<script language=Javascript>
<!--
if (parent.frames.length == -1) location.href="game.php";
top.charpane.location.href="charpane.php";
//-->
</script>
<script language=Javascript src="/images/scripts/keybinds.min.2.js"></script>
<script language=Javascript src="/images/scripts/window.20111231.js"></script>
<script language="javascript">function chatFocus(){if(top.chatpane.document.chatform.graf) top.chatpane.document.chatform.graf.focus();}
if (typeof defaultBind != 'undefined') { defaultBind(47, 2, chatFocus); defaultBind(190, 2, chatFocus);defaultBind(191, 2, chatFocus); defaultBind(47, 8, chatFocus);defaultBind(190, 8, chatFocus); defaultBind(191, 8, chatFocus); }</script><script language="javascript" src="/images/scripts/core.js"></script><link rel="stylesheet" type="text/css" href="/images/actionbar.6.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/images/actionbar.ie.4.css">
<script src='/images/scripts/minmax.js'></script>
<![endif]-->
<script>
var onturn = 2;
function newpic(pic, name, width, height)
{
   var h = height || 100;
   var w = width || 100;
   mpic = getObj('monpic');
   mnam = getObj('monname');
   mpic.src=pic;
   mpic.width=w;
   mpic.height=h;
   mnam.innerHTML=name;
}

var waking = false;

function killforms(sub) {
	sub.disabled = true;
	var is = document.getElementsByTagName("input");
	for (i=0; i < is.length; i++) {
		if (is[i].getAttribute('type') == 'submit') { is[i].disabled = true; }
	}

	if (waking) { clearTimeout(waking); }
	waking = setTimeout(function () {
		for (i=0; i < is.length; i++) {
			if (is[i].getAttribute('type') == 'submit') { is[i].disabled = false; }
		}
	}, 3000);

	sub.form.submit();

	return true;
}


</script>

<link rel="stylesheet" type="text/css" href="/images/styles.20120512.css">

<script language="Javascript" src="/basics.js"></script><link rel="stylesheet" href="/basics.css" />
<script src='jquery1.10.1.min.js'></script>
<script src='jquery.dataTables.min.js'></script>
<script src='batman.js'></script>
<link rel='stylesheet' type='text/css' href='batman.css'>
</head>

<body>
<img src='/images/itemimages/blank.gif' id='dragged'><div id='debug'></div><div class=contextmenu id='skillmenu'></div><div class=contextmenu id='itemsmenu'></div><div id=topbar><center><table class=actionbar cellpadding=0 cellspacing=1><tbody><tr class=label><td></td><td></td><td></td><td></td><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>0</td><td>–</td><td>=</td><td></td><td></td><td></td></tr><tr class=blueback><td><a href='adventure.php?snarfblat=340'><img src='/images/itemimages/plexpock.gif'></td><td class=spacer></td><td><img src='/images/itemimages/book3.gif' id='skills'></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif' id='button1'></td><td><img src='/images/itemimages/blank.gif' id='button2'></td><td><img src='/images/itemimages/blank.gif' id='button3'></td><td><img src='/images/itemimages/blank.gif' id='button4'></td><td><img src='/images/itemimages/blank.gif' id='button5'></td><td><img src='/images/itemimages/blank.gif' id='button6'></td><td><img src='/images/itemimages/blank.gif' id='button7'></td><td><img src='/images/itemimages/blank.gif' id='button8'></td><td><img src='/images/itemimages/blank.gif' id='button9'></td><td><img src='/images/itemimages/blank.gif' id='button10'></td><td><img src='/images/itemimages/blank.gif' id='button11'></td><td><img src='/images/itemimages/blank.gif' id='button12'></td><td valign=center align=center class=page><a class=nounder href='javascript:pageup();'><img src='/images/otherimages/tinyup.gif' class=updown></a><br><span id='page_out'></span><br><a class=nounder href='javascript:pagedown();'><img src='/images/otherimages/tinydown.gif' class=updown></a></td><td class=spacer></td><td><img src='/images/itemimages/backpack.gif' id='items'></td></tr><tr class=label><td>again</td><td></td><td>skills</td><td></td><td id='qty1'></td><td id='qty2'></td><td id='qty3'></td><td id='qty4'></td><td id='qty5'></td><td id='qty6'></td><td id='qty7'></td><td id='qty8'></td><td id='qty9'></td><td id='qty10'></td><td id='qty11'></td><td id='qty12'></td><td></td><td></td><td>items</td></tr></tbody></table></center></div><div class=content id='content_'><div id='effdiv' style='display: none'></div><div style='overflow: auto'><center><table  width=95%  cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>Combat: Round 2!</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><!-- macroaction: attack --><center><table><tr id='nowfighting'><td><img id='monpic' src="/images/adventureimages/dvhotskel2.gif" width=100 height=100></td><td valign=center><b>Prisoner #001633:</b> "Ashy Scapula" Hare<br> <b>Sentence:</b> 16 Days<br><b>Crime:</b> burning down a jalapeño plant.<font size=2 color=gray><br><br>Pretend that the line<br>below has five syllables:<br />HP: 0, Atk: 0, Def: 0, Type: undead<br />Drops: Dreadsylvanian Almanac page (0 cond), Freddy Krueggerand (0 cond), frying brainpan (0 cond)</font></td><td width=50></td><td valign=center><img src=/images/otherimages/friarplants/plant20.gif alt="Pitcher Plant (Restores MP after combat)" title="Pitcher Plant (Restores MP after combat)"></td><td valign=center><img src=/images/otherimages/friarplants/plant14.gif alt="Impatiens (+25% Combat Initiative)" title="Impatiens (+25% Combat Initiative)"></td><td valign=center><img src=/images/otherimages/friarplants/plant12.gif alt="Stealing Magnolia (+25% Item drops)" title="Stealing Magnolia (+25% Item drops)"></td></tr></table><br><table><tr><td width=30><img src=/images/itemimages/hp.gif width=30 height=30 alt="Enemy's Hit Points" title="Enemy's Hit Points"></td><td width=50 valign=center align=left><b><font size=+2>311</font></b></td><td width=30><img src=/images/itemimages/nicesword.gif width=30 height=30 alt="Enemy's Attack Power" title="Enemy's Attack Power"></td><td width=50 valign=center align=left><b><font size=+2>508</font></b></td><td width=30><img src=/images/itemimages/whiteshield.gif width=30 height=30 alt="Enemy's Defense" title="Enemy's Defense"></td><td width=50 valign=center align=left><b><font size=+2>507</font></b></td><td><img src=/images/itemimages/spookyflavor.gif alt="This monster is Undead" title="This monster is Undead"></td><td><img src=/images/itemimages/fire.gif width=30 height=30 alt="This monster is Hot.  Hot is weak against Sleaze and Stench." title="This monster is Hot.  Hot is weak against Sleaze and Stench."></td><td><img src=/images/itemimages/watch.gif alt="Initiative +25%" title="Initiative +25%"></td></tr></table><script type="text/javascript">var monsterstats = {"hp":"311","def":"507","off":"508"};</script><p>You hit it for 194 (<font color=red><b>+1</b></font>) (<font color=blue><b>+23</b></font>) (<font color=green><b>+226</b></font>) (<font color=gray><b>+32</b></font>) (<font color=blueviolet><b>+226</b></font>) damage.<b><font color=blue> ZAP! KAPOW! BAM! BOINK! BOINK! SPLAT! WHAMMO! BARF! BOOF! WHAMMO!</font></b><p><table><tr><td>You take a fireball to the face; I hope you weren't too attached to your eyebrows. Well, literally speaking, you were, yeah -- but you get what I mean.</td></tr></table><b><font color=red> Ow! Ooh! Ouch! Ugh! Argh!</font></b><center><table><tr><td><img src="/images/itemimages/hp.gif" height=30 width=30></td><td valign=center class=effect>You lose 17 hit points. (<font color=red><b>hot damage</b></font>)</td></tr></table></center><!-- macroaction: attack --><table width=100%><tr><td style="color: white;" align=center bgcolor=blue><b>Round 3!</b></td></tr></table><script type="text/javascript">var monsterstats = {"hp":"0","def":"507","off":"508"};</script><p>You hit it for 188 (<font color=red><b>+1</b></font>) (<font color=blue><b>+23</b></font>) (<font color=green><b>+226</b></font>) (<font color=gray><b>+32</b></font>) (<font color=blueviolet><b>+226</b></font>) damage.<b><font color=blue> WHACK! KERBLAM! ZOT! ZAP! WHAMMO! BAM! KAPOW! BARF! SOCKO! BONK!</font></b><script>if (typeof state != 'undefined') state['fightover'] = true; window.fightover = true;</script><div id='fightform' class='hideform'><p><center><a name="end"></center></div><p><center>You win the fight!<!--WINWINWIN--><p><p>The Stealing Magnolia reminds you that a true gentleman takes the dishes out of the sink before he pees in it, then helps you find more items.<p>The Pitcher Plant throws a baseball at you. Just kidding; it actually pours some Mountain Stream down your throat.<center><Table><tr><td><img src="/images/itemimages/mp.gif" height=30 width=30></td><td valign=center class=effect>You gain 13 Muscularity Points.</td></tr></table></center><!--familiarmessage--><center><table><tr><td align=center valign=center><img src="/images/itemimages/seallarva.gif" width=30 height=30></td><td valign=center>Snuggle Buster surveys the scene from atop the throne, and gains 1 Experience.</td></tr></table></center><p>After the fight, you head over to your campsite and relax by your delightful campfire.<center><table><tr><td><img src="/images/itemimages/hp.gif" height=30 width=30></td><td valign=center class=effect>You gain 4 hit points.</td></tr></table></center><center><Table><tr><td><img src="/images/itemimages/mp.gif" height=30 width=30></td><td valign=center class=effect>You gain 4 Muscularity Points.</td></tr></table></center><!--familiarmessage--><center><table><tr><td align=center valign=center><img src="/images/itemimages/slimeling.gif" width=30 height=30></td><td valign=center>Egon hops around, dancing a jig accompanied by wet squelching noises.</td></tr></table></center><p><span alt="1 kiss for winning" title="1 kiss for winning">A lusty Dreadsylvanian wench gives you a kiss on the cheek, whether or not that's your thing.</span><p>You gain 68 Strengthliness.<bR>You gain 34 Magicalness.<bR>You gain 40 Chutzpah.<bR><p><a name="end"></a><p><a href="adventure.php?snarfblat=340">Adventure Again (Dreadsylvanian Castle)</a><p><a href="clan_dreadsylvania.php">Go back to Dreadsylvania</a></center><script>parent.charpane.location.href="charpane.php";</script></td></tr></table></center></td></tr><tr><td height=4></td></tr></table><table><tr><td><form method=POST action="account_combatmacros.php"><input type=HIDDEN name=action value=edit><input type=HIDDEN name=macroid value="81591"><input type=SUBMIT value="Edit last macro"></form></td></tr></table></center></div></div><script>var pwd="96b8e2f8d7751033e738976be457fde7";</script><script src='/images/scripts/actionbar.20120529.js'></script><a href="#end" onclick="this.style.display='none';" style="padding: 3px; border: 1px solid black; background: blue; color: white; font-weight: bold; position:absolute; right: 1; top: 64;" id="jumptobot">(jump to final round)</a><div id='battab'><ul><li><a href='#bat-enhance'>Actions</a></li><li><a href='#kolformbox' title='Note: non-macro actions are not tracked!'>KoL</a></li><li><a href='#blacklist' class='blacktrigger'>Blacklist</a></li><li><a href='#wikibox' class='wickytrigger'>Wiki</a></li></ul><div id='bat-enhance' class='panel'><a href='fight.php' border=0><img id='compimg' src='images/adventureimages/3machines.gif'></a><p>Bat-Computer calculating...</div><div id='kolformbox' class='panel'><center><table id='kolforms'><form name=attack action=fight.php method=post><input type=hidden name=action value="attack"><tr><td align=center><input id='tack' picurl=fish onclick="return killforms(this)"  class=button type=submit value="Attack with your halibut"></td></tr></form></a><form name=useitem action=fight.php method=post><input type=hidden name=action value="useitem"><tr><td align=left><select name=whichitem><option value=0>(select an item)</option><option picurl=camera value=4169>4-d camera (9)</option><option picurl=clockbomb value=5280>4:20 bomb (27)</option><option picurl=8ball value=1907>8-ball (1)</option><option picurl=scroll2 value=547>334 scroll (5)</option><option picurl=scroll2 value=549>30669 scroll (10)</option><option picurl=disease value=2537>ancient spice (6)</option><option picurl=poisoncup value=829>anti-anti-antidote (20)</option><option picurl=handmirror value=2092>antique hand mirror (1)</option><option picurl=butterknife value=6104>Artist's Butterknife of Regret (1)</option><option picurl=cutter value=6106>Artist's Cookie Cutter of Loneliness (1)</option><option picurl=nutsack value=1510>bag of airline peanuts (1)</option><option picurl=toyball value=1391>ball (55)</option><option picurl=bananapeel value=2374>banana peel (11)</option><option picurl=fence value=145>barbed-wire fence (23)</option><option picurl=baseball value=181>baseball (3)</option><option picurl=lightsaver value=6028>Battlie Light Saver (50)</option><option picurl=lore value=4583>big glob of skin (3)</option><option picurl=blpepper value=2341>black pepper (2)</option><option picurl=eggplastic value=1071>black plastic oyster egg (3)</option><option picurl=luckycap value=3480>black spot (6)</option><option picurl=ppotion value=465>blue pixel potion (4)</option><option picurl=eggplastic value=1055>blue plastic oyster egg (7)</option><option picurl=potion16 value=5989>blue potion (16)</option><option picurl=trolldoll value=5433>blue raspberry troll doll (1)</option><option picurl=grenade value=5269>bobcat grenade (27)</option><option picurl=bomb value=5274>boozebomb (27)</option><option picurl=claybottle value=2240>bottle of alcohol (1)</option><option picurl=bubblebath value=1965>bottle of Monsieur Bubble (50)</option><option picurl=hammerbox value=5233>box of hammers (27)</option><option picurl=topgear value=6284>brass gear (1937)</option><option picurl=brick value=2582>brick of sand (2)</option><option picurl=grenade value=5271>broken glass grenade (27)</option><option picurl=locust1 value=2575>bronzed locust (23)</option><option picurl=handcuffs value=4603>bronze handcuffs (1)</option><option picurl=exclam value=821>bubbly potion of detection (88)</option><option picurl=buckyball value=3065>buckyball (63)</option><option picurl=librarycard value=4699>bus pass (4)</option><option picurl=candyclub value=4330>candy kneecapping stick (7)</option><option picurl=bigcaret value=3730>caret (6)</option><option picurl=cast value=474>cast (75)</option><option picurl=chainsawchain value=5309>chainsaw chain (2)</option><option picurl=butterfly value=615>chaos butterfly (1)</option><option picurl=wosp_scroll value=6140>Chinese curse words (2)</option><option picurl=ramekin value=6282>chipotle wasabi cilantro aioli (151)</option><option picurl=chlororag value=2396>chloroform rag (18)</option><option picurl=bigbomb value=5270>chocolate frosted sugar bomb (27)</option><option picurl=trolldoll value=5431>cinnamon troll doll (1)</option><option picurl=cloaca value=1334>Cloaca-Cola (11)</option><option picurl=cloaca value=1336>Cloaca grenade (6)</option><option picurl=exclam value=823>cloudy potion of inebriety (396)</option><option picurl=napkin value=2956>cocktail napkin (1)</option><option picurl=hotsauce value=3734>Colon Annihilation Hot Sauce (27)</option><option picurl=chimes value=2354>communications windchimes (95)</option><option picurl=crayonshavings value=5703>crayon shavings (1133)</option><option picurl=hulahoop value=4117>crusty hula hoop (1)</option><option picurl=crystalskull value=5231>crystal skull (28)</option><option picurl=grenade value=5750>CSA obedience grenade (311)</option><option picurl=coffeecup value=5531>cup of hickory chicory (1)</option><option picurl=d4 value=5285>d4 (101)</option><option picurl=d6 value=5286>d6 (100)</option><option picurl=d8 value=5287>d8 (101)</option><option picurl=d10 value=5288>d10 (102)</option><option picurl=d12 value=5289>d12 (1)</option><option picurl=d20 value=5290>d20 (101)</option><option picurl=jerkcicle value=5447>dangerous jerkcicle (11)</option><option picurl=exclam value=826>dark potion of mental acuity (368)</option><option picurl=flower value=5346>death blossom (40)</option><option picurl=cookbook value=536>dictionary (1)</option><option picurl=disease value=452>disease (1)</option><option picurl=divblowout value=3120>divine blowout (51)</option><option picurl=divstring value=3119>divine can of silly string (53)</option><option picurl=divpopper value=3121>divine champagne popper (163)</option><option picurl=divcracker value=3122>divine cracker (233)</option><option picurl=divnoise value=3118>divine noisemaker (50)</option><option picurl=dv_seedpod value=6502>Dreadsylvanian seed pod (3)</option><option picurl=syringe2 value=6026>Duskwalker syringe (49)</option><option picurl=dwarfbread value=910>dwarf bread (8)</option><option picurl=dyspepsi value=347>Dyspepsi-Cola (532)</option><option picurl=exclam value=824>effervescent potion of sleepiness (31)</option><option picurl=facehugger value=4087>facehugging alien (2)</option><option picurl=cookbook value=1316>facsimile dictionary (2)</option><option picurl=potion4 value=2091>fancy bath salts (1)</option><option picurl=maskball value=2133>fancy dress ball (73)</option><option picurl=fatstacks value=185>fat stacks of cash (1)</option><option picurl=stenchfeather value=2647>fetid feather (301)</option><option picurl=poultice value=2369>filthy poultice (108)</option><option picurl=fireball2 value=5999>fireball (26)</option><option picurl=exclam value=825>fizzy potion of blessing (377)</option><option picurl=hotfeather value=2644>flaming feather (313)</option><option picurl=flaregun value=1705>flaregun (1)</option><option picurl=sleazefeather value=2648>flirtatious feather (187)</option><option picurl=cruft value=2714>floorboard cruft (4)</option><option picurl=spookyfeather value=2646>frightful feather (313)</option><option picurl=ninjastars value=353>frigid ninja stars (1)</option><option picurl=styore value=3391>Frosty's iceball (1)</option><option picurl=coldfeather value=2645>frozen feather (346)</option><option picurl=nitrous value=2349>gas balloon (131)</option><option picurl=gauzegarter value=2402>gauze garter (213)</option><option picurl=document value=5327>ghost protocol (3)</option><option picurl=ghosttrap value=5308>ghost trap (17)</option><option picurl=gizmo value=2848>Gnomitronic Hyperspatial Demodulizer (1)</option><option picurl=hairwad value=1922>gob of wet hair (395)</option><option picurl=ringa value=3099>golden ring (2)</option><option picurl=goldstar value=5981>gold star (27)</option><option picurl=goto value=4948>GOTO (26)</option><option picurl=trolldoll value=5432>grape troll doll (1)</option><option picurl=ppotion value=466>green pixel potion (1)</option><option picurl=smokebomb value=2371>green smoke bomb (43)</option><option picurl=gyroscope value=3063>gyroscope (18)</option><option picurl=spraycan value=744>hair spray (1)</option><option picurl=milkcarton value=5538>half-empty carton of milk (4)</option><option picurl=scpowder value=2581>handful of sand (1)</option><option picurl=bomb value=5268>holy bomb, batman (27)</option><option picurl=crabmeat value=3597>imitation crab meat (1)</option><option picurl=cannedair value=4698>imp air (6)</option><option picurl=inkwell value=1958>inkwell (17)</option><option picurl=windjar value=5446>jar full of wind (13)</option><option picurl=metalfeather value=3098>killing feather (1)</option><option picurl=kite value=1392>kite (52)</option><option picurl=firecrack value=747>Knob Goblin firecracker (435)</option><option picurl=seltzer value=344>Knob Goblin seltzer (342)</option><option picurl=seltzer value=345>Knob Goblin superseltzer (179)</option><option picurl=eggplastic value=1067>lavender plastic oyster egg (5)</option><option picurl=jart value=4120>lawn dart (1)</option><option picurl=leftovers value=1777>leftovers of indeterminate origin (1)</option><option picurl=lewdcard value=3403>lewd playing card (38)</option><option picurl=licgarotte value=4331>licorice garrote (2)</option><option picurl=music value=3758>love song of disturbing obsession (300)</option><option picurl=music value=3756>love song of icy revenge (302)</option><option picurl=music value=3759>love song of naughty innuendo (302)</option><option picurl=music value=3755>love song of smoldering passion (300)</option><option picurl=music value=3757>love song of sugary cuteness (302)</option><option picurl=music value=3754>love song of vague ambiguity (300)</option><option picurl=potion4 value=518>magical mystery juice (2)</option><option picurl=string value=1159>mariachi G-string (151)</option><option picurl=vortex value=546>meat vortex (1)</option><option picurl=exclam value=819>milky potion of confusion (412)</option><option picurl=destroyobot value=3114>Miniborg Destroy-O-Bot (1)</option><option picurl=phone value=779>Mob Penguin cellular phone (2)</option><option picurl=razoryoyo value=3082>monomolecular yo-yo (29)</option><option picurl=exclam value=827>murky potion of healing (427)</option><option picurl=scoutdrone value=3086>mylar scout drone (58)</option><option picurl=cloaca value=2437>New Cloaca-Cola (2)</option><option picurl=ng value=624>NG (1)</option><option picurl=grenade value=5272>noxious gas grenade (27)</option><option picurl=eggplain value=1075>off-white plastic oyster egg (5)</option><option picurl=petfrisbee value=4119>old-school flying disc (1)</option><option picurl=snowflake value=5230>oversized snowflake (27)</option><option picurl=padl value=2065>PADL Phone (20)</option><option picurl=paintbomb value=5105>paint bomb (111)</option><option picurl=clipsproinger value=4867>paperclip sproinger (1)</option><option picurl=pencil value=6136>pencil kunai (5)</option><option picurl=pep_crook value=5398>peppermint crook (1)</option><option picurl=petnoodles value=4257>petrified wood (11)</option><option picurl=torpedo value=630>photoprotoneutron torpedo (241)</option><option picurl=slapper value=5542>pink-belly slapper (1)</option><option picurl=pixcross value=4594>pixel cross (32)</option><option picurl=pixeltank value=5907>pixel energy tank (1)</option><option picurl=pixvial value=4595>pixel holy water (22)</option><option picurl=pixwatch value=4598>pixel stopwatch (6)</option><option picurl=plasticcup value=4601>plastic cup of beer (8)</option><option picurl=hole value=613>plot hole (1)</option><option picurl=moonshine value=2439>poltergeist-in-the-jar-o (40)</option><option picurl=liquidmetal value=4084>pool of liquid metal (1)</option><option picurl=pooltorpedo value=5676>pool torpedo (75)</option><option picurl=copier value=4864>portable photocopier (10)</option><option picurl=posstomato value=3726>possessed tomato (9)</option><option picurl=top value=2129>possessed top (83)</option><option picurl=scpowder value=2538>powdered organs (1)</option><option picurl=potion1 value=610>procrastination potion (1)</option><option picurl=eggplastic value=1059>puce plastic oyster egg (1)</option><option picurl=taffy4 value=6364>pulled blue taffy (156)</option><option picurl=taffy3 value=6363>pulled green taffy (83)</option><option picurl=taffy2 value=6362>pulled indigo taffy (87)</option><option picurl=taffy5 value=6365>pulled orange taffy (146)</option><option picurl=taffy7 value=6367>pulled red taffy (148)</option><option picurl=taffy6 value=6366>pulled violet taffy (128)</option><option picurl=taffy1 value=6361>pulled yellow taffy (51)</option><option picurl=tinyblowgun value=2237>pygmy blowgun (1)</option><option picurl=raindohbox value=5563>Rain-Doh black box (1)</option><option picurl=raindohballs selected value=5560>Rain-Doh blue balls (1)</option><option picurl=raindohcup value=5561>Rain-Doh indigo cup (1)</option><option picurl=raindohagent value=5557>Rain-Doh orange agent (1)</option><option picurl=canlid value=559>razor-sharp can lid (603)</option><option picurl=razoryoyo value=2138>razor-tipped yo-yo (41)</option><option picurl=ppotion value=464>red pixel potion (4)</option><option picurl=eggplastic value=1051>red plastic oyster egg (1)</option><option picurl=potion15 value=5988>red potion (10)</option><option picurl=redwagon value=4121>red wagon (9)</option><option picurl=unicycle2 value=4116>rickety old unicycle (1)</option><option picurl=bluebomb value=5991>round blue bomb (5)</option><option picurl=vial value=2438>scented massage oil (64)</option><option picurl=afuescroll value=1960>scroll of ancient forbidden unspeakable evil (54)</option><option picurl=doubleice value=5048>shard of double-ice (35)</option><option picurl=powder value=2704>shrinking powder (40)</option><option picurl=skullbomb value=5273>skull with a fuse in it (26)</option><option picurl=slimestack value=4137>slime stack (21)</option><option picurl=smokinggrass value=5719>smoking grass (107)</option><option picurl=exclam value=822>smoky potion of ettin strength (374)</option><option picurl=10101 value=3744>software glitch (1)</option><option picurl=soggybandaid value=5678>soggy used band-aid (58)</option><option picurl=biscuit value=563>sonar-in-a-biscuit (4)</option><option picurl=tripple value=6027>Space Tours Tripple (60)</option><option picurl=skateunitard value=4214>spangly unitard (1)</option><option picurl=specjelly value=3741>spectral jelly (1)</option><option picurl=scepter value=2678>spectre scepter (40)</option><option picurl=spice value=8>spices (3)</option><option picurl=web value=27>spider web (476)</option><option picurl=dynamite value=2493>stick of dynamite (5)</option><option picurl=stuffdopp value=2135>stuffed alien blob (44)</option><option picurl=stuffdopp value=1394>stuffed doppelshifter (33)</option><option picurl=stuffdopp value=3083>stuffed gray blob (27)</option><option picurl=radiogaga value=2351>superamplified boom box (10)</option><option picurl=exclam value=820>swirly potion of teleportitis (215)</option><option picurl=tardiskey value=6029>T.U.R.D.S. Key (53)</option><option picurl=rattails value=4736>tangle of rat tails (2)</option><option picurl=page value=3462>terrible poem (1)</option><option picurl=book4 value=2947>The Big Book of Pirate Insults (1)</option><option picurl=bigbomb value=5225>The Bomb (26)</option><option picurl=tinygothgiant value=4587>tiny goth giant (1)</option><option picurl=top value=1390>top (72)</option><option picurl=deathbot value=3068>toy deathbot (5)</option><option picurl=soldier value=2139>toy mercenary (5)</option><option picurl=soldier value=1397>toy soldier (5)</option><option picurl=evilkite value=2131>tree-eating kite (19)</option><option picurl=troporchid value=2492>tropical orchid (15)</option><option picurl=tube value=6135>tube of herbal ointment (3)</option><option picurl=light value=5229>unbearable light (28)</option><option picurl=moonshine value=2440>unnatural gas (40)</option><option picurl=dixiecup value=1788>unrefined Mountain Stream syrup (25)</option><option picurl=battery value=3103>unstable laser battery (1)</option><option picurl=vial2 value=5983>vial of holy water (21)</option><option picurl=vial value=409>vial of patchouli oil (1)</option><option picurl=spookybark value=5528>whimpering willow bark (1)</option><option picurl=smallfence value=270>white picket fence (23)</option><option picurl=potion5 value=469>wussiness potion (148)</option><option picurl=eggplastic value=1079>yellow plastic oyster egg (37)</option><option picurl=yeinsult value=6278>Ye Olde Medieval Insult (166)</option><option picurl=yoyo value=1389>yo-yo (24)</option><option picurl=zomboeye value=3388>Zombo's empty eye (1)</option></select><br><select name=whichitem2><option value=0>(select an item)</option><option  value=4169>4-d camera (9)</option><option  value=5280>4:20 bomb (27)</option><option  value=1907>8-ball (1)</option><option  value=547>334 scroll (5)</option><option  value=549>30669 scroll (10)</option><option  value=2537>ancient spice (6)</option><option  value=829>anti-anti-antidote (20)</option><option  value=2092>antique hand mirror (1)</option><option  value=6104>Artist's Butterknife of Regret (1)</option><option  value=6106>Artist's Cookie Cutter of Loneliness (1)</option><option  value=1510>bag of airline peanuts (1)</option><option  value=1391>ball (55)</option><option  value=2374>banana peel (11)</option><option  value=145>barbed-wire fence (23)</option><option  value=181>baseball (3)</option><option  value=6028>Battlie Light Saver (50)</option><option  value=4583>big glob of skin (3)</option><option  value=2341>black pepper (2)</option><option  value=1071>black plastic oyster egg (3)</option><option  value=3480>black spot (6)</option><option  value=465>blue pixel potion (4)</option><option  value=1055>blue plastic oyster egg (7)</option><option  value=5989>blue potion (16)</option><option  value=5433>blue raspberry troll doll (1)</option><option  value=5269>bobcat grenade (27)</option><option  value=5274>boozebomb (27)</option><option  value=2240>bottle of alcohol (1)</option><option  value=1965>bottle of Monsieur Bubble (50)</option><option  value=5233>box of hammers (27)</option><option  value=6284>brass gear (1937)</option><option  value=2582>brick of sand (2)</option><option  value=5271>broken glass grenade (27)</option><option  value=2575>bronzed locust (23)</option><option  value=4603>bronze handcuffs (1)</option><option  value=821>bubbly potion of detection (88)</option><option  value=3065>buckyball (63)</option><option  value=4699>bus pass (4)</option><option  value=4330>candy kneecapping stick (7)</option><option  value=3730>caret (6)</option><option  value=474>cast (75)</option><option  value=5309>chainsaw chain (2)</option><option  value=615>chaos butterfly (1)</option><option  value=6140>Chinese curse words (2)</option><option  value=6282>chipotle wasabi cilantro aioli (151)</option><option  value=2396>chloroform rag (18)</option><option  value=5270>chocolate frosted sugar bomb (27)</option><option  value=5431>cinnamon troll doll (1)</option><option  value=1334>Cloaca-Cola (11)</option><option  value=1336>Cloaca grenade (6)</option><option  value=823>cloudy potion of inebriety (396)</option><option  value=2956>cocktail napkin (1)</option><option  value=3734>Colon Annihilation Hot Sauce (27)</option><option  value=2354>communications windchimes (95)</option><option  value=5703>crayon shavings (1133)</option><option  value=4117>crusty hula hoop (1)</option><option  value=5231>crystal skull (28)</option><option  value=5750>CSA obedience grenade (311)</option><option  value=5531>cup of hickory chicory (1)</option><option  value=5285>d4 (101)</option><option  value=5286>d6 (100)</option><option  value=5287>d8 (101)</option><option  value=5288>d10 (102)</option><option  value=5289>d12 (1)</option><option  value=5290>d20 (101)</option><option  value=5447>dangerous jerkcicle (11)</option><option  value=826>dark potion of mental acuity (368)</option><option  value=5346>death blossom (40)</option><option  value=536>dictionary (1)</option><option  value=452>disease (1)</option><option  value=3120>divine blowout (51)</option><option  value=3119>divine can of silly string (53)</option><option  value=3121>divine champagne popper (163)</option><option  value=3122>divine cracker (233)</option><option  value=3118>divine noisemaker (50)</option><option  value=6502>Dreadsylvanian seed pod (3)</option><option  value=6026>Duskwalker syringe (49)</option><option  value=910>dwarf bread (8)</option><option  value=347>Dyspepsi-Cola (532)</option><option  value=824>effervescent potion of sleepiness (31)</option><option  value=4087>facehugging alien (2)</option><option  value=1316>facsimile dictionary (2)</option><option  value=2091>fancy bath salts (1)</option><option  value=2133>fancy dress ball (73)</option><option  value=185>fat stacks of cash (1)</option><option  value=2647>fetid feather (301)</option><option  value=2369>filthy poultice (108)</option><option  value=5999>fireball (26)</option><option  value=825>fizzy potion of blessing (377)</option><option  value=2644>flaming feather (313)</option><option  value=1705>flaregun (1)</option><option  value=2648>flirtatious feather (187)</option><option  value=2714>floorboard cruft (4)</option><option  value=2646>frightful feather (313)</option><option  value=353>frigid ninja stars (1)</option><option  value=3391>Frosty's iceball (1)</option><option  value=2645>frozen feather (346)</option><option  value=2349>gas balloon (131)</option><option  value=2402>gauze garter (213)</option><option  value=5327>ghost protocol (3)</option><option  value=5308>ghost trap (17)</option><option  value=2848>Gnomitronic Hyperspatial Demodulizer (1)</option><option  value=1922>gob of wet hair (395)</option><option  value=3099>golden ring (2)</option><option  value=5981>gold star (27)</option><option  value=4948>GOTO (26)</option><option  value=5432>grape troll doll (1)</option><option  value=466>green pixel potion (1)</option><option  value=2371>green smoke bomb (43)</option><option  value=3063>gyroscope (18)</option><option  value=744>hair spray (1)</option><option  value=5538>half-empty carton of milk (4)</option><option  value=2581>handful of sand (1)</option><option  value=5268>holy bomb, batman (27)</option><option  value=3597>imitation crab meat (1)</option><option  value=4698>imp air (6)</option><option  value=1958>inkwell (17)</option><option  value=5446>jar full of wind (13)</option><option  value=3098>killing feather (1)</option><option  value=1392>kite (52)</option><option  value=747>Knob Goblin firecracker (435)</option><option  value=344>Knob Goblin seltzer (342)</option><option  value=345>Knob Goblin superseltzer (179)</option><option  value=1067>lavender plastic oyster egg (5)</option><option  value=4120>lawn dart (1)</option><option  value=1777>leftovers of indeterminate origin (1)</option><option  value=3403>lewd playing card (38)</option><option  value=4331>licorice garrote (2)</option><option  value=3758>love song of disturbing obsession (300)</option><option  value=3756>love song of icy revenge (302)</option><option  value=3759>love song of naughty innuendo (302)</option><option  value=3755>love song of smoldering passion (300)</option><option  value=3757>love song of sugary cuteness (302)</option><option  value=3754>love song of vague ambiguity (300)</option><option  value=518>magical mystery juice (2)</option><option  value=1159>mariachi G-string (151)</option><option  value=546>meat vortex (1)</option><option  value=819>milky potion of confusion (412)</option><option  value=3114>Miniborg Destroy-O-Bot (1)</option><option  value=779>Mob Penguin cellular phone (2)</option><option  value=3082>monomolecular yo-yo (29)</option><option  value=827>murky potion of healing (427)</option><option  value=3086>mylar scout drone (58)</option><option  value=2437>New Cloaca-Cola (2)</option><option  value=624>NG (1)</option><option  value=5272>noxious gas grenade (27)</option><option  value=1075>off-white plastic oyster egg (5)</option><option  value=4119>old-school flying disc (1)</option><option  value=5230>oversized snowflake (27)</option><option  value=2065>PADL Phone (20)</option><option  value=5105>paint bomb (111)</option><option  value=4867>paperclip sproinger (1)</option><option  value=6136>pencil kunai (5)</option><option  value=5398>peppermint crook (1)</option><option  value=4257>petrified wood (11)</option><option  value=630>photoprotoneutron torpedo (241)</option><option  value=5542>pink-belly slapper (1)</option><option  value=4594>pixel cross (32)</option><option  value=5907>pixel energy tank (1)</option><option  value=4595>pixel holy water (22)</option><option  value=4598>pixel stopwatch (6)</option><option  value=4601>plastic cup of beer (8)</option><option  value=613>plot hole (1)</option><option  value=2439>poltergeist-in-the-jar-o (40)</option><option  value=4084>pool of liquid metal (1)</option><option  value=5676>pool torpedo (75)</option><option  value=4864>portable photocopier (10)</option><option  value=3726>possessed tomato (9)</option><option  value=2129>possessed top (83)</option><option  value=2538>powdered organs (1)</option><option  value=610>procrastination potion (1)</option><option  value=1059>puce plastic oyster egg (1)</option><option  value=6364>pulled blue taffy (156)</option><option  value=6363>pulled green taffy (83)</option><option  value=6362>pulled indigo taffy (87)</option><option  value=6365>pulled orange taffy (146)</option><option  value=6367>pulled red taffy (148)</option><option  value=6366>pulled violet taffy (128)</option><option  value=6361>pulled yellow taffy (51)</option><option  value=2237>pygmy blowgun (1)</option><option  value=5563>Rain-Doh black box (1)</option><option  value=5560>Rain-Doh blue balls (1)</option><option  value=5561>Rain-Doh indigo cup (1)</option><option  value=5557>Rain-Doh orange agent (1)</option><option  value=559>razor-sharp can lid (603)</option><option  value=2138>razor-tipped yo-yo (41)</option><option  value=464>red pixel potion (4)</option><option  value=1051>red plastic oyster egg (1)</option><option  value=5988>red potion (10)</option><option  value=4121>red wagon (9)</option><option  value=4116>rickety old unicycle (1)</option><option  value=5991>round blue bomb (5)</option><option  value=2438>scented massage oil (64)</option><option  value=1960>scroll of ancient forbidden unspeakable evil (54)</option><option  value=5048>shard of double-ice (35)</option><option  value=2704>shrinking powder (40)</option><option  value=5273>skull with a fuse in it (26)</option><option  value=4137>slime stack (21)</option><option  value=5719>smoking grass (107)</option><option  value=822>smoky potion of ettin strength (374)</option><option  value=3744>software glitch (1)</option><option  value=5678>soggy used band-aid (58)</option><option  value=563>sonar-in-a-biscuit (4)</option><option  value=6027>Space Tours Tripple (60)</option><option  value=4214>spangly unitard (1)</option><option  value=3741>spectral jelly (1)</option><option  value=2678>spectre scepter (40)</option><option  value=8>spices (3)</option><option  value=27>spider web (476)</option><option  value=2493>stick of dynamite (5)</option><option  value=2135>stuffed alien blob (44)</option><option  value=1394>stuffed doppelshifter (33)</option><option  value=3083>stuffed gray blob (27)</option><option  value=2351>superamplified boom box (10)</option><option  value=820>swirly potion of teleportitis (215)</option><option  value=6029>T.U.R.D.S. Key (53)</option><option  value=4736>tangle of rat tails (2)</option><option  value=3462>terrible poem (1)</option><option  value=2947>The Big Book of Pirate Insults (1)</option><option  value=5225>The Bomb (26)</option><option  value=4587>tiny goth giant (1)</option><option  value=1390>top (72)</option><option  value=3068>toy deathbot (5)</option><option  value=2139>toy mercenary (5)</option><option  value=1397>toy soldier (5)</option><option  value=2131>tree-eating kite (19)</option><option  value=2492>tropical orchid (15)</option><option  value=6135>tube of herbal ointment (3)</option><option  value=5229>unbearable light (28)</option><option  value=2440>unnatural gas (40)</option><option  value=1788>unrefined Mountain Stream syrup (25)</option><option  value=3103>unstable laser battery (1)</option><option  value=5983>vial of holy water (21)</option><option  value=409>vial of patchouli oil (1)</option><option  value=5528>whimpering willow bark (1)</option><option  value=270>white picket fence (23)</option><option  value=469>wussiness potion (148)</option><option  value=1079>yellow plastic oyster egg (37)</option><option  value=6278>Ye Olde Medieval Insult (166)</option><option  value=1389>yo-yo (24)</option><option  value=3388>Zombo's empty eye (1)</option></select> <input class=button type=submit onclick="return killforms(this);" value="Use Item(s)"></td></tr></form><form name=skill action=fight.php method=post><input type=hidden name=action value="skill"><tr><td align=center><select name=whichskill><option value='none'>(select a skill)</option><option value="15" picurl="commacha" >CLEESH (7 Muscularity Points)</option><option value="19" picurl="snout" >Transcendent Olfaction (37 Muscularity Points)</option><option value="55" picurl="volcmeteor" >Volcanometeor Showeruption (0 Muscularity Points)</option><option value="56" picurl="coffeecup" >Wassail (27 Muscularity Points)</option><option value="57" picurl="vortex" >Toynado (117 Muscularity Points)</option><option value="61" picurl="wink" >Offensive Joke (12 Muscularity Points)</option><option value="84" picurl="corclubcor" >Silent Slam (2 Muscularity Points)</option><option value="85" picurl="blooddrops" >Silent Squirt (7 Muscularity Points)</option><option value="86" picurl="soulknife" >Silent Slice (2 Muscularity Points)</option><option value="1022" picurl="clobber" >Clobber (0 Muscularity Points)</option><option value="1003" picurl="club" selected>Thrust-Smack (1 Muscularity Point)</option><option value="1005" picurl="cudgel" >Lunging Thrust-Smack (5 Muscularity Points)</option><option value="3022" picurl="candypile" >Candyblast (3 Muscularity Points)</option><option value="3004" picurl="entnoodles" >Entangling Noodles (1 Muscularity Point)</option><option value="3008" picurl="ironspoon" >Weapon of the Pastalord (21 Muscularity Points)</option><option value="4022" picurl="icingsurge" >Surge of Icing (7 Muscularity Points)</option><option value="4012" picurl="saucegeyser" >Saucegeyser (25 Muscularity Points)</option><option value="5023" picurl="mistletoe" >Stealth Mistletoe (2 Muscularity Points)</option></select> <input class=button type=submit onclick="return killforms(this);" value="Use Skill"></td></tr></form><form name=macro action=fight.php method=post><input type=hidden name=action value="macro"><tr><td><textarea name="macrotext" cols=25 rows=10 placeholder="type macro here"></textarea><script language=JavaScript src="/macrohelper.js"></script></td></tr><tr><td align=center><select name=whichmacro><option value='0'>(select a macro)</option><option value="96902" picurl="" >Clean-up on Aisle 3</option><option value="81591" picurl="bsword" selected>Kill Everything</option><option value="81592" picurl="backwatch" >Kill Time</option><option value="87493" picurl="ast_mask" >Mug of Mugging</option><option value="81590" picurl="breath" >Nom Nom Nom</option><option value="96791" picurl="assembly2" >Pasta and sauce</option><option value="86876" picurl="3clawsbig" >Scritch Scritch</option></select> <input class=button type=submit onclick="return killforms(this);" value="Execute Macro"></td></tr></form><form name=runaway action=fight.php method=post><input type=hidden name=action value='macro'><input type=hidden name=macrotext value="runaway; repeat"><tr><td align=center><input class=button onclick="return killforms(this);" type=submit value="Run Away"></td></tr></form></table></center></div><div id='blacklist' class='panel'><p>The blacklist goes here.</div><div id='wikibox' class='panel'><p><img src='images/itemimages/book5.gif'><p>Consulting the Bat-Monstercyclopedia...</div></div>
<div id='clibox'><span style='float: right'><font size=1>[<a href=# class='cliclose'>close</a>]</font></span>Enter a CLI command:<p><form id='cliform' action='fight.ash' method=post><input name=cli type=text size=60></form><p><a href='#' class='clilink'>help</a> <a href='#' class='clilink' title='ashwiki CLI Reference'>more help</a></div><div id='clifeedback' class='clisuccess'></div><div id='mask' class='cliclose'></div>
</body><script src="/onfocus.js"></script></html>
Might also have another issue. While they might show up in the Pulverize part of the Item Manager, ash doesn't get cluster info.
Code:
> ash get_related($item[drafty drawers],"pulverize")

Returned: aggregate int [item]

> ash get_related($item[halibut],"pulverize")

Returned: aggregate int [item]
sea salt crystal => 1000000

> ash get_related($item[tonguebone],"pulverize")

Returned: aggregate int [item]
 
Last edited:

Veracity

Developer
Staff member
I've noticed that too. Thanks for the HTML!

Edit: OK, that happens when there is no 'monname' span on the fight page. That's because skeletons are named "Prisoner #xxx" and have bold "Sentence" and "Crime" annotations. Used to be, not having a 'monname' span only happened in Haiku. So, we tried to be "cute"

Pretend that the line
below has five syllables:
...

and give you a haiku.

Considering that you can get the haiku effect in the middle of a combat - using the combat skill from the haiku katana - we can't tell before we decorate the page if it is haiku. I think the easiest solution is to simply forsake the "cute" and just give the monster stats.
 
Last edited:

Darzil

Developer
New effect :

1328 Song of Sauce songsauce.gif dc3d9a4c5370151b061399b7325b68ba
Song of Sauce Spell Damage Percent: +100, Hot Damage: +50, Hot Spell Damage: +50
 

Veracity

Developer
Staff member
Drunkula's wineglass changes the "overdrunk" mechanism: rather than allowing it, but forcing you into Drunken Stupor adventures, it allows you to go the the adventure zone of your choice, but not use skills, spells, or combat items. Your familiar can act, but at -30 lbs. to its weight.

Which is to say, in certain circumstances it might be just what you want to do, but usually it's probably just as undesirable as Drunken Stupor adventuring.

Perhaps a warning in the Relay Browser is appropriate. (Do we have such a warning for normal overdrunk adventuring? Actually, I am sue that we do not, since that is the normal condition for fighting Count Drunkula. Huh. I'd definitely like to not have a wineglass in inventory before going in to face him!)

And we currently disallow automated overdrunk adventuring. How would/should that change in light of this item?
 

Crowther

Active member
I'm confused. The wineglass is an off-hand item. I assumed you had to have it in hand for its effects to work. If that's the case, then someone using it is an intentional act and no warning is needed about being over drunk.
If it works from inventory, then yes please, I really want to keep the warning.
 

Veracity

Developer
Staff member
Ah, good point. Nothing is needed in the Relay Browser to handle it, and we should simply allow automated adventuring overdrunk if it is equipped.
 
Top