mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-02-03 16:39:07 +00:00
2.2 KiB
2.2 KiB
How to execute the script
- Click 'Table' then 'Show Cheat Table Lua Script' or press Ctrl+Alt+L
CObject_C hierarchy
CGUnit_C
- Select a target unit (it must be of type Unit).
- Execute the script: Load_CGUnit.lua
CGPlayer_C (your character)
- Execute the script: Load_CGPlayer.lua
CGCorpse_C
- Execute the script: Load_CGCorpse.lua
- Then hover your mouse cursor over the corpse.
CGItem_C (items in the main 16-slot backpack)
- Execute the script: Load_CGItem.lua
CGContainers_C (only for equipped bags)
- Execute the script: Load_CGContainer.lua
CMapBaseObj hierarchy
CMapArea (ADT)
- Execute the script: Load_CMapArea.lua
CMapChunk
- Execute the script: Load_CMapChunk.lua
CMapEntity
- Select a target (unit or player)
- Execute the script: Load_CMapEntity.lua
CMapObjDef (WMO)
- Run inside a WMO object (tower, cave, barracks etc)
- Execute the script: Load_CMapObjDef.lua
CMapObjDefGroup
- Run inside a WMO object (tower, cave, barracks etc)
- Execute the script: Load_CMapObjDefGroup.lua