armysoldier
Well-known member
- Joined
- Jun 26, 2005
- RedCents
- 101¢
This is written for a FDer.. or a rogue
use shroud
also .. YOU may get beat on ...
TEST to get mission is Gather some Skins
SEE NOTES
working on DA verson ..
use shroud
also .. YOU may get beat on ...
TEST to get mission is Gather some Skins
SEE NOTES
working on DA verson ..
Rich (BB code):
| Hides.mac written by army soldier
|
| 1/8/06 : added Zoning event to end macro
|
| Given by Tisthal in Corathus
|
/echo Say Gather Some SKINS to get mission
|
/echo HArd Mission Loot
/echo Melee Cold Drachid Mask
/echo Stats +12 STR * +13 STA * +14 WIS/INT * +19 AGI * +190HP * +200 Mana/END
/echo +25 SV vs M / SV vs Fire * +20 SV vs P
|
/echo
/echo Caster Hive Silk Belt
/echo Stats +14 Dex * +12 STA * +13 CHA * +19 INT/WIS * +200 HP * +190 Mana
/echo +25 SV vs Fire * +20 SV vs P / SV vs M
|
/echo Normal Mission Loot (AUGGIES)
/echo Melee Hivegrime Stone of Vitality Slot 7/8 +65HP
|
/echo Caster Hivegrime Stone of Spirt Slot 7/8 +65 Mana/END
|
/echo
/echo Get back to StoneRoot
|
/echo Warp loc -411 -943 24.5 for entrance to mission
|
| Enter mission
|
| I FD with necro
|
| SPell is Keypress 1
|
| If using non FDer Keypress one should read
|
| /doability 1
| /doability 2
| hide and sneak are first two abilities
|
| WHAT no hide or sneak ... then go shroud to rogue 8-)
|
#Event Died "#*#You have entered#*#"
Sub Main
/declare i int local
|--Explore the 2 Sides
/echo warping loc -479 578 87.5 - SPOT 1
/warp loc -479 578 87.5
/delay 5s
/echo HOPEFULLY task updated
/echo Warping to loc -428 1298 148.5 - Spot 2
/warp loc -428 1298 148.5
/delay 5s
/echo HOPEFULLY task updated
/keypress 1
|-- Warp to each of the Chests and open them
|
|-- Succor after each opening
/for i 0 to 8
/target npc chest0${i}
/if (${Target.ID}) {
/warp target
/delay 1s
/open
/warp succor
/delay 5s
/keypress 1
/delay 3s
/echo Chest0${i} finished.
}
/next i
|-- Warp succor
/warp succor
/delay 2s
/sit on
|-- RE FD and wait for empty chests to despawn
/keypress 1
/delay 5s
/echo waiting for empty corpses to despawn
/delay 10s
|--Target chest corpses
|
|-- goto them and loot
:start
/echo begin
/target corpse
/if (${Target.ID}==NULL) /endmacro
/delay 1s
/sit on
/keypress 1
/delay 5s
/warp target
/delay 2s
/loot
/delay 5
/itemnotify loot1 leftmouseup
/delay 5
/warp succor
/autoinventory
/goto :start
/endmacro
/echo MACRO Ends inside of instanced.. so you can do
/echo OPT part.. Target PALIX the preserver and fight them
/echo I do not do this part...
/echo if by some chance the explore did not update ...
/echo warp to loc -479 578 87.5 - SPOT 1
/echo Warp to loc -428 1298 148.5 - spot 2
sub event_Died
/sit
/camp desk
/endmac
/return
Last edited:




