2 Commits

Author SHA1 Message Date
5de6d0ac34 UPDATE: Fix bug
All checks were successful
Build / build (push) Successful in 8m56s
2026-04-03 17:59:30 +07:00
173d224978 UPDATE: Fix load map
All checks were successful
Build / build (push) Successful in 3m49s
2026-04-02 01:10:56 +07:00
6 changed files with 21 additions and 18 deletions

1
.idea/misc.xml generated
View File

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" /> <component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="jbr-21" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">

0
Makefile Normal file
View File

Binary file not shown.

View File

@@ -1,21 +1,21 @@
{ {
"leader": 2, "leader": 0,
"lineups": { "lineups": {
"0": 1308, "0": 1415,
"1": 1406, "1": 1407,
"2": 1218, "2": 1409,
"3": 1304 "3": 1413
}, },
"position": { "position": {
"x": -30, "x": -3960,
"z": -22750, "z": 10370,
"y": -15000, "y": 182047,
"rot_y": 234288 "rot_y": 250782
}, },
"scene": { "scene": {
"plane_id": 10000, "plane_id": 20521,
"floor_id": 10000003, "floor_id": 20521001,
"entry_id": 100000352 "entry_id": 2052101
}, },
"player_outfit": [ "player_outfit": [
1003 1003
@@ -339,6 +339,7 @@
"cur_avatar_player_icon": 202034, "cur_avatar_player_icon": 202034,
"cur_player_personal_card": 253001, "cur_player_personal_card": 253001,
"cur_signature": "Firefly GO By Kain", "cur_signature": "Firefly GO By Kain",
"cur_nickname": "Superme",
"cur_display_avatar": [ "cur_display_avatar": [
1310, 1310,
1309, 1309,

View File

@@ -1,3 +1,3 @@
# Changelog # Changelog
## - UPDATE: Support 4.0.5X ## - UPDATE: Support 4.1.5X

View File

@@ -1,4 +1,5 @@
{ {
"tag": "4.1.3-01", "tag": "4.1.3-03",
"title": "PreBuild Version 4.1.53 - 01" "title": "PreBuild Version 4.1.53 - 03"
} }