Issue information

Issue ID
#5218
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 8, 2012 11:09
Last Post
Hercules Elf Bot
Mar 5, 2012 16:21
Confirmation
N/A

Hercules Elf Bot - Jan 8, 2012 11:09

Originally posted by [b]Faluk[/b]
In the line 510 of npc/jobs/3-1/archbishop.txt the input is not showing ingame using a 2011-06-09a client and the player cannot continue with the job change.

[CODE]
mes "["+strcharinfo(0)+"]";
mes "Pain... What kind of faults have I had?";
input .@input$;
next;
[/CODE]

:)

This post has been edited by Faluk on Jan 9, 2012 6:38

Hercules Elf Bot - Jan 9, 2012 19:07

Originally posted by [b]Slim[/b]
Change:

[code]yggdrasil01,220,47,0 script #A pilgrimage to the Ho 139,5,5,{[/code]

[color=#000000]to:[/color]

[code]yggdrasil01,220,47,0 script #A pilgrimage to the Ho 111,5,5,{[/code]

[color=#000000]as it states here:[/color]
[url="http://rathena.org/board/tracker/issue-5124-eye-of-hellion-quest/page__verfilter__16"]http://rathena.org/board/tracker/issue-5124-eye-of-hellion-quest/page__verfilter__16[/url]

This post has been edited by Slim on Jan 9, 2012 19:08

Hercules Elf Bot - Jan 9, 2012 19:37

Originally posted by [b]Faluk[/b]
That fix the problem. Thank you. :)

Hercules Elf Bot - Jan 10, 2012 6:38

Originally posted by [b]Slim[/b]
Masao you haven't fixed it yet. [url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/jobs/3-1/archbishop.txt"]https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/jobs/3-1/archbishop.txt[/url]

Hercules Elf Bot - Jan 10, 2012 12:48

Originally posted by [b]Masao[/b]
Well i didn't because of this: http://code.google.com/p/eathena-project/source/detail?r=15065

I asked Ind in IRC Channel about this a while ago and then showed him this commit yesterday and he said this would fix the input problem with NPC's which have the NPC ID 139. So we just have to wait until we merge up to r15056 with eAthena and then it will be fixed

Hercules Elf Bot - Jan 10, 2012 17:20

Originally posted by [b]Slim[/b]
oh kk, thanks.