Issue information

Issue ID
#3085
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 16, 2009 6:24
Last Post
Hercules Elf Bot
Mar 5, 2012 13:12
Confirmation
N/A

Hercules Elf Bot - May 16, 2009 6:24

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

I have testet right now only godse_aru04.txt but i think the others just a copy.
First bugs i found makes the quest impossible
2 of the key stones has wrong coords and spawn randomly somewhere in the map, i can only go further by @mobsearch and @warp and kill them.
Piamette spawned and killed, should enable the warps:
CODE
OnMyMobDead:
    mapannounce "que_qaru04","Piamette has been released, so the warp gate toward the South is working now.",bc_map,"0x00ff00";
    donpcevent "windpath03_aru04::OnEnable";
    donpcevent "windpath04_aru04::OnEnable";

CODE
que_qaru04,149,105,0    script    windpath03_aru04    45,1,1,{
OnInit:
    disablenpc "windpath03_aru04";
    end;

OnTouch:
    warp "que_qaru04",119,103;
    end;
}

que_qaru04,128,104,0    script    windpath04_aru04    45,1,1,{
OnInit:
    disablenpc "windpath04_aru04";
    end;

OnTouch:
    warp "que_qaru04",146,109;
    end;
}

As u see, u see nothing, or atleast no OnEnable, yeah the warps not showing up, so @warp again.
Running up, the monsters left and right and up, spawns, but i think it was something bugged too, i test it later again to figure more out.
And then mvp Wish Maiden spawned, killed, yeah i can get the godly........no i cant Oo, NPC not showing up, waiting waiting waiting waiting, time run up.
Yeah one thing works fine, the warp out when the times run up.

Thx for implementing it, but for now it should not be auto activated in scripts_athena.conf, since it needs alot fixing (IMG:style_emoticons/default/biggrin.gif)

I edit when i figure out more bugs.