Pesquisar no site


Enquete

Oque Esta faltando no site?

War Hotkeys

War Hotkeys


Perfect Anti Push - Gold Coins, Worms and Potions - Trust me, this one is very useful on traps. Made by me. (Works 100% better than magebot does.)

Code:
auto 100 listas 'Anti Push: ON' | dropitems 283 284 285 | ifnot [$topitem.$posx.$posy.$posz == 3031] dropitemsxyzamount $posx $posy $posz 3031 2 | ifnot [$topitem.$posx.$posy.$posz == 3492] dropitemsxyzamount $posx $posy $posz 3492 2

Set Party Members, GUILD MEMBERS (NEW) and Nav Members as friends - really useful when you dont get a full friend list. Made by me.

Code:
auto 500 dontlist | {foreach 'screenplayers' $f} if [$f.isfriend == 0 && $f.party >= 3 || $f.isonnavi || $f.warbanner == 1] {setrelation '$f.name' 'friend' | setrelation '$name' '0'}

NEWSet guild enemies as enemy - really useful when you dont get a full enemy list. Made by me.

Code:
auto 500 dontlist | {foreach 'screenplayers' $h} if [$h.isfriend == 0 && $h.warbanner == 2] {setrelation '$h.name' 'enemy' | setrelation '$name' '0'}

Change Friends/Enemies Outfit & Color - This script will give all your friends that are NOT in navigation and are NOT your combo leader a WHITE WARRIOR FULL, your friends connected on the navigation a RED WARRIOR FULL, your combo leader will get a WHITE SUMMONER FULL if hes not connected on the navigation and a RED SUMMONNER FULL if hes connected. Just remember to activate the 5 scripts (copy and paste on persistent hotkeys). 100% made by me.

Code:
auto 500 dontlist | foreach 'allplayers' $a if [$a.isfriend && $a.isonnavi == 0 && $a.isleader == 0] {setoutfitcolor '$a.name' 0 0 0 0 3 | setoutfit '$a.name' 134} auto 500 dontlist | foreach 'allplayers' $b if [$b.isfriend && $b.isonnavi == 0 && $b.isleader] {setoutfitcolor '$b.name' 0 0 0 0 3 | setoutfit '$b.name' 133} auto 500 dontlist | foreach 'allplayers' $c if [$c.isfriend  && $c.isonnavi == 1 && $c.isleader == 0] {setoutfitcolor '$c.name' 94 94 94 94 3 | setoutfit '$c.name' 134} auto 500 dontlist | foreach 'allplayers' $d if [$d.isfriend  && $c.isonnavi == 1 && $d.isleader] {setoutfitcolor '$d.name' 94 94 94 94 3 | setoutfit '$d.name' 133} auto 500 dontlist | foreach 'allplayers' $e if [$e.isenemy] {setoutfitcolor '$e.name' 95 95 95 95 3 | setoutfit '$e.name' 134}

Hold Attack / Exiva Kill - NEW HOTKEY

Code:
auto 100 dontlist | if [$attacked] set $victim $creature.'$attacked.name' | if [$victim && $attacked == 0] attack target

Auto Haste and Paralyze Healer (DONT WASTE MANA INSIDE PZ) - You can change the 'Utani Gran Hur' to 'Utani Hur', 'Utani Tempo Hur', as you wish.

Code:
auto 100 listas 'Auto Haste' | if [$inpz == 0 && $hasted == 0] say 'Utani Gran Hur'

Auto SSA if HP or MP go less than x% - change the red text to change the percentage, change the blue text if you want this to prevent mana damages and DONT use it if you are using a AoL. - Thanks to SoulR for suggestions.

Code:
auto 10 listas 'Auto SSA' | set $pc 40 | if [$hppc < $pc && $winitemcount.3081 >= 1 && $amuletslot.id != 3081] {equipammy 3081 | wait 90}

NEWKeep SSA, and open the next (grey) backpack if no more SSAs.

Code:
auto 10 dontlist | if [$amuletslot.id != 3081 && $winitemcount.3081 >= 1] {equipammy 3081 | if [$amuletslot.id == 3081] statusmessage 'SSA Equipped!' | end} | if [$winitemcount.3081 == 0 && $winitemcount.2870 >= 1] {openitem 2870 1 1 | statusmessage 'Opening next SSA backpack!' | end}

NEWUse energy ring if too many enemies on screen (You need to use enemy list)

