Archived

This topic is now archived and is closed to further replies.

Sir Elton Joel

iBot script requests

36 posts in this topic

I'll try to gather all request in this very thread where we can help each other out by sharing.

I'll start off by uploading blakWs dicing script that I know many of you've been requesting.



List of shared scripts/script collections

Joel's BlakW dicing script - now containing Eli's dicer (D120GHLW)

Please login or register to see this link.

 

- updated as well

 

OBS do not bot dicers on your main account as Cip has reactivated GMs in oder to find and delete dice boters. Be careful

2 people like this

Share this post


Link to post
Share on other sites

Thanks a bunch! By any chance, do you have version 2.0.2 of the BlakW dicescript as well?

Share this post


Link to post
Share on other sites

Thanks a bunch! By any chance, do you have version 2.0.2 of the BlakW dicescript as well?

You're very welcome! Why is it that you're interested in this older version?

Share this post


Link to post
Share on other sites

The new version's using browsefield, while the older ones aren't, meaning the engine is completely different, and for some reason, the browsefield functions wont work properly for me at all, and I seem to get debugs/the script getting a stuck a lot more often than what it seems to do when it isn't using browsefield.

Share this post


Link to post
Share on other sites

I need some help for the casino script, the bot is just reopen the bps all the time and when somebody put money and say high or low nothing happen :S

Please help!

Share this post


Link to post
Share on other sites

Link not work

Link works perfectly to me. Do you still have this problem?

 

I'll try to get my hands over Elis dice script instead. I'll try it and then post it here

 

Stay tuned

Share this post


Link to post
Share on other sites

Link works perfectly to me. Do you still have this problem?

 

I'll try to get my hands over Elis dice script instead. I'll try it and then post it here

 

Stay tuned

That would be nice because blakw dice script is bugged

Share this post


Link to post
Share on other sites

Ice witch temple by eli for druids and sorcerers wouldnt be bad :)
And the script for formorgar mines nightmares knights by blakw is another one ive been looking for :)

Share this post


Link to post
Share on other sites

You should remove the /v/0 from the link so it looks like this 

Please login or register to see this link.

 

There you have a better view of what scripts you are sharing :)

1 person likes this

Share this post


Link to post
Share on other sites

Main post updated with Eli's dicer which works more smoothly.

Hello joel everything works smooth but when i trying to play with other char and put money in middle and say high or low nothing happen :S

and how can i change the money requiment ?

local A = itemcost("platinum coin")local B = itemcost("crystal coin")local C = ((itemcount("platinum coin", PlatinumBP)*A + itemcount("crystal coin", CrystalBP)*B)/1000)if MaxGPNr*(BetNr/10) > MaxGP*(Bet/10) then    D = MaxGPNr*(BetNr/10)else    D = MaxGP*(Bet/10)endif windowcount(MainBP) > 0 and windowcount(PlatinumBP) > 0 and windowcount(CrystalBP) > 0 and connected then    if C <= D then        say("Sorry, I run out of gold, good bye")        while gettile(posx, posy-1, posz).count > 3 do            if toptileitem(posx,posy-1,posz)== 5792 or toptileitem(posx,posy-1,posz) == 5793 or toptileitem(posx,posy-1,posz) == 5794 or toptileitem(posx,posy-1,posz) == 5795 or toptileitem(posx,posy-1,posz) == 5796 or toptileitem(posx,posy-1,posz) == 5797 or toptileitem(posx,posy-1,posz) == 3035 or toptileitem(posx,posy-1,posz) == 3043 then            moveitems(toptileitem(posx, posy-1,posz), ground(posx, posy-1,posz), MainBP, 100)                wait(500)            end            updateworld()        end        closetibia()        wait(1000)        elseif itemcount("platinum coin", PlatinumBP) <= 50 and itemcount(PlatinumBP, PlatinumBP) == 0 then        say("Sorry, I run out of gold, good bye")        while gettile(posx, posy-1, posz).count > 3 do            if toptileitem(posx,posy-1,posz)== 5792 or toptileitem(posx,posy-1,posz) == 5793 or toptileitem(posx,posy-1,posz) == 5794 or toptileitem(posx,posy-1,posz) == 5795 or toptileitem(posx,posy-1,posz) == 5796 or toptileitem(posx,posy-1,posz) == 5797 or toptileitem(posx,posy-1,posz) == 3035 or toptileitem(posx,posy-1,posz) == 3043 then            moveitems(toptileitem(posx, posy-1,posz), ground(posx, posy-1,posz), MainBP, 100)                wait(500)            end            updateworld()        end        closetibia()        wait(1000)    elseif itemcount("crystal coin", CrystalBP) <= 2 and itemcount(CrystalBP, CrystalBP) == 0 then        say("Sorry, I run out of gold, good bye")        closetibia()        wait(1000)    elseif ROLLINGDICE() == nil then        while itemcount("platinum coin", CashBP) > 0 do            moveitems("platinum coin", CashBP, ground(posx+2, posy-1, posz), 100)            wait(600)            updateworld()        end        while itemcount("crystal coin", CashBP) > 0 do            moveitems("crystal coin", CashBP, ground(posx+2, posy-1, posz), 100)            wait(600)            updateworld()        end        while itemcount("platinum coin", MainBP) > 0 do            moveitems("platinum coin", MainBP, ground(posx+2, posy-1, posz), 100)            wait(600)            updateworld()        end        while itemcount("crystal coin", MainBP) > 0 do            moveitems("crystal coin", MainBP, ground(posx+2, posy-1, posz), 100)            wait(600)            updateworld()        end        while itemcount("platinum coin", PlatinumBP) > 0 do            moveitems("platinum coin", PlatinumBP, ground(posx+2, posy-1, posz), 100)            wait(600)            updateworld()        end        while itemcount("crystal coin", CrystalBP) > 0 do            moveitems("crystal coin", CrystalBP, ground(posx+2, posy-1, posz), 100)            wait(600)            updateworld()        end        say("Sorry, I run out of gold, good bye")        while gettile(posx, posy-1, posz).count > 3 do            if toptileitem(posx,posy-1,posz)== 5792 or toptileitem(posx,posy-1,posz) == 5793 or toptileitem(posx,posy-1,posz) == 5794 or toptileitem(posx,posy-1,posz) == 5795 or toptileitem(posx,posy-1,posz) == 5796 or toptileitem(posx,posy-1,posz) == 5797 or toptileitem(posx,posy-1,posz) == 3035 or toptileitem(posx,posy-1,posz) == 3043 then            moveitems(toptileitem(posx, posy-1,posz), ground(posx, posy-1,posz), MainBP, 100)                wait(500)            end            updateworld()        end        closetibia()        wait(1000)    endend

Share this post


Link to post
Share on other sites

Thanks for sharing, do you have garkstal library? It's needed to run eli's dice script, else it won't work

Share this post


Link to post
Share on other sites

I don't think garkstals lib is a requirement since I've been running the script flawlessly and I can't seem to find the library among my files. 

It'd be great if people could collect all their favourite scripts and upload them here! I'm also looking for MS ghastly dragons by BlakW in case anybody has bought it.

Share this post


Link to post
Share on other sites

Can you Upload the Files again man and about the libery i think its only for the new dice script from Eli
but as far as i know you cant find it on the forums its only a direct download from her links she gives you when you buy the script

but you do need the regular Sirmate Libery

 

Share this post


Link to post
Share on other sites