Would you like to react to this message? Create an account in a few clicks or log in to continue.

help pls i cant work

2 posters

Go down

help pls i cant work Empty help pls i cant work

Post by cheezit Thu Aug 16, 2012 4:32 pm

when i try to run a script it says its running but nothing happens....


any1 have any ideaS?

cheezit
New user

Posts : 5
Join date : 2012-08-16

Back to top Go down

help pls i cant work Empty Re: help pls i cant work

Post by GPS Thu Aug 16, 2012 5:01 pm

Post the script you're trying to run

GPS
New user

Posts : 16
Join date : 2010-12-18

Back to top Go down

help pls i cant work Empty Re: help pls i cant work

Post by cheezit Thu Aug 16, 2012 5:28 pm

;PowerThiever.rah
;Start at what u want to thieve. Will not stop thieving, even when sleeping.
;-=-=-=-=-=-=-=-=-=-

getOption($var1, "@ora@Who Would You Like to Thieve Today?", "Man", "Farmer", "Warrior", "Rogue", "Guard", "Knight", "Watchman", "Paladin", "Gnome", "Hero")
ifVarEqual(8, $var1) getOption($var2, "@lre@Which Gnome Do You Want To Thieve?", "Gnome Child", "Gnome Local", "Both -- buggy")

:SELECTOR:
ifVarEqual(0, $var1) goto(:MAN:)
ifVarEqual(1, $var1) goto(:FARMER:)
ifVarEqual(2, $var1) goto(:WARRIOR:)
ifVarEqual(3, $var1) goto(:ROGUE:)
ifVarEqual(4, $var1) goto(:GUARD:)
ifVarEqual(5, $var1) goto(:KNIGHT:)
ifVarEqual(6, $var1) goto(:WATCHMAN:)
ifVarEqual(7, $var1) goto(:PALADIN:)
ifVarEqual(8, $var1) goto(:GNOME:)
ifVarEqual(9, $var1) goto(:HERO:)

:MAN:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(11)
wait(300)
goto(:MAN:)

:FARMER:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(63)
wait(300)
goto(:FARMER:)

:WARRIOR:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(320)
wait(300)
goto(:WARRIOR:)

:ROGUE:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(342)
wait(300)
goto(:ROGUE:)

:GUARD:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(65)
wait(300)
goto(:GUARD:)

:KNIGHT:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(322)
wait(300)
goto(:KNIGHT:)

:WATCHMAN:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(574)
wait(300)
goto(:WATCHMAN:)

:PALADIN:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(323)
wait(300)
goto(:PALADIN:)

:GNOME:
ifFatigueEqual(94) useItem(1263)
ifFatigueEqual(96) useItem(1263)
ifFatigueEqual(98) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
ifVarEqual(0, $var2) pickpocket(585) ;gnome child
ifVarEqual(1, $var2) pickpocket(593) ;gnome local
ifVarEqual(2, $var2) pickpocket(585) ;gnome child
wait(50)
ifVarEqual(2, $var1) pickpocket(593) ;gnome local
wait(300)
goto(:SELECTOR:)

:HERO:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(324)
wait(300)
goto(:HERO:)

cheezit
New user

Posts : 5
Join date : 2012-08-16

Back to top Go down

help pls i cant work Empty Re: help pls i cant work

Post by cheezit Thu Aug 16, 2012 5:29 pm

i just copied n pasted from here.
then saved it my scripts folder as powerthieving.rah


when ::run rah i selected this script. i select men and then nothing happens. also with the built in scipts that came with the bot i tried theiving and nothing happens. i didnt know if there was a unlock comand or somthing.

cheezit
New user

Posts : 5
Join date : 2012-08-16

Back to top Go down

help pls i cant work Empty Re: help pls i cant work

Post by cheezit Thu Aug 16, 2012 6:06 pm

im in al khaird trying to thieve those men

cheezit
New user

Posts : 5
Join date : 2012-08-16

Back to top Go down

help pls i cant work Empty Re: help pls i cant work

Post by GPS Thu Aug 16, 2012 7:40 pm

:MAN:
ifFatigueEqual(96) useItem(1263)
ifFighting() runAway()
ifHPUnder(10) eat(tuna,bass) ;<--SET HP/FOOD HERE--<
pickpocket(11)
wait(300)
goto(:MAN:)

Its the pickpocket(11) part which is probably the problem. If you right-click the men in al-kharid you can check their ID. Replace the number 11 in the script with their ID and it should work fine

GPS
New user

Posts : 16
Join date : 2010-12-18

Back to top Go down

help pls i cant work Empty Re: help pls i cant work

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum