Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Poll

So.... Saturday.

12:00 EST
- 0 (0%)
13:00 EST (1 pm)
- 0 (0%)
14:00 EST (2pm)
- 0 (0%)
Nope not coming ):
- 0 (0%)

Total Members Voted: 0


Pages: 1 ... 109 110 [111] 112 113 ... 116

Author Topic: Trail's End: Semi-Trained Hero's Journey :: the end is nigh (3.5e)  (Read 98144 times)

Skyrunner

  • Bay Watcher
  • ?!?!
    • View Profile
    • Portfolio
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1650 on: May 18, 2012, 02:48:53 pm »

Whoops, must add that there is teh loot:

Sustaining Spoon
Staff of Fire
Wand of Heightened 4th level Hold Person
Staff of Size Alteration (20 charges)
Rod of Cancellation
POtion of Cat's Grace
Wand of Wall of Fire
Potion of Magic Stone
Bag of Holding II
Potion of Cure Light Wounds


and 22100 GP per player.
Logged

bay12 lower boards IRC:irc.darkmyst.org @ #bay12lb
"Oh, they never lie. They dissemble, evade, prevaricate, confoud, confuse, distract, obscure, subtly misrepresent and willfully misunderstand with what often appears to be a positively gleeful relish ... but they never lie" -- Look To Windward

Theoboldi

  • Bay Watcher
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1651 on: May 18, 2012, 02:54:26 pm »

BRYCE and OWLEN LEVEL UP!

BRYCE takes his final level of malconvoker! His BAB and saves improve! He takes greater spell focus (conjuration) as his 15th level feat! He learns safe summonings, and can now dismiss his summoned evil creatures as a swift action! He gains 8 hp! He has learned 7th level spells!

OWLEN takes a level in beguiler! His cloaked casting improves, and now grants +2 to overcome spell resistance! His will save and BAB improve! He gains 10 hp! He has learned 7th level spells!

And I guess Bryce will take the wand of wall of fire. Should give him something to do on the turns when he doesn't summon.
« Last Edit: May 18, 2012, 02:56:25 pm by Theoboldi »
Logged

SeriousConcentrate

  • Bay Watcher
  • The Hollow Street Hero
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1652 on: May 18, 2012, 03:12:21 pm »

Server appears to be up, but I keep getting connection time-out errors. :-\
Logged
SerCon Shorts: This Is How You Do It - Twenty-three one minute or less videos of random stupidity in AC:U, Bloodborne, DS2:SotFS, Salt & Sanctuary, and The Witcher 3.

Skyrunner

  • Bay Watcher
  • ?!?!
    • View Profile
    • Portfolio
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1653 on: May 18, 2012, 03:15:25 pm »

It should be better now. :3
Logged

bay12 lower boards IRC:irc.darkmyst.org @ #bay12lb
"Oh, they never lie. They dissemble, evade, prevaricate, confoud, confuse, distract, obscure, subtly misrepresent and willfully misunderstand with what often appears to be a positively gleeful relish ... but they never lie" -- Look To Windward

The Fool

  • Bay Watcher
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1654 on: May 18, 2012, 07:23:29 pm »

Here's my macro for my level 5 spell.

Code: [Select]
[h:value = 1d7]

[h,switch(value):
case "1": energy = "Fire";
case "2": energy = "Acid";
case "3": energy = "Electricity";
case "4": energy = "Poison";
case "5": energy = "Cold";
case "6": energy = "Sonic";
case "7": energy = "Force";
default: energy = 0]

[h,switch(value):
case "1": colour = "red";
case "2": colour = "orange";
case "3": colour = "yellow";
case "4": colour = "green";
case "5": colour = "blue";
case "6": colour = "indigo";
case "7": colour = "violet";
default: colour = 0]

[h:value2 = 1d7]

[h,switch(value2):
case "1": energy2 = "Fire";
case "2": energy2 = "Acid";
case "3": energy2 = "Electricity";
case "4": energy2 = "Poison";
case "5": energy2 = "Cold";
case "6": energy2 = "Sonic";
case "7": energy2 = "Force";
default: energy2 = 0]

[h,switch(value2):
case "1": colour2 = "red";
case "2": colour2 = "orange";
case "3": colour2 = "yellow";
case "4": colour2 = "green";
case "5": colour2 = "blue";
case "6": colour2 = "indigo";
case "7": colour2 = "violet";
default: colour2 = 0]

<b>Ikkeeliou smiles at {Target} while a {colour} ray and a {colour2} ray fly at them.<br>
Touch Attack: [t:d20+16] | [t:energy] Damage: 90 | Sneak Attack: [t:5d6]<br>
Touch Attack: [t:d20+16] | [t:energy2] Damage: 90 | Sneak Attack: [t:5d6]</b>
Logged

Steam ID: The Fool [B12]
A Flexible Mind (Suggestion Game)

SeriousConcentrate

  • Bay Watcher
  • The Hollow Street Hero
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1655 on: May 18, 2012, 07:34:46 pm »

Hmm, is it possible to adapt that into an attack macro so it checks for criticals automatically? I suppose it would depend on if you could make it recognize greater than/equal to cases, though...
Logged
SerCon Shorts: This Is How You Do It - Twenty-three one minute or less videos of random stupidity in AC:U, Bloodborne, DS2:SotFS, Salt & Sanctuary, and The Witcher 3.

