Thread Tools Display Modes
01-27-19, 06:24 AM   #1
hoslam1
A Murloc Raider
 
hoslam1's Avatar
Join Date: Jan 2013
Posts: 4
This Addon does not work. Please help me.

Link : <snip>

Hi everyone

The name of this addon is called "VeriFly".

This addon is an addon created by a Korean user very long ago.

VeriFly will cause a confirmation box to appear before actually leaving a Flight Master.

However, this addon no longer works. Developers stopped working a few years ago.

If it works again, it will be useful to multiple users.

I need your help to make this addon work. Help.
__________________

Last edited by hoslam1 : 02-01-19 at 03:10 AM. Reason: external site download removed
  Reply With Quote
01-27-19, 09:41 AM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
In the file VeriFly.lua remove the TEXT() call from around the text, button1 and button2 entries.

Old:
Lua Code:
  1. text = TEXT(VERIFLY_CONFIRM_PREFIX.."|cFF00FFFF"..VeriFly_DestinationName.."|r"..VERIFLY_CONFIRM_POST..""),
  2. button1 = TEXT(OKAY),
  3. button2 = TEXT(CANCEL),
New:
Lua Code:
  1. text = VERIFLY_CONFIRM_PREFIX.."|cFF00FFFF"..VeriFly_DestinationName.."|r"..VERIFLY_CONFIRM_POST.."",
  2. button1 = OKAY,
  3. button2 = CANCEL,
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 01-27-19 at 09:49 AM.
  Reply With Quote
01-27-19, 05:52 PM   #3
hoslam1
A Murloc Raider
 
hoslam1's Avatar
Join Date: Jan 2013
Posts: 4
Originally Posted by Fizzlemizz View Post
In the file VeriFly.lua remove the TEXT() call from around the text, button1 and button2 entries.

Old:
Lua Code:
  1. text = TEXT(VERIFLY_CONFIRM_PREFIX.."|cFF00FFFF"..VeriFly_DestinationName.."|r"..VERIFLY_CONFIRM_POST..""),
  2. button1 = TEXT(OKAY),
  3. button2 = TEXT(CANCEL),
New:
Lua Code:
  1. text = VERIFLY_CONFIRM_PREFIX.."|cFF00FFFF"..VeriFly_DestinationName.."|r"..VERIFLY_CONFIRM_POST.."",
  2. button1 = OKAY,
  3. button2 = CANCEL,

Thanks to Fizzlemizz, I was able to solve the problem. Thank you very much.
__________________
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » This Addon does not work. Please help me.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off