Venore

Páginas: 2 (262 palabras) Publicado: 13 de septiembre de 2011
Ir a labels ---------------------------------------------------------------------------------------
if
$cap <= 50 or itemcount(268) <= 20 or itemcount(3031) >= 20000 or $stamina <=14*60 then
gotolabel('city')
else
gotolabel('hunt')
-------------------------------------------------
end
acerkarse a un npc
follow('Sebastian')
wait(2000)
say('hi')
wait(2000)
npcsay('libertybay')
wait(500)
npcsay('yes')
-------------------------------------------------
wait(2500)
hablar con banker
say('hi') wait(1500,2250)
npcsay('deposit all') wait(300,650)
npcsay('yes')wait(300,650)
npcsay('withdraw '..(60-itemcount('mana potion'))*45) wait(300,650)
npcsay('yes') wait(300,650)
npcsay('balance') wait(300,650)
npcsay('withdraw 50') wait(300,650)
npcsay('yes')wait(300,650)
-------------------------------------------------
npcsay('bye') wait(300,650)
hablar con el de las manas
say('hi') wait(1500,2250)
npcsay('flask') wait(300,650)
npcsay('yes') wait(300,650)npcsay('trade') wait(300, 500)
setlifetime(30000, 35000)
-------------------------------------------------
buyitemsupto('mana potion',60,itemcount(268))

abrir depot y depositar ítemsopenitem('depot')
wait(600, 1200)
moveitems(9643, 'locker')
moveitems(3279, 'locker')
moveitems(5899, 'locker')
-------------------------------------------------
moveitems(9640, 'locker')
cerrar y abrirdenuevo backpacks
closewindows()
wait(2000)
openitem(8860, 'back')
wait(2000)
openitem(2854, 'belt')
-------------------------------------------------
wait(2000)
cerrar cliente en el depot sino hay stamina (poner este script en un wyapoint q este en el depot)
if $stamina <= 14*60 then
closeclient()
-------------------------------------------------
endlevitate('w','up') --> will turn to west and then levitate up
levitate('s','down') --> will turn to south and then levitate down
levitate('e','up') --> will turn to...
Leer documento completo

Regístrate para leer el documento completo.

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS