Download
(632Kb)
Download
Updated: 01-12-11 09:35 AM
Pictures
File Info
Updated:01-12-11 09:35 AM
Created:08-20-10 03:26 PM
Downloads:10,982
Favorites:103
MD5:

LLPvpState  Popular! (More than 5000 hits)

Version: 1.53
by: melchior5387 [More]

LLPvpState

Features :
--> This Addon replaces default pvp states of Wintergrasp and battlegrounds scores, and show flag carriers name in Warsong Gulch an Eye of the storm in a more beautiful way.

--> Timers to see when bases will be captured in Arathi basin, Isle of conquest and Alterac Valley, show who is controlling bases in Eye of the Storm

--> Timer showing when arenas and battlegrounds will begin

--> If something disturb you, you can hide or show what you want in the menu : /llconfig

--> You customize it easier there are 4 fonts and 4 textures but you can change them by replacing the existing ones


Notes :
--> To install it, unzip LLPvpState folder on your Wow Addon directory.

--> It will work with all screen resolution.

--> Works only with french and english languages

v1.53 -- fix tol barad peninsula display

v1.52 -- fix score display bug in alterac valley and twin peaks and other small bugs

v1.51 -- add gilneas, twin peaks and tol barad

v1.5 -- fix somes bugs

v1.43 -- fix several bugs , add test mode for timer in the second tab of the menu

v1.42 -- update for 4.0

v1.36 -- There is wintergrasp/strand of ancients and isle of conquest wall's health showed in the tooltip,
May be also Ulduar's four towers health, but i have not tested, bar is colored green from 100% to 75% then orange from 75% to 35% and red 0%. Normally it works with other tooltip addon like tiptac or other

v1.35 -- Nothing really new but it is more customizable, you can target flag carrier in EOTS (target flag carrier does'nt work in FR I don't know why)

v1.31 -- I fixed a problem about memory usage and some timers which didn't work in AV, and a gate down warning text in IOC

v1.3 -- I tried to correct bug I found, and add a bg queue info button (if you don't like it move it out of screen I will make an option to enable/disable) an /llreset command will reset frame position

v1.25 -- add a capture bar and fix some bugs

v1.24 -- frames can be moved with /llmove, when something is on screen (except timers showing beginning of battleground), remove capture bar because it didn't work very well, add 90second timer in arena

v1.23 -- add alterac valley timers + capture bar in wintergrasp, hellfire, terrokar, slash command to show/hide timers

v1.22 -- bugs fixed + capture bar in eye of the storm

v1.21 -- Isle of conquest timer + fix a small bug

v1.2 -- Arathi basin bases timers and eye of the storm tower

v1.15 -- new layout

v1.14 -- now flag's carrier's name will appear correctly in eye of the storm, even if specials chars
-- It is localized

v1.13 -- fix display bugs, now battleground's score will appear only if the battleground has begun

v1.12 -- add timers

v1.11 -- You can see flag carriers in Warsong Gulch and Eye of the Storm

v1.02 -- You can check timer of next Wintergrasp battle using /llw (l like the l of leopard). And fix a small problem

v1.01 -- Texture colors didn't match with text for horde players
Optional Files (0)


Post A Reply Comment Options
Unread 01-11-11, 01:31 PM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
I must've done something wrong, because now I'm getting crazy amounts of errors. I'll just wait for an update.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 12:43 PM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
Thanks! Will give that a whirl.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 12:35 PM  
melchior5387
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 34
Uploads: 1
yes sorry I didn't know world state was available when in peninsula....

you have to edit several things :

In TolBarad.lua :

replace everywhere

if (InBattleground(10)) then....
by
if (InBattleground(10) or InBattleground(11)) then
except line 324 :

change this line ...or Ll.Active.Score==0 or not InBattleground(10)) then

by adding :

or not InBattleground(11))

so you will have ...or Ll.Active.Score==0 or not InBattleground(10) or not InBattleground(11))
then in functions.lua :

add L["Tol Barad Peninsula"] line 15 you will have :

...
L["Wintergrasp"],
L["Tol Barad"],
L["Tol Barad Peninsula"]};
and line 119 of functions.lua replace :

(InBattleground(10))

by

(InBattleground(10) or InBattleground(11))
finally in Localisation\English.lua line 116 :

add
["Tol Barad Peninsula"] = "Tol Barad Peninsula",

you will have

