1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
|
<?xml version="1.0" encoding="utf-8"?>
<addons>
<addon>
<name>Example</name>
<author>Iryoku</author>
<description>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dolor est,
tristique vitae lacinia quis, vulputate sit amet mi. Duis lacinia, massa
at faucibus sagittis.
</description>
<bugtracker>https://github.com/IryokuChevalier/Lua/issues</bugtracker>
<support>http://forums.windower.net/topic/21775-random-question-thread/</support>
</addon>
<addon>
<name>AEcho</name>
<description>Automatically uses echo drops when you get silenced. Also, uses send to send a message to an alt that you got debuffed.</description>
<author>Nitrous (Shiva)</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
</addon>
<addon>
<name>AnnounceTarget</name>
<author>JoshK6656, Sechs</author>
<description>Creates special manual or automatic chat messages conveying advanced information about some specific targets</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Asura/Sechs</support>
</addon>
<addon>
<name>AnsweringMachine</name>
<author>Byrth</author>
<description>Stores tells that you receive for later recall.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>AutoControl</name>
<description>Automated automaton equipment setting and burden tracker.</description>
<author>Nitrous (Shiva)</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
</addon>
<addon>
<name>autoenterkey</name>
<author>Chiaia</author>
<description>Automatically hits the enter key twice when first starting so you don't timeout on the warning message.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>autoinvite</name>
<author>r3g1stry</author>
<description>Automatically invites players when sent a tell with a specified keyword.</description>
<bugtracker>https://github.com/r3g1stry/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/user/R3G1STRY</support>
</addon>
<addon>
<name>AutoJoin</name>
<author>Arcon</author>
<description>Automatically joins or declines party invites. Configurable with blacklist/whitelist mode and auto-decline settings.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>AutoRA</name>
<author>Banggugyangu</author>
<description>Causes Ranged Attacks to behave the same as melee Auto-Attack.</description>
<bugtracker>https://github.com/banggugyangu/Lua/issues</bugtracker>
</addon>
<addon>
<name>AzureSets</name>
<description>Automated blue magic spell setting.</description>
<author>Nitrous (Shiva)</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
</addon>
<addon>
<name>BarFiller</name>
<description>Displays an experience bar above the Help Window.</description>
<author>Morath</author>
<support>http://forums.windower.net/index.php?/topic/807-barfiller</support>
<bugtracker>https://github.com/Morath86/Issues</bugtracker>
</addon>
<addon>
<name>BattleMod</name>
<author>Byrth</author>
<description>Customizes battle chat messages.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>BattleStations</name>
<author>Sjshovan (Apogee)</author>
<description>Change or remove the default battle music.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Blist</name>
<author>Ikonic</author>
<description>More detailed blist with tiered display options. Allows for blist to be active on any or all of several chat types.</description>
<bugtracker>https://github.com/Icinoki/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Ragnarok/Ikonic</support>
</addon>
<addon>
<name>bluGuide</name>
<author>Anissa</author>
<description>Change your blue magic on the fly with this clickable menu. Sort your spells by traits, buffs, procs, and more.</description>
<bugtracker>https://github.com/AniAniBobbani/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Cerberus/Anissa</support>
</addon>
<addon>
<name>boxdestroyer</name>
<author>Seth VanHeulen (Acacia@Odin)</author>
<description>Tracks and displays info about possible combinations for treasure caskets.</description>
<bugtracker>https://github.com/svanheulen/boxdestroyer-windower-addon/issues</bugtracker>
<support>http://www.ffxiah.com/player/Odin/Acacia</support>
</addon>
<addon>
<name>Cancel</name>
<author>Byrth</author>
<description>Mimics the cancel plugin, but also accepts buff names instead of just IDs.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>cBlock</name>
<description>Blacklist addon for FFOChat.</description>
<author>Nitrous (Shiva)</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
</addon>
<addon>
<name>CellHelp</name>
<author>Krizz and Balloon</author>
<description>Tracks cells that are needed, displays your position in the lot order, and creates the appropriate LL profiles.</description>
<bugtracker>https://github.com/tehkrizz/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Bahamut/Krizz</support>
</addon>
<addon>
<name>chars</name>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<description>Lets you input special chars using simple tags (ex.: <note> for ♪).</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>ChatLink</name>
<author>Arcon</author>
<description>Allows opening links posted into the FFXI chat.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>ChatPorter</name>
<author>Ikonic</author>
<description>Displays tell, party, and linkshell chat to alternate character and optional textbox. Also, allows you to reply from either character.</description>
<bugtracker>https://github.com/Icinoki/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Ragnarok/Ikonic</support>
</addon>
<addon>
<name>Clock</name>
<author>Arcon</author>
<description>Displays an on-screen clock in a custom format with options to display several different time zones.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>ConsoleBG</name>
<author>Arcon</author>
<description>Displays a dark (by default) background behind the Windower console to make it more readable.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>digger</name>
<author>Seth VanHeulen (Acacia@Odin)</author>
<description>Displays Chocobo digging accuracy, fatigue and remaining greens after each dig. Also shows dig "recast" timer using the Timers plugin.</description>
<bugtracker>https://github.com/svanheulen/digger-windower-addon/issues</bugtracker>
<support>http://www.ffxiah.com/player/Odin/Acacia</support>
</addon>
<addon>
<name>Dimmer</name>
<author>Chiaia</author>
<description>Helps warp you to Reisenjima using (Dim) Rings.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Distance</name>
<author>Arcon</author>
<description>Shows the distance to your current target.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>DistancePlus</name>
<author>Sammeh</author>
<description>Replacement for Distance Addon to show distance to current target and distance from pet. Also color coordinates distance based on job and abilities, such as magic, ranged attacks, and JA's. Also shows height differential for fights requiring height delta to avoid AOE.</description>
<bugtracker>https://github.com/SammehFFXI/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Quetzalcoatl/Sammeh</support>
</addon>
<addon>
<name>DressUp</name>
<author>Cair</author>
<description>Emulates BlinkMeNot functionality. Allows for customization of gear display for you or anyone else.</description>
<bugtracker>https://github.com/cairface/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>DynamisHelper</name>
<description>Displays a timer when a mob is procced, tracks currency obtained, and can create a LL to lot all currency.</description>
<bugtracker>https://github.com/tehkrizz/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Bahamut/Krizz</support>
</addon>
<addon>
<name>EmpyPopTracker</name>
<author>Dean James (Xurion of Bismarck)</author>
<description>Tracks items and key items for popping various NMs, such as Briareus, Apademak and Warder of Courage.</description>
<bugtracker>https://github.com/xurion/ffxi-empy-pop-tracker/issues</bugtracker>
<support>https://www.ffxiah.com/forum/topic/54376/empyrean-pop-tracker-addon-10-years-late/</support>
</addon>
<addon>
<name>Enemybar</name>
<author>mmckee</author>
<description>This is an addon for Windower4 for FFXI. It creates a big health bar for the target to make it easy to see.</description>
<bugtracker>https://github.com/mjmckee/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Ragnarok/Pesche</support>
</addon>
<addon>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<name>enternity</name>
<description>Enters "Enter" automatically when prompted during a cutscene or when talking to NPCs. It will not skip choice dialog boxes.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>Equipviewer</name>
<author>Tako, Rubenator</author>
<description>Displays current equipment grid on screen. Also can show current Ammo count and current Encumbrance.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>eval</name>
<author>Aureus</author>
<description>Allows developers to run arbitrary lua code in the console.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>FastCS</name>
<author>Cair</author>
<description>Dramatically speeds up cutscenes by disabling the frame rate cap. Requires the config plugin.</description>
<bugtracker>https://github.com/cairface/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>FFOColor</name>
<author>Nitrous (Shiva)</author>
<description>Allows you to show FFOChat text in one of the 5 game chat channels. As well as specify colors for the text</description>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>findAll</name>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<description>Searches items stored on all your characters and allows live on-screen tracking of specified items.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>Gametime</name>
<author>Omnys@Valefor</author>
<description>Displays game time, game-week, moon information, and travel times.</description>
<bugtracker>https://github.com/thatdudegrim/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Valefor/Omnys</support>
</addon>
<addon>
<name>GearSwap</name>
<author>Byrth</author>
<description>Changes gear in response to player actions. [[Uses Packets.]]</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
</addon>
<addon>
<name>Highlight</name>
<description>Highlights party members names when mentioned in the chatlog.</description>
<author>Balloon</author>
<bugtracker>https://github.com/Podginator/Lua/issues</bugtracker>
<support>Podginator@gmail.com</support>
</addon>
<addon>
<name>instaLS</name>
<author>Byrth</author>
<description>Enables instant linkshell chat after zoning.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>InfoBar</name>
<author>Kenshi</author>
<description>Displays a configurable bar showing information on your targets.</description>
<bugtracker>https://github.com/KenshiDRK/Lua/issues</bugtracker>
<support>https://www.ffxiah.com/player/Ragnarok/Kenshi</support>
</addon>
<addon>
<name>InfoReplacer</name>
<author>Cair</author>
<description>Replaces outgoing text prefixed by % with respective game information.</description>
<bugtracker>https://github.com/cairface/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Itemizer</name>
<author>Ihina</author>
<description>Use commands to move items and gear between bags.</description>
<bugtracker>https://github.com/Jayjs20/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Bismarck/Ihina</support>
</addon>
<addon>
<name>JobChange</name>
<author>Sammeh</author>
<description>Command line Job Changer</description>
<bugtracker>https://github.com/SammehFFXI/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Quetzalcoatl/Sammeh</support>
</addon>
<addon>
<name>latentchecker</name>
<author>byrth,smd111</author>
<description>Checks weapon skill points of weapon skill trial weapons and mythic weapons</description>
<bugtracker>https://github.com/smd111/LatentChecker/issues</bugtracker>
<support>https://github.com/smd111/LatentChecker/issues</support>
</addon>
<addon>
<name>Linker</name>
<author>Arcon</author>
<description>Allows opening links to certain websites from within the game, with an optional search parameter.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Logger</name>
<author>Arcon</author>
<description>Logs the chat log to a file.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Lookup</name>
<author>Karuberu</author>
<description>Lookup website information from an in-game command. Accepts auto-translate text and selectors like "<t>". Opens in a browser window.</description>
<bugtracker>https://github.com/Karuberu/Lua/issues</bugtracker>
<support>https://github.com/Karuberu/Lua/issues</support>
</addon>
<addon>
<name>Lottery</name>
<author>Arcon</author>
<description>Automatically passes an item on all accounts if lotted by another.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>MacroChanger</name>
<author>Banggugyangu</author>
<description>Automatically switches Macro Book and Page according to job changes.</description>
<bugtracker>https://github.com/banggugyangu/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>MobCompass</name>
<description>A compass to show your position relative to the target (not players) for geo and has a setup for Sneak attack</description>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>MountMuzzle</name>
<author>Sjshovan (Apogee)</author>
<description>Change or remove the default mount music.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>MountRoulette</name>
<author>Dean James (Xurion of Bismarck)</author>
<description>Summon a mount at random, similar to Mount Roulette in FFXIV.</description>
<bugtracker>https://github.com/xurion/ffxi-mount-roulette/issues</bugtracker>
<support>https://www.ffxiah.com/forum/topic/52094/randommount-a-random-mount-selector-for-windower/</support>
</addon>
<addon>
<name>NoCampaignMusic</name>
<description>Prevents campaign battle music from playing in Shadowreign areas.</description>
<author>Dean James (Xurion of Bismarck)</author>
<bugtracker>https://github.com/xurion/ffxi-no-campaign-music/issues</bugtracker>
<support>https://www.ffxiah.com/forum/topic/52507/sick-of-campaign-music-prevent-it-with-this-addon/</support>
</addon>
<addon>
<name>Nostrum</name>
<description>Creates a click-able on-screen macro to help avoid targeting problems while curing.</description>
<author>trv</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/trv6/Lua/issues</bugtracker>
</addon>
<addon>
<name>NyzulHelper</name>
<author>Glarin of Asura</author>
<description>Tracks and displays the Current Floor, Time Remaining, Objective, Floors Completed, Reward Rate, and Potenial Tokens.</description>
<bugtracker>https://github.com/GlarinAsura/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>obiaway</name>
<description>Automatically collect and remove elemental obi based on day/weather/storm conditions.</description>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Omen</name>
<author>Braden, Sechs</author>
<description>Tracks primary and secondary objectives within the Omen event in a customizable on-screen window</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Asura/Sechs</support>
</addon>
<addon>
<name>OhShi</name>
<description>Keeps track of various event related things. Such as, VW proc messages, mob casting, mob tp moves, TH procs and cor rolls, as well as others.</description>
<author>Nitrous (Shiva)</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
</addon>
<addon>
<name>Organizer</name>
<description>A multi-purpose inventory management solution. Similar to GearCollector.</description>
<author>Byrth, Rooks</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
</addon>
<addon>
<name>pet_fix</name>
<author>Byrth</author>
<description>Temporary addon that fixes a null pointer animation error with pets that is causing crashes.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>PetSchool</name>
<author>Banggugyangu</author>
<description>A helper addon for PUPs using spellcast, it informs spellcast of pet casting (healing or nuking).</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>PetTP</name>
<author>SnickySnacks</author>
<description>Tracks pet vitals (HP/TP/MP)</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>plasmon</name>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<description>tracks plasm, killed mobs and dropped airlixirs during a delve.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>plugin_manager</name>
<author>Byrth</author>
<description>Allows you to specify which plugins and addons will be used with which characters.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>PointWatch</name>
<author>Byrth</author>
<description>Allows you to monitor your XP/CP gains and keep track of the Dynamis time limit.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>porter</name>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<description>Shows the slips' items highlighting those that are stored.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>Pouches</name>
<author>Omnys@Valefor</author>
<description>Simple addon to use all of a named item in player's main inventory, like //pouches bead pouch.</description>
<bugtracker>https://github.com/thatdudegrim/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Valefor/Omnys</support>
</addon>
<addon>
<name>RAWR</name>
<author>Genoxd</author>
<description>Plays a sound effect when your unity leader says something about dragons spawning.</description>
<bugtracker>https://github.com/geno3302/Lua</bugtracker>
<support>http://www.ffxiah.com/player/Lakshmi/Genoxd</support>
</addon>
<addon>
<name>reive</name>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<description>Tracks exp, bayld, momentum scores and bonuses during a reive.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>Remember</name>
<author>Byrth</author>
<description>Should request spawn packets for players / mobile NPCs that failed to spawn.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Respond</name>
<author>Byrth</author>
<description>Respond to tells and FFOchat PMs using //r.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Rhombus</name>
<description>Creates a highly customizable, click-able, on-screen menu.</description>
<author>trv</author>
<support>https://discord.gg/aUrHCvk</support>
<bugtracker>https://github.com/trv6/Lua/issues</bugtracker>
</addon>
<addon>
<name>ROE</name>
<author>Cair</author>
<description>Lets you save your Records of Eminence objectives to profiles for easily swapping out objectives.</description>
<bugtracker>https://github.com/cairface/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>RollTracker</name>
<author>Balloon</author>
<description>Simplifies Cor rolls, tells you the bonus they give, stops you from doubling up on lucky rolls and reports your chance to bust.</description>
<bugtracker>https://github.com/Podginator/Lua/issues</bugtracker>
<support>Podginator@gmail.com</support>
</addon>
<addon>
<name>salvage2</name>
<author>Krizz</author>
<description>Displays pathos that have not been removed in Salvage 2. Displays zone timer.</description>
<bugtracker>https://github.com/tehkrizz/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Bahamut/Krizz</support>
</addon>
<addon>
<name>SATACast</name>
<author>Banggugyangu</author>
<description>Informs Spellcast about changes to Sneak Attack and Trick Attack status.</description>
<bugtracker>https://github.com/banggugyangu/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Scoreboard</name>
<author>Suji</author>
<description>Basic in-game damage parser. It displays live DPS and works even when chat filters are enabled.</description>
<bugtracker>https://github.com/jerryhebert/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>setbgm</name>
<author>Seth VanHeulen (Acacia@Odin)</author>
<description>Set your background/battle/other music to any music in the game.</description>
<bugtracker>https://github.com/svanheulen/setbgm-windower-addon/issues</bugtracker>
<support>http://www.ffxiah.com/player/Odin/Acacia</support>
</addon>
<addon>
<name>Shortcuts</name>
<author>Byrth</author>
<description>Applys spellcast-like command completion (interpretation and target completion) to commands. Includes emotes, /check, and /pcmd.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Silence</name>
<author>Ihina</author>
<description>Eliminates the flood of equipment change messages.</description>
<bugtracker>https://github.com/Jayjs20/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Bismarck/Ihina</support>
</addon>
<addon>
<name>ShoutHelper</name>
<author>Jandel</author>
<description>Help managing party job in an alliance shout. Displays a in-game editable list (initially empty) in which one can set job and players</description>
<bugtracker>https://github.com/Jandella/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Ragnarok/Jandel</support>
</addon>
<addon>
<name>Send</name>
<author>Byrth</author>
<description>Sends commands between windower instances using IPC.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>SetTarget</name>
<author>Arcon</author>
<description>Sets the target to a given ID.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>SpeedChecker</name>
<author>Arcon</author>
<description>Displays a small box indicating your current movement speed modifier (+/- X%).</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/b275nMv</support>
</addon>
<addon>
<name>SpellCheck</name>
<author>Damien Dennehy (Zubis@Asura)</author>
<description>This addon lists spells you haven't unlocked yet.</description>
<bugtracker>https://github.com/DamienDennehy/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Asura/Zubis</support>
</addon>
<addon>
<name>SpellBook</name>
<author>Sigil Baram (Ravlyn@Asura)</author>
<description>List unknown spells by job or category. Can also limit results by level or spent jp required by the spell.</description>
<bugtracker>https://github.com/sigilbaram/SpellBook/issues</bugtracker>
<support>https://discord.gg/b275nMv</support>
</addon>
<addon>
<name>StaggerTrack</name>
<author>Nitrous (Shiva)</author>
<description>Catches voidwatch weakness messages and prints them to a textbox in case you miss them in the battle spam.</description>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
<support>https://discord.gg/b275nMv</support>
</addon>
<addon>
<name>STNA</name>
<author>Nitrous (Shiva)</author>
<description>One-button status removal for dual boxing.</description>
<bugtracker>https://github.com/nitrous24/Lua/issues</bugtracker>
<support>https://discord.gg/b275nMv</support>
</addon>
<addon>
<name>stopwatch</name>
<author>Patrick Finnigan (Puhfyn@Ragnarok)</author>
<description>Timer that counts up and allows you to track time since events e.g. spawns.</description>
<bugtracker>https://github.com/finnigantime/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Ragnarok/Puhfyn</support>
</addon>
<addon>
<name>StratHelper</name>
<author>Ihm</author>
<description>A simple helper addon for Spellcast for Scholar Stratagems. It will automatically calculate the number of stratagems you have and push them into spellcast variables.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Stubborn</name>
<author>Arico</author>
<description>An addon to block accidental calls for help.</description>
<bugtracker>https://github.com/ianandersonlol/stubborn/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>subTarget</name>
<author>Sebyg666</author>
<description>Enhances the usage of the send addon by allowing a stal or stpc or st target to be sent as the spell recipient. This removes the need for multiple macros for the same spell.</description>
<bugtracker>https://github.com/sebyg666/Lua/issues</bugtracker>
<support>https://github.com/sebyg666/Lua/tree/4.1-dev/addons/SubTarget</support>
</addon>
<addon>
<name>TargetInfo</name>
<author>Arcon</author>
<description>Displays information about your current target in memory.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Text</name>
<author>Arcon</author>
<description>Allows creating and manipulating on-screen text objects through Windower commands.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Treasury</name>
<author>Arcon</author>
<description>Lots or passes items based on configurable lists, drops unwanted items from the inventory and automatically stacks items when they drop.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>thtracker</name>
<author>Krizz</author>
<description>Displays latest TH level from chat.</description>
<bugtracker>https://github.com/tehkrizz/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Bahamut/Krizz</support>
</addon>
<addon>
<name>timestamp</name>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<description>Prefixes any chat message with a timestamp. Based on Timestamp plugin.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>TParty</name>
<author>Arcon</author>
<description>Shows a target's HP percentage next to their health bar as well as party/alliance members's TP.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>translate</name>
<author>Byrth</author>
<description>Gives a rough JP->EN translation using the resources and custom dictionaries.</description>
<bugtracker>https://github.com/Byrth/Lua-Byrth/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>TreasurePool</name>
<author>Kenshi</author>
<description>Replacement for the Treasure Pool thats shows time till the item auto drop and who is the current winning lot.</description>
<bugtracker>https://github.com/KenshiDRK/Lua/issues</bugtracker>
<support>https://www.ffxiah.com/player/Ragnarok/Kenshi</support>
</addon>
<addon>
<name>Update</name>
<author>Arcon</author>
<description>Updates and reloads all plugins and addons when typing //update.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>VisibleFavor</name>
<author>Seth VanHeulen (Acacia@Odin)</author>
<description>Displays a GEO bubble around your avatar to visualize Favor/Ward ranges.</description>
<bugtracker>https://github.com/svanheulen/visiblefavor-windower-addon/issues</bugtracker>
<support>http://www.ffxiah.com/player/Odin/Acacia</support>
</addon>
<addon>
<name>vwhl</name>
<author>Giuliano Riccio (Zohno@Phoenix - R.I.P)</author>
<description>Redirects the nm's weaknesses (VW or Abyssea) to the "tell" stream so that they can be held using the chat filters' function and highlights the important info.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Phoenix/Zohno</support>
</addon>
<addon>
<name>XIVBar</name>
<author>SirEdeonX (Edeon@Asura)</author>
<description>Displays HP, MP and TP bars on the center of the screen, akin to FFXIV, for easy tracking</description>
<bugtracker>https://github.com/SirEdeonX/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Asura/Edeon</support>
</addon>
<addon>
<name>Yush</name>
<author>Arcon</author>
<description>A file-based macro engine</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>zonetimer</name>
<author>Ihina</author>
<description>Displays the amount of time one has been in zone. Original by Krellion.</description>
<bugtracker>https://github.com/Jayjs20/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Bismarck/Ihina</support>
</addon>
<addon>
<name>temps</name>
<author>Mojo</author>
<description>Makes buying temporary items from escha npcs much easier.</description>
<bugtracker>https://github.com/Snapsmojo/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Fenrir/Snaps</support>
</addon>
<addon>
<name>CapeTrader</name>
<author>Lygre, Burntwaffle</author>
<description>Automates the ambuscade cape augmentation process.</description>
<bugtracker>https://github.com/OdinBurntwaffle/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Odin/Burntwaffle</support>
</addon>
<addon>
<name>craft</name>
<author>Mojo</author>
<description>A Final Fantasy XI Crafting Addon</description>
<bugtracker>https://github.com/Snapsmojo/Lua/issues</bugtracker>
<support>http://www.ffxiah.com/player/Fenrir/Snaps</support>
</addon>
<addon>
<name>Checkparam</name>
<author>Centurio aka from20020516</author>
<description>Displays the total of property of target player's current equipments.</description>
<bugtracker>https://github.com/from20020516/Lua/issues</bugtracker>
<support>https://twitter.com/from20020516</support>
</addon>
<addon>
<name>Bonanza</name>
<author>Centurio aka from20020516</author>
<description>Purchace and Judge Bonanza Marbles.</description>
<bugtracker>https://github.com/from20020516/Lua/issues</bugtracker>
<support>https://twitter.com/from20020516</support>
</addon>
<addon>
<name>Trusts</name>
<author>Centurio aka from20020516</author>
<description>Save and Summon trust sets.</description>
<bugtracker>https://github.com/from20020516/Lua/issues</bugtracker>
<support>https://twitter.com/from20020516</support>
</addon>
<addon>
<name>MyHome</name>
<author>Centurio aka from20020516</author>
<description>Automatically choose and use a warp spell or an item.</description>
<bugtracker>https://github.com/from20020516/Lua/issues</bugtracker>
<support>https://twitter.com/from20020516</support>
</addon>
<addon>
<name>Debuffed</name>
<author>Auk</author>
<description>Tracks and displays debuffs on your current target.</description>
<bugtracker>https://github.com/aukon/Lua/issues</bugtracker>
<support>https://discord.gg/aUrHCvk</support>
</addon>
<addon>
<name>Tab</name>
<author>Centurio aka from20020516</author>
<description>Simple addon Replace Tab key input to <stnpc> or X+Tab to <stpc>. </description>
<bugtracker>https://github.com/from20020516/Lua/issues</bugtracker>
<support>https://twitter.com/from20020516</support>
</addon>
<addon>
<name>EasyNuke</name>
<author>FaceDesk</author>
<description>Unified commands to handle single target and AOE nukes and cures, plus Drain/Aspir and Absorbs.</description>
<bugtracker>https://github.com/deadman80/Lua/issues</bugtracker>
<support>https://www.ffxiah.com/user/Nyarlko</support>
</addon>
<addon>
<name>giltracker</name>
<author>Sylandro</author>
<description>Displays the current gil, similar to the FFXIV Gil HUD widget.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://github.com/azamorapl</support>
</addon>
<addon>
<name>invtracker</name>
<author>Sylandro</author>
<description>Displays a grid detailing empty and filled inventory slots, similar to the FFXIV Inventory Grid HUD widget.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://github.com/azamorapl</support>
</addon>
<addon>
<name>IndiNope</name>
<author>Lili</author>
<description>Blocks graphical effects from Geomancer's Indi- spells.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://github.com/lili-ffxi</support>
</addon>
<addon>
<name>position_manager</name>
<author>Lili</author>
<description>Allows you to set a screen position per character name. Each character will be moved to that screen position on login. Requires the WinControl plugin to be installed.</description>
<bugtracker>https://github.com/Windower/Lua/issues</bugtracker>
<support>https://github.com/lili-ffxi</support>
</addon>
</addons>
|