Skyrunner

  • Bay Watcher
  • ?!?!
    • View Profile
    • Portfolio
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1656 on: May 18, 2012, 07:54:40 pm »

Hmm, is it possible to adapt that into an attack macro so it checks for criticals automatically? I suppose it would depend on if you could make it recognize greater than/equal to cases, though...

If there is such a thing as bool in Javascript, I suppose it could work.

Or a if/then.
Logged

bay12 lower boards IRC:irc.darkmyst.org @ #bay12lb
"Oh, they never lie. They dissemble, evade, prevaricate, confoud, confuse, distract, obscure, subtly misrepresent and willfully misunderstand with what often appears to be a positively gleeful relish ... but they never lie" -- Look To Windward

SeriousConcentrate

  • Bay Watcher
  • The Hollow Street Hero
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1657 on: May 18, 2012, 08:31:10 pm »

Yeah, apparently my MapTools is messing up and I can't get back into the server. It keeps loading endlessly. I guess I'm going to have to sit the rest of this one out. :\
Logged
SerCon Shorts: This Is How You Do It - Twenty-three one minute or less videos of random stupidity in AC:U, Bloodborne, DS2:SotFS, Salt & Sanctuary, and The Witcher 3.

Theoboldi

  • Bay Watcher
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1658 on: May 18, 2012, 08:32:27 pm »

Looks like I have the same problem. Sorry guys.
Logged

Araph

  • Bay Watcher
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1659 on: May 18, 2012, 08:35:40 pm »

Same here.
Logged

Skyrunner

  • Bay Watcher
  • ?!?!
    • View Profile
    • Portfolio
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1660 on: May 18, 2012, 08:39:02 pm »

Comcast.

/end error report.

T_T
Logged

bay12 lower boards IRC:irc.darkmyst.org @ #bay12lb
"Oh, they never lie. They dissemble, evade, prevaricate, confoud, confuse, distract, obscure, subtly misrepresent and willfully misunderstand with what often appears to be a positively gleeful relish ... but they never lie" -- Look To Windward

The Fool

  • Bay Watcher
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1661 on: May 18, 2012, 08:39:24 pm »

Hmm, is it possible to adapt that into an attack macro so it checks for criticals automatically? I suppose it would depend on if you could make it recognize greater than/equal to cases, though...
Yes you can...

Spoiler (click to show/hide)
Logged

Steam ID: The Fool [B12]
A Flexible Mind (Suggestion Game)

Dwarmin

  • Bay Watcher
  • Where do we go from here?
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1662 on: May 19, 2012, 11:55:37 am »

@Skyrunner: Any chance of meeting this weekend and completing the session? ^^

Also, while I griped about the session, it was more me having a bad night IRL than anything on you Sky. You designed an encounter where we had to use our brains a bit, and I wasn't really prepared for it. So, sorry if I made you feel like you were doing a bad job.

As for looting, Tali takes the Bag of Holding, and Ria Staff of Size Alteration.

Also, Ria is starting to craft Baels bow up to a +5 over the next in-game month.

Edit: Also, buying one of these. Screw DR. :P

Quote
Elemental Quiver
Tied to one of the four traditional elements, four varieties of this quiver may be crafted. The quiver may hold up to 10 arrows; arrows which are drawn from the quiver and then fired from any bow transform into a bolt of elemental energy which deals the bows' normal die of damage as the elemental type. Any additional enhancements from the bow apply as normal. It takes a standard action to refill the quiver with 10 new arrows and have them take on the elemental subtype.

Fire Element (Fire)-Fashioned of red leather with golden words of power inscribed in Ignan.
Water Element (Cold)-Fashioned of dark blue leather with light blue words of power inscribed in Aquan.
Air Element (Sonic)-Fashioned of white leather with black words of power inscribed in Auran.
Earth Element (Acid)-Fashioned of dark green leather with white words of power inscribed in Terran.

Moderate Evocation; CL 5th; Craft Wondrous Item, Craft Magic Arms & Armor, Acid Arrow, Scorching Ray, Shatter, or Ray of Frost; Price 5,000gp; Weight 2 lbs
« Last Edit: May 19, 2012, 01:20:38 pm by Dwarmin »
Logged
Dwarmin's fell gaze has fallen upon you. Sadly, Your life and your quest end here, at this sig.

"The hats never coming off."

Theoboldi

  • Bay Watcher
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1663 on: May 19, 2012, 12:59:17 pm »

And I guess Bryce will take the wand of wall of fire. Should give him something to do on the turns when he doesn't summon.
*Cough*
Logged

SeriousConcentrate

  • Bay Watcher
  • The Hollow Street Hero
    • View Profile
Re: Trail's End: Semi-Trained Hero's Journey :: Nyan! (3.5e)
« Reply #1664 on: May 19, 2012, 01:09:18 pm »

Theo does appear to have dibs. >.> As for me, none of my characters need/can effectively use anything from that loot, so I'll just be content in giving my 22,100 GP to Drake.
Logged
SerCon Shorts: This Is How You Do It - Twenty-three one minute or less videos of random stupidity in AC:U, Bloodborne, DS2:SotFS, Salt & Sanctuary, and The Witcher 3.
Pages: 1 ... 109 110 [111] 112 113 ... 116