Download
(4 MB)
Download
Updated: 03-07-12 02:34 PM
Pictures
File Info
Updated:03-07-12 02:34 PM
Created:11-04-11 06:34 AM
Downloads:4,404
Favorites:10
MD5:
BookOfTheFallen
Version: 0.14
by: NerfedWar, Montage
Please go to
Book of the Fallen Reborn to download the latest version of Book of the Fallen!
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Author
Date
0.12beta
4MB
NerfedWar
02-15-12 12:47 PM
0.11beta
4MB
NerfedWar
02-09-12 11:54 AM
0.10beta
4MB
NerfedWar
12-07-11 05:21 PM
0.9beta
4MB
NerfedWar
12-07-11 05:00 PM


Post A Reply Comment Options
Unread 05-17-12, 09:10 AM  
earnstaf

Forum posts: 0
File comments: 10
Uploads: 0
Quote:
Originally Posted by NerfedWar
Many thanks all, back from a break and will look at this today. Hopefully it will be an easy fix.
Glad to see you are back -- I'm still loving botf.

Not sure if this is the right place for feature requests, but I would love to be able to disable pve, and also, to sort the "kill list" in some way. At the very least a "jump to letter" option.

Thanks, looking forward to your continued development as I'm sure many others are as well.
earnstaf is offline Report comment to moderator  
Reply With Quote
Unread 05-06-12, 12:18 AM  
NerfedWar
Zombie
 
NerfedWar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 45
Uploads: 8
Many thanks all, back from a break and will look at this today. Hopefully it will be an easy fix.
Last edited by NerfedWar : 05-06-12 at 12:18 AM.
NerfedWar is offline Report comment to moderator  
Reply With Quote
Unread 04-17-12, 07:13 PM  
earnstaf

Forum posts: 0
File comments: 10
Uploads: 0
Bug hacky fix.

Submitted this as a bug report as well. As it turns out, several of my guildies were having the same issue I noted below, so I set out to do some research. Please note that I have very little coding experience, and none in LUA.
------
Error: BOTF/BOTF.Book.Home.lua:163:attempt to compare number with nil
In BOTF / BOTF.BOTFBookIcon:LeftClick
stack traceback:
BOTF/BOTF.Book.Home.lua:163: in function 'show'
BOTF/BOTF.Book.lua:180: in function 'setPage'
BOTF/BOTF.lua:55 in function 'show'
BOTF/BOTF.lua:63: in function 'toggle'
BOTF/BOTF.Book.lua:58 in function <BOTF/BOTF.Book.lua:57>

Did some research and found this to be the offending code:

Code:
if v.level~='unknown' and tonumber(v.level)>= tonumber(playerLevel) then
          pveSessionScore = pveSessionScore + (((1 * v.session_statistics.Victory_SoloKills) + v.session_statistics.Victory_KillingBlows + v.session_statistics.Victory_DamageAssists + v.session_statistics.Victory_DistractAssists + v.session_statistics.Victory_HealAssists) - ((1 * v.session_statistics.Defeat_SoloKills) + v.session_statistics.Defeat_KillingBlows + v.session_statistics.Defeat_DamageAssists + v.session_statistics.Defeat_DistractAssists + v.session_statistics.Defeat_HealAssists))
        end
Which appears in several of the different config files.

It appears this is not populating the variable correctly:

Code:
 local playerLevel = Inspect.Unit.Detail('player').level
I attempted the fix here by Naifu: http://forums.riftgame.com/beta-addo...-reloadui.html

But my knowledge of coding and of the overall code prevented me from implementing it correctly. Truthfully, I don't know if that is the correct fix or exactly the same issue even.. Note that ZorbaTHut mentions that it is a bug being fixed in 1.8.

Long story short:

I deleted the offending code from everywhere that it appears and the addon now works. I think the only undesirable result is that "unknown" player kills/deaths are not recorded in my stats, but I found I did not have that many anyways.
Last edited by earnstaf : 04-17-12 at 07:14 PM.
earnstaf is offline Report comment to moderator  
Reply With Quote
Unread 04-15-12, 06:24 PM  
hozlos

Forum posts: 0
File comments: 1
Uploads: 0
May wanna change the info in your mod

the UI does not keep track of wins/looses like it says in your description. its the only reason i even downloaded ur mod so i would not have to keep track of how many loosing games i get in in the ****y wolfbane cluster as defiant. Just lettin you know in hopes you plan to make it keep track of such things at some point, when it does then ill re download it again
hozlos is offline Report comment to moderator  
Reply With Quote
Unread 04-12-12, 04:52 PM  
earnstaf

Forum posts: 0
File comments: 10
Uploads: 0
Quote:
Originally Posted by NerfedWar
Quote:
Originally Posted by earnstaf
This is the second time I have had this happen:







The above error is spit out in chat whenever I click on the book or issue a /botf. If I reset the stats, I can open the book again. The addon appears to still be working. It alerts me to kills, assists, etc. but I cannot open the book.

I tried reinstalling the app without uninstalling first (just overwrote the files) but that didn't seem to do anything.

Any way to fix this without losing all my stats?
do you have the latest version? if so I'll look into is asap. don't reset and lose your stats, just disable BOTF for the time being and I'll work out what is wrong.
Yes, it's the newest version. I even redownloaded just to make sure.

Also, I think it is noteworthy that a guildmate of mine is reporting the exact same error and it's happened to him multiple times as well.,
earnstaf is offline Report comment to moderator  
Reply With Quote
Unread 04-12-12, 11:25 AM  
NerfedWar
Zombie
 
