;=======================================================;
; Script Name: A HardY Spawn Discord ;
; Author: A HardY ;
; Version: 1.1 ;
; Shard OSI/FS: OSI/FS ;
; Revision Date: 04/28/2008 ;
; Purpose: Auto Discordance on champ Spawns ;
; __ __ __ __ __ __ __ ;
; | || |/ `| || \[__ [__)(__ ;
; |__||__|\__.|__||__/[___| \___) ;
; http://www.uocoders.com/ ;
;=======================================================;
; Setup: Select the hotkey to discord, and the ;
; monster type, and hit play ;
;=======================================================;
; v1.0 - First Release ;
; v1.1 - Added Ids of all champs, fixed bug finding ;
; instrument, and maked the script more faster. ;
;=======================================================;
set %hotkey F6 ; hotkey discord
set %hotkey2 F7 ; auto discord
set %hotkey3 F8 ; stop auto discord
set %waittime 20 ; time between auto discord
set %ids XF_VE_IE_BI_OE_CI_HE_LD_FB_LB_UB_RB_WH_XI_SH_SC_UE_SD_K_J_U_HD_PD_EJ_UI_II_WI_TI_YD_WD_NI_W_BE_UC_UD_YH_N_QE_AE_DE_FE_AB_QF_XE_YE_X_DF_CD_DI ; gigant rat,slime,ratman,ratman archer,ratman mage,dire wolf,silver serpent, hell hound, Pixies, Shadow Wisps, Kirins, Unicorns, Scorpions, Giant Spiders, Terathan Warriors, Terathan Drones, Dread spiders, Matriarch, Avengers, PEs, Mummies, Skeletal Knights, Wraiths, Spectres, Imps, Mongbats, gargoyles, harpies, burning gargs, stone gargs, Lizardmen, Snakes, Lava lizards, ophidian warriors, Dragons, Ophidian Avengers
;monster type resource - http://www.easyuo.com/creaturetype.php
set %instrument QRF_NRF_MQF_PRF_LQF_OQF_RGP_KRF ; set all insruments id you want use
;Initial Instrument Setup
FindInstrument:
finditem %instrument C_ , #backpackid
if #findcnt < 1
{
display You do not have any instruments! Get more and hit play!
pause
goto FindInstrument
}
set %currentinstrument #findid
set #lobjectid #findid
event macro 17
loop:
onhotkey %hotkey
gosub action_target
onhotkey %hotkey2
gosub action_target2
goto loop:
sub action_target
repeat1:
findItem %ids G_8
if #findKind = -1
goto repeat1
set %target #findID
set #ltargetID #findID
ignoreItem reset 1
set #ltargetKind 1
event macro 13 15
target
event macro 22 0
wait 5
ignoreItem %target 1
return
wait 1
return
sub action_target2
repeat2:
findItem %ids G_8
if #findKind = -1
goto repeat2
set %target #findID
set #ltargetID #findID
ignoreItem reset 1
set #ltargetKind 1
event macro 13 15
target
event macro 22 0
wait 5
ignoreItem %target 1
wait 1
onhotkey %hotkey3
goto loop:
wait %waittime
goto repeat2
set %instrument QRF_NRF_MQF_PRF_LQF_OQF_RGP_KRF_PGP
terça-feira, 9 de fevereiro de 2010
A HardY Spawn Discord v1.1
Ta ae meu script de auto discord para bots, soh apertar a hotkey que estiver setada no script e deixar correr. caso não queira dar discord em determinado bixo, só remover o id dele da lista.
Marcadores:
Easyuo Scripts
Assinar:
Postar comentários (Atom)
0 comentários:
Postar um comentário