EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 07-12-2009, 04:40 AM
Verrie77 Verrie77 is offline
A Crazed Gnoll
 
Join Date: Jul 2005
Server: Antonia Bayle
Posts: 20
Default TradeSkill ( doing rush orders )

I was wondering if its possible to create a mod so you only have to "click" on the spell in your journal to make it pop in your Tradeskill-window.
At the moment you have to scroll..or type the name of the spell every time.
Hope you can see what I meen from the screenshot


Last edited by Verrie77 : 07-12-2009 at 06:13 AM.
Reply With Quote
  #2  
Unread 07-12-2009, 06:20 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Not possible.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #3  
Unread 07-12-2009, 06:36 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

If the template provided just the spell name in a text object, it would be possible... but EQ2 script does not give us any way to extract portions of a text string
Reply With Quote
  #4  
Unread 08-12-2009, 10:36 AM
rpoot rpoot is offline
A Coastal Crab
 
Join Date: Aug 2009
Server: Unkown
Posts: 1
Default

How hard would it be to make a filter to only show the items in the TS quest list? That way it would only show those you needed to use and youwouldn't have to scroll too far.
Reply With Quote
  #5  
Unread 08-12-2009, 04:56 PM
DBurgdorf's Avatar
DBurgdorf DBurgdorf is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Permafrost
Posts: 320
Default

Quote:
Originally Posted by Verrie77 View Post
At the moment you have to scroll..or type the name of the spell every time.
Forgive me if you already know this, but the searches in the tradeskill window are based on partial-string matches. You don't have to type in an item's full name.

For example, if you have to create "Gift of Bertoxxulous (Journeyman)" scrolls, you could simply type "bert" or even something sillier like "oxx" in the search box to find the item.

I do rush TS writs on a regular basis with all my characters, and never have any trouble quickly finding the items I need to create in this manner.

-- Darryl
__________________
Creator of the various Milquetowst mods
(But no longer actively modding)
Reply With Quote
  #6  
Unread 08-12-2009, 06:05 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

If we could compile a list in the following form for each profession, I could whip something up that presents a custom QuickFilters window with product filter buttons when a button in the quest description is pressed.
Code:
<Profession value="Sage">
  <Tier value="1">
    <Writ value="Tier 1 (Work Order)">
      <Product value="Divine Smite I" />
      <Product value="Gift of Bertoxxulous I" />
      <Product value="Wrath of the Ancients" />
      <Product value="Mark of Divinity I" />
      <Product value="Ritual of Healing I" />
      <Product value="Surge of Ro I" />
    </Writ>
    <Writ value="Tier 1 (Challenging Work Order)">
      ....
    </Writ>
    <Writ value="Tier 1 (Rush Order)">
      ....
    </Writ>
    <Writ value="Tier 1 (Challenging  Rush Order)">
      ....
    </Writ>
  </Tier>
  <Tier value="2">
    ....
  </Tier>
  <Tier value="3">
    ....
  </Tier>
  <Tier value="4">
    ....
  </Tier>
  <Tier value="5">
    ....
  </Tier>
  <Tier value="6">
    ....
  </Tier>
  <Tier value="7">
    ....
  </Tier>
  <Tier value="8">
    ....
  </Tier>
</Profession>
<Profession value="Woodwoorker">
  ....
</Profession>
The product list for a given writ should include all possible products since there is some randomness to it.

You'd still have to click the product filter buttons that match products in the quest description, but the button list would be short and you wouldn't need to type anything. Work flow would be...
A) Get writ
B) Double-click crafting device
C) Click QuickFilters button in the Journal/QH (opens the QuickFilters window)
D) Click the desired product filter button
E) Craft, repeate till product quantity is complete.
F) Click Back/Esc to return to recipies
G) Repeat steps D - F till writ is complete

Zero typing.

Note: Since this scheme relies on string matching scripted text against UI text, it almost certainly will not work with international clients.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:01 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI