[Solved] French Quest Links

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

[Solved] French Quest Links

Postby lesablier » Mon Aug 14, 2006 7:42 pm

Hello

Another post for froggies .....

Anyone have the solution to link the quest ?

I check a lot of things for nothing any idees :scratch:

// Quests page external links (on character quests page)
// questlink_n_name=? This is the name displayed on the quests page
// questlink_n_url=? This is the URL used for the quest lookup

/* $questlinks[0]['frFR']['name']='judgehype';
$questlinks[0]['frFR']['url1']='http://worldofwarcraft.judgehype.com/index.php?page=squete=';
$questlinks[0]['frFR']['url2']='&obj=&desc=&minl=';
$questlinks[0]['frFR']['url3']='&maxl
Last edited by lesablier on Tue Aug 15, 2006 6:27 pm, edited 1 time in total.
lesablier
WR.net Journeyman
WR.net Journeyman
 
Posts: 77
Joined: Sat Jul 15, 2006 4:01 pm

Re: French Quest Links

Postby Ansgar » Tue Aug 15, 2006 12:27 am

I'm using the following and it seems to work very well.


$questlinks[0]['frFR']='WoWDBU';
$questlinks[0]['frFR']='http://wowdbu.com/3-1.html?way=asc&order=name&showstats=&type_limit=0&lvlmin=&lvlmax=&name=';

$itemlink['frFR']='http://wowdbu.com/2-1.html?way=asc&order=name&showstats=&type_limit=0&lvlmin=&lvlmax=&name=';
Ansgar
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Wed Jul 05, 2006 7:12 pm

Re: French Quest Links

Postby lesablier » Tue Aug 15, 2006 5:41 pm

Thank you Ansgar.

I check for http://worldofwarcraft.judgehype.com too and it's works much than http://wowdbu.com for quest search.I
I've left the third search in us for the case a player uses the english wow client for his quest and here the result, enjoy:

Code: Select all
// Quests page external links (on character quests page)
        // questlink_n_name=?        This is the name displayed on the quests page
        // questlink_n_url=?        This is the URL used for the quest lookup

        
$questlinks[0]['frFR']['name']='Judgehype FR';
        
$questlinks[0]['frFR']['url1']='http://worldofwarcraft.judgehype.com/index.php?page=squete&Ckey=';
        
$questlinks[0]['frFR']['url2']='&obj=&desc=&minl=';
        
$questlinks[0]['frFR']['url3']='&maxl=';

        
$questlinks[1]['frFR']['name']='WoWDBU FR';
        
$questlinks[1]['frFR']['url1']='http://wowdbu.com/7.html?m=2&mode=qsearch&title=';
        
$questlinks[1]['frFR']['url2']='&obj=&desc=&minl=';
        
$questlinks[1]['frFR']['url3']='&maxl=';

        
$questlinks[2]['frFR']['name']='Allakhazam';
        
$questlinks[2]['frFR']['url1']='http://wow.allakhazam.com/db/qlookup.html?name=';
        
$questlinks[2]['frFR']['url2']='&obj=&desc=&minl=';
        
$questlinks[2]['frFR']['url3']='&maxl=';

// Items external link
$itemlink['frFR']='http://wowdbu.com/2-1.html?way=asc&order=name&showstats=&type_limit=0&lvlmin=&lvlmax=&name='
Last edited by lesablier on Fri Aug 18, 2006 12:44 am, edited 1 time in total.
lesablier
WR.net Journeyman
WR.net Journeyman
 
Posts: 77
Joined: Sat Jul 15, 2006 4:01 pm


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron