Page 15 of 18 FirstFirst 123456789101112131415161718 LastLast
Results 281 to 300 of 351

Thread: Item Assistant

  1. #281
    http://ribbs.dreamcrash.org/ialight/...r_Raidloot.exe

    Command: /raidloot
    DOES NOT keep a kill history like /loot does, so don't go on a looting rampage if you need it.
    Last edited by MrPete; Jul 13th, 2016 at 12:35:20.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  2. #282
    Quote Originally Posted by MrPete View Post
    Most likely the update installed at a different location, and you're still running the old one.
    I did some changes to the installer/updater.
    Thank you for your reply! I've only used the default installer settings, so I'll check into that to see if it has changed.
    Avari 220/30/80 - Araghos 220/30/80 - Shishido 220/30/7x - Araninn 220/30/80

    Quote Originally Posted by Tergx
    If one of the few traders are PvPing around you and land GTH on you, take a trip to decon and it will be gone. What's the big deal hehe.

  3. #283
    Quote Originally Posted by Avari View Post
    Thank you for your reply! I've only used the default installer settings, so I'll check into that to see if it has changed.
    Yeah default location may have changed, I have no idea where it used to install to.. so..
    A large portion of the users prefer to install IA in a folder near AO (for whatever reason), instead of the default folder.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  4. #284
    About /raidloot
    Awsome function!

    Could be me doing it wrong, but it generates a string that's "/o !loot whatever" that makes it paste into org channel only, iirc /o is short for organization no ?
    Might be better to make it so it's pasted into whatever window you have active atm.
    Last edited by nanoforcer; Jul 13th, 2016 at 14:02:45.
    Don't you just hate this kind of ppl
    http://redwing.hutman.net/%7Emreed/w...rouscranus.htm

  5. #285
    Happen to know the command?
    I don't play AO anymore, just remember /o, /say and /g

    Is there any / for active?
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  6. #286
    Not sure, but i guess removing the /o portion would do the trick and it would get pasted in in the active window, no?
    Don't you just hate this kind of ppl
    http://redwing.hutman.net/%7Emreed/w...rouscranus.htm

  7. #287
    Quote Originally Posted by nanoforcer View Post
    Not sure, but i guess removing the /o portion would do the trick and it would get pasted in in the active window, no?
    Nope, its a chatcmd://, so I'll probably have to write one script for each item, and then reference those.
    Won't be today at least, got another project occupying most of my time.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  8. #288
    The command that can be used instead of /o would be
    /tell %1 <etc>

    where %1 would be the raidbot name. building loot lists in tells work, and is cleaner for private raid channels.

    edit:

    can make it generate the script like so:

    /tell %1 loot <itemref>
    /delay 800
    /tell %1 loot <itemref>

    etc. so on so forth, simple foreach loop appending each tell to one script, that way you don't need to click a link to SEE a separate raid loot list than what /loot gives us.

    What I usually do is this:

    Kill the boss,

    I do /loot in the private raid channel so people can quickly browse what dropped.

    THEN I build the loot list with the raidbot through /tells.

    What would make it easier is if /raidloot simply compiled the script that would send each of those tells in sequence with a small delay, so the list would take maybe 10-20 seconds to build instead of 5 minutes.

    The delay time can be tested for stability/avoiding the automated spam filter.
    Last edited by Skoopy; Jul 14th, 2016 at 22:41:46.

  9. #289
    Good suggestion, might need additional option in AOIA such as botname to send tells to, or if possible some option to simply send it to active window as suggested before or via tells.
    Don't you just hate this kind of ppl
    http://redwing.hutman.net/%7Emreed/w...rouscranus.htm

  10. #290
    Does anyone happen to know "how" to restore the database from the onedrive .bak files? After this last update my database reset to the default and I cannot figure out how to restore from the last .bak that it created.

    Many thanks!

  11. #291
    Quote Originally Posted by Kang View Post
    Does anyone happen to know "how" to restore the database from the onedrive .bak files? After this last update my database reset to the default and I cannot figure out how to restore from the last .bak that it created.

    Many thanks!
    Just rename it to .zip

    The userdata.db file (within the zip) goes to "%appdata%\..\local\evilsoft\ialight\data"

    And voila.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  12. #292
    Thank you so much!!!

  13. #293
    http://ribbs.dreamcrash.org/ialight/...r_Raidloot.exe

    Updated it to work on 'the current active channel'.

    Usage:
    /raidloot botname


    The bot name is optional, if a bot name is supplied you can use the [Tell] link.
    Regular links will go to currently active channel.
    Last edited by MrPete; Jul 15th, 2016 at 17:27:58.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  14. #294
    Thanks, will try it out
    Don't you just hate this kind of ppl
    http://redwing.hutman.net/%7Emreed/w...rouscranus.htm

  15. #295
    Which is the most current version? Atm I am using 1.0.5909.18672 which is working. I deleted all old versions, run a reg-cleaner etc and installed what I found on my PC.

    TIA

  16. #296
    Link above i'de guess, 1.0.6040.24118
    Don't you just hate this kind of ppl
    http://redwing.hutman.net/%7Emreed/w...rouscranus.htm

  17. #297
    Quote Originally Posted by nanoforcer View Post
    Link above i'de guess, 1.0.6040.24118
    Yep - I see that link, but there's no version number anywhere. And I had problems getting that tool running at all, so I won't update if it's not neccessary.

  18. #298
    Unless you need the raid loot feature, staying at whatever version you have should be fine.

    To see your version number, click "About", or check the log file.

    If you're on 1.0.5909.18672 and the newest version is 1.0.6040.24118, then your version is 131 days older.
    The version format is: x.x.days.halfsec
    So 5909 days since 01/01/2000, + 18672*2 seconds = Timestamp of release, down to 500ms accuracy
    Last edited by MrPete; Jul 20th, 2016 at 12:06:12.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

  19. #299
    Quote Originally Posted by MrPete View Post
    Unless you need the raid loot feature, staying at whatever version you have should be fine.

    To see your version number, click "About", or check the log file.

    If you're on 1.0.5909.18672 and the newest version is 1.0.6040.24118, then your version is 131 days older.
    The version format is: x.x.days.halfsec
    So 5909 days since 01/01/2000, + 18672*2 seconds = Timestamp of release, down to 500ms accuracy

    I know how to check my version number - but I can't find anything on your site when I download the tool. It's just labeled "http://ribbs.dreamcrash.org/ialight/IALight.msi", no version history, changelog or something

    Any chance to download the new version and install to some different folder to see if it's working?

  20. #300
    Installing to a new folder should work just fine, the installer isn't really needed, its just convenient for automatic updates.
    Latest version of Item Assistant: http://ribbs.dreamcrash.org/ialight/

Page 15 of 18 FirstFirst 123456789101112131415161718 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •