MacroKit.inc - A kit which allows you to build macros easily

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

User avatar
Fippy
a snow griffon
a snow griffon
Posts: 499
Joined: Tue Jul 16, 2002 10:42 am

Post by Fippy » Wed Nov 20, 2002 4:05 am

Auto LOH sems a bit too difficult to code for my liking. Its not like you get to cast it again once you use it, unless your on a long session. I would think that it would be used in a very specific circumstance so would more likely be a requested cast than and auto cast.

Good point on bash though.
Fippy

This is my girl. But Rizwank had her first :-)
[img]http://www.btinternet.com/~artanor/images/fairy_bounce09.gif[/img]

macrotoon
a ghoul
a ghoul
Posts: 106
Joined: Wed Sep 18, 2002 4:38 pm

Post by macrotoon » Wed Nov 20, 2002 8:50 am

I havnt tested it yet, and from reading it i know it wont work the way i listed it (loh). It doesnt even target the player..hehe so LOH will be cast on the mob(ive done this more times than i want to admit witout having it automated). Also bash will need a shield check as well. Should have a shield check for the SK too. Not sure if its possible, and i know my limited skills would not be able to make it happen, but if it would check to see if the mob is casting before bashing/slamming. And if a pally bash if that doesnt hit then stun.

AutoLoH would be very useful IMO. Hell most of the time I forget to use it when i need it 8(. That because im 2 or 3 boxing and im trying to get all 3 chars to a zone to keep from getting killed.

AlphaBeta
a ghoul
a ghoul
Posts: 126
Joined: Sat Nov 09, 2002 12:35 am

Walking (Blah!)

Post by AlphaBeta » Fri Nov 22, 2002 3:31 pm

Ok this is my first try at a macro of any kind so please don't flame me to hard.

As the subject of my post I am really having a time with walking. I over shoot my loc's or make wide turns, running around and around and around… /sigh it just mess’s everything up ::pout:: :(

I think I know how to fix it where it needs fixing.

My first question is using the macrokit can I define all my pathing then call (1) path at a time? What I am thinking is like something below (not sure on the syntax):

Code: Select all

/varset a(50,0) 63,1723
/varset a(50,1) 80,1566
/varset a(50,2) 238,1571
/varset a(50,3) 239,1772
/varset a(50,4) 65,1770
/varset a(50,5) 63,1723

/call Walk 50 0 2
/Face 90
/call Walk 50 3 3
/Face 0
/call Walk 50 4 4
/Face 90
/call Walk 50 5 5
Is

Code: Select all

/call Walk 50 3 3
right? or would it be:

Code: Select all

/call Walk 50 3
::boggle:: :?

Anyway. What the above would do (I hope) would run to loc 0,1,2 as I don't have a problem making sharp turns here. Stop face the called direction. run to loc 3, stop and face called direction, run to loc 4, etc.. etc.. you get the idea. I have to make a number of sharp and exacting turns.

if anyone has any better ways of moving about or can teach me some tricks please let me know. :wink:

loadingpleasewait
a snow griffon
a snow griffon
Posts: 332
Joined: Sat Sep 14, 2002 8:46 am

Re: MacroKit.inc - A kit which allows you to build macros ea

Post by loadingpleasewait » Wed Nov 27, 2002 11:20 am

L124RD wrote:

Code: Select all

| MacroKit-Cheese.mac
|  by L124RD

#include MacroKit.inc

sub main
 /call initiate granger
 :loop
  /varset a(2,10) "sell $count("Mature Cheese") Mature Cheese"
  /varset a(2,11) "buy 16 Bottle of Milk"
  /varset a(2,12) "buy 8 Rennet"
  /call UseMerchant Granger 10
  /varset a(3,10) "2 Bottle of Milk"
  /varset a(3,11) "1 Rennet"
  /varset a(3,12) "1 Dairy Spoon"
  /call Combine Mixing 10 1
  /call logstats
 /goto :loop
 /call terminate "We got outside the loop 0_o"
/return
ok, this didnt work for a couple reasons.. the call initiate granger, should be somthing like /call Initialize Granger

ok, figured that out, but NOW, i keep getting the error

logging_default isnt here.. causing it to crash..

I noticed there was an extra G in

Code: Select all

   /varset loggging_variable logging_default
               ^-- right there.. 
ok, fixed that, but still getting the error.. can you help? this is a great kit, and looking forward to seeing a new version.

thanks for the help.
LOADING PLEASE WAIT...

User avatar
Fippy
a snow griffon
a snow griffon
Posts: 499
Joined: Tue Jul 16, 2002 10:42 am

Post by Fippy » Sun Dec 01, 2002 10:00 am

L12

You got a n update for this ?? As lpw pointed out there are a few bugs. The logging_default seems to be a missing define and then theres some stuff at the beggining of sub Initialize about checking a merchant but i cant figure out how you set one up ??

Just woeking on a smithing macro for my newbie cleric so I thought id give the kit a try. It looks good so if I can get the first bit working it woul d be cool.

Also does this support multiple merchants ??
Fippy

This is my girl. But Rizwank had her first :-)
[img]http://www.btinternet.com/~artanor/images/fairy_bounce09.gif[/img]

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Sun Dec 01, 2002 2:48 pm

