;mettere tutti i pouch in una bag e metterla nel pack
;attivare lo script
;....
;deselezionare l'opzione di razor Auto-Accoda azioni
;intervallo oggetti nella scheda Altre opzioni
;==================================
; Script Name: Trapping pouches
; Author: Felix
; Version: 1.1
; Client Tested with: 6.0.13
; EUO version tested with: 1.5.148
; Shard FS: UODreams
; Public Release: 09/06/2009
;==================================
set !jindex #jindex + 1
finditem LKF C
set %q 0
for #findindex 1 #findcnt
{
if #findbagid = #backpackid
continue
while #hits < #maxhits - 10
{
wait 1
}
again:
set #targcurs 0
event macro 15 12
set #ltargetid #findid
set #ltargetkind 1
target 30
if #targcurs = 0
{
set #targcurs 0
goto again
}
event macro 22 0
set %StopTargWait #systime + 1600
set %again #false
while #systime < %StopTargWait
{
set !nextjinedxend #jindex
if !jindex <= !nextjinedxend
{
for !ji !jindex !nextjinedxend
{
scanjournal !ji
if The_spell_fizzles in #journal || mana in #journal
set %again #true
if reagents in #journal
{
set %again #true
set %q %q + 1
}
}
set !jindex !nextjinedxend + 1
}
sleep 10
if %q = 2
halt
}
if %again || #targcurs = 1
goto again
exevent drag #findid
wait 3
exevent dropc #backpackid
wait 7
}
halt
funziona.... però il problema è che quando sposta i pouch dalla bag al di fuori di essa esplodono :\
qualcuno sa magari mettere che invece di spostarli nello zaino, li sposti in una bag a terra che viene targhettata precedentemente?
Grazie
;attivare lo script
;....
;deselezionare l'opzione di razor Auto-Accoda azioni
;intervallo oggetti nella scheda Altre opzioni
;==================================
; Script Name: Trapping pouches
; Author: Felix
; Version: 1.1
; Client Tested with: 6.0.13
; EUO version tested with: 1.5.148
; Shard FS: UODreams
; Public Release: 09/06/2009
;==================================
set !jindex #jindex + 1
finditem LKF C
set %q 0
for #findindex 1 #findcnt
{
if #findbagid = #backpackid
continue
while #hits < #maxhits - 10
{
wait 1
}
again:
set #targcurs 0
event macro 15 12
set #ltargetid #findid
set #ltargetkind 1
target 30
if #targcurs = 0
{
set #targcurs 0
goto again
}
event macro 22 0
set %StopTargWait #systime + 1600
set %again #false
while #systime < %StopTargWait
{
set !nextjinedxend #jindex
if !jindex <= !nextjinedxend
{
for !ji !jindex !nextjinedxend
{
scanjournal !ji
if The_spell_fizzles in #journal || mana in #journal
set %again #true
if reagents in #journal
{
set %again #true
set %q %q + 1
}
}
set !jindex !nextjinedxend + 1
}
sleep 10
if %q = 2
halt
}
if %again || #targcurs = 1
goto again
exevent drag #findid
wait 3
exevent dropc #backpackid
wait 7
}
halt
funziona.... però il problema è che quando sposta i pouch dalla bag al di fuori di essa esplodono :\
qualcuno sa magari mettere che invece di spostarli nello zaino, li sposti in una bag a terra che viene targhettata precedentemente?
Grazie
Commenta