Ho letto direttamente il #findcol e risulta pari a "1151"
.
.
.
[SCAMBIO]Mie Pelli/Piume per Tuoi Minerali <<Luna>> Machete&Corde - Prezzi mai visti! <<Luna>> Fukiya&Shuriken - Prezzi mai visti! <<Market Rueshin>> Global Crafting System ICQ: 160962957 . Fai click QUI e scoprirai il mondo EOS! ![]() |
.
) con 20 wide brim hat lo script si impalla aprendosi e chiudendosi il "tailoring menu") 
)))

BodRewardDatabase_T5e20sp:
return _HornedKit:100_

si potrebbe aggiungere come funzione? (l'interazione con npc away è vietata?)

si potrebbe aggiungere come funzione? (l'interazione con npc away è vietata?)
[SCAMBIO]Mie Pelli/Piume per Tuoi Minerali <<Luna>> Machete&Corde - Prezzi mai visti! <<Luna>> Fukiya&Shuriken - Prezzi mai visti! <<Market Rueshin>> Global Crafting System ICQ: 160962957 . Fai click QUI e scoprirai il mondo EOS! ![]() |
if gorget in !gbi_item1 ; Il nostro caso (!gbi_item1 contiene la #property del bod)
set !lbod Studded
[...]
if gorget in !gbi_item1 ; questo sovrascriverà sempre!!!
set !lbod Leather
if gorget in !gbi_item1 ; Il nostro caso
set !lbod Studded
[...]
if gorget in !gbi_item1 && studded notin !gbi_item1 ; correzione
set !lbod Leather

UseTools:
set !StartContKind #contkind
set !StartContName #contname
set !StartContSize #contsize
FindTools:
finditem !ToolsType C_ , #backpackid
if #findkind = -1 && !Halt
{
display ok Impossible to find any craft tool in your backpack!
+$Script will be halted.
halt
}
if #findcol <> 0
{
;display ok You seem to have some runik kits in your back pack! $Script will ignore them!
ignoreitem #findid runikkits
goto FindTools
}
if #findkind <> -1
set #lobjectid #findid
Event Macro 17 0 ;Last Object
wait 12
gosub waitForSysVars contkind <> !StartContKind contname <> !StartContName contsize <> !StartContSize 5
if ! #result ;Craft Gump was already opened?
{
set !CloseGumpX #contposx + 50
set !CloseGumpY #contposy + 50
click !CloseGumpX !CloseGumpY r
wait 5
goto UseTools
}


Commenta