Zenbot Wiki All public logs

All public logs

Combined display of all available logs of Zenbot Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:04, 1 April 2023 電池 talk contribs created page Buffs (Created page with "=== Obtaining buff.obj === ==== Through obj.buff ==== This is the recommended way to obtain buffs ===== Example 1 - hash ===== local DravenSpinningAttack = player.buff[`DravenSpinningAttack`] print("Player has " .. (DravenSpinningAttack and "a spinning axe!" or "nothing?")) ===== Example 2 - string ===== local function getApheliosManager(t) return player.buff["Aphelios" .. t .. "Manager"] end if getApheliosManager("Infernum") then print("Player has...")