Item Search
     
BG-Wiki Search
Closed Thread
Page 61 of 307 FirstFirst ... 11 51 59 60 61 62 63 71 111 ... LastLast
Results 1201 to 1220 of 6124
  1. #1201
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,600
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Vyvian View Post
    Are the ID's indexed somehow, new items outside of the expected range? Arhat's gi is pretty well in the middle, so its inside the expected range of numbers.
    Its searching based on name, so it wouldn't be relevant. Did you reload spellcast after modifying your resources? Its cached based on spellcast loading (not on xml loading).

  2. #1202
    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 Mafai View Post
    Its searching based on name, so it wouldn't be relevant. Did you reload spellcast after modifying your resources? Its cached based on spellcast loading (not on xml loading).
    I unloaded spellcast, edited the resources file, saved it, and then loaded spellcast after. I'm assuming I did it correctly because the gear did not equip. I reversed it by doing the same steps, but pasting the deleted line back in.

  3. #1203
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,600
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Vyvian View Post
    I unloaded spellcast, edited the resources file, saved it, and then loaded spellcast after. I'm assuming I did it correctly because the gear did not equip. I reversed it by doing the same steps, but pasting the deleted line back in.
    Yea, I'm not sure then. I agree its horrible crashing after an update, if I get bored I'll look deeper sometime.

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

    Modoru:
    " I haven't done it in a bit, but tele-spells seem to crash me, idk why. "


    its possible that spellcast is changin your gear when you are zoning which causes crashes. i made my spellcast equip my idle in midcast so that it hopefully isnt gear swapping in the aftercast, and it seems to be workin for me.

  5. #1205
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Something happened yesterday?
    I'm getting the "transparent veil covering all of the screen" bug very very often, I hadn't seen it in weeks.

  6. #1206
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    You can change the transparency in the timers config file (assuming thats whats causing it) I just made mine fully transparent. makes it a billion times more bearable.

  7. #1207
    Impossiblu
    Join Date
    Mar 2010
    Posts
    10,384
    BG Level
    9
    FFXIV Character
    Prothescar Centursa
    FFXIV Server
    Balmung
    FFXI Server
    Valefor

    Which battlemod filter is preventing me from seeing buffs/debuffs wearing off on me and preventing me from seeing counters?

    Spoiler: show
    Code:
    <settings>
        <global>
            <me> <!-- You're doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </me>
            <party> <!-- A party member is doing something -->
                <melee>true</melee>
                <ranged>true</ranged>
                <damage>true</damage>
                <healing>true</healing>
                <misses>true</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </party>
            <alliance> <!-- An alliance member is doing something -->
                <melee>true</melee>
                <ranged>true</ranged>
                <damage>true</damage>
                <healing>true</healing>
                <misses>true</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </alliance>
            <others> <!-- Some guy nearby is doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>true</all>
            </others>
            <my_pet> <!-- Your pet is doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </my_pet>
            <other_pets> <!-- Someone else's pet is doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>true</all>
            </other_pets>
    		
    		
            <monsters> <!-- Monster is doing something with one of the below targets -->
    			<me> <!-- He's targeting you! -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</me>
    			<party> <!-- He's targeting a party member -->
    				<melee>true</melee>
    				<ranged>true</ranged>
    				<damage>true</damage>
    				<healing>false</healing>
    				<misses>true</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</party>
    			<alliance> <!-- He's targeting an alliance member -->
    				<melee>true</melee>
    				<ranged>true</ranged>
    				<damage>true</damage>
    				<healing>false</healing>
    				<misses>true</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</alliance>
    			<others> <!-- He's targeting some guy nearby -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>true</all>
    			</others>
    			<my_pet> <!-- He's targeting your pet -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</my_pet>
    			<other_pets> <!-- He's targeting someone else's pet -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>true</all>
    			</other_pets>
    			
    			<monsters> <!-- He's targeting himself or another monster -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</monsters>
            </monsters>
        </global>
    </settings>


    thats what I have it set to atm

  8. #1208
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,600
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Prothescar View Post
    Which battlemod filter is preventing me from seeing buffs/debuffs wearing off on me and preventing me from seeing counters?

    Spoiler: show
    Code:
    <settings>
        <global>
            <me> <!-- You're doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </me>
            <party> <!-- A party member is doing something -->
                <melee>true</melee>
                <ranged>true</ranged>
                <damage>true</damage>
                <healing>true</healing>
                <misses>true</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </party>
            <alliance> <!-- An alliance member is doing something -->
                <melee>true</melee>
                <ranged>true</ranged>
                <damage>true</damage>
                <healing>true</healing>
                <misses>true</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </alliance>
            <others> <!-- Some guy nearby is doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>true</all>
            </others>
            <my_pet> <!-- Your pet is doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>false</all>
            </my_pet>
            <other_pets> <!-- Someone else's pet is doing something -->
                <melee>false</melee>
                <ranged>false</ranged>
                <damage>false</damage>
                <healing>false</healing>
                <misses>false</misses>
                <readies>false</readies>
                <casting>false</casting>
                <all>true</all>
            </other_pets>
    		
    		
            <monsters> <!-- Monster is doing something with one of the below targets -->
    			<me> <!-- He's targeting you! -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</me>
    			<party> <!-- He's targeting a party member -->
    				<melee>true</melee>
    				<ranged>true</ranged>
    				<damage>true</damage>
    				<healing>false</healing>
    				<misses>true</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</party>
    			<alliance> <!-- He's targeting an alliance member -->
    				<melee>true</melee>
    				<ranged>true</ranged>
    				<damage>true</damage>
    				<healing>false</healing>
    				<misses>true</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</alliance>
    			<others> <!-- He's targeting some guy nearby -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>true</all>
    			</others>
    			<my_pet> <!-- He's targeting your pet -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</my_pet>
    			<other_pets> <!-- He's targeting someone else's pet -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>true</all>
    			</other_pets>
    			
    			<monsters> <!-- He's targeting himself or another monster -->
    				<melee>false</melee>
    				<ranged>false</ranged>
    				<damage>false</damage>
    				<healing>false</healing>
    				<misses>false</misses>
    				<readies>false</readies>
    				<casting>false</casting>
    				<all>false</all>
    			</monsters>
            </monsters>
        </global>
    </settings>


    thats what I have it set to atm
    If i had to guess, I'd say the top <me>

  9. #1209
    Impossiblu
    Join Date
    Mar 2010
    Posts
    10,384
    BG Level
    9
    FFXIV Character
    Prothescar Centursa
    FFXIV Server
    Balmung
    FFXI Server
    Valefor

    I don't have that filtered though

  10. #1210
    Relic Horn
    Join Date
    Sep 2011
    Posts
    3,304
    BG Level
    7
    FFXI Server
    Leviathan

    Bump, and recap: POL crashing like crazy, predominantly when I use JA/WS quickly. I'd really appreciate anyone's thoughts. Not being able to play my primary job for fear of crashing out of delve every few minutes is a severe hindrance :/

    Quote Originally Posted by Dotsudoku View Post
    Updated resources, still crashing

    scenarios I've noticed that result in a crash:
    -using JA to JA quickly, I.E. Spirit > Soul Jump in quick succession
    -using JA to WS quickly, I.E. Soul > Drakes in quick succession
    -finishing the casting of a GEO spell
    -standing idle around other people casting(has only happened once, so I may be mistaken)
    -looking at my linkshell list(happened twice, which prompted me to repair modded dats)

    No addons loaded, plugins:
    auto-exec
    blinkmenot
    spellcast
    boxhelper
    cancel
    distance
    drawdistance
    guildwork
    infobar
    itemizer
    pettp
    silence
    spellcast
    tickle
    timers
    tparty

    Someone please halp

  11. #1211
    Pandemonium
    Join Date
    Jul 2008
    Posts
    4,875
    BG Level
    7
    FFXI Server
    Bismarck

    Unload SpellCast, fool around, and see what happens. To me, it sounds like an SC issue on the surface.

    If it still happens, unload and reload everything one by one. That's conventional troubleshooting, and should help you track down the problem child.

  12. #1212
    Relic Horn
    Join Date
    Sep 2011
    Posts
    3,304
    BG Level
    7
    FFXI Server
    Leviathan

    I'm fairly certain it's spellcast, but the mechanism makes no sense to me. The issue began with crashing casting a GEO spell, and most often manifests itself when I use JA/WS quickly to change equipment. Mind you, I've been using the same SC for over a year now and never had this issue

  13. #1213
    First invited, last in the zone.
    Join Date
    Sep 2008
    Posts
    1,449
    BG Level
    6
    FFXI Server
    Lakshmi

    Quote Originally Posted by grevenilvec75 View Post
    You can change the transparency in the timers config file (assuming thats whats causing it) I just made mine fully transparent. makes it a billion times more bearable.
    How? the only lines I see that might be color related are high/med/low/text RGB and none of them seem to do anything to remove transparency.

  14. #1214
    Pandemonium
    Join Date
    Jul 2008
    Posts
    4,875
    BG Level
    7
    FFXI Server
    Bismarck

    Quote Originally Posted by Dotsudoku View Post
    I'm fairly certain it's spellcast, but the mechanism makes no sense to me. The issue began with crashing casting a GEO spell, and most often manifests itself when I use JA/WS quickly to change equipment. Mind you, I've been using the same SC for over a year now and never had this issue
    Determine definitively whether it's SpellCast or not, and if it is, post your XML in the SC thread nonetheless. Just because your XML has changed doesn't mean anything, as both the game and the plugin haven't remained the same.

  15. #1215
    Requiescat in pace.
    Join Date
    Dec 2008
    Posts
    1,341
    BG Level
    6
    FFXI Server
    Lakshmi

    Quote Originally Posted by Foldypaws View Post
    How? the only lines I see that might be color related are high/med/low/text RGB and none of them seem to do anything to remove transparency.
    <bgA>0</bgA>
    <bgR>0</bgR>
    <bgG>0</bgG>
    <bgB>0</bgB>


    Might not be in yours if you havent deleted your settings and redownloaded in a while.

  16. #1216
    Flowery Twats
    Join Date
    Jul 2008
    Posts
    3,583
    BG Level
    7

    So my Windower 4 is still occasionally crashing on launch, and I can't seem to pin point what makes it sometimes crash and sometimes not crash. It happens like 5-10 seconds after the game has loaded, after the accept/decline buttons appear. It's never at the exact same time, but it's always whilst all the plugins and shit are loading and often when it freezes the last plugin loaded in the console is guildwork. But I don't know if that means it's the GQ plugin, the plugin loaded after it, or neither.

  17. #1217
    Hydra
    Join Date
    Jun 2007
    Posts
    122
    BG Level
    3
    FFXI Server
    Ragnarok

    Quote Originally Posted by noodles355 View Post
    So my Windower 4 is still occasionally crashing on launch, and I can't seem to pin point what makes it sometimes crash and sometimes not crash. It happens like 5-10 seconds after the game has loaded, after the accept/decline buttons appear. It's never at the exact same time, but it's always whilst all the plugins and shit are loading and often when it freezes the last plugin loaded in the console is guildwork. But I don't know if that means it's the GQ plugin, the plugin loaded after it, or neither.
    Has happened to my boyfriend and I a random number of times (different computers). Really annoying. ._.

  18. #1218
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    What's the "Clock" plugin? Does it just display current time or is it a cool plugin displaying different times for different timezones at the same time?

  19. #1219
    Bagel
    Join Date
    Feb 2009
    Posts
    1,324
    BG Level
    6
    FFXIV Character
    Carraway Author
    FFXIV Server
    Excalibur
    FFXI Server
    Odin

    Quote Originally Posted by Sechs View Post
    What's the "Clock" plugin? Does it just display current time or is it a cool plugin displaying different times for different timezones at the same time?
    Both.



    Just have to set it up the way you want.

  20. #1220
    Sea Torques
    Join Date
    Sep 2012
    Posts
    743
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by noodles355 View Post
    So my Windower 4 is still occasionally crashing on launch, and I can't seem to pin point what makes it sometimes crash and sometimes not crash. It happens like 5-10 seconds after the game has loaded, after the accept/decline buttons appear. It's never at the exact same time, but it's always whilst all the plugins and shit are loading and often when it freezes the last plugin loaded in the console is guildwork. But I don't know if that means it's the GQ plugin, the plugin loaded after it, or neither.
    It's rumored to be the Infobar plugni, although it hasn't been confirmed. Do you have it loaded? If so, there's a chance it appears after Guildwork, which would be why Guildwork is the last one that is displayed.

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