Code:
auto 100 dontlist | if [$enemycount >= 4 && $ringslot.id != 3051] {equipring 3051 | wait 500} | if [$enemycount < 4 && $ringslot.id == 3051] {unequip 'ring' '0' | wait 500}

NEWUE Combo Hotkey 100% made by me

Code:
auto 10 listas 'UE Combo' | foreach 'newmessages' $ue if [$ue.content == 'Exevo Gran Mas Frigo' && $ue.sender == 'Leader Name'] say 'Exevo Gran Mas Frigo'

-
NEWMagic Wall Line via nav, 100% made by me (PS: I release it cuz i believe that have many ppl here that deserves it, so please dont take credits and also cuz i think is not good enough, so please help me to make it perfect ;D)
ALL THIS ON PERSISTENT HOTKEYS. (ALL NAV MEMBERS SHOULD USE IT)

Code:
auto 100 dontlist | set $x [$leader.posx-3] | set $y [$leader.posy-3] | set $z [$leader.posz] auto 100 dontlist | setrelation '$name' '0' | set $leader $creature.'$lastnavmsg.sender' | set $random $rand.1.7 auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mwn'] {useongroundxyz 3180 [$x+$random] [$leader.posy-4] [$z]} auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mwe'] {useongroundxyz 3180 [$leader.posx+5] [$y+$random] [$z]} auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mws'] {useongroundxyz 3180 [$x+$random] [$leader.posy+4] [$z]} auto 100 dontlist | foreach 'newmessages' $nav1 if [$nav1.isnavi && $nav1.content == 'mww'] {useongroundxyz 3180 [$leader.posx-5] [$y+$random] [$z]}

AND THE TRIGGER THAT SHOULD BE USED BY THE LEADER:

Code:
if [$self.dir == 0] navsay mwn | if [$self.dir == 1] navsay mwe | if [$self.dir == 2] navsay mws | if [$self.dir == 3] navsay mww | if [$navion] statusmessage '$systime - Navigation MW Combo Command Sent'

-
NEWDashing real fast by arrows, put the first one at middle mouse hotkey (mmouse) and the other one at persistent

Code:
if [$key.04] {set $mousedash 1}
Code:
auto 1 dontlist | if [$mousedash == 1 && $key.04] {dash} | if [$mousedash && $standtime > 2000] {set $mousedash 0}

-NEWDashing real fast by arrows, put the first one at middle mouse hotkey (mmouse) and the other one at persistent

Code:
if [$key.04] {set $mousedash 1}
Code:
auto 1 dontlist | if [$mousedash == 1 && $key.04] {dash} | if [$mousedash && $standtime > 2000] {set $mousedash 0}

-
NEWDash at numpad as fast as magebot (need to put the first one at persistents and config the others just like the SS)

Code:
auto 1 dontlist | if [$hotkeys != 0] {set $dashing 0} | if [$dashing && $standtime > 2000] {set $dashing 0} auto 1 dontlist | if [$key.97 && $dashing == 1] {movesw} | if [$key.98 && $dashing == 1] {moves} | if [$key.99 && $dashing == 1] {movese} | if [$key.100 && $dashing == 1] {movew} | if [$key.102 && $dashing == 1] {movee} | if [$key.103 && $dashing == 1] {movenw} | if [$key.104 && $dashing == 1] {moven} | if [$key.105 && $dashing == 1] {movene}

and 

-

NEWPushMAX working better than hell ! (i will not teach how to use it, just release it, just have fun, only give a tip, if you press control, a firefield or a desintegrate will be fired and player will be pushed)
First of all, put this one at persistent hotkeys:

Code:
auto 100 dontlist | if [$target.isonscreen] set $antipush 1 | if [$followed.isonscreen] set $antipush 2 auto 100 dontlist | if [$target == 0 && $followed == 0] set $antipush 3 auto 100 dontlist | if [$antipush == 1] set $antipushed $creature.'$target.name' | if [$antipush == 2] set $antipushed $creature.'$followed.name' | if [$antipush == 3] set $antipushed $creature.'$ap.name'

to get a better perfomance, use the dash hotkeys above this one...
after that... config your hotkeys just like that:


AND the last one, to change from the dash to pushmax on numpad.... put this one:

Code:
if [$hotkeys == 0] {set $hotkeys 1 | statusmessage '$systime - Hotkeys Set #2 (PUSHMAX)' | wait 1000} | if [$hotkeys == 1] {clear $hotkeys | statusmessage '$systime - Hotkeys Set #1 (DASH)' | wait 1000}