Issue information

Issue ID
#3077
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 15, 2009 7:23
Last Post
Hercules Elf Bot
Mar 5, 2012 16:09
Confirmation
N/A

Hercules Elf Bot - May 15, 2009 7:23

Originally posted by [b]Duker[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3077

Depressing Man (NPC) does not recognize the Spiritual Whispers (ID# 7307)

(IMG:http://img14.imageshack.us/img14/166/screenlothus011.jpg)


He allways send to L_Seek
The state of my quest on this server seens to be 52 insted 54, as we expected. I think that wrong value was setted by another PNC, like [Kirkena] or [Valkyrie Sandra].

I suggest that NPC check the inventory.

if (countitem(7307)) goto L_Queen;
insted
if(signquest > 53) goto L_Queen;

Original code
QUOTE(Duker @ May 13 2009, 02:11 AM) [snapback]74424[/snapback]
niflheim,146,241,7 script Depressing Man 735,{

if(signquest > 56) goto L_Done;
if(Sign_Branch8A > 3 || (Sign_Branch8B && Sign_Branch8B < 4)) goto L_Hurry;
if(signquest > 54) goto L_Serin;
if(signquest > 53) goto L_Queen;
if(signquest) goto L_Seek;
mes "[????]";
mes "Leave me be,";
mes "ruffian! I'm disinclined";
mes "towards conversation";
mes "at the moment.";
close;

http://svn.eathena.ws/svn/ea/branches/stab..._Sign_Quest.txt