Way Walkers: University2

I’ve posted most of them on the Way Walkers Facebook page

2 Likes

Who are the available RO ???

Wow…it’s been months and I didn’t get any answer. So I am bumping the thread again. Lol

@Sailendranath_Murmu Possible ROs are Semryu, Umbrave, Kess, and…Shelly, I think her name is. It’s been a while, I could be wrong on that. ^_^;

You can express an interest in Jun and Ay’cura/e, but they’re too interested in each other to reciprocate your feelings.

So, I read the previous posts and found out that master cael has the research material.
So, how can I find it and when???
Is it when sem and me break into his office???

Yes

@Sailendranath_Murmu Again, it’s been a while, so I don’t remember the exact specifics, but…if I recall correctly, you have to search the bookshelf, and find the picture of Cael and Illyan. That leads to the research being found.

1 Like

I was just wondering what specific stat requirements are needed to beat clay? I’ve tried multiple times now with rosin at 50+ and Kubesh at 40+ but I can’t seem to get him. Help anyone?

@iEch0 I managed it with 50 Rosin and 52 Montage on my last playthrough however in the first game when I become apart of the dueling club I chose to be a Sorcerer so I only needed Rosin and not any Kubesh. Sorry but I don’t know any more about the fight with Clay.

Thank you for the help. I’ll certainly try it. As for Kubesh stats I don’t care much for, as long as I get to beat smug clay.

Spoilers! Probably. Anyway, can somebody help beat clay? I can’t seem to get that final hit at him. Always says that I’m too slow or something. Even though I even went with Rhean’s Way: Dexterity & Stealth. I beat him once though but I forgot what I did and I didn’t save it (I know, I’m stupid).

You cant he is a beast two or more years older with far years training and one of best duelist in the university to same level of a vampire. The point of scene is show you still a new player in a big pond and you have lot to learn. Is like want obliterating super man when you are a mere wrestler expert. The most you can do is something similar to a tie

Actually no, you can beat him. It was a long time ago, but I once defeated I.e. disarmed Clay, in the second game. I reckon I used a high Kubesh person, but like I said, it was a long time ago so I can’t recall (perhaps @WayWalkerLeigh might shed some light if I’m wrong).

1 Like

You can beat him but u need a combo of a few things that I can’t specifically remember at the moment…still in the middle of moving and our basement flooded last night. :neutral_face: Thankfully all my books stuff is safe.

Annnnyways try having a high Montage, and remember it’s your position in the dueling club that effects you the most-- pure warrior is the hardest with Battle Mage next and the Sorcerer is easiest if yr Rosin is super high and you got precog.

How to achieve the
“Man Behind the Curtain” achievement in which we discover the true mastermind behind illyan’s imprisonment.

1 Like

Several things:
1)Be friends with Jun
2) Go with Jun into the past life regression.
3) When in there with Jun, you actually need to ‘fail’ in fighting the past self. This will cause Jun to rally and defeat their past self themselves, thus actually defeating the past self.
4) Go with Sem to steal the History Test
5) Jun will come with and break Master Cael-- choose to question Master Cael, don’t just send him back.
6) Receive achievement. :hugs:

2 Likes

Okay so obivously i choose to be a battle mage in the first book. And i have a very high montage, kubesh and rosin stat, but i can’t still defeat Clay. Does anyone have an insight on this? Or do i need to decline Sem’s offer and instead join the tournament in order to beat Clay in the 2nd book?If u guys can help i will be very appreciate =(( and i have update it to the latest version tho

@MinhQ I believe you need to choose Energy manipulator for your talent at the beginning of WW:U1 and then choose to do a preemptive attack in the duel to be able to beat Clay as a battle mage. At least that’s how I did it.

Thanks. I will try that ^^

Sorry for lateness. Here’s the current code-- though it will likely change when my co author eventually gets into WW:U2 for the romance update. (Gonna still be hard to beat him but a little more intuitive)

label win_decision
*if club = “dueling”
*if clay_weapon = “magic”
*if (club_position = “Sorcerer”) and ((talent >=40) and (montage >= 40))
*goto beat_clay
*if ((club_position = “Battle Mage”) and (major_ability = “Energy Manipulative”)) and ((talent >=40) and (montage >= 40))
*goto beat_clay
*else
*goto clay_blocks
*else
*if (club_position = “Sorcerer”) and ((talent >=35) and (montage >= 40))
*goto beat_clay
*if ((club_position = “Battle Mage”) and (major_ability = “Energy Manipulative”)) and ((talent >=35) and (montage >= 40))
*goto beat_clay
*else
*goto clay_blocks
*else
*if clay_weapon = “magic”
*if (major_ability = “Energy Manipulative”) and ((talent >= 45) and (montage >= 40))
*goto beat_clay
*else
*goto clay_blocks
*else
*if ((major_ability = “Energy Manipulative”) and (strength >= 35)) and ((talent >=40) and (montage >= 40))
*goto beat_clay
*else
*goto clay_blocks

*label win_decision2
*if club = “dueling”
*if clay_weapon = “magic”
*if (club_position = “Sorcerer”) and ((talent >=40) and (montage >= 30))
*goto beat_clay
*if ((club_position = “Battle Mage”) and (major_ability = “Energy Manipulative”)) and ((talent >=40) and (montage >= 30))
*goto beat_clay
*else
*goto clay_blocks
*else
*if (club_position = “Sorcerer”) and ((talent >=35) and (montage >= 30))
*goto beat_clay
*if ((club_position = “Battle Mage”) and (major_ability = “Energy Manipulative”)) and ((talent >=35) and (montage >= 30))
*goto beat_clay
*else
*goto clay_blocks
*else
*if clay_weapon = “magic”
*if (major_ability = “Energy Manipulative”) and ((talent >=45) and (montage >= 30))
*goto beat_clay
*else
*goto clay_blocks
*else
*if ((major_ability = “Energy Manipulative”) and (strength >= 35)) and ((talent >=40) and (montage >= 30))
*goto beat_clay
*else
*goto clay_blocks