Search found 340 matches
- Sun Feb 11, 2018 10:53 pm
- Forum: Addon Development Support
- Topic: Chatmod Addon
- Replies: 20
- Views: 991
Re: Chatmod Addon
Ashita v2 and v3 are not compatible with each other for addons/plugins. Things must be rewritten and ported to the newer API structures and such. In order to use that addon from v2 it would have to be coded for v3 specifically. I'm not sure why players make things like this and not post it back here...
- Sun Feb 11, 2018 10:49 pm
- Forum: General Discussions
- Topic: FPS drop after Alt+tab
- Replies: 3
- Views: 230
Re: FPS drop after Alt+tab
Do you use any type of enhanced game keyboard/mouse or a controller? Sometimes these can cause issues. If so, try disabling any extra software they come with, or that you are using, and see if it still happens. Also try without the proxy and see if you notice a difference too to help see if its isol...
- Thu Feb 08, 2018 3:10 pm
- Forum: Help and Support
- Topic: Multisend no group found
- Replies: 6
- Views: 375
Re: Multisend no group found
MultiSends commands are listed here:
http://git.ashita.atom0s.com/Plugins/MultiSend
An example of its XML structure for groups looks like this:
http://git.ashita.atom0s.com/Plugins/Mu ... ucture.xml
http://git.ashita.atom0s.com/Plugins/MultiSend
An example of its XML structure for groups looks like this:
http://git.ashita.atom0s.com/Plugins/Mu ... ucture.xml
- Thu Feb 08, 2018 3:09 pm
- Forum: Help and Support
- Topic: Crashes on alt-tab
- Replies: 11
- Views: 1604
Re: Crashes on alt-tab
My guess is there is a race condition/deadlock on trying to acquire or reacquire the given device, be it a controller or keyboard. I do have similar issues with a Corsair K70 RGB in terms of the game freezing if I have the Corsair engine utility running and the keyboard is not in 'DOS' mode. I can l...
- Thu Feb 01, 2018 9:20 pm
- Forum: Help and Support
- Topic: Crashes on alt-tab
- Replies: 11
- Views: 1604
Re: Crashes on alt-tab
Do you have / use any type of enhanced keyboard/mouse/headset such as Corsairs K65/70 RGB etc keyboards or Void headset etc.? There is a known issue with the Corsair Utility Engine where it can sometimes cause FFXI to freeze up. If you have the keyboards, to fix this set the switch on the back of th...
- Wed Jan 31, 2018 11:01 am
- Forum: Help and Support
- Topic: Distance addon missing
- Replies: 2
- Views: 204
Re: Distance addon missing
There are several addons and plugins included with the main install of Ashita. Plugins include: - Addons - Screenshot - WindowerInput Addons include: - distance - fps - timestamp - tparty Because they are included in the main package they are not listed in the addon/plugin lists in the launcher. The...
- Fri Jan 26, 2018 3:05 pm
- Forum: Addon Development Support
- Topic: Merit Categories
- Replies: 2
- Views: 184
Re: Merit Categories
You can parse the packets for that information and store it yourself as you play. Personally, I have not played on retail since all the various new changes have happened so I'm not familiar with the packets or memory structures for them. Packets would be your best bet though for that info probably.
- Sat Jan 20, 2018 6:27 pm
- Forum: News and Updates
- Topic: New Addon Events
- Replies: 0
- Views: 296
New Addon Events
Hello everyone, Last night I pushed a small update to Ashita and to the Addons plugin to expose two new events. - key - mouse These events can be used by addons to handle input from the keyboard and mouse. Changelog Addons: Added key event for keyboard input processing. Addons: Added mouse event for...
- Sat Jan 20, 2018 2:11 am
- Forum: General Discussions
- Topic: Multibox and others questions
- Replies: 5
- Views: 874
Re: Multibox and others questions
Check out MultiSend to control multiple characters with 1:
http://git.ashita.atom0s.com/Plugins/MultiSend
You can make all characters target the same thing etc with it.
http://git.ashita.atom0s.com/Plugins/MultiSend
You can make all characters target the same thing etc with it.
- Fri Jan 19, 2018 12:42 pm
- Forum: Addon Development Support
- Topic: Windower Addon Conversion
- Replies: 2
- Views: 231
Re: Windower Addon Conversion
Someone made a few FF14 UI addons that people keep talking about in the Ashita Discord channel if you are looking for other stuff still.