Les fondateurs d Azeroth @ Krasus (PvE)
Dernière mise à jour: 20/06/2007 00:39:51 (PST)
Membres: 58 (+4 Alts)
  • Average Level: 58
  • Niveau 70: 29
  • Niveau 60-69: 18
  • Niveau 50-59: 4
  • Niveau 40-49: 2
  • Niveau 30-39: 1
  • Niveau 1-29: 8
WoW Server Status

Poisons
Niveau Nom
350/350
Selene
220/220
Hybryde

Cuisine
Niveau Nom
365/375
Bractouit
309/375
Liliuth
140/150
Selene
128/150
Genova
64/150
Rhôber
46/75
Hybryde
6/75
Dlb
5/75
Mmauro

Pêche
Niveau Nom
225/225
Liliuth
172/225
Hybryde
156/225
Bractouit
150/150
Medaemon
143/225
Genova
135/150
Arancar
119/150
Criss
116/150
Rhôber
58/75
Zirox
51/75
Mmauro
6/75
Hysterio
5/75
Dlb

Premiers soins
Niveau Nom
375/375
Arancar
375/375
Bractouit
375/375
Criss
375/375
Dlb
375/375
Genova
375/375
Hysterio
375/375
Medaemon
375/375
Rhôber
375/375
Selene
251/300
Hybryde
238/300
Liliuth
238/300
Mmauro
82/150
Joejoe
58/75
Violente

Alchimie
Niveau Nom
375/375
Bractouit
375/375
Dlb
185/225
Arancar

Couture
Niveau Nom
375/375
Violente
328/375
Bractouit
292/300
Liliuth
43/75
Medaemon

Dépeçage
Niveau Nom
375/375
Genova
375/375
Gibus
375/375
Rhôber
375/375
Selene
355/375
Mmauro
263/300
Hybryde

Enchantement
Niveau Nom
358/375
Violente
290/375
Medaemon

Forge
Niveau Nom
366/375
Criss
325/375
Joejoe
231/300
Zirox

Herboristerie
Niveau Nom
375/375
Dlb
166/225
Arancar
157/225
Hybryde

Ingénierie
Niveau Nom
275/315
Liliuth

Joaillerie
Niveau Nom
350/380
Hysterio

Minage
Niveau Nom
375/375
Criss
375/375
Hysterio
375/375
Joejoe
291/375
Zirox

Travail du cuir
Niveau Nom
358/375
Rhôber
356/375
Genova
350/375
Gibus
340/375
Selene
264/300
Mmauro



WoWRoster v1.7.3

Props to Celandro, Paleblackness, Pytte, Rubricsinger, and Konkers for the original code used for this site.
WoWRoster home - www.wowroster.net
World of Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. All other trademarks are the property of their respective owners.
Additional Credits


Valid HTML 4.0 Transitional

This page was created in 0.13 seconds with 5 queries executed

SQL Queries
SELECT `config_name`, `config_value` FROM `roster_config` ORDER BY `id` ASC;
SELECT * FROM `roster_guild` WHERE `guild_name` = 'Les fondateurs d Azeroth' AND `server` = 'Krasus'
SELECT `guild_id`, `guild_dateupdatedutc` FROM `roster_guild` WHERE `guild_name` = 'Les fondateurs d Azeroth' AND `server` ='Krasus'
SELECT IF(`guild_title` LIKE '%civil%',1,0) AS 'isalt',
FLOOR(`level`/10) AS levelgroup,
COUNT(`level`) AS amount,
SUM(`level`) AS sum
FROM `roster_members`
GROUP BY isalt, levelgroup
ORDER BY isalt ASC, levelgroup DESC
SELECT `s`.*, `p`.`name`, `p`.`clientLocale` FROM `roster_skills` s, `roster_players` p
WHERE p.member_id = s.member_id
AND p.guild_id = '1'
AND SUBSTRING_INDEX( s.skill_level, ':', 1 ) > 1
AND skill_name IN ('Alchimie', 'Kräuterkunde', 'Schmiedekunst', 'Bergbau', 'Lederverarbeitung', 'Juwelenschleifen', 'Kürschnerei', 'Schneiderei', 'Verzauberkunst', 'Ingenieurskunst', 'Kochkunst', 'Angeln', 'Erste Hilfe', 'GifteAlchemy', 'Herbalism', 'Blacksmithing', 'Mining', 'Leatherworking', 'Jewelcrafting', 'Skinning', 'Tailoring', 'Enchanting', 'Engineering', 'Cooking', 'Fishing', 'First Aid', 'PoisonsAlquimia', 'Botánica', 'Herrería', 'Minería', 'Peletería', 'Joyería', 'Desollar', 'Sastrería', 'Encantamiento', 'Ingeniería', 'Cocina', 'Pesca', 'Primeros auxilios', 'VenenosAlchimie', 'Herboristerie', 'Forge', 'Minage', 'Travail du cuir', 'Joaillerie', 'Dépeçage', 'Couture', 'Enchantement', 'Ingénierie', 'Cuisine', 'Pêche', 'Premiers soins', 'Poisons')
ORDER BY s.skill_type,s.skill_name,(mid(skill_level FROM 1 FOR (locate(':', skill_level)-1)) + 0) DESC, p.name;