Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 42,533
» Latest member: triip
» Forum threads: 20,976
» Forum posts: 108,481
Full Statistics
|
Online Users |
There are currently 120 online users. » 1 Member(s) | 116 Guest(s) Bing, Google, UptimeRobot, gregorioslr
|
Latest Threads |
BBot 88.0 going open sour...
Forum: News
Last Post: MegaNo0body
07-03-2022, 04:18 PM
» Replies: 0
» Views: 2,997
|
Newbie questions
Forum: Support & Help
Last Post: Huskell
06-21-2022, 01:26 AM
» Replies: 0
» Views: 513
|
Dust
Forum: Sugestions
Last Post: gerinho
06-15-2022, 08:03 PM
» Replies: 0
» Views: 207
|
sell 160+ druid galana wi...
Forum: Free Trade Zone
Last Post: dvicelulares
06-11-2022, 05:08 PM
» Replies: 1
» Views: 572
|
MM Project powered by Too...
Forum: Screenshots & Movies
Last Post: dvicelulares
06-11-2022, 02:05 PM
» Replies: 16
» Views: 10,438
|
Mutated Rats
Forum: Requests
Last Post: dvicelulares
06-11-2022, 10:54 AM
» Replies: 2
» Views: 763
|
Pick ItemID from DP
Forum: Requests
Last Post: dvicelulares
06-11-2022, 09:51 AM
» Replies: 4
» Views: 1,154
|
ajuda aew
Forum: Free Scripts
Last Post: brunodl21
06-10-2022, 01:44 PM
» Replies: 0
» Views: 322
|
Ezodus scripts
Forum: General
Last Post: gerinho
06-08-2022, 01:56 AM
» Replies: 1
» Views: 662
|
Bug Buying Potion Glitch
Forum: Support & Help
Last Post: doxmey
05-08-2022, 07:18 PM
» Replies: 1
» Views: 462
|
|
|
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.
|
|
|
MACRO - Magic Wall Behind Yourself |
Posted by: doxmey - 09-05-2020, 03:54 PM - Forum: Free Scripts
- Replies (1)
|
 |
Code: 2 {MwBehind} Tibia.KeyDown(:K_NEXT)==1 Self.Direction()==:East [1] x1:=Self.X() y1:=Self.Y() VarSub(x1, 1) mapid:=Map.ItemOnTop.ID(!x1, !y1, :Z) Map.UseOn(3180, !mapid, !x1, !y1, :Z, 1) Exit() {1} Self.Direction()==:West [2] x2:=Self.X() y2:=Self.Y() VarAdd(x2, 1) mapid:=Map.ItemOnTop.ID(!x2, !y2, :Z) Map.UseOn(3180, !mapid, !x2, !y2, :Z, 1) Exit() {2} Self.Direction()==:South [3] x3:=Self.X() y3:=Self.Y() VarSub(y3, 1) mapid:=Map.ItemOnTop.ID(!x3, !y3, :Z) Map.UseOn(3180, !mapid, !x3, !y3, :Z, 1) Exit() {3} Self.Direction()==:North x4:=Self.X() y4:=Self.Y() VarAdd(y4, 1) mapid:=Map.ItemOnTop.ID(!x4, !y4, :Z) Map.UseOn(3180, !mapid, !x4, !y4, :Z, 1) Exit()
Default key is Page-down, you can edit it on Tibia.KeyDown(:K_NEXT) k:next is page down just change to whatever you need. This macro is useful in the library.
|
|
|
MACRO - Minimize Open Corpses |
Posted by: doxmey - 05-27-2020, 02:17 AM - Forum: Free Scripts
- Replies (18)
|
 |
So I've created a little macro to minimize the creatures corpses as you open them. This is useful when for example you just killed about 8 monsters and the bot goes to open corpses, after about 3-4 corpses it starts closing the already opened ones and doesn't loot them because the container closed when the new one was opened.
Code: 100 {CorpseMinimizer by Dox} bp:=5 VarAdd(bp, 1) Containers.TotalOpen()>=!bp [else] con:=Containers.TotalOpen() Container.IsCorpse(!con)==1 VarGet(con!con)==0 Self.ToggleMinimizeBackpack(!con) VarSet(con!con, 1) Exit() {else} VarSet(con1, 0) VarSet(con2, 0) VarSet(con3, 0) VarSet(con4, 0) VarSet(con5, 0) VarSet(con6, 0) VarSet(con7, 0) VarSet(con8, 0) VarSet(con9, 0) VarSet(con10, 0) VarSet(con11, 0) VarSet(con12, 0) VarSet(con13, 0) VarSet(con14, 0) VarSet(con15, 0) VarSet(con16, 0) VarSet(con17, 0) VarSet(con18, 0) VarSet(con19, 0) VarSet(con20, 0) Exit()
Change NUMBER_OF_BACKPACKS to how many backpacks you have open.
Remember for it to work all backpacks must be minimized.
I'm still analyzing how it goes but any bugs or improvements please let me know I'm open to suggestions or other ways to do this. Also if it helped you rep me!
|
|
|
|