Initial commit
commit
f99f6731a2
|
|
@ -0,0 +1,2 @@
|
|||
dat/
|
||||
wz/
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
|
|
@ -0,0 +1 @@
|
|||
Z:\
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<annotationProcessing>
|
||||
<profile name="Annotation profile for SwordieMS" enabled="true">
|
||||
<sourceOutputDir name="bin/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="bin/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="maplestory" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="file://Z:/src/main/java" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="MavenProjectsManager">
|
||||
<option name="originalFiles">
|
||||
<list>
|
||||
<option value="Z:/pom.xml" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="temurin-17" project-jdk-type="JavaSDK" />
|
||||
</project>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://Z://maplestory.iml" filepath="Z://maplestory.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="Z:/" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
FROM maven:3.8.1-openjdk-17 AS build
|
||||
COPY pom.xml /home/app/pom.xml
|
||||
COPY src /home/app/src
|
||||
RUN --mount=type=cache,target=/root/.m2 mvn -f /home/app/pom.xml clean package -Dmaven.test.skip
|
||||
|
||||
FROM openjdk:17-alpine
|
||||
COPY wz /usr/local/maple/wz
|
||||
COPY dat /usr/local/maple/dat
|
||||
COPY scripts /usr/local/maple/scripts
|
||||
COPY resources /usr/local/maple/resources
|
||||
COPY src /usr/local/maple/src
|
||||
COPY properties /usr/local/maple/properties
|
||||
COPY --from=build /home/app/bin/maplestory-2.13.1-jar-with-dependencies.jar /usr/local/maple/maplestory-2.13.1-jar-with-dependencies.jar
|
||||
EXPOSE 8484
|
||||
EXPOSE 8483
|
||||
WORKDIR /usr/local/maple
|
||||
ENTRYPOINT ["java","-cp","/usr/local/maple/maplestory-2.13.1-jar-with-dependencies.jar","net.swordie.ms.Server"]
|
||||
|
|
@ -0,0 +1,134 @@
|
|||
|
||||
------------------------ 2022-02-24 21:23:23 ------------------------
|
||||
Exception log: [REMOTE_MELEE_ATTACK], 790/0x316 | 02 00 00 00 02 FA 09 01 00 00 01 00 00 00 5C 78 D7 00 00 00 00 00 00 00 00 00 00 00 B3 03 01 00 00 00 00 00 01 02 00 00 00 00 00 9F 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 E2 7C 29 C8 01 00 00 00 01 6C D8 C3 0D 01 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 75 85 83 4A 01 00 00 00 00 D0 00 9B 9B 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 8A 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3A AA D7 FC 01 00 00 00 00 D5 96 A7 67 01 00 00 00 00 F4 91 F8 12 02 00 00 00 01 AB AF B1 97 01 00 00 00 00 2C 93 94 C6 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 99 DF DB 57 01 00 00 00 01 8C FA 17 49 02 00 00 00 66 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 03 C2 49 DC 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 01 FA 55 AB 7C 01 00 00 00 70 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E4 0B 54 02 00 00 00 01 C4 7C F7 56 01 00 00 00 01 6A 15 07 0F 01 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 AE 2D EB E1 01 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 4B A6 EA 76 01 00 00 00 00 17 F1 84 35 01 00 00 00 90 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 84 0F 9B 86 01 00 00 00 00 00 E4 0B 54 02 00 00 00 00 FE FC 3B 8B 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 F3 77 74 95 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 35 FB 21 0F 02 00 00 00 8C 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 C4 88 D0 44 01 00 00 00 01 00 E4 0B 54 02 00 00 00 01 40 C2 31 F1 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 77 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B3 98 B6 AB 01 00 00 00 00 78 3F 1E 69 01 00 00 00 00 00 E4 0B 54 02 00 00 00 01 92 45 4D E9 01 00 00 00 00 C4 5C EB 33 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 E5 2F AF F7 01 00 00 00 00 36 F0 CD 17 02 00 00 00 00 D2 B8 AD 0C 01 00 00 00 8F 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 24 61 BF DB 01 00 00 00 00 F8 35 12 29 02 00 00 00 01 B9 F6 28 4A 01 00 00 00 01 25 86 B1 54 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 9B 38 1F 11 01 00 00 00 A5 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7D 8E F7 3C 02 00 00 00 00 BF 2F 76 8C 01 00 00 00 00 8E 20 DB 67 01 00 00 00 00 68 17 4F 83 01 00 00 00 00 00 E4 0B 54 02 00 00 00 01 BD B9 9A A7 01 00 00 00 01 BC 7C DE 06 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 5D 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E4 0B 54 02 00 00 00 00 DB 5D 76 BA 01 00 00 00 01 FB 78 B8 21 02 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 F3 CA 88 41 01 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 5E 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 BC A6 8C FE 01 00 00 00 01 00 E4 0B 54 02 00 00 00 01 E0 A2 16 20 01 00 00 00 01 A9 33 72 A1 01 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 27 0C D0 54 01 00 00 00 00 C0 3E 6B F7 00 00 00 00 7F 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 4B DA 4D 15 01 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 07 35 27 01 01 00 00 00 00 00 E4 0B 54 02 00 00 00 01 A5 EC 6B 16 01 00 00 00 01 2C FD 1B F6 00 00 00 00 01 00 E4 0B 54 02 00 00 00 8E 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 B3 97 93 10 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 69 43 17 1F 02 00 00 00 72 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 E4 0B 54 02 00 00 00 00 84 3F C9 38 02 00 00 00 01 D1 48 B0 FA 01 00 00 00 01 00 E4 0B 54 02 00 00 00 00 B0 AB EE 6B 01 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 59 0D 79 9C 01 00 00 00 01 66 14 B5 51 02 00 00 00 81 43 0F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 00 FA 5B E2 8A 01 00 00 00 00 51 F4 DA 15 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 00 E4 0B 54 02 00 00 00 00 00 E4 0B 54 02 00 00 00 01 B6 FD 63 25 01 00 00 00 01 00 E4 0B 54 02 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:1650] 45 c3 37 c5 16 03 02 00 00 00 02 fa 09 01 00 00 01 00 00 00 5c 78 d7 00 00 00 00 00 00 00 00 00 00 00 b3 03 01 00 00 00 00 00 01 02 00 00 00 00 00 9f 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 e2 7c 29 c8 01 00 00 00 01 6c d8 c3 0d 01 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 75 85 83 4a 01 00 00 00 00 d0 00 9b 9b 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 8a 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3a aa d7 fc 01 00 00 00 00 d5 96 a7 67 01 00 00 00 00 f4 91 f8 12 02 00 00 00 01 ab af b1 97 01 00 00 00 00 2c 93 94 c6 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 99 df db 57 01 00 00 00 01 8c fa 17 49 02 00 00 00 66 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 03 c2 49 dc 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 01 fa 55 ab 7c 01 00 00 00 70 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e4 0b 54 02 00 00 00 01 c4 7c f7 56 01 00 00 00 01 6a 15 07 0f 01 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 ae 2d eb e1 01 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 4b a6 ea 76 01 00 00 00 00 17 f1 84 35 01 00 00 00 90 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 84 0f 9b 86 01 00 00 00 00 00 e4 0b 54 02 00 00 00 00 fe fc 3b 8b 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 f3 77 74 95 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 35 fb 21 0f 02 00 00 00 8c 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 c4 88 d0 44 01 00 00 00 01 00 e4 0b 54 02 00 00 00 01 40 c2 31 f1 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 77 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b3 98 b6 ab 01 00 00 00 00 78 3f 1e 69 01 00 00 00 00 00 e4 0b 54 02 00 00 00 01 92 45 4d e9 01 00 00 00 00 c4 5c eb 33 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 e5 2f af f7 01 00 00 00 00 36 f0 cd 17 02 00 00 00 00 d2 b8 ad 0c 01 00 00 00 8f 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 24 61 bf db 01 00 00 00 00 f8 35 12 29 02 00 00 00 01 b9 f6 28 4a 01 00 00 00 01 25 86 b1 54 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 9b 38 1f 11 01 00 00 00 a5 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7d 8e f7 3c 02 00 00 00 00 bf 2f 76 8c 01 00 00 00 00 8e 20 db 67 01 00 00 00 00 68 17 4f 83 01 00 00 00 00 00 e4 0b 54 02 00 00 00 01 bd b9 9a a7 01 00 00 00 01 bc 7c de 06 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 5d 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e4 0b 54 02 00 00 00 00 db 5d 76 ba 01 00 00 00 01 fb 78 b8 21 02 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 f3 ca 88 41 01 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 5e 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 bc a6 8c fe 01 00 00 00 01 00 e4 0b 54 02 00 00 00 01 e0 a2 16 20 01 00 00 00 01 a9 33 72 a1 01 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 27 0c d0 54 01 00 00 00 00 c0 3e 6b f7 00 00 00 00 7f 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 4b da 4d 15 01 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 07 35 27 01 01 00 00 00 00 00 e4 0b 54 02 00 00 00 01 a5 ec 6b 16 01 00 00 00 01 2c fd 1b f6 00 00 00 00 01 00 e4 0b 54 02 00 00 00 8e 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 b3 97 93 10 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 69 43 17 1f 02 00 00 00 72 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 e4 0b 54 02 00 00 00 00 84 3f c9 38 02 00 00 00 01 d1 48 b0 fa 01 00 00 00 01 00 e4 0b 54 02 00 00 00 00 b0 ab ee 6b 01 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 59 0d 79 9c 01 00 00 00 01 66 14 b5 51 02 00 00 00 81 43 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 00 fa 5b e2 8a 01 00 00 00 00 51 f4 da 15 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 00 e4 0b 54 02 00 00 00 00 00 e4 0b 54 02 00 00 00 01 b6 fd 63 25 01 00 00 00 01 00 e4 0b 54 02 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-02-24 22:18:13 ------------------------
|
||||
Exception log: [FIELD_ATTACK_REMOVE_BY_KEY], 1990/0x7C6 | 9D 45 0F 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:6] d2 18 d4 18 c6 07 9d 45 0f 00
|
||||
|
||||
|
||||
------------------------ 2022-02-26 18:47:51 ------------------------
|
||||
Exception log: [REMOTE_MELEE_ATTACK], 790/0x316 | 02 00 00 00 02 0A 09 01 00 00 01 00 00 00 5C 78 D7 00 00 00 00 00 00 00 00 00 00 00 B3 03 01 00 00 00 00 00 01 02 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:45] 58 88 75 88 16 03 02 00 00 00 02 0a 09 01 00 00 01 00 00 00 5c 78 d7 00 00 00 00 00 00 00 00 00 00 00 b3 03 01 00 00 00 00 00 01 02 00 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-02-26 20:53:07 ------------------------
|
||||
Exception log: [SHOP_RESULT], 1725/0x6BD | 0B 00 00 00 00 FC 58 89 00 00 00 00 00 00 00 00 00 01 00 00 00 00 42 01 01 00 00 00 57 51 0F
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:33] 97 6d b6 6d bd 06 0b 00 00 00 00 fc 58 89 00 00 00 00 00 00 00 00 00 01 00 00 00 00 42 01 01 00 00 00 57 51 0f
|
||||
|
||||
|
||||
------------------------ 2022-02-26 22:37:35 ------------------------
|
||||
Exception log: [FIELD_ATTACK_REMOVE_BY_KEY], 1990/0x7C6 | C8 42 0F 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:6] f2 c4 f4 c4 c6 07 c8 42 0f 00
|
||||
|
||||
|
||||
------------------------ 2022-02-26 22:47:09 ------------------------
|
||||
Exception log: [FIELD_ATTACK_REMOVE_BY_KEY], 1990/0x7C6 | C8 42 0F 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:6] 91 84 97 84 c6 07 c8 42 0f 00
|
||||
|
||||
|
||||
------------------------ 2022-02-26 23:14:45 ------------------------
|
||||
Exception log: [SHOP_RESULT], 1725/0x6BD | 0B 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:7] 84 bb 83 bb bd 06 0b 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-02-27 05:05:55 ------------------------
|
||||
Exception log: [FIELD_ATTACK_REMOVE_BY_KEY], 1990/0x7C6 | 5B 42 0F 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:6] ce f0 c8 f0 c6 07 5b 42 0f 00
|
||||
|
||||
|
||||
------------------------ 2022-02-27 09:09:30 ------------------------
|
||||
Exception log: [PARTY_MEMBER_CANDIDATE_RESULT], 142/0x8E | 02 24 00 00 00 06 00 6D 78 72 76 78 6E B2 01 01 00 86 00 00 00 00 34 00 00 00 06 00 43 72 61 79 6F 6E 70 00 00 00 79 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:45] b9 3e 94 3e 8e 00 02 24 00 00 00 06 00 6d 78 72 76 78 6e b2 01 01 00 86 00 00 00 00 34 00 00 00 06 00 43 72 61 79 6f 6e 70 00 00 00 79 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-02-27 13:31:01 ------------------------
|
||||
Exception log: [SHOP_RESULT], 1725/0x6BD | 0B 00 00 00 00 FC 58 89 00 00 00 00 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:19] 5f c9 4c c9 bd 06 0b 00 00 00 00 fc 58 89 00 00 00 00 00 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-02-27 20:27:45 ------------------------
|
||||
Exception log: [FIELD_ATTACK_REMOVE_BY_KEY], 1990/0x7C6 | D0 48 0F 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:6] 39 70 3f 70 c6 07 d0 48 0f 00
|
||||
|
||||
|
||||
------------------------ 2022-02-27 20:42:18 ------------------------
|
||||
Exception log: [PARTY_MEMBER_CANDIDATE_RESULT], 142/0x8E | 03 1F 00 00 00 04 00 53 63 61 72 B2 01 01 00 04 01 00 00 00 26 00 00 00 08 00 44 65 63 65 6D 62 65 72 27 0C 00 00 1F 00 00 00 00 02 00 00 00 05 00 4E 69 67 68 74 0C 19 00 00 09 01 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:65] 59 99 18 99 8e 00 03 1f 00 00 00 04 00 53 63 61 72 b2 01 01 00 04 01 00 00 00 26 00 00 00 08 00 44 65 63 65 6d 62 65 72 27 0c 00 00 1f 00 00 00 00 02 00 00 00 05 00 4e 69 67 68 74 0c 19 00 00 09 01 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-02-27 20:59:05 ------------------------
|
||||
Exception log: [TEMPORARY_STAT_SET], 94/0x5E | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF 2F 24 D8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 12 20 4E 00 00 00 00 00 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:178] 74 46 c6 46 5e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff 2f 24 d8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 12 20 4e 00 00 00 00 00 00 00 00 00 00
|
||||
|
||||
Contained stat PoseTypeContained stat MMPCutR
|
||||
------------------------ 2022-02-28 01:06:04 ------------------------
|
||||
Exception log: [SHOP_RESULT], 1725/0x6BD | 0B 00 00 00 00 E4 6D
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:9] 1c a4 15 a4 bd 06 0b 00 00 00 00 e4 6d
|
||||
|
||||
|
||||
------------------------ 2022-03-01 20:49:31 ------------------------
|
||||
Exception log: [FUNC_KEY_MAPPED_MAN_INIT], 1952/0x7A0 | 00 00 00 00 00 00 04 2E 00 00 00 04 0A 00 00 00 04 0C 00 00 00 04 0D 00 00 00 04 12 00 00 00 04 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 08 00 00 00 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1B 00 00 00 04 1E 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0E 00 00 00 04 0F 00 00 00 00 00 00 00 00 05 34 00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0B 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1A 00 00 00 04 10 00 00 00 04 16 00 00 00 01 11 3D 42 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1F 00 00 00 04 1D 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2F 00 00 00 01 0A 3D 42 00 00 00 00 00 00 01 2E 24 D8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 4A 04 2E 00 00 00 00 00 00 01 DB C7 41 00 01 FA 15 42 00 02 85 84 1E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:448] 84 0d 44 0c a0 07 00 00 00 00 00 00 04 2e 00 00 00 04 0a 00 00 00 04 0c 00 00 00 04 0d 00 00 00 04 12 00 00 00 04 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 08 00 00 00 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1b 00 00 00 04 1e 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0e 00 00 00 04 0f 00 00 00 00 00 00 00 00 05 34 00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0b 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1a 00 00 00 04 10 00 00 00 04 16 00 00 00 01 11 3d 42 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1f 00 00 00 04 1d 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2f 00 00 00 01 0a 3d 42 00 00 00 00 00 00 01 2e 24 d8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 4a 04 2e 00 00 00 00 00 00 01 db c7 41 00 01 fa 15 42 00 02 85 84 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-03-01 23:11:14 ------------------------
|
||||
Exception log: [FUNC_KEY_MAPPED_MAN_INIT], 1952/0x7A0 | 00 00 00 00 00 00 04 2E 00 00 00 04 0A 00 00 00 04 0C 00 00 00 04 0D 00 00 00 04 12 00 00 00 04 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 08 00 00 00 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1B 00 00 00 04 1E 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0E 00 00 00 04 0F 00 00 00 00 00 00 00 00 05 34 00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0B 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1A 00 00 00 04 10 00 00 00 04 16 00 00 00 01 11 3D 42 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1F 00 00 00 04 1D 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2F 00 00 00 01 0A 3D 42 00 00 00 00 00 00 01 2E 24 D8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 4A 04 2E 00 00 00 00 00 00 01 DB C7 41 00 01 FA 15 42 00 02 85 84 1E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:448] 84 0d 44 0c a0 07 00 00 00 00 00 00 04 2e 00 00 00 04 0a 00 00 00 04 0c 00 00 00 04 0d 00 00 00 04 12 00 00 00 04 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 08 00 00 00 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1b 00 00 00 04 1e 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0e 00 00 00 04 0f 00 00 00 00 00 00 00 00 05 34 00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0b 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1a 00 00 00 04 10 00 00 00 04 16 00 00 00 01 11 3d 42 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1f 00 00 00 04 1d 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2f 00 00 00 01 0a 3d 42 00 00 00 00 00 00 01 2e 24 d8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 4a 04 2e 00 00 00 00 00 00 01 db c7 41 00 01 fa 15 42 00 02 85 84 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-03-01 23:12:52 ------------------------
|
||||
Exception log: [FUNC_KEY_MAPPED_MAN_INIT], 1952/0x7A0 | 00 00 00 00 00 00 04 2E 00 00 00 04 0A 00 00 00 04 0C 00 00 00 04 0D 00 00 00 04 12 00 00 00 04 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 08 00 00 00 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1B 00 00 00 04 1E 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0E 00 00 00 04 0F 00 00 00 00 00 00 00 00 05 34 00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0B 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1A 00 00 00 04 10 00 00 00 04 16 00 00 00 01 11 3D 42 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1F 00 00 00 04 1D 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2F 00 00 00 01 0A 3D 42 00 00 00 00 00 00 01 2E 24 D8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 4A 04 2E 00 00 00 00 00 00 01 DB C7 41 00 01 FA 15 42 00 02 85 84 1E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:448] 84 0d 44 0c a0 07 00 00 00 00 00 00 04 2e 00 00 00 04 0a 00 00 00 04 0c 00 00 00 04 0d 00 00 00 04 12 00 00 00 04 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 08 00 00 00 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1b 00 00 00 04 1e 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0e 00 00 00 04 0f 00 00 00 00 00 00 00 00 05 34 00 00 00 00 00 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0b 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1a 00 00 00 04 10 00 00 00 04 16 00 00 00 01 11 3d 42 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1f 00 00 00 04 1d 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2f 00 00 00 01 0a 3d 42 00 00 00 00 00 00 01 2e 24 d8 17 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 4a 04 2e 00 00 00 00 00 00 01 db c7 41 00 01 fa 15 42 00 02 85 84 1e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-03-03 22:14:29 ------------------------
|
||||
Exception log: [FUNC_KEY_MAPPED_MAN_INIT], 1952/0x7A0 | 00 00 00 00 00 00 04 2E 00 00 00 01 6D B1 A9 00 01 9B 07 11 09 01 68 B1 A9 00 04 12 00 00 00 04 17 00 00 00 02 87 2A 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 E9 54 25 02 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1B 00 00 00 04 1E 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0E 00 00 00 04 0F 00 00 00 00 00 00 00 00 01 A8 29 27 02 05 34 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0B 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1A 00 00 00 04 10 00 00 00 04 16 00 00 00 01 71 88 1E 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1F 00 00 00 04 1D 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2F 00 00 00 01 EB AA E1 03 00 00 00 00 00 01 1E 24 4E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 6C B1 A9 00 00 00 00 00 00 01 3A 4B D8 17 01 F3 AA E1 03 01 76 B1 A9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:448] 70 4b b0 4a a0 07 00 00 00 00 00 00 04 2e 00 00 00 01 6d b1 a9 00 01 9b 07 11 09 01 68 b1 a9 00 04 12 00 00 00 04 17 00 00 00 02 87 2a 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 e9 54 25 02 04 05 00 00 00 04 00 00 00 00 04 04 00 00 00 04 1b 00 00 00 04 1e 00 00 00 04 27 00 00 00 04 01 00 00 00 04 29 00 00 00 04 13 00 00 00 04 0e 00 00 00 04 0f 00 00 00 00 00 00 00 00 01 a8 29 27 02 05 34 00 00 00 04 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 11 00 00 00 04 0b 00 00 00 00 00 00 00 00 04 03 00 00 00 04 14 00 00 00 04 1a 00 00 00 04 10 00 00 00 04 16 00 00 00 01 71 88 1e 00 04 09 00 00 00 05 32 00 00 00 05 33 00 00 00 04 06 00 00 00 04 1f 00 00 00 04 1d 00 00 00 00 00 00 00 00 04 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 35 00 00 00 05 36 00 00 00 00 00 00 00 00 06 64 00 00 00 06 65 00 00 00 06 66 00 00 00 00 00 00 00 00 06 67 00 00 00 06 68 00 00 00 06 69 00 00 00 06 6a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 2f 00 00 00 01 eb aa e1 03 00 00 00 00 00 01 1e 24 4e 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 6c b1 a9 00 00 00 00 00 00 01 3a 4b d8 17 01 f3 aa e1 03 01 76 b1 a9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
|
||||
|
||||
------------------------ 2022-03-14 21:52:45 ------------------------
|
||||
Exception log: [TEMPORARY_STAT_SET], 94/0x5E | 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 14 00 3F 88 93 03 00 00 00 00 28 00 3F 88 93 03 00 00 00 00 BC 02 3F 88 93 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 C4 E4 0B 03 00 00 00 00 F2 1A A5 AB 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:222] 00 8f de 8f 5e 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 14 00 3f 88 93 03 00 00 00 00 28 00 3f 88 93 03 00 00 00 00 bc 02 3f 88 93 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 c4 e4 0b 03 00 00 00 00 f2 1a a5 ab 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
|
||||
Contained stat IndieArcaneForceContained stat ComboDrainContained stat IncEffectMPPotion
|
||||
------------------------ 2022-03-23 16:10:55 ------------------------
|
||||
Exception log: [null], -4098/0xEFFE | EF BF DE EF 21 47 46 72 59 EF EF FE BF EF ED DF EF EF EF EF FC DF EF EF F2 02 1F 2F 23 22 F0 6F 56 F0 05 EF EF EF EF EF EF EF EF EF EF EF EF EF EF EF
|
||||
Full String: 207_1
|
||||
[ Name: , Job: -1, Field: -1, World: -1, Channel: -1 ]
|
||||
ZException (error code : -2147467259 (Unspecified error)) source()
|
||||
==== 2022/3/23 22:07:56.005 ==============================
|
||||
|
||||
|
||||
------------------------ 2022-03-23 23:27:12 ------------------------
|
||||
Exception log: [SET_FIELD], 531/0x213 | 45 00 00 00 A4 01 00 00 39 05 00 00 FF 7F 00 00 1D 00 6C 6F 6C 20 79 6F 75 20 67 61 79 20 77 68 79 20 79 6F 75 20 68 61 63 6B 20 74 68 6F 3F
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:49] aa a7 9b a7 13 02 45 00 00 00 a4 01 00 00 39 05 00 00 ff 7f 00 00 1d 00 6c 6f 6c 20 79 6f 75 20 67 61 79 20 77 68 79 20 79 6f 75 20 68 61 63 6b 20 74 68 6f 3f
|
||||
|
||||
|
||||
------------------------ 2022-03-23 23:29:45 ------------------------
|
||||
Exception log: [SET_FIELD], 531/0x213 | 45 00 00 00 A4 01 00 00 39 05 00 00 FF 7F 00 00 1D 00 6C 6F 6C 20 79 6F 75 20 67 61 79 20 77 68 79 20 79 6F 75 20 68 61 63 6B 20 74 68 6F 3F
|
||||
Full String: Invalid Decoding
|
||||
PacketDump : [DataLen:49] 33 20 02 20 13 02 45 00 00 00 a4 01 00 00 39 05 00 00 ff 7f 00 00 1d 00 6c 6f 6c 20 79 6f 75 20 67 61 79 20 77 68 79 20 79 6f 75 20 68 61 63 6b 20 74 68 6f 3f
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
Copyright © 2018 The Swordie Authors.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
<?xml version = "1.0" encoding = "utf-8"?>
|
||||
<!DOCTYPE hibernate-configuration SYSTEM
|
||||
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
|
||||
<hibernate-configuration>
|
||||
<session-factory>
|
||||
<property name = "hibernate.dialect">
|
||||
org.hibernate.dialect.MySQLDialect
|
||||
</property>
|
||||
|
||||
<property name = "hibernate.connection.driver_class">
|
||||
com.mysql.jdbc.Driver
|
||||
</property>
|
||||
|
||||
<property name = "hibernate.connection.url">
|
||||
jdbc:mysql://127.0.0.1:3306/v206?autoReconnect=true&useSSL=false&allowPublicKeyRetrieval=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
|
||||
</property>
|
||||
|
||||
<property name = "hibernate.connection.username">
|
||||
root
|
||||
</property>
|
||||
|
||||
<property name = "hibernate.connection.password">
|
||||
wusuc2i7mmicpoi9
|
||||
</property>
|
||||
|
||||
<property name="hibernate.enable_lazy_load_no_trans">
|
||||
true
|
||||
</property>
|
||||
|
||||
<property name="hibernate.show_sql">
|
||||
false
|
||||
</property>
|
||||
|
||||
<property name="hibernate.format_sql">
|
||||
true
|
||||
</property>
|
||||
|
||||
<property name="hibernate.use_sql_comments">
|
||||
true
|
||||
</property>
|
||||
|
||||
<!-- List of XML mapping files -->
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
log4j.rootLogger=DEBUG,stdout
|
||||
log4j.logger.com.endeca=INFO
|
||||
# Logger for crawl metrics
|
||||
log4j.logger.com.endeca.itl.web.metrics=INFO
|
||||
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.stdout.layout.ConversionPattern=[%p] %m%n
|
||||
|
||||
# add a FileAppender to the logger fout
|
||||
log4j.appender.fout=org.apache.log4j.FileAppender
|
||||
# create a log file
|
||||
log4j.appender.fout.File=root.log
|
||||
log4j.appender.fout.layout=org.apache.log4j.PatternLayout
|
||||
# use a more detailed message pattern
|
||||
log4j.appender.fout.layout.ConversionPattern=%p\t%d{ISO8601}\t%r\t%c\t[%t]\t%m%n
|
||||
# library logging only for errors
|
||||
log4j.logger.org.hibernate=error
|
||||
log4j.logger.io.netty=error
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue