Search found 7 matches

by Bonker
Tue Jun 17, 2003 7:47 am
Forum: MQ2::General
Topic: Compiling with MS Tools
Replies: 4
Views: 1552

Re: Compiling with MS Tools

Thanks for the response. Yes objbase.h is in the SDK directory. I did also type set include on the command line after running sdkvars.bat. Looks normal as this is what it responded with: C:\Program Files\Microsoft.NET\SDK\v1.1\Bin>set include INCLUDE=C:\Program Files\Microsoft Visual Studio .NET 200...
by Bonker
Tue Jun 17, 2003 12:36 am
Forum: MQ2::General
Topic: Compiling with MS Tools
Replies: 4
Views: 1552

Compiling with MS Tools

From another post I installed the follwing tools from MS: Microsoft Platform SDK (just the core package) Microsoft .NET Framework Version 1.1 Redistributable Package Microsoft .NET Framework SDK Version 1.1 The first thing I do is go to the bin dir in the microsoft.net/sdk/ver1.1/bin and run sdkvars...
by Bonker
Sat May 24, 2003 9:20 pm
Forum: MQ2::General
Topic: Getting the following errors when I attempt to compile??
Replies: 1
Views: 959

Getting the following errors when I attempt to compile??

I have downloaded from CVS using WinCVS (very simple to do that). Now I am attempting to compile and this is what I get. C:\Macroquest\EQLib>nmake Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Cannot determine compiler version. ...
by Bonker
Fri Nov 29, 2002 2:36 pm
Forum: Outdated Macros::Macro Help
Topic: Jeweller's Kit is coming back as Brew Barrel
Replies: 3
Views: 964

Jeweller's Kit is coming back as Brew Barrel

Using this /findcombiner "jewelry making" with this code: Sub FindCombiner /for p1 7 downto 0 /if "$pack($p1,combine)"=="$p0" /return $p1 /next p1 /echo You do not appear to have a valid $p0 container. /return 99 has it looking for a brew barrel. Any ideas? I tried brew...
by Bonker
Fri Nov 29, 2002 2:08 pm
Forum: Outdated Macros::Macro Depot
Topic: Combine.mac - Unsticky plz -
Replies: 39
Views: 15424

Cannot find jeweller's kit/deluxe sewing kit, etc.

How can I get the macro to locate combiners that use multiple words in identifying themselves. I /identify the jeweller's kit and get "Jeweller's Kit"; same thing with deluxe sewing kit. When I type: /macro combine jeweller's kit "malachite" "gold bar" the macro cannot ...
by Bonker
Wed Nov 27, 2002 1:40 am
Forum: Outdated Macros::Macro Depot
Topic: Powerarrows.mac The original. Use powerarrows2
Replies: 67
Views: 21482

Got it working

:D I've got the fletching macro working. I ended up redoing the sellitem call that I put into the fletch macro and made it like the example that is in the readme file. Sub SellItem /sendkey down shift :SellItem /varset v99 $char(plat) /varset v98 $char(gold) /varset v55 $char(silver) /varset v56 $ch...
by Bonker
Tue Nov 26, 2002 11:12 pm
Forum: Outdated Macros::Macro Depot
Topic: Powerarrows.mac The original. Use powerarrows2
Replies: 67
Views: 21482

Almost got it

I've added in a few delays and it will buy and combine just fine. However when it comes to selling I get an error: Usage: /finditem [similar] itemname I added a sell item call to the macro that consists of this: Sub SellItem /sendkey down shift :SellItem /finditem similar "arrow" /if $find...