Bapeth's Reveal Spell + Auto Hide / Smokebomb Degeneracy by barryroser
Description: Use this if you are looking to inflict emotional damage
1# Bapeths Reveal Spell + Auto Hide / Smokebomb Degeneracy
2#
3# "In Warmode" :
4# Play the script to Reveal + Smokebomb / Auto hide
5# The faster you target the Reveal, the higher the chance your character will hide if smokebomb is not available
6# If your bombs are on cooldown and you fail to hide.. RUN
7#
8# "In Peacemode" :
9# The script will act as a normal reveal spell
10
11if warmode and skill "Magery" >= 60 and mana >= 20
12 hotkey "Cancel Current Target"
13 overhead "Arcane tricks..." 2843
14 cast "Reveal"
15 wft 2500
16 overhead "Quickly Target!" 88
17 while targetexists
18 //donothing
19 endwhile
20 if findtype 52149 backpack as trollbombs
21 dclick trollbombs
22 getlabel backpack ping
23 endif
24 if not hidden
25 skill "Hiding"
26 getlabel backpack ping
27 endif
28 if not hidden
29 overhead "All hides fail, time to bail!" 38
30 endif
31else
32 cast "Reveal"
33endif