• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Confess Now!

 

Project Updated:
Files Updated: Fri, Oct 10 2008
Supports Game Version: Beta 3.0
Category: Combat
Tags:

, and [Edit Tags]

Project Manager: coredump
Additional Authors: No additional authors
Current Version: r1.5 stable
License: GNU General Public License version 2 (GPLv2)
Development Site: CurseForge
Avg Daily DL (last 30 days): 2
Downloads Total: 2,979
Favorites: 14
Comments: 25
  • About Confess Now!
  •  

Confess! Now!

Is an addon for remembering you to use Confess!, Sever Limb, Gut Ripper and (futurely) other Parry dependent abilities.

Marauders please test if the Gut Ripper test is working correctly.

Thanks for the warhammeralliance UI forum guys that gave me some pointers.

Extended thanks to Ben Hanka (kyral) <bhanka@gmail.com> that added sanity checks and made possible to generalize the addon to work with Witch Elves.

REQUIREMENTS

  • It requires LibSlash
  • It does not require WSCT but if it is avaiable you can set the warnings to go to WSCT instead the default message. Its way better for reading.

WHAT IS IT SUPPOSED TO DO?

It intercepts 'Parry' combat events and shows an Alert on top of the window for you to use the Confess! witch hunter ability.

CONFIGURATION

You can access the config options using /confessnow or /cn. There are two options:

  • message: changes the message to be shown on the alert.
  • wsct: change this to 'on' or 'off' to use or not WSCT notifications, of course, you have to get WSCT installed for that to work.

KNOWN PROBLEMS

  • Sometimes you will parry and Confess! will be on cooldown, but if there is less than 5 seconds on the cooldown the ability will be avaiable when the cooldown ends. I have no way to check that yet.


  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Confess Now! r1.5 stable Release Beta 3.0 1,837 10/10/2008
  Confess Now! r1.4 stable Release Beta 3.0 318 10/3/2008
  Confess Now! r1.3 stable Release Beta 3.0 134 10/1/2008
  Confess Now! r1.2 Release Beta 3.0 38 9/29/2008
  Confess Now! r1.1 Release Beta 3.0 68 9/28/2008
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • lhawkerl said 

    Doesn't work with rus WHO, but wsct is working.

    Reply Report Permalink
  • Maybe im missing something but it loads etc but using wsct all i get is PARRIED mesage on screen and no confesss message. I'll try again.

    Reply Report Permalink
  • Nevermind, I got it. THanks

    Reply Report Permalink
  • sorry, how do you get configuration to work?

    I type /cn

    It says "options are message, wsct"

    What now? how do I configure the message?

    Thank you

    Reply Report Permalink
  • coredump said 

    Just checked it with Update 1.0.4 and version 1.5 works perfectly.

    Reply Report Permalink
  • Makoa500 said 

    I can't get it to work as of today. I worked last week but now even if I use /reload it won't work. /cn dosen't work either but in the mod list it's registered as installed. what?

    Reply Report Permalink
  • coredump said 

    Hey, I just tested here to see if last patch broke something but it is working fine. Can you check the /debug window after you load and check if there is any error related to confessnow.lua or libslash?
    Also, update WSCT (if you use), Confess Now and LibSlash to latest versions.

    Reply Report Permalink
  • Nichoice said 

    Installed it, LibSlash is installed. But when I type /cn there is no response. Its as if the addon is not installed.

    And I have checked, the addon is installed correctly

    Reply Report Permalink
  • CN is spamming chat box with "That chat channel is not available" or "That channel does not exist" etc. Uninstalled , it stops reinstalled , it reappears. This happens with low lvl WH or non WH characters.

    Reply Report Permalink
  • wilcoxon said 

    CN used to work (haven't played my With Hunter much in a while). Now, I get this error message on game startup in the Debug Window:

    Unable to open file: user/interface/AllCharacters/ConfessNow!/SavedVariables.lua

    The file does exist and can be opened by other things. No idea what the issue is (maybe ! is not allowed by lua/WAR in filenames?).

    Reply Report Permalink
  • wilcoxon said 

    Update. I removed the SavedVariables.lua file which fixed the "unable to open" error but ConfessNow! still doesn't work. No errors in the Debug Window but /cn and /confessnow don't do anything.

    Reply Report Permalink
  • mtrixis said 

    CN was working last night, now today /cn doesn't even register, even though the mod is loaded...

    Reply Report Permalink
  • coredump said 

    Rebel, unless you use WSCT and change the colors there, the default game message is always that color :|

    Reply Report Permalink
  • Tried everything to get this to work and no luck. First problem, "Incorrect Class" /reload didn't fix so I modded the code to WH. Then get the error that it cannot find the ability. So, modded the code to get passed that too. Still, doesn't work, nothing happens. Too buggy at this time.

    Reply Report Permalink
  • After playing some more, it appears liblash was at fault, updated liblash to latest version and works but have to /reload. My bad.

    Reply Report Permalink
  • Rebel230 said 

    can you alter teh Confess Now text color? Mine is yellow and it gets lost on the screen, or tell me how to change the color myself?

    Reply Report Permalink
  • I modified the code a bit and now the query of the career works. local career = WStringToString((GameData.Player.career.name):match(L"[a-zA-Z ]+")) -- d(L"class " .. GameData.Player.career.line) --If you're a witch hunter if career == "Witch Hunter" then abilityIdCheck = 8086 --Look for Confess! DefaultMessage = L"Confess! Now!" --If you're a witch elf elseif career == "Witch Elf" then abilityIdCheck = 9400 --Look for server DefaultMessage = L"Sever Now!" end

    Reply Report Permalink
  • coredump said 

    I am working on a fix for that problem. In the meantime /reload after loading and it will find your find correctly.

    Reply Report Permalink
  • MeOnFire said 

    Yeah i got the same problem as wraithghost. Loads up and says im wrong class even tho im a WH :(

    Reply Report Permalink
  • just found by messing about if i reload it, it seems to work.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 455 Paint the leader PvP, and Combat
  2. 170 Twister Buffs & Debuffs, Action Bars...
  3. 124 Warhammer Scrolling Combat Text Combat
  4. 72 QQ DPS Meter Combat
  5. 68 AutoDismount Combat