E' normale ke il bonescutter non mi faccia curare? uso un tasto per far partire bendage self con razor, ma se ho il bonescutter attivo funziona da skifo...tipo una volta su 10...
annuncio
Comprimi
Ancora nessun annuncio.
bones cutter
Comprimi
X
-
Dipende dallo script
Se tenta semplicemente di tagliare senza fare controlli sul cursure è normale che salti.
Prova a postare il codiceUltima modifica di Aegis; 17-08-2005, 02:34.
Aegis Byrth :.: Elethia Byrth :.: Acheron Byrth :.: Nightshade Byrth :.: Eveline Byrth :. on GuildWars
CdC ₪ Aegis on Team Fortress 2
Egioh on Battlefield: Bad Company 2
-
Eh shiiii
Quante volte sarò morto l'anno scorso a doomDiscord Athelstan#0925 - Icq 166467051 - My Forum: I niubbi spammano(su GN)
My EasyUO Script: Magery - Necromancy - Chivalry - Healing - Cooking
- Svuota Keg - Alchemist Helper
Da leggere: Laioner 1,2,3,4 - Lynx Bannato - Mia Madre - Barvo Bveramente Bravo!
Scambio Bod Blacksmith pregiati - Scambio Bod x Barbed - Kit - Vendo Talismani - Vendor Lingotti
Commenta
-
il codice è questo:
;determines if SysMessages are enabled
set %sysmsg sys in #opts
; id types of all blades
set %bladetypes bnf_hsf_inf_gmh_rrh_mtf_guo_xrh_cuo_opo_xth_buo_zt o_
+uoh_lph_rmh_zrf_nsf_bsf_lsf_bph_soh_jtf_vrh_nmh_t sf_jph_npo_atf_fuo
; id types of cutable bones
set %bonetypes LNF_QNF_WNF_PNF_KNF_MNF_JNF_YNF_VNF
; finds proper blade in your pack
gosub FindBlade
set %WEAPON #result
; script start
loop1:
finditem %bonetypes G_15
if #findkind <> -1
{
set #lobjectid %WEAPON
set #ltargetid #findid
set #ltargetkind 1
event macro 17 0
target
event macro 22 0
if you_may_not in #sysmsg || that_is in #sysmsg
ignoreitem #findid
wait 10
if %sysmsg
event sysmessage JUST CUT!
goto loop1
}
if #findkind = -1
goto loop1
sub FindBlade
finditem %bladetypes C
if #findkind = -1
{
set #ltargetid notpick
set #targcurs 1
display OK Please target your bladed weapon, I could not find one automatically..
targLoop:
if #ltargetid = notpick
goto targLoop
return #ltargetid
}
return #findid
Commenta
-
prova così:
loop1:
finditem %bonetypes G_15
if #findkind <> -1 && #TARGCURS <> 1
{
set #lobjectid %WEAPON
set #ltargetid #findid
set #ltargetkind 1
event macro 17 0
target
event macro 22 0
if you_may_not in #sysmsg || that_is in #sysmsg
ignoreitem #findid
wait 10
if %sysmsg
event sysmessage JUST CUT!
}
wait 1
goto loop1
Aegis Byrth :.: Elethia Byrth :.: Acheron Byrth :.: Nightshade Byrth :.: Eveline Byrth :. on GuildWars
CdC ₪ Aegis on Team Fortress 2
Egioh on Battlefield: Bad Company 2
Commenta
Commenta