File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,14 +81,14 @@ public static void Initialize(SigScanner scanner)
8181 //Data.BuffTablePtr = scanner.ReadIntPtr(Data.ActorTable) + 6488;
8282
8383 //Weather用于获取当前天气,判断幻海流、空岛特殊天气触发等。
84- weatherPtr = scanner . GetStaticAddressFromSig ( "48 8D 0D ? ? ? ? 0F 28 DE " , 3 ) + 8 ;
84+ weatherPtr = scanner . GetStaticAddressFromSig ( "48 8D 0D ? ? ? ? E8 ? ? ? ? 0F B6 C8 83 E9 ? 74 ? 83 E9 ? 74 ? 83 F9 ? 74 ? 32 C0 48 83 C4 ? C3 48 8B 05 " , 3 ) + 8 ;
8585
8686 territoryTypePtr = scanner . GetStaticAddressFromSig ( "8B 0D ? ? ? ? E8 ? ? ? ? 48 85 C0 74 ? 0F B7 40" , 2 ) ;
8787
8888 conditionPtr = scanner . GetStaticAddressFromSig ( "48 8D 0D ? ? ? ? 45 33 C0 4C 8B F0" , 3 ) ;
8989
9090 //获取EventFrameworkPtr
91- eventFrameworkPtrAddress = scanner . GetStaticAddressFromSig ( "4C 39 2D ? ? ?? ? ? ?? 74 14 " , 3 ) ;
91+ eventFrameworkPtrAddress = scanner . GetStaticAddressFromSig ( "48 8B 05 ? ? ? ? 48 85 C0 74 ? 83 B8 ? ? ? ? ? 7C " , 3 ) ;
9292
9393 //获取Offset相关
9494 eventInfoOffset = scanner . ReadInt16 ( scanner . ScanText ( "48 8B 88 ? ? ? ? BA ? ? ? ? 66 39 51 ? 75 ? F6 80" ) , 3 ) ;
You can’t perform that action at this time.
0 commit comments