combine

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

bartab
a grimling bloodguard
a grimling bloodguard
Posts: 715
Joined: Wed Oct 15, 2003 8:12 am

combine

Post by bartab » Wed Apr 07, 2004 4:53 am

I'm posting here refering to this post:

is it possible to combine in the new TS window without using /click ?

after having made a few search I havn't seen anyone doing this by using /notify.
I would use something like this

Code: Select all

/notify tradeskillwnd CombineButton leftmouse
but will it worfk ? I cannot test as I'm at work.
I will try tonight but if someone has the answer in the meantime... :)

kasodo
a lesser mummy
a lesser mummy
Posts: 64
Joined: Fri Feb 13, 2004 9:41 am

yep

Post by kasodo » Wed Apr 07, 2004 10:05 am

Yes that does work...

bartab
a grimling bloodguard
a grimling bloodguard
Posts: 715
Joined: Wed Oct 15, 2003 8:12 am

Post by bartab » Thu Apr 08, 2004 5:51 am

i've tested it this morning before going to work and i've the message (as precise as I can remember)
The tradeskillwnd not found
after having made a few searches I've found a bunch of code to add to locations.txt but that does'nt seem to fix the problem

Code: Select all

[tradeskill_combine] 
UILabel=TradeskillWnd 
XMLFile=EQUI_TradeskillWnd.xml 
ScreenID=CombineButton 

[tradeskill_auto] 
UILabel=TradeskillWnd 
XMLFile=EQUI_TradeskillWnd.xml 
ScreenID=AutoInvButton 
any idea ?
Is the new tradeskill window usable with the /notify command ?

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Thu Apr 08, 2004 9:00 am

/notify doesnt use locations.txt

Also, you probably need to use leftmouseup instead of leftmouse, as is the case for most buttons

.. so..
/notify TradeskillWnd CombineButton leftmouseup

Assuming you are using the latest zip (04.08.2004) you should have no problems. This might not be possible prior to the 04.07.2004 zip.
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

bartab
a grimling bloodguard
a grimling bloodguard
Posts: 715
Joined: Wed Oct 15, 2003 8:12 am

Post by bartab » Thu Apr 08, 2004 9:17 am

as i'm on french server i'm using 22 of march version, that could explain why it's not working
thanks for the lefmouseup
I hope they will patch us as soon as possible ... :roll:

Troy_swe
orc pawn
orc pawn
Posts: 12
Joined: Fri Apr 09, 2004 11:36 am

Post by Troy_swe » Fri Apr 09, 2004 11:41 am

This was exacly what I was looking for, I must admit the new look for the combine is alot better then before but this would be nice when going through a few houndred combines..

Tryde to get it to work but guess the whole script isnt here?