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



Total des avoirs de la Guilde
462 g 66 s 81 c

Cuirros (Banque du cuir) - Updated: 21/06/2007 18:38:51
203 g 20 s 34 c
44
1010
234234
2121
1212
2323
88
2121
2929
1414
55
8787
125125
128128
194194
3838
22
2525
6969
99
8989
1313
33
55
127127
44
55
3131
2525
44
1919
22
33
22
2626
2525
22
1212
1010
1111
22
3131
1111
120120
55
55
2323
33

Ettofia (Banque des étoffes) - Updated: 23/06/2007 23:37:50
244 g 55 s 13 c
100100
55
212212
149149
550550
335335
606606
10571057
77
3030
6868
7676
66
1010
7474
2323
66
7676

Minnos (Banque des minerais et pierres) - Updated: 11/06/2007 19:20:21
14 g 91 s 34 c
1010
2424
33
2828
4040
7272
170170
5656
8080
2020
220220
4646
5656
2121
44
2020
1414
3636
1212
22
22
22
22
22
2929
88
4646
88
2828
1313
1414
6060
22
7373
1717
2020
1717
22
200200
1616
3838
55
33
33
77
1616
1515
108108
2020
2020
2020
22
2121
1010
22
1111
3636
1818
55
22



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.16 seconds with 12 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 m.member_id, m.name AS member_name, m.note AS member_note, m.officer_note AS member_officer_note, p.money_g AS gold, p.money_s AS silver, p.money_c AS copper
FROM `roster_players` AS p, `roster_members` AS m
WHERE m.guild_title LIKE '%Banker%' AND p.member_id = m.member_id
ORDER BY m.name
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 SUM( p.money_g ) AS gold, SUM( p.money_s ) AS silver, SUM( p.money_c ) as copper
FROM `roster_players` AS p, `roster_members` AS m
WHERE m.guild_title LIKE '%Banker%'
AND p.member_id = m.member_id
ORDER BY m.name
SELECT `dateupdatedutc` FROM `roster_players` WHERE `name` = 'Cuirros'
SELECT i.*,LEFT(i.item_id, (LOCATE(':',i.item_id)-1)) as real_itemid,sum(i.item_quantity) as total_quantity
FROM `roster_items` as i
WHERE 30=i.member_id
AND i.item_parent!='bags'
AND i.item_parent!='equip'
AND (i.item_tooltip
NOT LIKE '%Lié%'
OR i.item_tooltip
LIKE '%Lié quand équipé%')
GROUP BY real_itemid
ORDER BY i.item_name
SELECT `dateupdatedutc` FROM `roster_players` WHERE `name` = 'Ettofia'
SELECT i.*,LEFT(i.item_id, (LOCATE(':',i.item_id)-1)) as real_itemid,sum(i.item_quantity) as total_quantity
FROM `roster_items` as i
WHERE 35=i.member_id
AND i.item_parent!='bags'
AND i.item_parent!='equip'
AND (i.item_tooltip
NOT LIKE '%Lié%'
OR i.item_tooltip
LIKE '%Lié quand équipé%')
GROUP BY real_itemid
ORDER BY i.item_name
SELECT `dateupdatedutc` FROM `roster_players` WHERE `name` = 'Minnos'
SELECT i.*,LEFT(i.item_id, (LOCATE(':',i.item_id)-1)) as real_itemid,sum(i.item_quantity) as total_quantity
FROM `roster_items` as i
WHERE 15=i.member_id
AND i.item_parent!='bags'
AND i.item_parent!='equip'
AND (i.item_tooltip
NOT LIKE '%Lié%'
OR i.item_tooltip
LIKE '%Lié quand équipé%')
GROUP BY real_itemid
ORDER BY i.item_name