![]() |
VoonArt scripts - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html) +--- Thread: VoonArt scripts (/thread-10995.html) |
VoonArt scripts - voonart - 07-20-2013 Hello, in this thread I will support bbot user with my 100% afk scripts. Important! If you find bug, please let me know what went wrong and ill update script.
Also if you like me to create script for you please leave a note in this thread. Script's
[table=95] [tr][td]Level[/td][td]City[/td][td]Place[/td][td]Download[/td][/tr] [tr][td]1-XX[/td][td]Rook[/td][td]Rook 101% AFK[/td][td] DOWNLOAD[/td][/tr][tr][td]30+[/td][td]Thais[/td][td]Dark Magicans[/td][td] DOWNLOAD[/td][/tr][/table] Macro's
[table=95] [tr][td]Script[/td] [td]Desciption[/td] [td]Post link[/td] [/tr] [tr] [td]Training macro[/td][td]Macro for safe training in on monsters. It will start killing when 2 or more monsters are attacking u or a strong monster is on screen[/td] [td]POST [/td] [/tr] [tr] [td]Wave macro[/td][td]Macro will stand next to monster and turn in good direction. NOTE ITS BETA!!!!![/td] [td]POST [/td] [/tr] [/table] Dark Magicans Thais Location: Start in Thais or Dark Magican Tower Macro: 0 {Open Door Without Key} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(1632, !X!, !Y!, !Z!, 2) 1000 {Creature Follow} creature:=Creature.Attacking() Creature.Follow(!creature!) Depositer: YES Refiller: YES + open door at Magican Shop Setup in variables. EXP/H: Around 20-25K/h Level REQ: I suggest 20+ lvl 60/60 or 30+ lvl with bad skills Monsters: Fire Devil Dark Magician War Wolf Ghoul Dark Apprentice Wolf Bear Elf Scout Elf Elf Arcanist Hunter Loots: ![]() SS: Note low exp bcz 1 guy botted also. ![]() RE: VoonArt scripts - Leva - 07-20-2013 This script is 100% u job? RE: VoonArt scripts - signumsignal - 07-20-2013 i'll test on next week ![]() ![]() RE: VoonArt scripts - voonart - 07-20-2013 (07-20-2013, 09:30 PM)Leva Wrote: This script is 100% u job? Yes made it by myself ![]() (07-20-2013, 09:30 PM)signumsignal Wrote: i'll test on next week Waiting for response ![]() Ultimate Rook 101% AFK Script - voonart - 07-21-2013 Iv tried some rook afk scripts and none were working well. I proudly present my own Rook AFK Script in v1.0 (going to add auto voc picker and items when I bot 4 chars) 1. Setup Variables: #Script Made BY VoonArt# #If you like it please rep me ![]() #Good luck! #GoBugs = 1 Determinate if you like to hunt bugs 1 mean yes #0 mean no #HP% If ur HP% is below this number, it will skip bug part #BugLevel if your level is below that number it will skip bug #part #ExpToEnd End hunting and go to IOD when ur exp is highter #than that #IODLogout 1 mean yes 0 mean no //For future use. In next #verion it will pick #vocation and items GoBugs = 1 HP% = 90 BugLevel = 6 expToEnd = 5200 IODLogout = 1 2. What it do? First of all you need cash for eq. Bot start to hunt sheeps, pigs and rabbits (deers are to fast) then it sells food when cap is below 50. ![]() Note: It will close doors when u pass them, to avoid creatures to run away. When bot collect 200 gp its going to shop for full equip Leather set, studded shield, sabre. Note: It will auto drop starting gear and equip new one ![]() ![]() ![]() Time for rats. While passing equipment shop it buys rope. So time for Rat hunt + Bugs (see setup) While passing BugCave rope spot it will check setup for future waypoints GoBugs = 1 HP% = 90 BugLevel = 6 With that setup it will go to bugs when character hp in percent is highter then 90 and character level is 6 or highter. NOTE ITS TRICKY PART!!!!!! With that gear hunting bug cave as usuall is dangerous and almost died several times. So iv made safe spot to kill bugs. Before entering main room it disables Killer moves to safe spot (see picture) then starts to kill. Now u take dmg only from 2 bugs not 6-8 ![]() ![]() When u reach exp from variables it go to IOD and logout. In future it will choose vocation and collect voc equip. It took me long time to make this script, so please if you like it REP me. Also if you notice bug (not creature ![]() Also when you bot ur char to IOD with success let other users to know that ![]() EXP with some ppl ![]() RE: VoonArt scripts - Rews - 07-21-2013 awesome man! took here more! RE: VoonArt scripts - Leva - 07-22-2013 have pacc? Work scripts for 70+ek RE: VoonArt scripts - voonart - 07-23-2013 (07-22-2013, 09:01 PM)Leva Wrote: have pacc? Work scripts for 70+ek In next week im getting premium. So be tuned for premm scripts ![]() RE: VoonArt scripts - voonart - 07-28-2013 Macro: Safe Training Hello here is my macro for Safe Training on rotworms.
It can be used at very low skills and level. When Carrion Worm is on screen it will use serpent sword. When 3 monsters are attacking you it will use serpent sword. When 2 monsters or less attacking you it will use matchete. Code: 1000 {Training} Killing until 2 monsters stay: ![]() Training ![]() ![]() RE: VoonArt scripts - voonart - 07-30-2013 MACRO FOR OT!!!!! WHEN TESTED FULLY ON OTS AND CONFIRMED BY USERS IT WORK ILL WRITE A CONFIRMATION HERE!!! NOTE ITS IN BETA TEST PLEASE CONSIDER IT AS HELP IN TESTING Hello, today im adding my AutoWave Macro. Macro automaticaly detects monster position and sets himself to wave it. Set macro in attack sequence before casting wasve spell. 0 {WaveItBaby} MonID:=Creature.Attacking() !MonID!>0 {Move} X:=Self.X() Y:=Self.Y() Z:=Self.Z() MX:=Creature.X(!MonID!) MY:=Creature.Y(!MonID!) !X!>!MX! [n] !Y!>!MY! [n] Self.MoveW() Self.TurnN() {n} !X!==!MX! [ne] !Y!>!MY! [ne] Self.TurnN() {ne} !X!<!MX! [w] !Y!>!MY! [w] Self.MoveE() Self.TurnN() {w} !X!>!MX! [e] !Y!==!MY! [e] Self.TurnW() {e} !X!<!MX! [sw] !Y!==!MY! [sw] Self.TurnE() {sw} !X!>!MX! [s] !Y!<!MY! [s] Self.MoveS() Self.TurnW() {s} !X!==!MX! [se] !Y!<!MY! [se] Self.TurnS() {se} !X!<!MX! [exit] !Y!<!MY! [exit] Self.MoveS() Self.TurnE() {exit} Exit() Informations: Grid with position X,Y X-1 Y-1 | X Y-1 | X+1 Y-1 -------------------------------------- X-1 Y | PLAYER X Y | X+1 Y -------------------------------------- X-1 Y+1 | X Y+1 | X+1 Y+1 |