Vous êtes sur la page 1sur 3

attack 'enemy'

while 'hidden' 'self' or 'dead' 'self'


pause 200
endwhile
getenemy 'closest' 'murderer' 'enemy' 'criminal' 'gray'
attack 'last'
pause 8
@setability 'secondary' 'on'
attack 'enemy'
pause 64
if not @findobject 'LootBag'
promptalias 'LootBag'
endif
if not listexists 'Jewelry'
@createlist 'Jewelry'
endif
if list 'Jewelry' == 0
@pushlist 'Jewelry' 0x108a
@pushlist 'Jewelry' 0x1f09
@pushlist 'Jewelry' 0x1086
@pushlist 'Jewelry' 0x1f06
endif
if not listexists 'Skill'
@createlist 'Skill'
endif
if list 'Skill' == 0
@pushlist 'Skill' 'Animal Taming'
@pushlist 'Skill' 'Meditation'
@pushlist 'Skill' 'Tactics'
@pushlist 'Skill' 'Swordsmanship'
@pushlist 'Skill' 'Anatomy'
@pushlist 'Skill' 'Magery'
@pushlist 'Skill' 'Evaluating Intelligence'
@pushlist 'Skill' 'Spirit Speak'
@pushlist 'Skill' 'Necromancy'
@pushlist 'Skill' 'Parrying'
@pushlist 'Skill' 'Bushido'
@pushlist 'Skill' 'Peacemaking'
@pushlist 'Skill' 'Discordance'
@pushlist 'Skill' 'Provocation'
@pushlist 'Skill' 'Stealing'
@pushlist 'Skill' 'Healing'
@pushlist 'Skill' 'Focus'
@pushlist 'Skill' 'Stealth'
@pushlist 'Skill' 'Hiding'
endif
if not @findtype '0x2006' 'any' 'ground' '5' '5'
endif
@setalias '0' 'found'
@useobject '0'
for 0 to Jewelry
for 2
if @findtype Jewelry[] 0 '0'
@setalias 'Skills' 'found'
waitforproperties 'Skills' 3000
for 0 to Skill
if @property Skill[] 'Skills' >= 13
sysmsg 'Got One' '1990'
msg '[e woohoo'
@moveitem 'Skills' 'LootBag'
pause 1000
endif
endfor
endif
endfor
endfor
ignoreobject '0'
if not timerexists 'Consacrate'
settimer 'Consacrate' 8000
endif
if timer 'Consacrate' >= 9500
cast "Consecrate Weapon"
settimer 'Consacrate' 0
endif
if stam < 10
cast 'divine fury'
endif
while @findtype 0xeed 'any' 'ground'
useobject! 'found'
ignoreobject 'found'
endwhile
if @findtype 0xeef 69 'ground' 'any' '3'
headmsg 'goblin gold' 35 'found'
if inrange 'found' 2
useobject 'found'
organizer 'GobGold'
endif
playsound 42
pause 250
endif
//-------Silly Apprentice ----------Quest Items
if @findtype 0x13f8 '1153' 'ground'
headmsg 'Whitewood Stick' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x1366 '0' 'ground'
headmsg 'Sharpening Stone' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x122a '2151' 'ground'
headmsg 'Melted Blue Wax' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x122c '2151' 'ground'
headmsg 'Melted Blue Wax' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x122d '2151' 'ground'
headmsg 'Melted Blue Wax' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x122e '2151' 'ground'
headmsg 'Melted Blue Wax' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x122b '2151' 'ground'
headmsg 'Melted Blue Wax' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x18df '1822' 'ground'
headmsg 'Sandlewood Root' 35 'found'
playsound 43
pause 1000
endif
//------champion Quest
if @findtype 0x2805 'any' 'ground'
headmsg 'Barracoons Song!' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x2808 'any' 'ground'
headmsg 'Mephitis Sac' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x1bc7 'any' 'ground'
headmsg 'Rikktors Scale' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x2f61 'any' 'ground'
headmsg 'Neiras Summoner' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x909 'any' 'ground'
headmsg 'Oaks Wing' 35 'found'
playsound 43
pause 1000
endif
if @findtype 0x2556 'any' 'ground'
headmsg 'Semidars Leech' 35 'found'
playsound 43
pause 1000
endif
pause 200
if @findtype 0x223a '1446' 'ground'
headmsg 'Pyramid Pottery Fragments' 35 'found'
playsound 43
pause 1000
endif
pause 200

Vous aimerez peut-être aussi