Item Search
     
BG-Wiki Search
Page 260 of 307 FirstFirst ... 210 250 258 259 260 261 262 270 ... LastLast
Results 5181 to 5200 of 6124
  1. #5181
    Relic Shield
    Join Date
    Dec 2005
    Posts
    1,970
    BG Level
    6
    FFXI Server
    Shiva

    The Yagrush thing is a new issue, but I've been having on going issues with my job levels being incorrect.

  2. #5182
    Bagel
    Join Date
    May 2010
    Posts
    1,277
    BG Level
    6
    FFXI Server
    Lakshmi

    It also causes you to be not able to change your equipment too.

  3. #5183
    RIDE ARMOR
    Join Date
    Dec 2012
    Posts
    11
    BG Level
    1
    FFXI Server
    Valefor

    Gearswap is making it so I am unable to target my Geo- spells. I can use Ctrl or Alt plus arrows to aim it, but as soon as I confirm the location and cast the spell my Luopan appears in the default location centered on the original target (usually me or a mob).

    To test which plugin was causing the issue I disabled them one at a time from the Windower console, cast an aimed Geo- spell, and repeated until the spell targeted correctly. The problem persists when Gearswap is the only plugin/addon loaded. I also tried disabling all swaps in Gearswap and that didn't help. I believe this issue was there before the Sept patch, I just hadn't gotten around to narrowing down what was causing it until now.

  4. #5184
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,599
    BG Level
    6
    FFXI Server
    Odin

    Stan needs to update his app to account for the 8 byte shift in inventory structure. I just made him aware. He will update / push a fix when he has time.

  5. #5185
    BG Content
    Join Date
    Jul 2007
    Posts
    22,393
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Quote Originally Posted by Modranto View Post
    Gearswap is making it so I am unable to target my Geo- spells. I can use Ctrl or Alt plus arrows to aim it, but as soon as I confirm the location and cast the spell my Luopan appears in the default location centered on the original target (usually me or a mob).

    To test which plugin was causing the issue I disabled them one at a time from the Windower console, cast an aimed Geo- spell, and repeated until the spell targeted correctly. The problem persists when Gearswap is the only plugin/addon loaded. I also tried disabling all swaps in Gearswap and that didn't help. I believe this issue was there before the Sept patch, I just hadn't gotten around to narrowing down what was causing it until now.
    https://github.com/Windower/Issues/issues/751

    I can't fix GearSwap until the above feature is added to LuaCore (to tell me what those offsets are). It'll just continue ignoring the offsets you pick until then.



    Also, the commonly requested adjustments involving gifts have a similar story, but with this feature:
    https://github.com/Windower/Issues/issues/755

  6. #5186
    Relic Shield
    Join Date
    Jan 2013
    Posts
    1,868
    BG Level
    6

    Modranto, that issue was there when they first added the ability to place loupans wherever you wanted. Its definitely Gearswap. I thought it got fixed but I have barely touched my Geo since it was added and I played around with it. I think i reported it back then here but I am not sure. Putting a report in github might help.

    EDIT: Didnt see byrthnoth's post

  7. #5187
    Relic Shield
    Join Date
    Jan 2013
    Posts
    1,868
    BG Level
    6

    @ Byrthnoth

    Ok so before the Maint today Gearswap was working fine. I dont think I altered much of anything in my luas during the maint. I dont remember the launcher updating anything, but after the maint i get this error:
    GearSwap: Lua runtime error: GearSwap/GearSwap.lua:379:
    attempt to index field '?' (a nil value)
    It spams alot. like 20-50 times in 30 seconds. Its kind of like when anything gearswap related happens when you are in the /sitchair emote (Although I dunno if that is the same error as this). This happens right when i load in when i first login. So I am not doin anything it just starts spamming it. I am actually gettin this error (or similiar errors with different line numbers for a variety of things) Zoning, using items, some spells abilities, engaging, going idle, using the delivery box, buffs gain/loss. Not every time but sporadically.

    Then when the job lua loads, my add to chats that were working perfectly fine all week are giving me an error. It is weird though its skipping a bunch of add to chats that have the same form but different text in them and only talkin bout the error in my self command.
    GearSwap: Loaded your BLU Lua file!
    GearSwap: Lua runtime error: GearSwap/flow.lua:295:

    GearSwap has detected an error in the user function self_command:
    ...Files\Windower4\/addons/GearSwap/data/Trumpy_BLU.lua:458: "color" is not defined for strings
    Also if I comment out line 458 it will just error on the next line that is the same format but different text.
    Code:
    457	if command == 'help' then		-- Specify Haste or Flurry @ Cntl+F9 --
    458		windower.add_to_chat(122, 'Ctrl+Alt+F: '..('[ 1 Help ]'):color(142)..''..('[ 2 TH ]'):color(060))
    459		add_to_chat(200, '========== MULE ==========')
    460	end
    If i comment out all the windower.add_to_chats in that one command the rest of the file loads properly. Did anything change during the maintnance.

  8. #5188
    Blue Magic is Best Magic
    Join Date
    Jul 2007
    Posts
    8,215
    BG Level
    8

    Is dressup or blinkmenot going to be fixed or they are both done?

  9. #5189
    BG Content
    Join Date
    Jul 2007
    Posts
    22,393
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Quote Originally Posted by Draylo View Post
    Is dressup or blinkmenot going to be fixed or they are both done?
    They likely changed the packet structure of 0x051 or 0x00D. I'll take a look at it after I'm done crafting.

  10. #5190
    Sea Torques
    Join Date
    Aug 2006
    Posts
    518
    BG Level
    5
    FFXI Server
    Leviathan

    Am I derping with my lua, or is gearswap not recognizing the new UL spells?

  11. #5191
    Blue Magic is Best Magic
    Join Date
    Jul 2007
    Posts
    8,215
    BG Level
    8

    Doing the same for me.

  12. #5192
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    They probably need to be added to the Resources.

  13. #5193
    Relic Shield
    Join Date
    Jan 2013
    Posts
    1,868
    BG Level
    6

    My issue that i last posted about seems fixed, im not sure what happened. Although i was just trying to get my diffusion feets to equip when i cast mighty guard. debug mode says filtered action and it cannot be cast because it hasnt been set (it does actually cast but with no gearswap equippage). They are in the resources (spells.lua), although mighty guard lacks a duration (i think 180). I swear last night i got it to work but today is a no go. Comparing the resources entry for it to harden shell it seems everything in there is set correctly, I am not sure what else would be causing it to not work.

  14. #5194
    New Merits
    Join Date
    Apr 2015
    Posts
    207
    BG Level
    4
    FFXI Server
    Asura

    Saw a BMN update on windower other day but it still is broke. Turned hume female character into a Elvaan girl today.

  15. #5195
    Old Odin
    Join Date
    Oct 2006
    Posts
    6,198
    BG Level
    8
    FFXI Server
    Asura

    dressup now isnt working anymore since the windower update today... getting a error sayng: blablabla/addons/dressup/helper_functions.lua:111: attempt to perform arithmetic on local 'num' (a string value)

    didnt have this before

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

    DressUp should be fixed (maybe not entirely, but at least a little).

  17. #5197
    Old Odin
    Join Date
    Oct 2006
    Posts
    6,198
    BG Level
    8
    FFXI Server
    Asura

    Quote Originally Posted by Arcon View Post
    DressUp should be fixed (maybe not entirely, but at least a little).
    it worked for me before by just useing the bmn command it has, and now i get that error message

    EDIT: just had another update its fixed now

  18. #5198
    Can you spare some gil?
    Join Date
    Feb 2009
    Posts
    8,775
    BG Level
    8

    Any status on the fate of BMN?

  19. #5199
    Bagel
    Join Date
    Dec 2012
    Posts
    1,488
    BG Level
    6

    Quote Originally Posted by Shenrien View Post
    Any status on the fate of BMN?
    BMN was depreciated months ago you have just been on borrowed time https://gist.github.com/z16/f73d0912e5c5ed02c58b
    use DressUp addon

  20. #5200
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    I've never used dressup, I thought it was a lua replacement Cairbear created for PlasticSurgeon? I.e. an addon that allows you to change your appearance client-side?
    How does it emulate BMN functions?
    The way I used BMN was very simple, I was enabling "no blinking" for everybody in party or alliance, wether we were in combat or not.
    People outside of alliance were still blinking and I myself was still blinking.
    Can dressup do something like this?

Page 260 of 307 FirstFirst ... 210 250 258 259 260 261 262 270 ... 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