Search found 18 matches

by Joshjje
Wed Nov 26, 2003 3:13 pm
Forum: MQ2::Bug Reports
Topic: /Mapfilter not working....
Replies: 4
Views: 1458

..

Same for me i tried almost every filter including all several times..nothing on map


EDIT: Nm i just tried again and mysteriously works...
by Joshjje
Sun Nov 23, 2003 9:50 am
Forum: Macro Help (MQ1)
Topic: Can i get some help with my macro?
Replies: 8
Views: 1413

...

Sub movetoloc(xloc,yloc) If it hasnt been changed you cant declare paramaters like this, you dont declare any paramaters at all, just use @Param0, and @Param1 for the xloc and yloc in your code you would do it like this: Sub movetoloc /face fast loc @Param0,@Param1 /return /call movetoloc 100 100 T...
by Joshjje
Sun Nov 23, 2003 9:44 am
Forum: Macro Requests (MQ1)
Topic: Trep's Shopping List macro ?
Replies: 26
Views: 6518

...

Hm, you gain exp from this quest from 35 all the way to 54? *wonders how much* Anyways EqMule is this script you writing going to be available to any who want it, or only a select few, or how is that going to work. Also have you finished it? If you wont allow me to get it guess ill have to make it m...
by Joshjje
Wed Nov 19, 2003 7:29 am
Forum: Macro Requests (MQ1)
Topic: Responding to tells from a master
Replies: 7
Views: 2890

...

#chat tell Sub Main /declare MastersName global /varset MastersName "@Param0" :MainLoop /doevents /goto :MainLoop /return Sub Event_Chat /if "@Param1"!="@MastersName" /return /if "@Param2"~~"sit" /sit /if "@Param2"~~"stand" /stan...
by Joshjje
Fri Nov 07, 2003 7:03 am
Forum: Macro Help (MQ1)
Topic: Mortar and pestle broken? this edited macro stopped working
Replies: 4
Views: 1046

..

Perhaps change: /call FindCombiner "make poison" /if $return==99 /return | /cleanup | /click right inv $return TO /call FindCombiner "mortar and pestle" /if $return==99 /return /cleanup /click right inv $return Not sure of your code or if that will work but it looks like it.
by Joshjje
Thu Nov 06, 2003 3:21 pm
Forum: Macro Help (MQ1)
Topic: Need help writing a recast during interrupt and/or fizzle
Replies: 4
Views: 1155

..

I didnt look at your code at all, but i included what i wrote myself for my own sub. To use it just /call spell# It will cast the spell then check for events and each event will return an error which will restart the loop and cast again, every loop clearreturnvalue is called which resets the return ...
by Joshjje
Thu Nov 06, 2003 3:14 pm
Forum: Macro Help (MQ1)
Topic: not sure how to edit this combine macro..
Replies: 3
Views: 955

..

Ok i havent tested this out, just wrote it up on the whim, very simple and you will have to have the mortar and pestle open though you could easily write the code to do it (IE if its in your 6th inventory slot put this code in before the /for loop (/click right inv 5) Anyways tell me how it goes, i ...
by Joshjje
Mon Nov 03, 2003 2:42 pm
Forum: Macro Help (MQ1)
Topic: not sure how to edit this combine macro..
Replies: 3
Views: 955

..

First of all i dont think many people want to wade through all those lines of code (i didnt) to look for errors, or run the macro themselves. It would be better if you could state a particular problem you were having. Also itd be better if you followed some variable naming conventions..instead of us...
by Joshjje
Sat Nov 01, 2003 10:45 am
Forum: Macro Help (MQ1)
Topic: NPC give Quest Item macro
Replies: 2
Views: 932

...

Unless you are using an older version of MQ /lclicktarget and /rclicktarget have been removed and replaced by /click left|right target
by Joshjje
Tue Oct 28, 2003 8:08 pm
Forum: Macro Help (MQ1)
Topic: EQ crashing, would appreciate some help
Replies: 22
Views: 3852

...

I like the idea, thats sorta what i initially stated using /click right target fake or something along those lines, but just making the existing command a direct "click" would obviously be more efficient. Sooo...do i win that little goodie package..or maybe half :)
by Joshjje
Tue Oct 28, 2003 7:58 pm
Forum: MQ2::Development::Feature Discussion
Topic: Random crashes with new chat window
Replies: 5
Views: 1518

...

Can you please post when this is fixed, i was thinking it was just me crashing again but even when i have no macros running, it will crash momentarily after i join (im in bazaar) i didnt notice what was causing it.
by Joshjje
Tue Oct 28, 2003 2:23 pm
Forum: MQ2::Development::Feature Discussion
Topic: $merchant(has,"Item") is crashing me
Replies: 7
Views: 1800

..

/echo $merchant(has, xxx) also crashes me, however, ill try out the new build maybe it works
by Joshjje
Mon Oct 27, 2003 9:49 pm
Forum: Macro Help (MQ1)
Topic: EQ crashing, would appreciate some help
Replies: 22
Views: 3852

..

Ah thanks, EqMule, as you have obviously noticed the name implies an actual click :) Will be glad to insert that tidbit of code in now. As for the name, lets see... My first suggestion would be to add it into the /click class of commands if possible and not allowed to be used with /mouseto if that c...
by Joshjje
Mon Oct 27, 2003 9:39 pm
Forum: MQ2::Development::Feature Discussion
Topic: $merchant(has,"Item") is crashing me
Replies: 7
Views: 1800

..

Ah yeah i see, the clarity issue is fixed, however, the $merchant(has, "itemname") still poses a problem.
by Joshjje
Mon Oct 27, 2003 3:57 pm
Forum: Macro Help (MQ1)
Topic: The proper usage of quotations?
Replies: 1
Views: 681

The proper usage of quotations?

OK from all the scripts ive seen, and from writing my own, i would like to hear others opinions, or rather facts on the proper usage of quotations. I have encountered a few errors from not using them in some places but i would like to know. From what i understand it can be written many ways such as:...