• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

Search results

  1. cupid

    Addon Addon to remove "Looting X will bind it to character" message

    You can't. I believe it may be hard-coded into the game (for a good reason).
  2. cupid

    Other [Autoit] Find BnS path (source code)

    You're welcome. If you want, you can try something like this as well: Local $wow32 = '' Local Const $keys[5] = ['NCWest\BnS', 'NCTaiwan\TWBNS22', 'PlayNC\BNS_JPN', 'plaync\BNS_KOR', 'plaync\BNS_KOR_TEST'] If @OSArch == 'X64' Or @OSArch == 'IA64' Then $wow32 = 'Wow6432Node\' For $key In $keys...
  3. cupid

    Other [Autoit] Find BnS path (source code)

    Yikes ... That's some hacky hacked hack . . . But works! Also, you can check if the system is 32 or 64bits and add the wow6432 bit (example): Local $wow32 = '' If @OSArch == 'X64' Or @OSArch == 'IA64' Then $wow32 = 'Wow6432Node\' ;BaseDir support only NA/EU TW JP KR region If $bnsPath == ''...
  4. cupid

    Solved Client.exe - Exception FailFast

    It always happens when the game fails to close, for some reason. Disconnecting is a reason for it to happen, as I've seen it happen once without being disconnected, but seen it happen to others when they disconnect. But in the end, there's nothing we can do for the error to do not happen. But...
  5. cupid

    Solved Client.exe - Exception FailFast

    There's no fix for that. Also:
  6. cupid

    How to to disable Use Cloud Settings?

    What you want to do is to route the audio from virtual cable to your sound card/headset/something.
  7. cupid

    How to to disable Use Cloud Settings?

    As I said, it is a software I've barely used before. There are tutorials on Google on what you need to do.
  8. cupid

    How to to disable Use Cloud Settings?

    Do you see the blue circle above the message? There's one just like that, on the left-bottom corner. As for the rest: https://www.bnsbuddy.com/threads/ui-bug.1792/ (I told you it can't be fixed unless you use "virtual cable")
  9. cupid

    Addon I want to use it automatically when I activate back tumbles, can you make it for me?

    I don't know what "it" is, but my guess it's a "no". Please, be specific.
  10. cupid

    Texture Fix bug Tab Arc Light...

    First, disable all mods related to skills. Then, do a file scan (If you removed effects/animations, those will be added back). Should fix it.
  11. cupid

    Request Addon Is it possible to set a casting condition throught xmlediting?

    The order of the skill in the file seems to be the priority. Sadly, as of now, we don't know how to change the conditions at which skills are available. (Which is a good thing, as it would give some an unfair advantage)
  12. cupid

    Request Addon Is it possible to set a casting condition throught xmlediting?

    No, but you can set the order. Ordering the skills should have the same effect.
  13. cupid

    Solved Cannot start 32bit client from BnS Buddy

    An event ID 1000 is a generic error. Nothing specific. https://www.stellarinfo.com/blog/how-to-fix-error-code-0xc0000005-in-windows/ <-- you can try to follow the steps there (SKIP STEP 8!!!!!!) I would try to run the command sfc /scannow before anything else.
  14. cupid

    Solved Cannot start 32bit client from BnS Buddy

    Make sure you have all the C++ libraries for 32 and 64 bits. And make sure the memory cleaner is set to 15 minutes or higher.
  15. cupid

    Solved Cannot start 32bit client from BnS Buddy

    Please check the event viewer, to see if there's any errors there. Also, make sure the memory cleaner is NOT set to less than 15 minutes.
  16. cupid

    Open Simple Mode Help

    Please read the post properly.
  17. cupid

    Open Simple Mode Help

    https://www.bnsbuddy.com/threads/basic-h-t-you-should-know-by-now.755/
  18. cupid

    BNS buddy can login with google account?

    You mean, a gmail address? Yeah, you can. Some other type of authentification? Those aren't implemented.
  19. cupid

    Solved Empty Mod List

    My bet goes to all files being just thrown inside CookedPC_Mod. You can fix it by separating the upk/umap files into folders. (That's what mods are: the subfolders inside CookedPC_mod) __________________________________________________________________________________ If you still have issues...
  20. cupid

    Solved Bns buddy is not opening

    Well, turning on and off your pc can cause it to not function. ANYTHING YOU DO ON THE PC IS "AT YOUR OWN RISK". The fact that you have Windows 7 is a risk. The worst that can happen is some software complaining about the font version being inferior to the one in the document you're trying to...
Top Bottom