WoE SE NPC Bug

Find any advantageous bugs someone probably didn't want you to find? Tell us. This is designated for in-game issues.
Post Reply
PCManiac
Santa Poring
Santa Poring
Posts: 10
Joined: Mon Jan 18, 2010 2:53 pm

WoE SE NPC Bug

Post by PCManiac »

The "Guide" guy inside the castle (near the guild dungeon warp flower) that speaks about oklonir has at least one simple bug.

When using the "Cancel" option, the script stalls making me relog to remove the chat window out of the way and be able to play. ("end" instead of a "close"?)

Anyway, since 2 images are worthy that a thousand of words (Some times at least..):

Image
Image

PCManiac
User avatar
Koma
Administrator
Administrator
Posts: 708
Joined: Sat Jul 25, 2009 7:05 pm

Re: WoE SE NPC Bug

Post by Koma »

This is due to a missing case in the script's switch. Queued for fix next maintenance.

Code: Select all

switch(select("About Okolnir.:Go to Okolnir.:Cancel.")) {
case 1:
...
case 2:
...
}
Thanks for the report!
Post Reply