tiikimagick
Member
- Joined
- Jul 9, 2005
- RedCents
- 0¢
The macro says it all. Comments & Helpful improvements welcome.
Enjoy,Redcents appreciated
Enjoy,Redcents appreciated
Rich (BB code):
| PlatPimp v1.0
| Made by Tiikimagick
| http://www.redguides.com
|-----------------------------------------------General Overview-----------------------------------------------------------
|* You need to be in Neriak ,the third gate to start (neriakc)
|* Although any class/race may use this mac, I would catch argo for whatever reason somtimes. A level 1 dark elf works perfectly.
|* You need a stack of jaspers to begin. If starting from scratch, go ahead and get at least 1pp from the tutorial to buy the jasper. After the first run, you will be able to buy a stack.
|* Every run lands 35-110 pp. and should take up too 2-4 mins(depending on machine speed and connection)
|* You will need mq2givenpc mq2rwarp and mq2piggyzone,if you dont have givenpc go ahead and add a warp function.
|* For multiple instances, i suggest using mq2wireframe to help out load times.
|* Add this code to your piggyzone.ini , it lands you right by the vendor(telnor the jewelry merch) to sell the loot.[neriakc] default= 805.97 -1415.28 -80.84
|* Im a tard when it comes to coding macros, but i found this works without flaw..be forewarned made this on a old old laptop, macro might need some personal tuning.
|* Some code is based off of macro's seen on redguides.com
|* Was a nice thing to use on the progression... :P
|* Be sure to leave 2 spaces in your inventory bagless, for the jasper and quest item.
#turbo 20
#Event RAN "$$BAM$$"
#Event Zoned "You have entered#*#"
Sub Main
/declare TimesRun int outer
/varset TimesRun 0
:Main
/popup Platpimp 1.0
/delay 4s
/target mare x
/delay 2s
/ctrlkey /itemnotify ${FindItem[=jasper].InvSlot} leftmouseup
/give
/delay 2s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 6s
/zone cabeast
/delay 28s
/call Zoner
/call Zoner
/delay 6s
/target elf
/ctrlkey /itemnotify ${FindItem[=klok's seal].InvSlot} leftmouseup
/delay 2s
/give
/delay 2s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 9s
/zone qeynos2
/delay 28s
/call Zoner
/call Zoner
/delay 3s
/target brohan
/delay 1s
/ctrlkey /itemnotify ${FindItem[=a sealed letter].InvSlot} leftmouseup
/delay 2s
/give
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 8s
/zone neriakc
/delay 56s
/call Zoner
/call Zoner
/echo Got one down
/delay 2s
/target telnor
/delay 2s
/nomodkey /click right target
/delay 5s ${Window[MerchantWnd].Open}
/delay 1s
/ctrlkey /itemnotify ${FindItem[=combine rapier].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine scimitar].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine short sword].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine smithy hammer].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine spear].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine morning star].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine great staff].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine long sword].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine two handed sword].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine warhammer].InvSlot} leftmouseup
/ctrlkey /itemnotify ${FindItem[=combine dagger].InvSlot} leftmouseup
/nomodkey /shift /notify MerchantWnd MW_Sell_Button leftmouseup
/delay 1s
/nomodkey /shift /notify MerchantWnd MW_done_Button leftmouseup
/goto :main
Sub Zoner(string ZoneName, string ZoneLoc)
/delay 5s
:loop
/if (${Zone[${Zone.ShortName}].ID} != ${Zone.ID}) /goto :loop
/delay 2s
/return
Sub Event_RAN
/varcalc TimesRun ${TimesRun}+1
/return


