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
Tibia scape Gold changer
#1
The gold is called Mystic Shards on this server can I get an LUA to change it when I get 100?
|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.alt="Smile" title="Smile" class="smilie smilie_1" />
Reply

#2
Hello.

You could use the script from this thread:
|Only Registered members can see download links. | Click here to buy subscription or here to register.

But i've changed it, so you just need to change the id on script below. It will simple "Use" the MYSTIC_SHARD_ID item when there's a stack of 100 items.
local MYSTIC_SHARD_ID = 24026

if connected() then
    local containers = getcontainers()
    for _, container in ipairs(containers) do
        for __, item in ipairs(container.items) do
            if item.id == MYSTIC_SHARD_ID and item.count == 100 then
                useitemslot(item.index, container.index)
                wait(800, 1000)
                break
            end
        end
    end
end
Reply

#3
ArkilysHello.

You could use the script from this thread:
|Only Registered members can see download links. | Click here to buy subscription or here to register.

But i've changed it, so you just need to change the id on script below. It will simple "Use" the MYSTIC_SHARD_ID item when there's a stack of 100 items.


So I copied the new id which is 24026, put it in copied an put it in the Console to an it says LUA command sent. Well it still doesn't work how do I activate it?
Reply

#4
Did you had a stack with 100 mystic shards when you ran that on Console? Because running a script on Console just runs it once. If you wanna let it working then you must use on Persistents.
Notice the script will not stack, but only use a mystic shard stack when the stack has 100.
Reply

#5
|Only Registered members can see download links. | Click here to buy subscription or here to register.


Yeah Nah I didnt have 100 I started it fresh with none in my bp an still wont click them to convert
Reply

#6
As I said running a script on Console just runs it once. If you wanna let it working then you must use on Persistents.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016