OutlandKeys (merged to key bc 06 Mar 2007)

Displays Instance keys for TBC

Moderator: titan99

OutlandKeys (alternative, merge?)

Postby titan99 » Tue Mar 06, 2007 1:36 pm

in language file i'm modify the link ;)
User avatar
titan99
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 129
Joined: Sat Jan 13, 2007 8:11 am
Location: Montpellier - France

OutlandKeys (alternative, merge?)

Postby Malkom » Tue Mar 06, 2007 3:08 pm

Ok ^^

So I 've made this modification in the frFR.php file :

Code: Select all
// Items external link
$itemlink['frFR']='http://wowdbu.com/2-1.html?way=asc&order=name&showstats=&type_limit=0&lvlmin=&lvlmax=&name=';


replace by :

Code: Select all
// Items external link
   $itemlink['frFR']=$roster_conf['quest_link_url1_1'];



Now the url1, define in the roster config, is use for the keys pages ^^
Image
User avatar
Malkom
WR.net Journeyman
WR.net Journeyman
 
Posts: 144
Joined: Tue Jan 09, 2007 11:02 am
Location: France - 91 - Longjumeau

OutlandKeys (alternative, merge?)

Postby titan99 » Wed Mar 07, 2007 4:10 pm

i'm modify my language file :

Code: Select all
$itemlink['frFR']=$roster_conf['quest_link_url1_1'];


but i'm modifier this file for using database config and admin panel ;)
User avatar
titan99
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 129
Joined: Sat Jan 13, 2007 8:11 am
Location: Montpellier - France

Re: OutlandKeys (alternative, merge?)

Postby zxaltan » Thu Mar 08, 2007 3:58 am

found a smal bug i just picked up parts 22,23 and 24 under Eye for the Tempest Keep Key it show i completed 22 and 23 when it shoiuld show them as Current Step 24 show it is a Current step

Roster OutlandKeys link
User avatar
zxaltan
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 62
Joined: Mon Jul 10, 2006 1:09 am

Re: OutlandKeys (alternative, merge?)

Postby Melliandra » Thu Mar 08, 2007 7:55 am

zxaltan wrote:found a smal bug i just picked up parts 22,23 and 24 under Eye for the Tempest Keep Key it show i completed 22 and 23 when it shoiuld show them as Current Step 24 show it is a Current step

Roster OutlandKeys link


The old Key Addon bc_keys already had that bug as well. I did not post it as I hoped the new one would fix that one (and I did not yet come around installing the new one, OutlandKeys). But it seems the problem is in code shared by both Addons.

Melliandra
Melliandra
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Fri Mar 02, 2007 3:36 pm

Re: OutlandKeys (alternative, merge?)

Postby Efryse » Thu Mar 08, 2007 8:24 am

zxaltan wrote:found a smal bug i just picked up parts 22,23 and 24 under Eye for the Tempest Keep Key it show i completed 22 and 23 when it shoiuld show them as Current Step 24 show it is a Current step

Roster OutlandKeys link


Have you read this thread? http://www.wowroster.net/Forums/viewtopic/t=2802.html

This can't be easily fixed, so it's not a small bug :smile:
Efryse
WR.net Apprentice
WR.net Apprentice
 
Posts: 35
Joined: Tue Jan 16, 2007 3:44 am

OutlandKeys (alternative, merge?)

Postby titan99 » Thu Mar 08, 2007 8:38 am

yes it's not easy bug :)

and for information outlandkey and key_bc as merged in version 0.3 of key_bc
User avatar
titan99
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 129
Joined: Sat Jan 13, 2007 8:11 am
Location: Montpellier - France

Re: OutlandKeys (alternative, merge?)

Postby Malkom » Thu Mar 08, 2007 12:02 pm

titan99 wrote:i'm modify my language file :

Code: Select all
$itemlink['frFR']=$roster_conf['quest_link_url1_1'];


but i'm modifier this file for using database config and admin panel ;)


Can you show your modification here because I didn't it in the others topics... ?
Last edited by Malkom on Thu Mar 08, 2007 12:03 pm, edited 1 time in total.
Image
User avatar
Malkom
WR.net Journeyman
WR.net Journeyman
 
Posts: 144
Joined: Tue Jan 09, 2007 11:02 am
Location: France - 91 - Longjumeau

OutlandKeys (alternative, merge?)

Postby titan99 » Thu Mar 08, 2007 1:17 pm

User avatar
titan99
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 129
Joined: Sat Jan 13, 2007 8:11 am
Location: Montpellier - France

OutlandKeys (alternative, merge?)

Postby Malkom » Thu Mar 08, 2007 1:59 pm

I 've made this changes but it's on questlink not itemlink..... no ?

It's why I use your $roster_conf['quest_link_url1_1']..... ;)
Image
User avatar
Malkom
WR.net Journeyman
WR.net Journeyman
 
Posts: 144
Joined: Tue Jan 09, 2007 11:02 am
Location: France - 91 - Longjumeau

OutlandKeys (alternative, merge?)

Postby Deatheron » Fri Mar 09, 2007 8:27 am

Hello,

There is a small bug with Hellfire Heroic key (Honor Hold rep) for Horde, just look at this:

http://profiler.keepers.pl/addon.php?ro ... utlandKeys

there are no reputation bars at all, just keys.

/Death
Deatheron
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Fri Dec 08, 2006 5:15 pm

OutlandKeys (alternative, merge?)

Postby robojerk » Fri Mar 09, 2007 8:49 am

Change the reputation to Thrallmar, it's set to Honor Hold for alliance.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: OutlandKeys (alternative, merge?)

Postby Deatheron » Fri Mar 09, 2007 9:00 am

robojerk wrote:Change the reputation to Thrallmar, it's set to Honor Hold for alliance.

Yep, I've tried this before (it is obvious) and it didn't work. Now it does. Anyway, for the Horde change in 'enUS.php' line:

'Honor Hold|Revered'

to

'Thrallmar|Revered'

ps. thanks anyway :)
ps2. maybe author will make horde specific config too ? :)
Last edited by Deatheron on Fri Mar 09, 2007 9:01 am, edited 1 time in total.
Deatheron
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Fri Dec 08, 2006 5:15 pm

OutlandKeys (alternative, merge?)

Postby titan99 » Fri Mar 09, 2007 9:08 am

this changed for the future version
User avatar
titan99
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 129
Joined: Sat Jan 13, 2007 8:11 am
Location: Montpellier - France

OutlandKeys (alternative, merge?)

Postby chaosportal » Fri Mar 09, 2007 3:34 pm

I'm looking at the two different outland key addons....Outland Keys and Key BC - they each have features that the other doesnt. Are you working on a merge ?

Im using the dowload at the top of this thread and the only thing id like to see that its missing is the actual faction values (ex. 1400/12000) when you mouse over the progress. This is visible in the Key BC addon but Key BC seems to be missing rows for some of the instance keys.
chaosportal
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Sun Dec 10, 2006 6:35 pm

PreviousNext

Return to Key BC

Who is online

Users browsing this forum: No registered users and 0 guests