NerfedWar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 45
Uploads: 8
Quote:
Originally Posted by earnstaf
This is the second time I have had this happen:







The above error is spit out in chat whenever I click on the book or issue a /botf. If I reset the stats, I can open the book again. The addon appears to still be working. It alerts me to kills, assists, etc. but I cannot open the book.

I tried reinstalling the app without uninstalling first (just overwrote the files) but that didn't seem to do anything.

Any way to fix this without losing all my stats?
do you have the latest version? if so I'll look into is asap. don't reset and lose your stats, just disable BOTF for the time being and I'll work out what is wrong.
Last edited by NerfedWar : 04-12-12 at 11:26 AM.
NerfedWar is offline Report comment to moderator  
Reply With Quote
Unread 04-09-12, 10:04 PM  
earnstaf

Forum posts: 0
File comments: 10
Uploads: 0
This is the second time I have had this happen:







The above error is spit out in chat whenever I click on the book or issue a /botf. If I reset the stats, I can open the book again. The addon appears to still be working. It alerts me to kills, assists, etc. but I cannot open the book.

I tried reinstalling the app without uninstalling first (just overwrote the files) but that didn't seem to do anything.

Any way to fix this without losing all my stats?
Last edited by earnstaf : 04-09-12 at 10:06 PM.
earnstaf is offline Report comment to moderator  
Reply With Quote
Unread 03-07-12, 02:34 PM  
NerfedWar
Zombie
 
NerfedWar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 45
Uploads: 8
sorry people, I implemented a fix without actually testing it myself. Coupled with a month away and.. apologies. New version uploaded hopefully works somewhat better.
NerfedWar is offline Report comment to moderator  
Reply With Quote
Unread 02-24-12, 12:43 PM  
Lewitanos

Forum posts: 0
File comments: 1
Uploads: 0
Quote:
Originally Posted by Xioden
I'm not getting any errors, but it seems to get stuck on people. Once stuck anything and everything I do is assumed to have been in regards to that person until I log out or /reloadui. It also seems to not be counting deaths (or at least there are none from that specific person).

ex: Name@server rogue 47 550

This occurs after /botfreset and a fresh install.
I can confirm this error.
It makes this Addon kind of useless.
Sometimes you make a killing blow on a player and after that you get this message for every mob you kill.

For example like:

"You single handedly crushed alpha"
"You single handedly crushed alpha"
"You single handedly crushed alpha"
"You single handedly crushed alpha"
Lewitanos is offline Report comment to moderator  
Reply With Quote
Unread 02-20-12, 04:53 PM  
Xioden
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 34
Uploads: 1
I'm not getting any errors, but it seems to get stuck on people. Once stuck anything and everything I do is assumed to have been in regards to that person until I log out or /reloadui. It also seems to not be counting deaths (or at least there are none from that specific person).

ex: Name@server rogue 47 550

This occurs after /botfreset and a fresh install.
Xioden is offline Report comment to moderator  
Reply With Quote
Unread 02-16-12, 05:43 PM  
Favor
Zombie
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 55
Uploads: 1
Dueling now works, but now when you die anywhere it doesn't log it LOL. Would love the amazing score but..... haha

Nevermind working great now. Must have just bugged for a WF or something lol. Thanks a ton for updating this =D
Last edited by Favor : 02-16-12 at 10:39 PM.
Favor is offline Report comment to moderator  
Reply With Quote
Unread 02-15-12, 12:38 PM  
NerfedWar
Zombie
 
NerfedWar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 45
Uploads: 8
new version 0.12 should fix duel bug. Anyone else having problems, ensure you have the latest version and do a /botfreset
this will delete your old data.
NerfedWar is offline Report comment to moderator  
Reply With Quote
Unread 02-12-12, 03:30 PM  
Dreiks

Forum posts: 0
File comments: 1
Uploads: 0
I keep running into this, but not sure what triggers it. It makes it unable to open up the addon without resetting it, which makes me lose all my info.

Code:
Error: BOTF/BOTF.Book.Home.lua:163:attempt to compare number with nil
In BOTF / BOTF.BOTFBookIcon:LeftClick
stack traceback:
BOTF/BOTF.Book.Home.lua:163: in function 'show'
BOTF/BOTF.Book.lua:180: in function 'setPage'
BOTF/BOTF.lua:55 in function 'show'
BOTF/BOTF.lua:63: in function 'toggle'
BOTF/BOTF.Book.lua:58 in function <BOTF/BOTF.Book.lua:57>
Dreiks is offline Report comment to moderator  
Reply With Quote
Unread 02-10-12, 05:04 PM  
Favor
Zombie
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 55
Uploads: 1
Only bug that is still driving me nuts.

Losing Duels will be logged, but winning them usually shoots off an error message =(

Not a big deal, but I duel a lot and hate only seeing the losses LOL
Last edited by Favor : 02-10-12 at 05:04 PM.
Favor is offline Report comment to moderator  
Reply With Quote
Unread 02-09-12, 08:18 PM  
Vucarik

Forum posts: 0
File comments: 2
Uploads: 0
Quote:
Originally Posted by NerfedWar
Quote:
Originally Posted by Vucarik
Is there a way to make it where the Kill Alerts will be able to toggled On/Off in the Chat windows?
Another author is working on an enhanced version of the alert system based on BOTF and it's likely BOTF will leverage this other addon in the near future. The new addon includes quite a bit of customisation like disabling or customising alerts.
Nice, thanks
Vucarik is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: