Author | Combat level progress bar script - Firefox+GreaseMonkey |
This script add a progress bar in the Character page that show the progress of combat level
http://userscripts.org/scripts/show/27214
Know issue:
- work only in homepage, not in profile (I forgot this page, I'll add in the netx days)
- work only until level 13 (someone know exp values for the others levels?)
- It's really static, if something will be changed in the servers may not work
Let me know if it's useful, maybe I can work for the skills too |
I think it would be great to make another bar for the faction skill, but only the one the player is currently playing with. There is no need to watch your progress in factions they don't even play with, is there? And besides, would be too many bars ;)
As for the guilds.. Personally I don't need a progress bar for guilds, but let us hear other players' comments. |
let's see if I can do it... In the latest version I've added bars for Hunters', Laborers' and Gamblers' guild, that are the most watched by me.
I'll try to add one for faction too.
ps: sorry for bad English |
It might be hard to detect the active faction during the script - in that case I think it is ok to use xo4yxa's version, where players just edit it manually, when they change faction.
Something like:
var pers_fr = X ; // Faction number ( 1 knight, 2 necro, 3 wizard, 4 elf , 5 barbarian, 6 dark elf, 7 demon ) |
4
ho4yxa's menu written for all pages, but this script only for home and info, so this might not be a problem. |
On the home page you can see a little sign of faction you are playing now, near your nickname
It's code looks like this:
<img src='i/r4.gif' width=15 height=15 border=0 title='Elf' align=absmiddle>
So you can get faction name from title param or from file name - its numerated like Arctic wrote in post 4. |
5
right. In the home page I'll take it from the icon near the player name, in the info it's writed even near the name ;) |
Thanks all for suggestions. version 0.4 released, added progress bar for player fanction. |
Hunters' guild and Faction skill progress bars don't fill in my case =(
Laborers, Gamblers and combat level work fine. |
9
Do you have other scripts installed? Maybe there can be some conflict.
And, another question, what is your faction? |
10 I have like 50 other scripts installed :o)
I'm a Knight. |
11
Can you try the new version, please? |
It works all right now, thank you very much. |
Wow! Great script indeed :-) Thanks a LOT!
Hope you don't mind if I port it for the russian site, do you? |
btw, I think it may be useful to show
- bars for thieves/mercenary guilds
- (optional) bars for non-active factions
- (optional) bars for smith/enchanter
where "optional" means that you must uncomment some flag variable to activate it :-) |
14
It's a pleasure! ;) I've just saw your script, great work. I'll use some of your code for add russian support if you agree
15
I was working on it and will be present in the next version (like in your script). Thank you for suggests.
I'm working on some other features, any suggest is really appreciated. |
Thanks to LazyGreg suggests and support new version released (0.6).
Here the news:
* Added Russian server support
* Added progress bar for Thieves', Mercenaries' and Smiths' guild
* Added progress bar for non-active factions too
* Added option for toggle on/off every guild bar and for switch from "All factions" and "Only active faction". To use the options, right click on Greasemonkey icon and then: Tools -> User Script Commands
* Reduced bar height
* Bug fixed for higher skill points
http://userscripts.org/scripts/show/27214 |
New version released (0.7 20080619)
Added Enchanters' Guild (only main, not branches) |
Hi all.
I've just updated this script fow work with new server name.
http://userscripts.org/scripts/show/27214 |
this is a good script..Silentio, thanks |