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
life crystal to life ring
#1
pls i need change alot amount of crystals and get muted for alot spawn need wait around 2 sec per dialog i need help, i think so 

say "Gamel is a rebel"
wait "2000"
say "yes"
wait "2000"
say "He wants to obtain a magic crystal so Lugri can cast a deathcurse"
wait "2000"
say "yes"
wait "2000"

but dont work, bot crash

#2
Hello.

wait() function receives number as parameters, not string.

local lifeCrystalCount = itemcount('life crystal')
if lifeCrystalCount > 0 then
    say('hi')
    wait(800, 1200)
    for i = 1, lifeCrystalCount do
        say('Gamel is a rebel')
        wait(2000)
        say('yes')
        wait(2000)
        say('He wants to obtain a magic crystal so Lugri can cast a deathcurse')
        wait(2000)
        say('yes')
        wait(2000)
    end
end

#3
thanks u very much bro
|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="Big Grin" title="Big Grin" class="smilie smilie_4" />



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016