Hotkey Push any Player - Empurra qualquer jogador perto de você
Informação:
Empurra QUALQUER jogador se ele estiver dentro de um quadrado de você. (perto de você)
Hotkey Push any Player:
auto 100 | listas 'N' | foreach 'allplayers' $p if [$p.posy = $posy-1] {moveitemonground $posx [$posy-1] $posz $posx [$posy-2] $posz | wait 400}
auto 100 | listas 'NE' | foreach 'allplayers' $p if [$p.posx = $posx+1 && $p.posy = $posy-1] {moveitemonground [$posx+1] [$posy-1] $posz [$posx+2] [$posy-2] $posz | wait 400}
auto 100 | listas 'E' | foreach 'allplayers' $p if [$p.posx = $posx+1] {moveitemonground [$posx+1] $posy $posz [$posx+2] $posy $posz | wait 400}
auto 100 | listas 'SE' | foreach 'allplayers' $p if [$p.posx = $posx+1 && $p.posy = $posy+1] {moveitemonground [$posx+1] [$posy+1] $posz [$posx+2] [$posy+2] $posz | wait 400}
auto 100 | listas 'S' | foreach 'allplayers' $p if [$p.posy = $posy+1] {moveitemonground $posx [$posy+1] $posz $posx [$posy+2] $posz | wait 400}
auto 100 | listas 'SW' | foreach 'allplayers' $p if [$p.posx = $posx-1 && $p.posy = $posy+1] {moveitemonground [$posx-1] [$posy+1] $posz [$posx-2] [$posy+2] $posz | wait 400}
auto 100 | listas 'W' | foreach 'allplayers' $p if [$p.posx = $posx-1] {moveitemonground [$posx-1] $posy $posz [$posx-2] $posy $posz | wait 400}
auto 100 | listas 'NW' | foreach 'allplayers' $p if [$p.posx = $posx-1 && $p.posy = $posy-1] {moveitemonground [$posx-1] [$posy-1] $posz [$posx-2] [$posy-2] $posz | wait 400}