Item Search
     
BG-Wiki Search
Page 79 of 307 FirstFirst ... 29 69 77 78 79 80 81 89 129 ... LastLast
Results 1561 to 1580 of 6124
  1. #1561
    Yoshi P
    Join Date
    Dec 2006
    Posts
    5,360
    BG Level
    8
    WoW Realm
    Arthas

    Is there a plugin capable of portering gear?

  2. #1562
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Quote Originally Posted by Arcon View Post
    Ah, sorry, I misunderstood. Yes, that should be working, I'll look into it tomorrow.
    Did you manage to test it in the end? I can provide screenshots if need be.

    Also, it only happens as DNC main to me, with any Jig. Works fine with /DNC.

  3. #1563
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Sechs View Post
    Did you manage to test it in the end? I can provide screenshots if need be.

    Also, it only happens as DNC main to me, with any Jig. Works fine with /DNC.
    I tried, but I can't even replicate the error. Unfortunately I only have DNC49, so maybe it's related to the level. I did try on the test server as DNC99 (also worked), but there's a chance it's different from normal servers, so that may not mean much.

    Does it always happen, unconditionally? Or only after you trigger it somehow, like a specific situation, subjob, previous action, etc.?

  4. #1564
    BG Content
    Join Date
    Jul 2007
    Posts
    22,365
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Okay, just pushed "shortcuts." This addon applies the spellcast shortcuts and target completion to single slash commands, including emotes and checks. /c4 becomes /magic "Cure IV" <t>. /check byr becomes "/check Byrth" (unless someone else is around that also has byr in their name, in which case it defaults to either the first option or <t>.

    This addon is part of a larger "replacing spellcast" project, but its feature stands on its own so it has been released now. In order to make the replacement less of a mammoth add-on and easier to debug, it makes sense to split up the parts into separate addons. This also allows people to use partA without using partB, which may be useful if they have an aversion to, say, packet injection. The proposed parts right now are:
    1) Shortcuts - Handles target completion, reformatting commands properly, etc.
    2) GearSwap - Handles equipment changes in response to commands
    3) InvisEquip - Converts equip commands into equip packet injection

    I haven't currently separated GearSwap and InvisEquip, but Shortcuts is successfully split out. I'll probably have time to do it before the next wave of API changes (which people need to use gearswap/invisequip) goes live.

  5. #1565
    Very Sexy Nerd
    Join Date
    Oct 2005
    Posts
    8,734
    BG Level
    8
    FFXI Server
    Carbuncle

    Bug report: Shortcuts, looks like geo spells crash it?

  6. #1566
    BG Content
    Join Date
    Jul 2007
    Posts
    22,365
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Yeah, anything with a non-letter, non-number character in the real spell name crashed it until I pushed a fix for it yesterday. I think it should work when you re-log.

  7. #1567
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Quote Originally Posted by Arcon View Post
    I tried, but I can't even replicate the error. Unfortunately I only have DNC49, so maybe it's related to the level. I did try on the test server as DNC99 (also worked), but there's a chance it's different from normal servers, so that may not mean much.

    Does it always happen, unconditionally? Or only after you trigger it somehow, like a specific situation, subjob, previous action, etc.?
    As far as I can say it happens all the times I use a Jug on DNC main (lv99).
    When I do so the correct recast for Jig is displayed, but underneat I also get a Steal/Despoil recast of the same duration of the one above (the jig one).
    It's always been like this as far as I can remember, since the first day I installed Windower 4 and recast. I don't play much DNC tho, haven't played it in a long time and when I swapped the other day I was surprised to see the error still there because I assumed it had been solved in the time being.

    This made me think it could possibly be something on my end and not on the addon.
    Maybe someone else with DNC 99 can try and see what happens?

  8. #1568
    Relic Weapons
    Join Date
    Oct 2007
    Posts
    324
    BG Level
    4
    FFXI Server
    Valefor

    Quote Originally Posted by Sechs View Post
    As far as I can say it happens all the times I use a Jug on DNC main (lv99).
    When I do so the correct recast for Jig is displayed, but underneat I also get a Steal/Despoil recast of the same duration of the one above (the jig one).
    It's always been like this as far as I can remember, since the first day I installed Windower 4 and recast. I don't play much DNC tho, haven't played it in a long time and when I swapped the other day I was surprised to see the error still there because I assumed it had been solved in the time being.

    This made me think it could possibly be something on my end and not on the addon.
    Maybe someone else with DNC 99 can try and see what happens?
    Happens for me, too.

  9. #1569
    Old Merits
    Join Date
    Apr 2012
    Posts
    1,109
    BG Level
    6

    Quote Originally Posted by Byrthnoth View Post
    Okay, just pushed "shortcuts." This addon applies the spellcast shortcuts and target completion to single slash commands, including emotes and checks. /c4 becomes /magic "Cure IV" <t>. /check byr becomes "/check Byrth" (unless someone else is around that also has byr in their name, in which case it defaults to either the first option or <t>.

    This addon is part of a larger "replacing spellcast" project, but its feature stands on its own so it has been released now. In order to make the replacement less of a mammoth add-on and easier to debug, it makes sense to split up the parts into separate addons. This also allows people to use partA without using partB, which may be useful if they have an aversion to, say, packet injection. The proposed parts right now are:
    1) Shortcuts - Handles target completion, reformatting commands properly, etc.
    2) GearSwap - Handles equipment changes in response to commands
    3) InvisEquip - Converts equip commands into equip packet injection

    I haven't currently separated GearSwap and InvisEquip, but Shortcuts is successfully split out. I'll probably have time to do it before the next wave of API changes (which people need to use gearswap/invisequip) goes live.
    Odd request, is it possible to add an option to disregard the initial / when hitting autocomplete, so you put in /invis and then autocomplete it to /{invisible}. Or is it easy to just create these shorthands ourselves?

  10. #1570
    BG Content
    Join Date
    Jul 2007
    Posts
    22,365
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Hmm... the only way to create that option yourself at the moment is to open spells.xml (in the plugins/resources folder) and add "invis" to the alias="" field for Invisible. As far as tab/auto-complete, I don't know how to mess with that at all. I'd probably recommend you just make an alias for //invis, but if there's enough demand for a second single-slash aliasing system then I suppose I could add it.

  11. #1571
    Old Merits
    Join Date
    Apr 2012
    Posts
    1,109
    BG Level
    6

    Won't the spells.xml update the next time resources does and remove any alias' you've added?

  12. #1572
    BG Content
    Join Date
    Jul 2007
    Posts
    22,365
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Yep! It's not a permanent solution, but just adding an alias to your initialization script would be.

  13. #1573
    Relic Weapons
    Join Date
    Sep 2007
    Posts
    377
    BG Level
    4
    FFXIV Character
    Caprese Dionir
    FFXIV Server
    Hyperion
    FFXI Server
    Sylph

    Is there a trick to getting windower 4 to hook to the test server. Every time I try it crashes at the transition out of pol and before the game window opens, so I know its not plugins, it doesn't get far enough to load any. I tried turning everything off for the sake of it and it still crashes.

  14. #1574
    BG Content
    Join Date
    Jul 2007
    Posts
    22,365
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    It ran fine for me, though I haven't tried it since the last test server update. Does the test server client work without Windower 4 for you?

  15. #1575
    Relic Weapons
    Join Date
    Sep 2007
    Posts
    377
    BG Level
    4
    FFXIV Character
    Caprese Dionir
    FFXIV Server
    Hyperion
    FFXI Server
    Sylph

    Quote Originally Posted by Byrthnoth View Post
    It ran fine for me, though I haven't tried it since the last test server update. Does the test server client work without Windower 4 for you?
    I didn't think to try it straight, mainly because I was wanting to check on something with battlemod, but it also breaks there, so I guess something is up with the install.

  16. #1576
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Quote Originally Posted by Terravcota View Post
    Happens for me, too.
    Good, so from this I'd be leaning to say this is not just on my side? How come this didn't get reported by anybody yet?
    There are plenty of famous and reliable players who do play DNC? (Byrth?)
    I'm surprised D:

  17. #1577
    BG Content
    Join Date
    Jul 2007
    Posts
    22,365
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    I've seen it happen, but it isn't reliable.

  18. #1578
    CoP Dynamis
    Join Date
    Nov 2009
    Posts
    265
    BG Level
    4
    FFXI Server
    Ragnarok

    Quote Originally Posted by Byrthnoth View Post
    It ran fine for me, though I haven't tried it since the last test server update. Does the test server client work without Windower 4 for you?
    Tried test server last weekend with Win4 and it was working fine aside from that old bug in real game version that putting <stpt> or <stal> or <stpc> in your macro would fire off the spell without waiting for [Enter] confirmation. Might be a specific plugin or addnon crashing you. try disable all.

  19. #1579
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    "Seen it happen", that's odd, it happens 100% of the times to me on any Jig I use. Been using DNC for a few hours the other day spamming Chocobo and Spectral Jig while doing Couriers assignment and it happened every time, I swear.
    It's not a big deal hey, I'm just curious as to why this hasn't been reported earlier by anybody else.

  20. #1580
    BG Content
    Join Date
    Jul 2007
    Posts
    22,365
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Has been, I think. Bully also used to trigger my Warcry recast, iirc. It's just one of the long list of minor bugs with Timer's though. I personally find the multi-0s timer bug more annoying.

Page 79 of 307 FirstFirst ... 29 69 77 78 79 80 81 89 129 ... LastLast

Similar Threads

  1. Service and Support
    By Ribeye in forum FFXI: Everything
    Replies: 8
    Last Post: 2009-10-17, 18:23
  2. Windows vista and FFXI problem
    By Takeno in forum FFXI: Everything
    Replies: 1
    Last Post: 2007-07-26, 13:36
  3. Windows Vista and Windower
    By divisortheory in forum FFXI: Everything
    Replies: 35
    Last Post: 2006-06-23, 04:19