Search found 9 matches

by Nilen2
Sun Dec 14, 2003 11:38 pm
Forum: Macro Help (MQ1)
Topic: Macro Help
Replies: 3
Views: 676

LoL, for a second there I was trying to figure out what you were trying to do :D
by Nilen2
Sun Dec 14, 2003 11:28 pm
Forum: Macro Help (MQ1)
Topic: Reacting if somebody enters the zone
Replies: 4
Views: 996

I can't log onto EQ right now to test out the code or find exact phrase but i'd figure it might go something like this. ( I'm no expert scripter nor do i know ever command useable in mq2 but I'm pretty sure this would work) Not sure if |* and *| are for comments in scripting so take them out if your...
by Nilen2
Thu Nov 27, 2003 5:58 pm
Forum: Macro Help (MQ1)
Topic: Can't quit figure this out...
Replies: 1
Views: 547

:Begin1 /target Ganbar /echo GotHere /if "$target(name,clean)"~~"Ganbar" /call DwarfUp1 /goto :Begin1 I tried this before but wouldn't work, but seems to work now after many trial and error guessing try to get it to work, pretty sure the (Name,Clean) couldn't be capitalized and ...
by Nilen2
Thu Nov 27, 2003 5:29 pm
Forum: Macro Help (MQ1)
Topic: beep on 100% mana
Replies: 2
Views: 777

#turbo Sub Main :LOOP /IF n $CHAR(MANA,PCT)==100 { /BEEP /BEEP /BEEP /BEEP /BEEP /BEEP /BEEP } /GOTO :LOOP /return No time to test it, but just think you forgot to add the N in the if statement for numeric numbers, and no quotes....maybe =) And no /else
by Nilen2
Thu Nov 27, 2003 4:37 pm
Forum: Macro Help (MQ1)
Topic: Can't quit figure this out...
Replies: 1
Views: 547

Can't quit figure this out...

:Begin1 /target Ganbar /echo GotHere /if "$target(Name)"~~"Ganbar" /call DwarfUp1 /goto :Begin1 Alright all I want to do in this code is target Ganbar Dundam if she is up, then it echos GotHere just for debugging issues, Then I want it to call sub routine DwarfUp1 if she is up, ...
by Nilen2
Thu Nov 27, 2003 3:26 pm
Forum: MQ2::Bug Reports
Topic: MQ2 Build issue (hangup on MQ2Utilities.cpp)
Replies: 16
Views: 3967

Well i was able to get it to work on my WINXp Pro computer now. I was doing the Compile for a second computer wrong. I thought what I had to do was compile it on the one computer, transfer files over then just run MQ2Auth to get it to work, didn't know i had to run that then transfer those files to ...
by Nilen2
Wed Nov 26, 2003 8:54 am
Forum: MQ2::Bug Reports
Topic: MQ2 Build issue (hangup on MQ2Utilities.cpp)
Replies: 16
Views: 3967

*Edit since i just noticed Dniper post might affect my last guess statement on why it won't compile. Are you using XP Home or Pro? And yes I made sure MQ2Main was the active project. I posted this same question, it's a little further down in this forum, no replies so no good information to help fix ...
by Nilen2
Tue Nov 25, 2003 9:33 pm
Forum: MQ2::Bug Reports
Topic: MQ2 : No ingame response
Replies: 43
Views: 5078

Seem to be having a slightly same problem as Rencro. If you wanna check out the details of my problem check out my post on this MQ2:Bug Reports forum. I'm using Win98 on one computer and WINXP Pro on the other, win98 computer compiled and worked fine. WinXP Pro computer won't compile (Just hangs at ...
by Nilen2
Tue Nov 25, 2003 8:41 pm
Forum: MQ2::Bug Reports
Topic: MQ2: Compiling Trouble.
Replies: 0
Views: 651

MQ2: Compiling Trouble.

Alright I finally decided to download MQ2 since it seems like MQ1 will eventually die off when people stop bothering with the offsets. I downloaded, ran that MQ2Auth then opened up macroquest2.dsw. I'm usuaing VS 6 to compile. I set MQ2Main as the active project then started to compile the .dll. It ...