• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Traveler

 
Project Updated:
Files Updated: Thu, Jan 28 2010
Supports Game Version: 3.3.0
Category: Chat & Communication, Mage, Map & Minimap, and Warlock
Tags:

, and [Edit Tags]

Project Manager: Malex
Additional Authors: No additional authors
Current Version: 2.7.0
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 8
Downloads Total: 11,849
Favorites: 26
Comments: 22
  • About Traveler
  •  

Traveler is a mage utility for those who wish to sell ports for gold.  It sits in the background and monitors the channels you've joined and notifies you when someone is asking for a port.

The interface allows you to manage multiple ongoing port requests, see where customers are, where they want to go, and allows you to invite them and whisper them.

It also allows for banning users if you wish so that they won't show up in the future.

Selling 10g ports can make gold pretty quickly, especially if you're just sitting in town anyway.  It's fun to hear the notification and know you can make a quick buck.

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Traveler 2.7.0 Release 3.3.0 160 1/28/2010
  Traveler 2.6.1 Release 3.1.0 3,524 7/17/2009
  Traveler 2.6.0 Release 3.1.0 1,353 6/21/2009
  Traveler 2.5.0 Release 3.1.0 543 6/13/2009
  Traveler 2.4.0 Release 3.1.0 771 6/1/2009
  • Screenshots (2)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Steve_L said

    a temporary fix is to Change lines 238 to 240 to read


    -- local _, _, _, _, _, _, _, _, _, _, isLFG, _ = GetLookingForGroup();
    --if(isLFG == false) then
    -- count = count + 1;
    -- end


    as everyone in capital cities automatically joins the LookingForGroup channel now

    Reply Report Permalink
  • Malex said

    Steve_L,

    Thanks for the fix. For some reason I wasn't getting that error when testing, but maybe I have some option checked to disable addon errors.

    Reply Report Permalink
  • BJRubino said

    Hi,
    I get the following error as soon as I log-in:
    .../Traveler.lua line 238: attempt to call global 'GetLookingForGroup' (a nil value)

    Thanks,
    BJR

    Reply Report Permalink
  • Malex said

    BJRubino,

    Should be fixed in the latest (2.7.0)

    Reply Report Permalink
  • Darduel said

    looks like a realy cool and usfull addon, i want to download it, but is patch 3.2 right now, do you mean do update the addon?

    Reply Report Permalink
  • Malex said

    Darduel,

    Just updated. Been away for 6 months.

    Reply Report Permalink
  • Aphyosis said

    Hello, new user here. I usually have sound turned off and music going when i play, so i don't hear notification. Is there a way to have a visual cue?

    Reply Report Permalink
  • Malex said

    Aphyosis.

    I just added a fullscreen flash effect option (on by default) in the latest version (2.7.0).

    Reply Report Permalink
  • When I updated this aadon to 2.6.0 [I think I had 2.4.0 before] the sound isn't playing any more.
    And I have problem with 'new buyer popup'... it's not showing.

    Reply Report Permalink
  • Malex said

    Czarny_Iwan,

    I think your settings might have been wiped with the upgrade. You might check your settings and see if the advertise is still enabled after your upgrade. If that doesn't work, maybe try completely removing the addon (including the saved variables), and then reinstalling it.

    Reply Report Permalink
  • Ok! I've reinstalled it and I still have errors. Now in lines 904 and 906 in Traveler.lua "attempt to index field 'LDB' (a nil value)". Also I still have no notification sound and 'new buyer popup'.

    Reply Report Permalink
  • I've just turned on showing lua errors [sorry for not turning it on earlier to see if there are any errors] and there is an error saying 'Interface/AddOns/Traveler/Traveler.lua:71:Cannot find library instance of "LibDataBroker-1.1".'. If this helped you in finding whats wrong and you know the sollution, please let me know, othewise I'll just reinstall this [very helpful] addon.

    Reply Report Permalink
  • Malex said

    Czarny_Iwan.

    I think I figured out the problem. I'm actually surprised this hasn't come up earlier. When I added LibDataBroker support, I forgot to register the library. This means that in order for Traveler to work, another addon that registers LibDataBroker would need to be installed and load before Traveler. You probably removed some addon when you upgraded to Traveler 2.6.0 which was registering that library.

    I'll get the patched version up shortly. Thanks a lot for posting!

    Reply Report Permalink
  • ctasich said

    I like the idea of this addon. I have the addon displayed in my Titan Bar. It is displayed as "Sellers: X Buyers: Y." When I click on it I get the follow error:

    Date: 2009-06-19 17:10:12
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\Traveler\TravelerAdvertise.lua line 225:
    attempt to index local 'selectedBuyer' (a nil value)
    Debug:
    (tail call): ?
    [C]: ?
    Traveler\TravelerAdvertise.lua:225: RefreshAdvertiseFrame()
    [string "*:OnShow"]:1:
    [string "*:OnShow"]:1
    [C]: Show()
    Traveler\Traveler.lua:816: OnClickTab()
    Traveler\Traveler.lua:770: Toggle()
    Traveler\Traveler.lua:81:
    Traveler\Traveler.lua:77
    Titan\LDBToTitan.lua:215:
    Titan\LDBToTitan.lua:213

    I just want to be able to see who asked for a port. I still hear the ding when the program catches a port request. Any ideas? Also, I seem to be experiencing the AFK deal as well.

    You are now AFK: Away from keyboard
    You are no longer AFK

    Reply Report Permalink
  • Malex said

    ctasich,

    I think I might have a fix for the crash you are describing. I'll post the new version and let me know if that fixes your problem.

    Malex

    Reply Report Permalink
  • while the sort channels function is a great start, when it does it, it leaves all global channels to do it, and doesnt re-enter them afterwards. I have to manually add them again for each tab.

    Reply Report Permalink
  • Malex said

    gnomishinvader,

    Yes I knew this was going to be a problem when dealing with multiple tabs. For most users that just use the single tab, it should be okay.

    I'll need to add some additional code to detect which tab the channel is in so that it can be restored to the proper tab.

    The 'sort channels' option will re-add all the channels that it removed, but they will always show up in the default tab, so if you have custom tab/channel settings, you'll need to re-enable output in those tabs again.

    There are two reasons I let this go for now.

    When the 'sort channels' function is enabled, it will only do it when the Traveler channel is not last. The channel number will be saved so that subsequent logins will not need to do the channel sorting operation again. If you have to move channels around into custom tabs, it should be a very infrequent thing.

    And I can't remember the second thing...

    Another problem is channels with passwords. They will not be restored after the sort operation since the passwords aren't saved before the removal.

    The channel/tab stuff isn't exposed very well at an API level, so this feature was a pain to implement. I'm not excited about fixing it the right way, but if you want to add a ticket, I'll get around to it eventually.

    Thanks for posting.

    Reply Report Permalink
  • just to clarify my previous post, and unlike what i think you meant in your reply, it removes me from all global channels in all tabs, and doesnt restore _any_ of them. the way i read your post was that it should restore the first one. had it restored the first one, i wouldnt have noticed the other tabs for quite some time. this in unfortunate since traveler seems to like to grab channel 1 on my client.

    Reply Report Permalink
  • or rather does not restore any tabs.

    as another note, none of this is criticism. excellent mod, very useful. and i fully realize that the change is only a couple days old. i dont expect miracles, just trying to give you as much information as possible.

    Reply Report Permalink
  • Malex said

    gnomishinvader,

    Let's start up a thread in a bug report ticket so we can get this resolved. I might need some repro steps and some additional details of your setup. I'll start it off and you can add more info.

    Malex

    Reply Report Permalink
  • Addon Packs Containing Traveler

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 18,767 QuestHelper Map & Minimap, and Quests...
  2. 17,127 Atlasloot Enhanced Arena, Map & Minimap, Professions...
  3. 3,172 GatherMate_Data Map & Minimap
  4. 2,669 Prat 3.0 Chat & Communication
  5. 2,324 ForteXorcist Buffs & Debuffs, Class, Combat...