Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 42,533
» Latest member: triip
» Forum threads: 21,052
» Forum posts: 108,626

Full Statistics

Online Users
There are currently 5 online users.
» 0 Member(s) | 1 Guest(s)
Bing, Google, UptimeRobot, Yandex

Latest Threads
@Update 10.61
Forum: General
Last Post: MaudHemi
02-07-2025, 09:47 AM
» Replies: 4
» Views: 2,028
Downloadlink defekt?
Forum: General
Last Post: [email protected]
02-07-2025, 08:23 AM
» Replies: 2
» Views: 1,152
Ezodus scripts
Forum: General
Last Post: luis226
02-06-2025, 09:30 PM
» Replies: 2
» Views: 1,935
How to add id item to scr...
Forum: General
Last Post: Cloudjf
02-04-2025, 03:51 AM
» Replies: 5
» Views: 2,381
Bbot don't working
Forum: General
Last Post: [email protected]
02-03-2025, 10:56 PM
» Replies: 1
» Views: 1,368
Real Tbia BBOT
Forum: General
Last Post: artista
02-02-2025, 12:52 PM
» Replies: 4
» Views: 3,741
Variables
Forum: General
Last Post: artista
02-01-2025, 11:02 PM
» Replies: 2
» Views: 1,468
framerat limit
Forum: General
Last Post: Malinowamamba
01-30-2025, 03:58 PM
» Replies: 2
» Views: 2,141
Help-me Bmega / Computer ...
Forum: General
Last Post: FabioPuniisher
01-27-2025, 02:06 PM
» Replies: 5
» Views: 3,083
otion or exhaustion bug,
Forum: General
Last Post: erickpdl
01-27-2025, 12:35 AM
» Replies: 3
» Views: 1,180

 
  How To Loot Everything
Posted by: Ramonxx - 03-17-2023, 08:47 AM - Forum: Free Scripts - No Replies

Is there a way to loot everything from monster?

I Don't know all the loot dropped from monster, so i would like to loot everything, just in case there is something i don't know in the loot.

Is there a macro available that does this?

Print this item

  Lvl 200 Summon Macro
Posted by: [email protected] - 01-20-2023, 12:43 AM - Forum: Free Scripts - No Replies

Hi Guys, im having trouble with a macro im using. Its for the lVL 200 summon. The problem im having is that when i've used the spell and the summon is there for some reason after some time my char will use the spell again (this makes the summon dissapear if its still allive) and i dont knpw how to fix it.

The macro is below:
10000

{Summon Emberwing}
mananeed:=2000
Str.Set(spell, utevo gran res sac)
manaid:=23374
Str.Set(namecreature, Emberwing)
Cooldown.UnBlocked(summon)==1
Self.Mana()>=!mananeed [1]
Self.Say(!spell)
Cooldown.Create(summon, 100000)
Creatures.ByName(!namecreature)<1
Exit()

{1}
Creature.ShootOn(:SelfID, !manaid)
Exit()

Print this item

Wink ajuda aew
Posted by: brunodl21 - 06-10-2022, 01:44 PM - Forum: Free Scripts - No Replies

alguem me ajuda com script de ek 250+ pra profit no aurera ? Big Grin

Print this item

  Ezodus Razachai draken elite 250+
Posted by: Kazan - 02-21-2021, 07:42 AM - Forum: Free Scripts - Replies (1)

Free script cause i cant bot more than 1 ek on same spot (rules of server).

I recommend to use there full physical weapon (im using 2 handed umbrals) and 2x mana leech (without it on rapid respawn weekend ek will die cause of too long refill)
You need to have there:
1 backpack - main
2 backpack - first in main - one in next one (like 6-7 backpacks)
3 backpack - mana potions
4 backpack - stackable items
5 backpack - health potions

Im using there also critical imbuing but it's not necessary.
I used also "Human Timer" found by Catar so it's full save and will not even get skull (pz)

Edit
I forgot to tell you that script is already set for "exura med ico" which for 300 lvl is needed

.bbot   piwniczanki srodek dolem ezodus 2.bbot (Size: 25.56 KB / Downloads: 305)

Print this item

  MACRO - Advanced Anti-Paralize
Posted by: doxmey - 09-05-2020, 04:04 PM - Forum: Free Scripts - No Replies

FOR MAGE:

Code:
2 {Anti Paralyze} Status.Paralysis()==1 Self.Health%()==100 [hp0] Self.Mana%()>=30 [hp0] Status.Haste()==0 [hp0] Cooldown.UnBlocked(def)==1 [hp0] Self.Say(utani gran hur) Cooldown.Create(def, 2000) Exit()  {hp0} Status.Paralysis()==1 Self.Health%()<=60 [hp1] Self.Mana()>=160 [hp2] Self.Say(exura vita) Exit()  {hp1} Status.Paralysis()==1 Self.Health%()<=100 Self.Mana()>=70 [hp2] Self.Say(exura gran) Exit()  {hp2} Status.Paralysis()==1 Self.Health%()<=100 Self.Mana()>=20 [hp3] Self.Say(exura) Exit()  {hp3} Status.Paralysis()==1 Self.Health%()<=100 Self.Mana()<20 selfID:=Creature.Self() Creature.ShootOn(!selfID!, 3160) Exit()

FOR EK:

Code:
2 {Anti ParalyzeEK} Status.Paralysis()==1 Self.Health%()==100 [hp1] Self.Mana%()>=100 [hp0] Cooldown.UnBlocked(def)==1 [hp0] Self.Say(utani tempo hur) Cooldown.Create(def, 2000) Exit()  {hp1} Status.Paralysis()==1 Self.Health%()<20 [hp0] Self.Mana()>=200 [hp0] Cooldown.UnBlocked(hheal)==1 [hp0] Cooldown.UnBlocked(exura)==1 Self.Say(exura gran ico) Cooldown.Create(hheal, 120000) Cooldown.Create(exura, 1000) Exit()  {hp0} Status.Paralysis()==1 Self.Health%()<=100 [hp3] Self.Mana()>=40 [hp3] Cooldown.UnBlocked(exura)==1 Self.Say(exura ico) Cooldown.Create(exura, 1000) Exit()  {hp3} Status.Paralysis()==1 Self.Health%()<=100 Self.Mana()<40 selfID:=Creature.Self() Creature.ShootOn(!selfID!, 3160) Exit()

I will edit it soon with variables for easy use.

Print this item