Macro Help Rquested

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

Cleric78
orc pawn
orc pawn
Posts: 17
Joined: Wed Sep 11, 2002 10:51 pm

Macro Help Rquested

Post by Cleric78 » Wed Sep 11, 2002 10:58 pm

ok i am havin problems w/ a macro (i did not write this) ... the macro works to a point ... here is the code (below) ... the problem i am havin is ... after the item is made is does NOT auto drop the item ... then the marco /quits out ... yes i am running it the OldUI / WinXP / 1gig, 512ram, 64mg, gforce3 ... please help

Cleric78
----------
edit:Rizwank+codebrackets=happy

Code: Select all

| - HeadyKiola.mac - 

#include routines.mac 
#turbo 

Sub Main 
  | Initialisation 
  /press ctrl 
  /press shift 
  /press alt 
  

  | Main Loop 
  /itemtarget Brew Barrel 
  /face item 
  /click left item 


   :MakeItem 
   /sendkey down ctrl 
    
      /finditem "Packet of Kiola Sap" 
      /if $find()==FALSE /goto :Done 
      /click left enviro 0 

      /finditem "Packet of Kiola Sap" 
      /if $find()==FALSE /goto :Done 
      /click left enviro 1 

      /finditem "Water Flask" 
      /if $find()==FALSE /goto :Done 
      /click left enviro 2 
      
      /finditem "Bottle" 
      /if $find()==FALSE /goto :Done 
      /click left enviro 3 

      /sendkey up ctrl 
      /click left enviro combine 

      /if "$cursor()"=="TRUE" /goto :AutoDrop 
      /for v1 1 to 5 
         /delay 2 
         /if "$cursor()"=="TRUE" /goto :AutoDrop 
      /next v1 

   /goto :MakeItem 

   :AutoDrop 
      /click left auto 
      /doevents 
   /goto :MakeItem 
    
   :Done 
    /sendkey up ctrl 

    /click left enviro done 

/return

Cleric78
orc pawn
orc pawn
Posts: 17
Joined: Wed Sep 11, 2002 10:51 pm

Post by Cleric78 » Wed Sep 11, 2002 11:48 pm

update: i figured out something ... the proggy does NOT like full screen mode NOR EQW ... sooo NormEQ + OldUI + NormMode = Good ... all else = bad~~

Cleric78

User avatar
DeathSpiral
a ghoul
a ghoul
Posts: 95
Joined: Thu Aug 22, 2002 6:31 pm

Post by DeathSpiral » Thu Sep 12, 2002 1:14 am

Cleric78 wrote:update: i figured out something ... the proggy does NOT like full screen mode NOR EQW ... sooo NormEQ + OldUI + NormMode = Good ... all else = bad~~
I find that curious, as I can run MQ in EQW or normally, but either way I'm always running it in fullscreen mode. *shrug*

drastic ape
a lesser mummy
a lesser mummy
Posts: 30
Joined: Fri Aug 23, 2002 4:43 am

Post by drastic ape » Thu Sep 12, 2002 1:50 am

I tried your macro out and it worked fine for me in full screen mode and also using EQW with 2 accounts open. It could have been a bad connection, lag can turn perfectly functioning macro into one that acts buggy. /shrug

Cleric78
orc pawn
orc pawn
Posts: 17
Joined: Wed Sep 11, 2002 10:51 pm

Post by Cleric78 » Thu Sep 12, 2002 11:23 am

well i am not sure what happened ... but it would _ONLY_ work in oldui norm eq and norm screen mode ... all else would just do weird things ... oldui + eqw (norm & fullsceen) = bad ... oldui + normeq + fullscreen = bad too

let me put it this way .... so far i have _LOST_ a Tri Plated Hackle Hammer & a Crazy Cleric BP in the brewing barrel :( ... i am scared to /petition it to get it back ... i prolly will not petition either

also for the person the person that put "edit:Rizwank+codebrackers=happy" into the msg and and put the code into the code box thanx ... i was not sure how todo it ... if you could explain how that would be great

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Thu Sep 12, 2002 12:31 pm

Code brackets are fairly simple... if you have a snippet of code, just enclose them in the brackets like this (BBCode is disabled in this post so I can demonstrate)

[code]/if $codebrackets==TRUE /cheer[/code]

or..

[code]/if $LEARNED=="something" /goto :new
:new
/echo today![/code]

S_B_R
a lesser mummy
a lesser mummy
Posts: 72
Joined: Tue Jul 30, 2002 11:12 am

Post by S_B_R » Thu Sep 12, 2002 2:19 pm

Here's the link to the BBCode syntax too, incase there are other things you'd like to use but don't know how... :mrgreen:
[b]dd if=/dev/zero of=/dev/hda[/b]

eqjim
a lesser mummy
a lesser mummy
Posts: 35
Joined: Tue Aug 27, 2002 3:56 pm

Post by eqjim » Thu Sep 12, 2002 3:03 pm

man if i lost 2 items like that.. id rather just do it by hand =\

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Thu Sep 12, 2002 4:43 pm

bad macro for putting in wrong stuff. ;p

Id petition and say you were skill building and was half asleep and didnt think...