| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 42,533
» Latest member: triip
» Forum threads: 21,083
» Forum posts: 108,720
Full Statistics
|
| Online Users |
There are currently 6 online users. » 0 Member(s) | 1 Guest(s) Applebot, Bing, Google, UptimeRobot, Yandex
|
| Latest Threads |
Womans from your city - R...
Forum: Off-Topic
Last Post: Thazoxs
04-05-2026, 08:27 PM
» Replies: 1
» Views: 565
|
Help-me Bmega / Computer ...
Forum: General
Last Post: Malinowamamba
04-05-2026, 08:37 AM
» Replies: 6
» Views: 4,667
|
Girls From Your Town - No...
Forum: Sugestions
Last Post: Emos
03-31-2026, 08:36 AM
» Replies: 0
» Views: 61
|
[sugestion] Keep distance...
Forum: Sugestions
Last Post: andresroots01
03-29-2026, 10:54 AM
» Replies: 2
» Views: 1,731
|
Girls In Your Town - No V...
Forum: Sugestions
Last Post: jimmytox23
03-29-2026, 01:43 AM
» Replies: 0
» Views: 63
|
Girls From Your Town - No...
Forum: Sugestions
Last Post: MaudHemi
03-27-2026, 08:31 PM
» Replies: 0
» Views: 80
|
Womens From Your City - N...
Forum: Sugestions
Last Post: Cloudjf
03-27-2026, 05:01 AM
» Replies: 0
» Views: 80
|
Does this bot work with n...
Forum: General
Last Post: oskleiver
03-27-2026, 03:28 AM
» Replies: 1
» Views: 1,700
|
Update for this new 10.00...
Forum: General
Last Post: gagaroto20
03-25-2026, 10:04 PM
» Replies: 4
» Views: 3,674
|
10s "sleep" after start b...
Forum: Sugestions
Last Post: oskleiver
03-22-2026, 10:44 AM
» Replies: 3
» Views: 2,730
|
|
|
| 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?
|
|
|
| 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()
|
|
|
| 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.
|
|
|
|