New Content - Implemented Advent 2011

mstieler

Member
moar items

Unknown item found: cinnamon troll doll (5431, 178314347)
--------------------
5431 cinnamon troll doll none, combat all 0
5431 178314347 trolldoll.gif cinnamon troll doll
# cinnamon troll doll
--------------------
Unknown item found: blue raspberry troll doll (5433, 497420048)
--------------------
5433 blue raspberry troll doll none, combat all 0
5433 497420048 trolldoll.gif blue raspberry troll doll
# blue raspberry troll doll
--------------------
Unknown item found: grape troll doll (5432, 258398178)
--------------------
5432 grape troll doll none, combat all 0
5432 258398178 trolldoll.gif grape troll doll
# grape troll doll
--------------------
 

Bale

Minion
Correct. They are indefinitely re-usable although each of them can only be used once per combat.
 

Yendor

Member
New zone: Fudge Mountain (zone 275), and a new item:
--------------------
5435 fudgecule none all 15
5435 800138400 fudgecule.gif fudgecule
# fudgecule
--------------------
 

mstieler

Member
More newerer stuff:

[2721] Fudge Mountain
Encounter: Fudge Mountain Breakdown
Unsupported choice adventure #559
Click here to continue in the relay browser.

choice 1: Frolic in the wildflowers
choice 2: Look for trouble
choice 3: Climb toward the summit
choice 4: Head downward
Unknown item found: fudge lily (5436, 643283242)
--------------------
5436 fudge lily usable all 0
5436 643283242 fudgelily.gif fudge lily
fudge lily Effect: "Stop and Smell the Fudge", Effect Duration: 20
--------------------
--------------------
962 Stop and Smell the Fudge fudgelily.gif 9bde202465952c94aca305ed62a61bdf use 1 fudge lily
# Stop and Smell the Fudge: Find 25% More Fudge
--------------------

choice 1: Frolic in the wildflowers - Gives "fudge lily", above
choice 2: Look for trouble - no adventure consumed (yet)
choice 3: Climb toward the summit - no adventure consumed (yet)
choice 4: Head downward - no adventure consumed (yet)
 
It doesn't seem like r10096 supports the new choice adventure properly. I can't pick a default choice for that fudge mountain choice adventure yet. Or am I misunderstanding the change that slyz made on this last update?
 

mad dudy

Member
It doesn't seem like r10096 supports the new choice adventure properly. I can't pick a default choice for that fudge mountain choice adventure yet. Or am I misunderstanding the change that slyz made on this last update?

i don't see anything also. so i wasn't crazy
ewgfa.png
 

Veracity

Developer
Staff member
> ash $location[Fudge Mountain]

Returned: Fudge Mountain
nocombats => false
zone => The Candy Diorama
parent => Holiday
parentdesc => Holiday Zones
bounty => none

Test:

> ash adventure( 1, $location[ Fudge Mountain ] )

Visit to The Candy Diorama: Fudge Mountain in progress...

[326729] Fudge Mountain
Encounter: fudge vulture
Strategy: brianna [default]
Round 0: Brianna wins initiative!
Round 1: Brianna executes a macro!
Round 1: Brianna attacks!
Round 2: fudge vulture takes 1615 damage.
Round 2: Brianna wins the fight!
After Battle: Tort does a couple of karate moves, then swivels his hips and gyrates his pelvis.
You acquire an item: fudgecule (6)
You gain 5 Beefiness
You gain 8 Magicalness
You gain 9 Sarcasm

Returned: true
Revision 100101
 
Last edited:

Sputnik1

Member
Actually nm, I was trying to define the location to a string loc and run it through adventure(1, $location[loc])
 
Last edited:

Theraze

Active member
If you want to do that, you'd want to do
Code:
to_location(loc)
instead of
Code:
$location[loc]
Note the lack of quotation marks... add the marks back and you're back to adventuring with the Friars. :)
 

slyz

Developer
Code:
> ash $location[loc]

Returned: Friar Ceremony Location
nocombats => true
zone => Friars
parent => Friars
parentdesc => Deep Fat Friar's
bounty => none
 
Top