Eridoxi wrote:Great ! It worked perfectly !
La Garde Noire te remercie ! :-D
And your english is at least understable by a french person ^^ ;-)
( not sure for mine ;-) )
Waouh, it's a miracle that two french people manage to understand each other in english
I've update my little transformation.
Get the two zip files :
http://xiii.trois-double-v.com/Fichiers/avatar70.zip for the real 70 avatars and
http://xiii.trois-double-v.com/Fichiers/avatar6069.zip for "intermediate" avatars...
Unzip, and upload next to the rosterImg/avatar/ directory
(then you must have rosterImg/avatar , rosterImg/avatar70 and rosterImg/avatar6069 uploaded on you website)
- Code: Select all
In viewtopic.php
Search for :
$mainImg = "./rosterImg/avatar/";
$classImg = "./rosterImg/classes/";
Replace with :
if($level>=70)
{
$mainImg = "./rosterImg/avatar70/";
}
else
{
if($level>=60)
{
$mainImg = "./rosterImg/avatar6069/";
}
else
{
$mainImg = "./rosterImg/avatar/";
}
}
$classImg = "./rosterImg/classes/";
For exemple, a character, while upping his level, will get the followings avatars :
from lvl 1 to 59
from lvl 60 to 69
at lvl 70