Portal in louyang

This stuff has been addressed. If you want to add information or such, do so.
Locked
Hedus
Santa Poring
Santa Poring
Posts: 20
Joined: Sun Aug 09, 2009 2:56 pm

Portal in louyang

Post by Hedus »

The portal in the building with the soup doesn't work for me. I was stuck and had to bwing o.o
To clarify, that building is the one you need to enter to steal soup for the little quest to get on top of the big rock in louyang.

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

Re: Portal in louyang

Post by Koma »

We've found the issue with this problem. Employee#1's radius was set too high so it was overriding the warp's "OnTouch" function.

We have temporarily moved the warp so that it works, but will correct the radius with Tuesday's update.

For anyone interested in what's exactly going on:

Code: Select all

<map name>,<x>,<y>,<facing>%TAB%script%TAB%<NPC Name>%TAB%<sprite id>,<triggerX>,<triggerY>,{<code>}
lou_in02,53,174,7	script	Employee#1	822,6,62,{
Note that triggerY is set to an incredibly high number.
Locked