Salutations,
It (should) support multiple merchants, I'll try and fix it to make it work if it doesn't. and I shall fix the cheese.mac and make those fixes as you all requested. I'll prolly have it up by the end of today.

User avatar
Fippy
a snow griffon
a snow griffon
Posts: 499
Joined: Tue Jul 16, 2002 10:42 am

Post by Fippy » Tue Dec 03, 2002 9:45 am

L12

Any more on this ??

I can sorta see what the code is doing but I dont want to make the changes myself cause it will be different to yours and may later cause compatability problems.
Fippy

This is my girl. But Rizwank had her first :-)
[img]http://www.btinternet.com/~artanor/images/fairy_bounce09.gif[/img]

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Thu Dec 05, 2002 10:30 pm

Salutations,
released 1.5... sorry this took so long, server being down and all... 1.4 wasn't officially released... 'twas a minor bug fix (triple ggg's and something else)

Wishbringer
Contributing Member
Contributing Member
Posts: 230
Joined: Thu Nov 14, 2002 7:00 am

Post by Wishbringer » Tue Dec 10, 2002 6:07 am

Tried to download MacroKit 1.5 since 3 days. Server seems be down. :oops:

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Wed Dec 11, 2002 1:58 am

Salutations,
I think i accidently unplugged it when I removed this comp to fix it... its working now if you noticed :p... I'll fix it as soon as i go into that room again (prolly before 9est tomorrow)

I R monk
orc pawn
orc pawn
Posts: 28
Joined: Tue Dec 10, 2002 4:29 pm

Post by I R monk » Wed Dec 11, 2002 9:10 am

seems the server is down again, can this kit be found any where ealse?

eqaddict
a lesser mummy
a lesser mummy
Posts: 74
Joined: Sun Sep 15, 2002 10:05 pm

Server Down.

Post by eqaddict » Wed Dec 11, 2002 12:27 pm

Any chance you can post the latest version in this thread. I have also been trying for several days and cant get a copy of it.

--EqA

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Wed Dec 11, 2002 11:17 pm

Salutations,
it's up... I'm gonna copy this somewhere else too... since my server is sucky since i run it...

I R monk
orc pawn
orc pawn
Posts: 28
Joined: Tue Dec 10, 2002 4:29 pm

Post by I R monk » Thu Dec 12, 2002 8:38 am

I wouldn't say sucky, the web lay out on the main sight is nice, and responce time was great. have to admit from seeing your work here I was expecting the sight to be based on the code you desined.

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Thu Dec 12, 2002 9:00 am

Salutations,
are you saying you're the one who is spamming me with 404 messages?