Search found 22 matches

by renagade8
Tue Oct 14, 2003 6:23 pm
Forum: Macro Requests (MQ1)
Topic: One more thing i need help with please
Replies: 4
Views: 1512

heh np i just threw it together really quick without really thinking about it.

- Ren
by renagade8
Tue Oct 14, 2003 3:32 pm
Forum: Macro Requests (MQ1)
Topic: One more thing i need help with please
Replies: 4
Views: 1512

This should do what you wanted done |-- multicast.mac |-- Renagade8 |-- usage : /macro multicast <spell name> |-- example : /macro multicast "Enchant Gold" #turbo sub main(spellname) /declare xx local /declare yy local /for xx 0 to 14 /for yy 0 to 7 /cast "@spellname" :waitcast /...
by renagade8
Mon Oct 13, 2003 8:05 pm
Forum: MQ2::Development::Feature Discussion
Topic: Crashing Upon Exit
Replies: 8
Views: 1859

you still need to /unload it though
by renagade8
Mon Oct 13, 2003 2:59 pm
Forum: MQ2::Development::Feature Discussion
Topic: Crashing Upon Exit
Replies: 8
Views: 1859

if you do it this way you need to either zone or do /e saved to have MQ become active.

-ren
by renagade8
Tue Sep 30, 2003 9:11 pm
Forum: Outdated Macros::Macro Help
Topic: Need a simple (and/or working) tradeskill macro that I can u
Replies: 28
Views: 16170

i have found that i need to use the default UI for combine macros

-ren
by renagade8
Mon Sep 22, 2003 9:34 pm
Forum: Outdated Macros::Macro Help
Topic: Could use another set of eyes for this
Replies: 3
Views: 4590

man do i feel stupid, thanks i knew i needed another person to look it over.

-ren
by renagade8
Mon Sep 22, 2003 6:32 pm
Forum: Outdated Macros::Macro Help
Topic: Could use another set of eyes for this
Replies: 3
Views: 4590

Could use another set of eyes for this

The following code is part of a larger macro but this part of the code checks to see if a target id is already in the array and if it is not then it stores the new id in the next slot of the array. Although, i think the problem spot is the bold portion, it seems to ignore this check even though it i...
by renagade8
Thu Sep 18, 2003 9:30 pm
Forum: Outdated Macros::Macro Requests
Topic: Loot your own Corpse Script? :)
Replies: 8
Views: 6252

Code: Select all

|---- Loot.mac

Sub main
     /target mycorpse
     /corpse
     /loot
     /delay 1.5s

     /for l0 0 to 29
          /click right corpse $l0
          /delay 2 |might need more of a delay depending on the speed of your computer
     /next l0

     /click left corpse done
/return
-ren
by renagade8
Wed Sep 17, 2003 1:25 pm
Forum: Outdated Macros::Macro Requests
Topic: camp on specific tell
Replies: 5
Views: 13654

for the event chat

#chat tell .... Sub Event_Chat /if "$p2"=="camp" { /sit /camp /endmacro } can also do this to check if the right person sent the tell for example if you just want joe to tell you to camp then, #chat tell .... Sub Event_Chat /if "$p1"=="Joe" { /if "$p2&qu...
by renagade8
Tue Sep 09, 2003 9:41 pm
Forum: MQ2::Development::Feature Discussion
Topic: new logfile/ui file names
Replies: 4
Views: 1252

new logfile/ui file names

they arent using a number for the ui and log files now they use _<server name> the server name is like how you would do cross server tells. i am not sure if this effects anything but just in case people didnt notice that.

- ren
by renagade8
Fri Aug 22, 2003 2:44 pm
Forum: Outdated Macros::Macro Requests
Topic: Looking for simple shaman macro
Replies: 18
Views: 10934

shaman macro

This is what i use but i did have to edit some things out, you can change spells around to what you need and add events if needed. it will target the closest npc then check that npc with the npc of your assister and then malos/slow when they get within the range you want them to be, which is set to ...
by renagade8
Thu Aug 14, 2003 12:59 am
Forum: MQ2::General
Topic: MQ Dectactable?? Of course it is....
Replies: 42
Views: 13025

bazaar shares a server with the nexus and thats it, which was why nexus and the bazaar used to load so fast before


-ren
by renagade8
Tue Aug 05, 2003 4:40 pm
Forum: MQ2::Development::Feature Discussion
Topic: NEW FEATURE! $spell("name of spell",mycasttime)
Replies: 12
Views: 2905

I crash when i try to use this and here is the call stack for the debug: ChildEBP RetAddr 000c1c0c 0157a03c 0x0 0012bed8 0156b527 EQLib!ParseMacroParameter+0x810c (CONV: cdecl) [EQLib_MacroParser.cpp @ 2647] 0012d6f8 004c7368 EQLib!CCommandHook::Detour+0x2c7 (FPO: [EBP 0x0012d6fc] [2,1537,4]) (CONV:...
by renagade8
Mon Aug 04, 2003 4:59 pm
Forum: MQ2::Development::Feature Discussion
Topic: Question about AA abilities
Replies: 2
Views: 969

Thanks much, found what i needed. Anyone else that would like to use this here is the link with the list of activation numbers.

http://www.eqdruids.com/reference/alter ... _codes.htm

-ren
by renagade8
Mon Aug 04, 2003 3:07 am
Forum: Outdated Macros::Macro Help
Topic: Why oh why...
Replies: 11
Views: 2892

most likely would be the enrage part, since most pets that are summoned by mages, shamans and others enrage that would set off the event enrage.

-ren