Can I learn shoot on a Wyrmic?

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
Shaidyn
Thalore
Posts: 191
Joined: Fri Jul 28, 2006 3:29 am

Can I learn shoot on a Wyrmic?

#1 Post by Shaidyn »

Dumb question inc. Just for fun I'm running around on my Wyrmic, learning the various weapon skills from trainers as a part of my goal to explore the world better. Staff and Mindstar were no problem.

But in Last Hope, when I talk to the shop keeper who offers training, my only option is 'no thanks'. How do I go about learning shoot?

Thanks.

Radon26
Sher'Tul
Posts: 1439
Joined: Mon Jun 23, 2014 11:50 am

Re: Can I learn shoot on a Wyrmic?

#2 Post by Radon26 »

... what? they only reason why one would refuse to teach you, is if you already had it!
i am going to take a look at it. if i find it, i wil write if there is an extra bizaare check.

and it should only cost 10 gold, you surely had THAT much. its like nothing at all...
or maybe it was 50? he teached something else for 50?

edit

Code: Select all

		{"Please train me in the basic usage of bows and slings.", action=function(npc, player)
			game.logPlayer(player, "The smith spends some time with you, teaching you the basics of bows and slings.")
			player:incMoney(-8)
			player:learnTalent(player.T_SHOOT, true, nil, {no_unlearn=true})
			player.changed = true
		end, cond=function(npc, player)
			if player.money < 8 then return end
			if player:knowTalent(player.T_SHOOT) then return end
			return true
There is no other condition.
you need 8 gold, and not already have shoot.
that means you either have shoot, not enough money, or its a glitch/bug.
or, less likely, you missed it. that would would be rather hard to do...

Shaidyn
Thalore
Posts: 191
Joined: Fri Jul 28, 2006 3:29 am

Re: Can I learn shoot on a Wyrmic?

#3 Post by Shaidyn »

I'm not sure, but the face that I already have combat training may be causing it some confusion? No idea.

Here are some screenshots of my skill page, the dialogue, and my gold total:

New note: Won't let me do all screenshots. Will do a second post.
Attachments
Gold.PNG
Gold.PNG (176.45 KiB) Viewed 1502 times
Skills2.PNG
Skills2.PNG (173.41 KiB) Viewed 1502 times
Skills1.PNG
Skills1.PNG (197.95 KiB) Viewed 1502 times

Shaidyn
Thalore
Posts: 191
Joined: Fri Jul 28, 2006 3:29 am

Re: Can I learn shoot on a Wyrmic?

#4 Post by Shaidyn »

Dialogues:
Attachments
Dialogue2.PNG
Dialogue2.PNG (102.44 KiB) Viewed 1501 times
Dialogue1.PNG
Dialogue1.PNG (94.84 KiB) Viewed 1501 times

Radon26
Sher'Tul
Posts: 1439
Joined: Mon Jun 23, 2014 11:50 am

Re: Can I learn shoot on a Wyrmic?

#5 Post by Radon26 »

you are new, aren't you...

"shoot", does not belong to any unlockable "category". its a standalone talent, which is either granted by any talent that requires a bow, or by other means.

since it doesn't belong in category, you cannot find it in your level up tree.

to see a complete list of actions you can perform, you press (by default) M.
there, the talents should be divided in.
-active
-sustainable
-sustained
-on cooldown
-unavailable
-items
-passives
(i think in that order)

as you don't have a bow equipped (otherwise you would know) shoot talent should be in the "unavailable" section, since you cannot use it without a bow, just like you cannot do deathdance without a 2h, or assault, without a shield.

now, i see that you are using ASCII (i think that what it was called?might be wrong) tile set (that is to say there isn't one), so some thing might be off, but i assume that UI isn't that different. nothing you've shown so far was too different.

And you have not actually shown a bow, with the "has shoot talent" requirement in red.

Shaidyn
Thalore
Posts: 191
Joined: Fri Jul 28, 2006 3:29 am

Re: Can I learn shoot on a Wyrmic?

#6 Post by Shaidyn »

Thank you for the polite and respectful answer.

Effigy
Uruivellas
Posts: 970
Joined: Fri Oct 10, 2014 4:00 pm

Re: Can I learn shoot on a Wyrmic?

#7 Post by Effigy »

Are you using any addons? It's possible that one could be interfering with the shop menu.

Post Reply