Issue information

Issue ID
#3030
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 28, 2009 21:53
Last Post
Hercules Elf Bot
Mar 5, 2012 13:09
Confirmation
N/A

Hercules Elf Bot - Apr 28, 2009 21:53

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

Looks like there is a wrong positioning of NPC's for the Dungeon Teleport Service ( Voting Staff NPC's )

[b]A screenshot for the official position.[/b]

[img]http://i202.photobucket.com/albums/aa218/jobbie2012/screen_R012.jpg[/img]

Also in iRO and pRO they have the same position to that screenshot from kRO.

Present eAthena script sets this position.

[code]//Prontera
prontera,147,125,4 script Cool Event Voting Staff::CoolEventVotingStaff03 874,{
callfunc "F_DTS_Warp",0,0;
}
prontera,164,125,6 script Kafra Voting Staff#02 115,{
callfunc "F_DTS_Warp",1,3;
}[/code]

This should be the fix

[quote]//Prontera
prontera,147,125,[color="#FF0000"]6[/color] script Cool Event Voting Staff::CoolEventVotingStaff03 874,{
callfunc "F_DTS_Warp",0,0;
}
prontera,164,125,[color="#FF0000"]4[/color] script Kafra Voting Staff#02 115,{
callfunc "F_DTS_Warp",1,3;
}[/quote]

I hope this fix will be done. :)



Additional: Also by the way I found also in Payon, Geffen and Al de Baran a Cool Event Voting NPC in kRO
same also I saw in iRO and pRO.

PS: I'll post the screenie to confirm. :)

This post has been edited by Brian on Nov 25, 2012 8:42