Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 90 91 [92] 93 94 ... 327

Author Topic: Adventure Mode Little Questions Thread  (Read 622102 times)

WisdomThumbs

  • Bay Watcher
  • Drawing Meaning
    • View Profile
    • Wisdom-Thumbs on DeviantArt
Re: Adventure Mode Little Questions Thread
« Reply #1365 on: April 23, 2013, 01:41:38 am »

I'm pretty sure you can access those stats in-game without a utility. Hold on, I'll take a look and see how.


<, >


But... those do nothing.
« Last Edit: April 23, 2013, 01:44:08 am by WisdomThumbs »
Logged
Quote
"She'd lost her hand, her youth, and her husband. Her entire body was a maze of scars, and without her crutch she could only drag herself over the rocks. But Dema Beandeaths wasn't done just yet. She still had a long way to go, and that six-limbed armadillo devil godking wasn't about to kill itself."
- -- -
I draw things

zzedar

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1366 on: April 23, 2013, 02:31:23 am »

I'm pretty sure you can access those stats in-game without a utility. Hold on, I'll take a look and see how.
I'm looking for the actual numbers. In-game, you can only see the general level. So for instance, a strength of 1400 and a strength of 1900 will both look the same (assuming your adventurer is a human.

Quote
But... those do nothing.
Hit l to enable looking, then use < and > to navigate up and down. Alternatively, start shooting or throwing with f or t, and again, use < and > to navigate up and down.
Logged
kingubu cancels Efficiency: Taken by mood
Project Whalegun is a go. Load the whale cannon!

zzedar

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1367 on: April 24, 2013, 05:28:18 pm »

Ah, I figured out how to do it. In case anybody else has the same problem, here's how to use DFHack to find the exact value of your adventure mode attributes:

Code: [Select]
local player = df.global.world.units.active[0]
local physAtts = player.body.physical_attrs
local mentAtts = player.status.current_soul.mental_attrs
local playerName = dfhack.TranslateName(dfhack.units.getVisibleName(player))

print("Name: "..playerName)

for k,v in pairs(physAtts) do
print("\n"..k)
printall(v)
end
for k,v in pairs(mentAtts) do
print("\n"..k)
printall(v)
end

This could be very useful for, e.g.,  judging when you're ready to vamp yourself.

Incidentally, it seems I was wrong earlier about where the cutoff between "superior" and "super(racename)" is -- the cutoff for different descriptions occurs in the midpoint of the ranges, not the endpoints.

Edit: fixed code up a bit.
« Last Edit: April 25, 2013, 01:54:57 pm by zzedar »
Logged
kingubu cancels Efficiency: Taken by mood
Project Whalegun is a go. Load the whale cannon!

HerbertWest

  • Escaped Lunatic
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1368 on: April 27, 2013, 10:29:48 am »

I got an important quest from a lord - kill a serpent woman commander in the sewers known as The Ultimate Burn-Hell (awesome!). I've searched these sewers high and low, multiple times, and cannot find my target! I even ran across a group of serpent-person soldiers, but the commander was not among them. Do high profile targets leave their homes periodically? Am I just getting unlucky and looking for her when she's out and about?
Logged

bsnott

  • Bay Watcher
  • [LIKES_PATIOS]
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1369 on: April 27, 2013, 09:24:26 pm »

When butchering large monsters, they leave lots of heavy body parts. Which parts are most weight-efficient as trade goods? Is it really necessary to haul 200 dragon fat and 400 dragon meat back to the nearest town if I want a reward for my kill?

I'm fairly certain all body parts from the same creature all have the same value per unit of mass. Just remember, the bones are worthless.

Not the way I use 'em! *throws bone at dragon*
Logged
"This town ain't big enough for the two of us, turkey"

*gobbles menacingly*

Vgray

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1370 on: April 27, 2013, 09:57:06 pm »

< and > work when firing? Sweet! That means I can snipe at people from the treetops next update.

As a badass Elven Archer Err I mean uh...Marksdwarf?
Logged

Magistrum

  • Bay Watcher
  • Skilled Fortresser
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1371 on: April 28, 2013, 08:00:15 pm »

< and > work when firing? Sweet! That means I can snipe at people from the treetops next update.

As a badass Elven Archer Err I mean uh...Marksdwarf?
I just lost the respect I din't had for you now...
Logged
In a time before time, I had a name.

zzedar

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1372 on: April 30, 2013, 06:51:44 am »

I got an important quest from a lord - kill a serpent woman commander in the sewers known as The Ultimate Burn-Hell (awesome!). I've searched these sewers high and low, multiple times, and cannot find my target! I even ran across a group of serpent-person soldiers, but the commander was not among them. Do high profile targets leave their homes periodically? Am I just getting unlucky and looking for her when she's out and about?
Most likely you're just on the wrong z-level. Sewers are impossible to find anyone in.
Logged
kingubu cancels Efficiency: Taken by mood
Project Whalegun is a go. Load the whale cannon!

StruckDown

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1373 on: May 02, 2013, 06:00:03 pm »

I have a dwarf were-necro, and I'm trying to make him a vampire. I've drank gallons of a human vampire's blood, but I won't turn. Can I become a vampire if I'm a necro and a werebeast already?
Logged

Trif

  • Bay Watcher
  • the Not-Quite-So-Great-as-Toady One
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1374 on: May 02, 2013, 06:00:54 pm »

It's either vampire or werebeast. Necromancer works for both.
Logged
Quote from: Toady One
I wonder if the game has become odd.

StruckDown

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1375 on: May 02, 2013, 06:05:06 pm »

It's either vampire or werebeast. Necromancer works for both.

Hmm, guess I have to ravage the sewers as a wereshrew then.
Logged

pisskop

  • Bay Watcher
  • Too old and stubborn to get a new avatar
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1376 on: May 02, 2013, 06:08:16 pm »

A . . . wereshrew? lol
Logged
Pisskop's Reblancing Mod - A C:DDA Mod to make life a little (lot) more brutal!
drealmerz7 - pk was supreme pick for traitor too I think, and because of how it all is and pk is he is just feeding into the trollfucking so well.
PKs DF Mod!

StruckDown

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1377 on: May 02, 2013, 11:16:19 pm »

A . . . wereshrew? lol

I did it mostly for the monthly surgery. Although a shrew bigger than most humans isn't so harmless. Apparently IRL they can be venomous.

Represent.
Logged

Crabs

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1378 on: May 04, 2013, 04:20:04 am »



OMG, how cute and adorable!


Question:
How to play as a kobold/goblin that does not get mauled by humans? I want to do quests.
Logged
(\/) (*o*) (\/)

Mister Crabby the Pincers of Stabbing?

Larix

  • Bay Watcher
    • View Profile
Re: Adventure Mode Little Questions Thread
« Reply #1379 on: May 04, 2013, 07:03:37 am »

That's called a 'treeshrew' in english, but it's not a shrew. Shrews are for the most part ground-dwellers, with very small eyes and a thinner tail. They typically look like this one. Not quite so cute, but still not exactly intimidating.
Logged
Pages: 1 ... 90 91 [92] 93 94 ... 327