[AHK]ExpeditionTools menu

User Tag List

Page 10 of 12 FirstFirst ... 6789101112 LastLast
Results 136 to 150 of 172
  1. #136
    BaBaBaXXX's Avatar Member
    Reputation
    1
    Join Date
    Jul 2022
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Items on page 14

    -------------------------------------1. Enlighten Support1 Stack:1 0.00c || TUJEN OFFER: 360 Exceptional Artifact Price: 50.40c || BLACKLISTED or 0 Value
    -------------------------------------2. Frost Wall120 Stack:1 0.00c || TUJEN OFFER: 32 Exceptional Artifact Price: 4.48c || BLACKLISTED or 0 Value
    -------------------------------------3. Screaming Essence of Woe Stack:6 0.00c || TUJEN OFFER: 160 Grand Artifact Price: 1.60c || BLACKLISTED or 0 Value


    Session time=2s Session Profit=0c(0.00d) (STOPPED BY PLAYER)
    Items on page 14

    -------------------------------------1. Enlighten Support1 Stack:1 0.00c || TUJEN OFFER: 360 Exceptional Artifact Price: 50.40c || BLACKLISTED or 0 Value
    -------------------------------------2. Frost Wall120 Stack:1 0.00c || TUJEN OFFER: 32 Exceptional Artifact Price: 4.48c || BLACKLISTED or 0 Value
    -------------------------------------3. Screaming Essence of Woe Stack:6 0.00c || TUJEN OFFER: 160 Grand Artifact Price: 1.60c || BLACKLISTED or 0 Value


    Session time=1s Session Profit=0c(0.00d) (STOPPED BY PLAYER)

    [AHK]ExpeditionTools
  2. #137
    fogewif522's Avatar Active Member
    Reputation
    36
    Join Date
    Mar 2023
    Posts
    60
    Thanks G/R
    10/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BaBaBaXXX View Post
    Items on page 14

    -------------------------------------1. Enlighten Support1 Stack:1 0.00c || TUJEN OFFER: 360 Exceptional Artifact Price: 50.40c || BLACKLISTED or 0 Value
    -------------------------------------2. Frost Wall120 Stack:1 0.00c || TUJEN OFFER: 32 Exceptional Artifact Price: 4.48c || BLACKLISTED or 0 Value
    -------------------------------------3. Screaming Essence of Woe Stack:6 0.00c || TUJEN OFFER: 160 Grand Artifact Price: 1.60c || BLACKLISTED or 0 Value


    Session time=2s Session Profit=0c(0.00d) (STOPPED BY PLAYER)
    Items on page 14

    -------------------------------------1. Enlighten Support1 Stack:1 0.00c || TUJEN OFFER: 360 Exceptional Artifact Price: 50.40c || BLACKLISTED or 0 Value
    -------------------------------------2. Frost Wall120 Stack:1 0.00c || TUJEN OFFER: 32 Exceptional Artifact Price: 4.48c || BLACKLISTED or 0 Value
    -------------------------------------3. Screaming Essence of Woe Stack:6 0.00c || TUJEN OFFER: 160 Grand Artifact Price: 1.60c || BLACKLISTED or 0 Value


    Session time=1s Session Profit=0c(0.00d) (STOPPED BY PLAYER)
    No idea how its 0c when in fresh autogenerated Crucuble pricelist "Enlighten Support1" is "296.50". I am in no way responsible for the functionality if you use a non-default version, modify the contents of the script files, or change the settings.ini in arbitrary manner.
    my discord for requests and Q&A https://discord.gg/am4pc73urf

  3. #138
    hdlee9991's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for your understanding, my english is not good

    In settings file, there are
    [Art_Prices_Manual]
    Lesser_Price=0.0165
    Greater_Price=0.022
    Grand_Price=0.035
    Exceptional_Price=0.2

    when tujen, I always short to grand artifact.
    So if I increase number(ex.Lesser_Price=0.0165 to 0.02 and Greater_Price=0.022 to 0.025), Do macro buy more item until lesser artifact 0.02 value and greater artifact 0.025?

  4. #139
    fogewif522's Avatar Active Member
    Reputation
    36
    Join Date
    Mar 2023
    Posts
    60
    Thanks G/R
    10/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hdlee9991 View Post
    Thank you for your understanding, my english is not good

    In settings file, there are
    [Art_Prices_Manual]
    Lesser_Price=0.0165
    Greater_Price=0.022
    Grand_Price=0.035
    Exceptional_Price=0.2

    when tujen, I always short to grand artifact.
    So if I increase number(ex.Lesser_Price=0.0165 to 0.02 and Greater_Price=0.022 to 0.025), Do macro buy more item until lesser artifact 0.02 value and greater artifact 0.025?
    Wrong, these are estimated prices in chaos, the higher the value the higher the final cost of the item and the less often will pass the threshold to purchase, the lower the value, the more often the script will buy an item from Tujen for this type of artifact. So you need to increase grand price or lower the rest.
    my discord for requests and Q&A https://discord.gg/am4pc73urf

  5. #140
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    32
    Join Date
    Jan 2018
    Posts
    152
    Thanks G/R
    36/30
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    If I want to blacklist all maps except unique maps/guardans/conq and so on and use a custom price value; do i put the price in the PriceSettings or do i put it in the whitelist?

    Assuming I do:


    Code:
    [PriceSettings]
    Lair of the Hydra Map:15|Forge of the Phoenix Map:15
    
    [Blacklist]
    Map
    
    [Whitelist]
    Lair of the Hydra Map|Forge of the Phoenix... etc etc
    Second question: Does whitelist need to use full name of an item, or is base type enough?

    could I simply do:

    Code:
    [Whitelist]
    Synthesised Map
    And all Synthesised maps would be whitelisted?

  6. #141
    fogewif522's Avatar Active Member
    Reputation
    36
    Join Date
    Mar 2023
    Posts
    60
    Thanks G/R
    10/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xerance View Post
    If I want to blacklist all maps except unique maps/guardans/conq and so on and use a custom price value; do i put the price in the PriceSettings or do i put it in the whitelist?

    Assuming I do:


    Code:
    [PriceSettings]
    Lair of the Hydra Map:15|Forge of the Phoenix Map:15
    
    [Blacklist]
    Map
    
    [Whitelist]
    Lair of the Hydra Map|Forge of the Phoenix... etc etc
    Second question: Does whitelist need to use full name of an item, or is base type enough?

    could I simply do:

    Code:
    [Whitelist]
    Synthesised Map
    And all Synthesised maps would be whitelisted?
    1 - correct, prices only in [PriceSettings] section. But if u blacklist word Map, you also have to whitelist chisels horizons harbingers and any other items containing "Map". To avoid this Ive uploaded new ver with new wording MapTier (i.e. Map14). However prices will ignore layouts, so cant buy specific normal maps, i think nobody need it anyways.

    2 - it parses description, so u have to give any unique part of item description, but make sure its unique to prevent mistakes. For Synthesised Maps you are right.
    my discord for requests and Q&A https://discord.gg/am4pc73urf

  7. Thanks xerance (1 members gave Thanks to fogewif522 for this useful post)
  8. #142
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    32
    Join Date
    Jan 2018
    Posts
    152
    Thanks G/R
    36/30
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Encountered an error:


    Code:
    Items on page 15
    
    ------BOUGHT FOR: (85) Exceptional------ 1. Divine Orb Stack:1 222.61c || TUJEN OFFER: 85 Exceptional Artifact Price: 5.95c
    -------------------------------------2. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------3. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------4. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------5. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------6. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------7. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------8. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------9. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------10. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------11. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------12. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------13. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------14. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------15. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    
    Items on page 0
    
    
    Items on page 0
    
    
    Items on page 0
    It's trying to buy the divine: https://puu.sh/JHDoy/2f3a42c08a.png with this much left: https://puu.sh/JHDoF/85d4e2a995.png

    And then tries to reroll the page but can't as the haggle window is still up as it's trying to buy the divine for an offer that cost more artifacts than you have.

    the "Items on page 0" keep looping until i force exit with v

  9. Thanks fogewif522 (1 members gave Thanks to xerance for this useful post)
  10. #143
    fogewif522's Avatar Active Member
    Reputation
    36
    Join Date
    Mar 2023
    Posts
    60
    Thanks G/R
    10/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xerance View Post
    Encountered an error:


    Code:
    Items on page 15
    
    ------BOUGHT FOR: (85) Exceptional------ 1. Divine Orb Stack:1 222.61c || TUJEN OFFER: 85 Exceptional Artifact Price: 5.95c
    -------------------------------------2. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------3. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------4. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------5. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------6. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------7. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------8. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------9. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------10. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------11. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------12. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------13. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------14. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    -------------------------------------15. Error Stack:1 0.00c || BLACKLISTED or 0 Value
    
    Items on page 0
    
    
    Items on page 0
    
    
    Items on page 0
    It's trying to buy the divine: https://puu.sh/JHDoy/2f3a42c08a.png with this much left: https://puu.sh/JHDoF/85d4e2a995.png

    And then tries to reroll the page but can't as the haggle window is still up as it's trying to buy the divine for an offer that cost more artifacts than you have.

    the "Items on page 0" keep looping until i force exit with v
    Thank you very much for tesing my spaghetti code, the problem was in red color digits in haggle window, should be fixed now, also changed logfile structure a bit and added avg spent per coin to make artifact values changes easier to track. Added new wording for settings CorruptedMapTier (i.e. CorruptedMap15) in case someone need it for leaguestart, if not specified in settings all normal/normal+corrupted maps are 0 value.

    Edit: warning please redownload ver 2605 from first post, made fix for Vaal Temple, added wording for it in settings, also deleted useless stuff like blighted, beacheads, etc
    Last edited by fogewif522; 05-26-2023 at 07:33 AM.
    my discord for requests and Q&A https://discord.gg/am4pc73urf

  11. #144
    hdlee9991's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When lesser artifact discount rate is 0.6, macro buy it
    If I want to change to buy 0.7 discount, where can I change script or file?

  12. #145
    Conservative's Avatar Member Curb Creature CoreCoins Purchaser
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way for the gwennen script to avoid selling currency from selling junk?
    Also it does miss some items when selling junk items.

  13. #146
    fogewif522's Avatar Active Member
    Reputation
    36
    Join Date
    Mar 2023
    Posts
    60
    Thanks G/R
    10/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Conservative View Post
    Any way for the gwennen script to avoid selling currency from selling junk?
    Also it does miss some items when selling junk items.
    It is possible but I have no motivation to code that to save few alches and alts. Added items when gwennen was viable and only big ones to increase rolling speed, in Data folder you can see all items it pays attention to.

    Updated ver in first post. Added ability to change discount thresholds for Danning. Changed defauld regex string so it buys only danning+tujen logbooks. If want to change it back use |logb instead of |(merc|knig)
    my discord for requests and Q&A https://discord.gg/am4pc73urf

  14. #147
    alex3057's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sometimes during Tujen or Dannig, it hovers over an item and just stops, even tho it can afford it. And it won't get past that item if I start it again, until I manually buy it.

    Is this a known issue?
    Sorry if it's already been asked, but I couldn't find anything.

  15. #148
    fogewif522's Avatar Active Member
    Reputation
    36
    Join Date
    Mar 2023
    Posts
    60
    Thanks G/R
    10/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alex3057 View Post
    Sometimes during Tujen or Dannig, it hovers over an item and just stops, even tho it can afford it. And it won't get past that item if I start it again, until I manually buy it.

    Is this a known issue?
    Sorry if it's already been asked, but I couldn't find anything.
    no idea, you didn't provide log, nor image of bugged item.
    my discord for requests and Q&A https://discord.gg/am4pc73urf

  16. #149
    alex3057's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fogewif522 View Post
    no idea, you didn't provide log, nor image of bugged item.
    That's because there oddly is no log.

    And the item it happens with is never the same. But as far as I can tell from the times it has happened, it's always some map or some gem. The map is both doing it on normals and unique maps. I'll try to get pictures for you next time it happens.

  17. #150
    hdlee9991's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I ask same question but You replyed to my question, sorry
    I cant recognize because it mixed with different question reply
    Last edited by hdlee9991; 05-30-2023 at 07:10 AM.

Page 10 of 12 FirstFirst ... 6789101112 LastLast

Similar Threads

  1. [PvE] 1 button 10k Unholy DK DPS using AHK
    By Bonkler in forum World of Warcraft Guides
    Replies: 25
    Last Post: 08-03-2011, 12:09 AM
  2. need help with .ahk script for showing users input text
    By lovemymuffin in forum Programming
    Replies: 0
    Last Post: 03-21-2011, 02:11 AM
  3. [AHK Script] Multi-directional Hunter Disengage
    By CrazyCactuaR in forum World of Warcraft Bots and Programs
    Replies: 2
    Last Post: 04-03-2009, 09:11 AM
  4. Auto prospecting! AHK!
    By Speakerwire in forum World of Warcraft Guides
    Replies: 7
    Last Post: 01-05-2009, 03:38 PM
All times are GMT -5. The time now is 09:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search