Fix TrySetPlayerEyePoint

This commit is contained in:
Yuuki 2023-07-29 18:50:29 +08:00
parent 89490cdc57
commit 3345ac79b2
11 changed files with 13 additions and 12 deletions

View File

@ -174,7 +174,7 @@ function action_EVENT_ENTER_REGION_313009(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0

View File

@ -478,7 +478,7 @@ function action_EVENT_ENTER_REGION_259007(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
return 0
end

View File

@ -174,7 +174,7 @@ function action_EVENT_ENTER_REGION_482002(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end

View File

@ -124,7 +124,7 @@ function action_EVENT_ENTER_REGION_543005(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0

View File

@ -224,7 +224,7 @@ function action_EVENT_ENTER_REGION_657006(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0

View File

@ -1048,7 +1048,7 @@ function action_EVENT_ENTER_REGION_769059(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 1, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 1, {0})
return 0
end

View File

@ -125,7 +125,7 @@ function action_EVENT_ENTER_REGION_394005(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0

View File

@ -180,7 +180,7 @@ function action_EVENT_ENTER_REGION_20012(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0

View File

@ -177,7 +177,7 @@ function action_EVENT_ENTER_REGION_181005(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0

View File

@ -175,7 +175,7 @@ function action_EVENT_ENTER_REGION_81006(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0

View File

@ -1,4 +1,4 @@
-- 基础信息
-- 基础信息 (Jadeplume Terrors)
local base_info = {
group_id = 133301272
}
@ -125,7 +125,8 @@ function action_EVENT_ENTER_REGION_272005(context, evt)
big_region=regions[i]
end
end
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : shit lol")
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
end
return 0