• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

ManaShield/Super Mana Shield Issue

jsakjskaj

New Member
Joined
Oct 31, 2022
Messages
2
Reaction score
0
As you can see on the picture below on the server that I'm playing are 2 separate icons for separate barrier/utamo vita spells.

  • The dark blue is "ki barrier" and represents ManaShield
  • The light blue is "super ki barrier" and I don't have clue what represents because not ManaShield but it is a barrier/utamo vita but just stronger one.

So, whenever I lose or dont have the barrier/utamo vita, script would turn the barrier/utamo on (Like the one below)

Lua:
local lastManaShield = 0
  macro(1000, "Kyushu (Barrier)", function()
    if not hasManaShield() then
      if saySpell("kyushu") then
        lastManaShield = now
      end
    end
  end)


Can please somebody help me? I'm using the v.Bot 4.7
 
Last edited:
Back
Top