Search found 14 matches

by Shadows91
Sat May 08, 2010 1:16 pm
Forum: MQ2::Macros::Requests
Topic: brell's rest mushroom mac
Replies: 7
Views: 2843

Re: brell's rest mushroom mac

donate to gain access to the VIP section and use MQ2EQDraw for ground item clicking
by Shadows91
Thu May 06, 2010 4:46 pm
Forum: MQ2::Macros::Requests
Topic: brell's rest mushroom mac
Replies: 7
Views: 2843

Re: brell's rest mushroom mac

http://file.blob.io/5ca67e/MQ2Navigation.zip

use EQNavigation ('Build' folder) to build a navmesh.

once the navmesh is built and saved, use the plugin to move to stuff via /nav

for example, to move to a mushroom, do this:

Code: Select all

/itemtarget mushroom (or_whatever_they're_called)
/nav item
by Shadows91
Mon Jun 29, 2009 1:02 pm
Forum: MQ2::Help
Topic: Help with compiling mq2, Free version of VB2008.
Replies: 11
Views: 4137

VB != VC++
by Shadows91
Wed Jun 24, 2009 1:04 am
Forum: MQ2::Macros::Snippets
Topic: Universal Duration Effect Item Clicking
Replies: 11
Views: 3428

Update:
- Removed stacking duration check (Thanks, demonstar55)
- Fixed a contextual error (Thanks, fearless)
by Shadows91
Tue Jun 23, 2009 8:15 pm
Forum: MQ2::Macros::Snippets
Topic: Universal Duration Effect Item Clicking
Replies: 11
Views: 3428

Universal Duration Effect Item Clicking

Required Plugins : -> MQ2Cast -> MQ2Exchange Above all subroutines, add the following: #include AutoClick.inc Inside the macro's loop, add the following: /call AutoClick Save the following code as "AutoClick.inc" inside the **\Release\Macros folder: | -=-AutoClick-=-=-=-Include-=-=- | -=>...
by Shadows91
Wed Apr 01, 2009 6:39 pm
Forum: MQ2::Macros::Snippets
Topic: Universal Invisibility
Replies: 29
Views: 3931

Universal Invisibility

Required Plugins: - MQ2Cast - MQ2Bandolier - MQ2MoveUtils Usage: - Enter this alias command once: /alias /invis /docommand ${If[${EQBC.Connected},/bc,/echo]} -= Invisibility Up (${Zone.ID}) - Use /invis after inputing that In the events section add: #event Invis "#*#Invisibility Up (#1#)#*#&qu...
by Shadows91
Sun Mar 29, 2009 7:59 pm
Forum: MQ2::Macros::Snippets
Topic: Mount any bridle/drum
Replies: 3
Views: 3031

Update (3/29)

Update (3/29):
- Restructured code for better performance
by Shadows91
Thu Mar 19, 2009 4:26 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14098

Thanks. I'll fix it when I get home.
by Shadows91
Thu Mar 19, 2009 1:54 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14098

Crash found

A crash occures after having typed /Mac Tribute 3 10000. The following was parsed with WinDbg: [MQ2]CCommandHook::Detour(/mac tribute 3 10000) [MQ2]Macro - Loading macro: C:\VMAL\MQ2\Release\Macros\tribute.mac [MQ2]Macro - Starting macro with '/call Main 3 10000' [MQ2]Call - Calling subroutine Main ...
by Shadows91
Sun Mar 15, 2009 5:04 pm
Forum: MQ2::Macros::Snippets
Topic: Translocate by means of AA/Spell/Item
Replies: 54
Views: 4673

Translocate by means of AA/Spell/Item

Usage: Supply the trigger text to translocate the player using AA, Spell, or Item. Required Plugins: - MQ2Cast - MQ2Bandolier In the events section add: #event Gate "#*#Gate Now#*#" At the bottom add: | -=-=-=-=-=-=-=-=-=-=-=-=- | -= Gate Event =- | -=-=-=-=-=-=-=-=-=-=-=-=- | * Will tran...
by Shadows91
Sun Mar 15, 2009 4:47 pm
Forum: MQ2::Macros::Snippets
Topic: Mount any bridle/drum
Replies: 3
Views: 3031

Mount any bridle/drum

Usage: Supply the trigger text (Mount Up) to cast any mount. Required Plugins: - MQ2Cast - MQ2Exchange In the events section add: #event Mount "#*#Mount Up#*#" At the bottom add: | -=-=-=-=-=-=-=-=-=-=-=-=- | -= Mount Event =- | -=-=-=-=-=-=-=-=-=-=-=-=- | * Attempts to cast a mount | -=-...