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;