Hell's Knights Guild

Autopuch di NiC AoT

« Older   Newer »
  Share  
Ræin Silence
view post Posted on 22/6/2013, 13:22




;==========================================
; Autopouch drop in bag By Nic
;==========================================
;
; IMPORTANTE:
; ------------------------------------------
; Obbligatoria una bag (sacchetto) nel pack!
; ------------------------------------------
; NB:
; L'autopouch può agire anche a seconda degli hp,
; quindi per evitare un parall "fatale" a poca
; vita, basta modificare la stringa [ if #hits > hp ].
; Esempio:
; if #hits > 80
; lo script fa esplodere il pouch a vita non
; inferiore agli 80.
; ------------------------------------------

pouch:
if You_cannot_move in #sysmsg
{
if #hits > 60
gosub pouch
}

sub pouch
{
set %­wait 0
while %­wait < 2
{
if You_can_move in #sysmsg
{
return
}
set %­wait %­wait + 1
wait 1
}
;Findid Bag
finditem CKF C_ , #backpackid
set %bag #findid
set #lobjectid %bag
;Findid Pouch
finditem LKF C_ , #backpackid
set %­pouch #findid
set #lobjectid %­pouch
event macro 17 0
wait 3
Exevent drag %­pouch
ExEvent dropc %bag
}
goto pouch
 
Top
Matoriv
view post Posted on 22/11/2013, 22:17




cosa fa esattamente?

avete qualcosa per targettare?
 
Top
1 replies since 22/6/2013, 13:22   16 views
  Share