Code: Select all
function onAISliver( tChar )
{
tChar.WalkTo( 1450, 1710, 20 ); //walk to door
// open the door
UseDoor( -1, 12 );
}Code: Select all
> UOX3.exe!JS_GetPrivate(JSContext * cx, JSObject * obj) Line 2294 C
UOX3.exe!SE_UseDoor(JSContext * cx, JSObject * obj, unsigned int argc, __int64 * argv, __int64 * rval) Line 1301 C++
UOX3.exe!js_Invoke(JSContext * cx, unsigned int argc, unsigned int flags) Line 1375 C
UOX3.exe!js_Interpret(JSContext * cx, unsigned char * pc, __int64 * result) Line 3947 C
UOX3.exe!js_Invoke(JSContext * cx, unsigned int argc, unsigned int flags) Line 1394 C
UOX3.exe!js_InternalInvoke(JSContext * cx, JSObject * obj, __int64 fval, unsigned int flags, unsigned int argc, __int64 * argv, __int64 * rval) Line 1469 C
UOX3.exe!JS_CallFunctionName(JSContext * cx, JSObject * obj, const char * name, unsigned int argc, __int64 * argv, __int64 * rval) Line 4340 C
UOX3.exe!cScript::OnAISliver(CChar * pSliver) Line 1390 C++
UOX3.exe!checkNPC(CChar & mChar, bool checkAI, bool doRestock, bool doPetOfflineCheck) Line 949 C++
UOX3.exe!CWorldMain::CheckAutoTimers() Line 1436 C++
UOX3.exe!main(int argc, char * * argv) Line 2809 C++
[External Code]