setting "TMW_Quest" in NPC-Script of Sarah causes a problem

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
User avatar
Jenalya
TMW Adviser
TMW Adviser
Posts: 717
Joined: 22 Sep 2010, 19:28

setting "TMW_Quest" in NPC-Script of Sarah causes a problem

Post by Jenalya »

Hello everyone,

I started a second character on my account today and was not able to do the quests in Tulimshar.

I only registered for monster points and learned emoticons and trading. I did no other quest.
Then I talked to Sarah and accepted her cherry cake quest.

After that, I talked to Bernhard, and he says:
"I didn't mention it before, but I also put beer in my soup. I hope you like beer as much as I do, because, you see..."

This seemed to me like the answer, that should be printed after doing his quest.
So I looked up the sources and found out the following:

When talking to Sarah with "TMW_Quest < 6" and accepting her quest, it is set to 7.
But when talking to Bernard with "TMW_Quest >= 4", the "L_Done2" things are executed.
So if talking to Sarah first, it is no more possible to do the Bernhard quest (and Mikhails and maybe others too).

That was not a problem for me, because I had cherry cake in my storage from the other character. But new players won't be able to fulfill Sarahs quest, because Bernhards reward for his quest is the cherry cake.

I guess, the case handling of Sarah should be corrected.

greetings, jenalya
alastrim
Novice
Novice
Posts: 139
Joined: 02 Jun 2009, 12:19
Location: Brasil

Re: setting "TMW_Quest" in NPC-Script of Sarah causes a prob

Post by alastrim »

Good point.

It is the same with Mikhail's quest. If you talk to him with (TMW_Quest < 4) and accept the quest, you will no longer be able to do bernard's part of the linear quest.

I think the labels "L_Convince_Mikhail_First" and "L_Convince_Sarah_First" should end with a "close;", just like it is in vincent's script(label "L_Convince_Vincent_First").
fatalfeel
Peon
Peon
Posts: 21
Joined: 27 Mar 2012, 13:44

Re: setting "TMW_Quest" in NPC-Script of Sarah causes a prob

Post by fatalfeel »

Whats is TMW_Quest?

even I know C++ but whats it mean?
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: setting "TMW_Quest" in NPC-Script of Sarah causes a prob

Post by Crush »

It's a character-bound variable which stores the progress of a quest the character is on.

This thread was about a programming problem in the eAthena scripting language, which is very different from C++.

Also, please don't necro old threads from two years ago.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Locked