- 履歴一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windower/Lua/Sparks へ行く。
- 1 (2025-04-14 (月) 03:10:13)
windower.register_event('incoming chunk',function(id,data,modified,injected,blocked) if id == 0x110 then -- Update Current Sparks via 110 local header, value1, value2, Unity1, Unity2, Unknown = data:unpack('II') current_sparks = value1 end end)