0% found this document useful (0 votes)
2K views

Elfbot Scripts

This document outlines various auto-cast spells and abilities for an RPG game character. It includes spells to heal mana and health, reconnect if disconnected, automatically reply to private messages, and display a HUD with the player's health, mana, and target's health percentages. The auto-cast abilities are triggered based on percentage thresholds for health and mana.

Uploaded by

Berry
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

Elfbot Scripts

This document outlines various auto-cast spells and abilities for an RPG game character. It includes spells to heal mana and health, reconnect if disconnected, automatically reply to private messages, and display a HUD with the player's health, mana, and target's health percentages. The auto-cast abilities are triggered based on percentage thresholds for health and mana.

Uploaded by

Berry
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Healing

This will heal mana


SMP auto 100 smana self
All
constantly until the
Basic Classes
player has full mana
SMP by % auto 200 if [$self.mppc < All
90] smana self None
Mana Classes
This will heal mana
auto 100 gmana self
All
GMP constantly until the
Classes
player has full mana
GMP
auto 200 if [$self.mppc < All
by % 90] gmana self None
Classes
Mana
Class auto 200 if [$self.hppc <
Healing 95] say exura vita Elfbot has a built in
auto 200 if [$self.hppc < Sorcerer
by % healing system
95] say exura mort vita
Health
Class
Healing auto 200 if [$self.hppc < Elfbot has a built in
95] say exura meden Druid
by % healing system
Health
Class
Healing auto 200 if [$self.hppc < Elfbot has a built in
95] say exura san Paladin
by % healing system
Health
Class
Healing auto 200 if [$self.hppc < Elfbot has a built in
95] say exana mort Knight
by % healing system
Health
auto 5 if [$self.hppc <= 907 and 6299 can be
50] equipring 6299 | if All
Immortal [$self.hppc <= 100] changes to other ring ID
Classes
equipring 907 of your choice
Support
auto 50 if [$friendcount
>= 1 && $friend.hppc < 99] Must have friends name
Gran Sio say 'Exura Gran Sio Druid
in Lists
"$friend.name

auto 100 uhpc 90 friend


All Must have friends name
UH friend
Classes in Lists
auto 200 if [$self.hppc >=
87 && $soul <= 41] say
'Exura Gran Mas Res' | if
Tempo [$self.hppc >= 87 && Must have friends name
$soul>=39&&$friendcount >= Druid
Sio in Lists
1 && $friend.hppc < 97]
say'Exura Tempo Sio
"$friend.name

Utility
say !teleport house
Change to use any
Teleport say !teleport depot
All
locations Teleportation
Icons Classes
Spells
ect.

Auto auto 100 if [$hasted == 0] All


say 'Utani Gran hur None
Haste Classes
auto 200 if [$mppc==100]
say 'exevo mana | smana
All
Train None
self Classes
auto 200 ifnot $connected All
Reconnect { reconnect | wait 20000 } None
Classes
Exiva exivatarget
All Will use exiva on the
Target Classes last targeted player
auto 200 if
Auto [$curmsg.isprivate] {pm All Will automatically reply
Message '$curmsg.sender'Im Classes to the current sender
currently Afk.'}

auto 200 dontlist |


foreach 'newmessages' $e
Buy {if [$e.content == 'Only All
50 charges remain for your Place in persistent
Charges Classes
Great Mana Potion!'] say
'!buycharges all'}

Input elfbot ID of item


you wish to loot. If you
auto 200 moveitems <id of All
Auto Loot item> 'backpack' have a container that is
Classes
not a backpack them
input the different name.
Fishing
Fishing auto 200 fish
All
None
Rod Classes
Fishing auto 100 set $n [$posy-3]
| set $s [$posy+3] | set All
Rod With $e [$posx+3] | set $w Works in water and lava
Classes
ID [$posx-3]| useongroundxyz
3483 $e $n $posz |
useongroundxyz 3483
$w$s$posz useongroundxyz
3483 $w $n $posz |
useongroundxyz 3483 $e $s
$posz

auto 100 set $n [$posy-3]


| set $s [$posy+3] | set
$e [$posx+3] | set $w
[$posx-3]| useongroundxyz
Fishing 3346 $e $n $posz | All
useongroundxyz 3346 Works in water and lava
Spear Classes
$w$s$posz useongroundxyz
3346 $w $n $posz |
useongroundxyz 3346 $e $s
$posz

auto 50 usegrounditem 6507


All
Bundles None
Classes
auto 200 | useoncreature
5928 Jaws | useoncreature
5928 Aegaeus |
useoncreature 5928
Auto Krakatoa | useoncreature
All Other bowl-able
Bowl 5928 Triton | Classes monsters can be added
useoncreature 5928
Blastoise | useoncreature
5928 Pyria

HUD
auto 500 dontlist | setpos
[$screenright - 90]
[$screentop - 10 |
All Place this in persistent
HP %
displaytext 'HP: Classes hotkeys
$self.hppc'

auto 500 dontlist | setpos


[$screenright - 150]
[$screentop - 10 |
All Place this in persistent
MP %
displaytext 'MP: Classes hotkeys
$self.mppc'

auto 100 dontlist | setpos


[$screenright - 0]
Target [$screentop -140] | All Place this in persistent
HP % displaytext 'Target HP: Classes hotkeys
$target.hppc' | setcolor
111 222 333

auto 100 dontlist |


listboxsetup 1
[$screenleft+6]
[$screenbottom-2] 6
Private 4500000 'up' | if
All Place this in persistent
Messages $curmsg.isprivate { ifnot Classes hotkeys
$curmsg.isbotlook {
listboxaddline 1 $setcolor
237 242 '$systime
[$curmsg.sender]:
[$curmsg.content]' }}

You might also like