Issue information

Issue ID
#1941
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 29, 2008 15:51
Last Post
Hercules Elf Bot
Mar 5, 2012 8:51
Confirmation
N/A

Hercules Elf Bot - Jul 29, 2008 15:51

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

Emperium has wrong spawn place, it should be 139, 139 instead of 138, 138.

CODE
else if (strnpcinfo(2) == "payg_cas01") { setarray .@emproom[0],138,138; }

change to:
CODE
else if (strnpcinfo(2) == "payg_cas01") { setarray .@emproom[0],139,139; }


and

CODE
if (strnpcinfo(2) == "payg_cas01") { setarray .@emproom[0],138,138; }

change to:
CODE
if (strnpcinfo(2) == "payg_cas01") { setarray .@emproom[0],139,139; }


Guild Dungeon Switch

CODE
payg_cas01,78,84,0    duplicate(Gld_Dun_Template)    #payg_cas01    111

change to:
CODE
payg_cas01,101,25,0    duplicate(Gld_Dun_Template)    #payg_cas01    111


Guild Flag (Outside Castle)

CODE
warp "payg_cas01",212,108;

change to:
CODE
warp "payg_cas01",87,29;