Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FREE Use shovel around your character and get scarab coin
#1
Use shovel around your character and get scarab coin
local SCARAB_COIN_ID = 3042

local player_x = posx()
local player_y = posy()
local player_z = posz()
for x = -1, 1, 1 do
    for y = -1, 1, 1 do
        if x ~= 0 or y ~= 0 then
            useitemon('shovel', player_x + x, player_y + y, player_z)
            wait(1000, 1500)
            local tile = gettile(player_x + x, player_y + y, player_z)
            if tile.itemcount > 1 and tile.topitem.id == SCARAB_COIN_ID then
                moveitems(SCARAB_COIN_ID, '0', ground(player_x + x, player_y + y, player_z))
                wait(400, 800)
            end
        end
    end
end

keywords: use shovel around, shovel floor, scarab coin, scarab, shovel scarab coin, shovel sand, shovel desert, desert
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016