Pagina precedente | 1 | Pagina successiva

MACRO utili per le varie classi

Ultimo Aggiornamento: 12/01/2008 01:40
Autore
Stampa | Notifica email    
OFFLINE
Post: 47
Città: BAGNO A RIPOLI
Età: 51
Sesso: Maschile
12/01/2008 00:54

WARRIOR: SWAP WEAPON
“Swap da 2-handed weapon a 1-hand con shield”
Questa macro controlla se hai un off hand item(17), se lo slot dell' off hand non e' vuoto non fa nulla. Se invece non c'e' nulla in off hand, prende il primo ITEM DELLA BAG 4 (4,1),
e lo mette come main weapon (16), poi prende il secondo item nella bag 4
(4,2) e lo mette in off hand(17).

/script
oi=(GetInventoryItemLink(”player”,17));
if (not oi) then
PickupContainerItem(4,1);
PickupInventoryItem(16);
PickupContainerItem(4,2);
PickupInventoryItem(17);
end;

“Swap da dual/shield a 2-handed weapon”
Questa fa il contrario della precedente ovvero mette la dual-hand al posto di main hand e shield

/script
oi=(GetInventoryItemLink(”player”,17));
if (oi) then
PickupInventoryItem(17);
PickupContainerItem(4,2);
PickupContainerItem(4,1);
PickupInventoryItem(16);
end;


NB: I primi due slot della bag 4 devono essere dedicati alle weap
Amministra Discussione: | Chiudi | Sposta | Cancella | Modifica | Notifica email Pagina precedente | 1 | Pagina successiva
Nuova Discussione
 | 
Rispondi
Cerca nel forum

Feed | Forum | Bacheca | Album | Utenti | Cerca | Login | Registrati | Amministra
Crea forum gratis, gestisci la tua comunità! Iscriviti a FreeForumZone
FreeForumZone [v.6.1] - Leggendo la pagina si accettano regolamento e privacy
Tutti gli orari sono GMT+01:00. Adesso sono le 11:51. Versione: Stampabile | Mobile
Copyright © 2000-2024 FFZ srl - www.freeforumzone.com