...
["Tol Barad"] = "Tol Barad",
["Tol Barad Peninsula"] = "Tol Barad Peninsula",
...
it will be visible in Tol Barad Peninsula
Report comment to moderator  
Reply With Quote
Unread 01-11-11, 02:20 AM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
Would like to add re: my post below that the world state does appear as soon as I head over the bridge into Tol Barad proper, but disappears entirely when on the peninsula (which is really the only time I need to see it, since I know the battle is on when I'm fighting in it ).
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 05:52 PM  
Moxie
A Cobalt Mageweaver
 
Moxie's Avatar
AddOn Author - Click to view AddOns

Forum posts: 206
File comments: 126
Uploads: 2
Having an issue with Tol Barad (haven't been to any others yet since updating).

Whenever I drop into the peninsula to do my dailies, I can't see the world state at the top of the screen (battle ongoing, battle won / time 'til next battle, etc) until I disable the mod.

I've deleted my saved variables, even done a fresh install, and this always occurs.
__________________
"Someday we'll look back on this, laugh nervously and quickly change the subject."

"The truth is like sunlight: people used to think it was good for you."
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 10:41 AM  
melchior5387
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 34
Uploads: 1
hello yes it support Tol Barad and you can also change the skin of the bars there are 4 skins you can change them in the config /llconfig
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 09:40 AM  
minotaurz1
A Murloc Raider
 
minotaurz1's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 44
Uploads: 1
Hiya, was considering downloading this if you can answer 2 questions that I didn't see answered in your main screen. 1. does it support Tol Barad and 2. can I choose the skin of the bars, because all my other bars use the Litestep skin.
__________________
Report comment to moderator  
Reply With Quote
Unread 01-09-11, 08:04 AM  
melchior5387
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 34
Uploads: 1
I have updated to fix alterac and twin peaks score display and other small bugs,

I don't know why you had this error : "LLPvpState' tried to call the protected function 'Frame040:SetScale()"
Report comment to moderator  
Reply With Quote
Unread 01-07-11, 08:40 PM  
ßlink
A Deviate Faerie Dragon

Forum posts: 19
File comments: 50
Uploads: 0
Code:
Date: 2011-01-07 21:39:33
ID: 53
Error occured in: Global
Count: 1
Message: ..\AddOns\LLPvpState\Other.lua line 362:
   <unnamed>:SetText(): Font not set
Debug:
   [C]: ?
   [C]: SetText()
   LLPvpState\Other.lua:362:
      LLPvpState\Other.lua:313
AddOns:
  FREEZING, v
  Swatter, v3.2.2 (<%codename%>)
  ACP, v3.3.12 
  AtlasLoot, vv6.01.01
  Auctionator, v2.7.8
  BankStack, vv20-1
  Bartender4, v4.4.15
  BasicMinimap, v1.75
  BindPad, v2.3.7
  Clique, vv40000-1.3.2
  Fane, v1.6
  ForteCasting, v
  ForteCooldown, v
  ForteCore, v1.97
  FortePriest, v
  ForteTalent, v
  ForteTimer, v
  ForteVehicle, v
  Grid, v1.40000.1400-beta
  GridQuickHealth, v
  GridManaBars, v1.02
  GridSideIndicators, v4.0.1-1
  GridStatusHots, v3.32
  GridStatusRaidDebuff, vv3.01
  GridStatusRDBC, v1.0
  GridStatusRDWotLK, v1.0
  GuildRosterButtons, v1.6
  KeyProfiler, v1.0
  LLPvpState, v
  Mapster, v1.4.0
  MikScrollingBattleText, v5.5.91
  OmniCC, v4.0.waffles9
  oUF, v1.5.2
  oUFElen, v1.5.1
  oUFSmooth, v1.3	
  oUFTotemBar, vr4
  Postal, v3.4.4
  QuickAuctions, v
  RapeDotty, v1.0
  SharedMedia, v3.0.1-176
  SharedMediaAdditionalFonts, v1.0
  Skada, v1.2-30
  SkadaDamage, v1.0
  SkadaHealing, v1.0
  SlideBar, v3.2.2 (<%codename%>)
  TidyPlates, v5.15 (r69)
  TidyPlatesGrey, v
  TipTac, v10.12.05
  TipTacItemRef, v10.12.06
  TipTacTalents, v10.11.23
  UnlimitedChatMessage, vv1.7.0
  WIM, v3.4.2
  xanAutoMail, v1.3
  XLoot, v0.91.1
  XLootGroup, v0.61
  XLootMaster, v0.81
  BlizRuntimeLib_enUS v4.0.3.40000 <us>
  (ck=4e8)
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 04:55 PM  
ShiftE
A Deviate Faerie Dragon
 
ShiftE's Avatar

Forum posts: 17
File comments: 10
Uploads: 0
Is this addon still being supported? I know with the holidays it seems to have taken a backseat, Just trying to decide if it is time to move on or wait for this to get a much needed update?
Report comment to moderator  
Reply With Quote
Unread 01-01-11, 08:22 PM  
rakkarage
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 50
Uploads: 2
ya i get a lot of errors now too... please fix excellent addon
thanks

Originally posted by Iseabail
I love the display of this addon so much, but I had to drop it until the new bg's were supported. I just reinstalled the latest version but I am getting too many errors to continue using it. I'm very sad.

First error I received in AB. The remaining errors in EOTS. Haven't tried in the other bg's yet.

---


8x LLPvpState\TolBarad.lua:116: attempt to call global 'trmatch' (a nil value)

Locals:

---


62x LLPvpState\Functions.lua:474: bad argument #1 to 'find' (string expected, got nil)
LLPvpState\Functions.lua:474: in function `FormatCarrier'
LLPvpState\EyeOfTheStorm.lua:345: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

Locals:
Name = nil

---


145x <event>ADDON_ACTION_BLOCKED:AddOn 'LLPvpState' tried to call the protected function 'Frame040:SetScale()'.
<in C code>: in function `SetScale'
LLPvpState\EyeOfTheStorm.lua:258: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

---


145x <event>ADDON_ACTION_BLOCKED:AddOn 'LLPvpState' tried to call the protected function 'Frame047:Show()'.
<in C code>: in function `Show'
LLPvpState\EyeOfTheStorm.lua:341: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

---

145x <event>ADDON_ACTION_BLOCKED:AddOn 'LLPvpState' tried to call the protected function 'Frame047:SetAttribute()'.
<in C code>: in function `SetAttribute'
LLPvpState\EyeOfTheStorm.lua:350: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

---
Report comment to moderator  
Reply With Quote
Unread 01-01-11, 07:51 AM  
melchior5387
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 34
Uploads: 1
it is "strmatch" instead of "trmatch"
Report comment to moderator  
Reply With Quote
Unread 12-31-10, 01:00 PM  
Iseabail
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
I love the display of this addon so much, but I had to drop it until the new bg's were supported. I just reinstalled the latest version but I am getting too many errors to continue using it. I'm very sad.

First error I received in AB. The remaining errors in EOTS. Haven't tried in the other bg's yet.

---


8x LLPvpState\TolBarad.lua:116: attempt to call global 'trmatch' (a nil value)

Locals:

---


62x LLPvpState\Functions.lua:474: bad argument #1 to 'find' (string expected, got nil)
LLPvpState\Functions.lua:474: in function `FormatCarrier'
LLPvpState\EyeOfTheStorm.lua:345: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

Locals:
Name = nil

---


145x <event>ADDON_ACTION_BLOCKED:AddOn 'LLPvpState' tried to call the protected function 'Frame040:SetScale()'.
<in C code>: in function `SetScale'
LLPvpState\EyeOfTheStorm.lua:258: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

---


145x <event>ADDON_ACTION_BLOCKED:AddOn 'LLPvpState' tried to call the protected function 'Frame047:Show()'.
<in C code>: in function `Show'
LLPvpState\EyeOfTheStorm.lua:341: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

---

145x <event>ADDON_ACTION_BLOCKED:AddOn 'LLPvpState' tried to call the protected function 'Frame047:SetAttribute()'.
<in C code>: in function `SetAttribute'
LLPvpState\EyeOfTheStorm.lua:350: in function <LLPvpState\EyeOfTheStorm.lua:248>
LLPvpState\EyeOfTheStorm.lua:356: in function <LLPvpState\EyeOfTheStorm.lua:356>

---
Report comment to moderator  
Reply With Quote
Unread 12-23-10, 01:41 PM  
Gevil
A Defias Bandit
 
Gevil's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 13
Uploads: 1
<3
__________________
Report comment to moderator  
Reply With Quote
Unread 12-23-10, 09:10 AM  
melchior5387
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 34
Uploads: 1
I have updated with Gilneas, twin peaks and tol barad. You may have to delete saved variables again (sorry..).

I have not tested tol barad a lot I think it will work fine but I'm not sure
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: