• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Outfitter 8.60 - showing outfits on website

Gesior:
Find:
Code:
$main_content .= '<TD with=50% style="background-color: C6A040"><center><img src="images/addons/'.$finaddon.'.gif"/></center></TD></TD>';
and change to:
Code:
$main_content .= '<TD with=50% style="background-color: C6A040"><center><img src="outfitter.php?id='.$player->getLookType().'&addons='.$player->getLookAddons().'&head='.$player->getLookHead().'&body='.$player->getLookBody().'&legs='.$player->getLookLegs().'&feet='.$player->getLookFeet().'"/></center></TD></TD>';
 
Gesior:
Find:
Code:
$main_content .= '<TD with=50% style="background-color: C6A040"><center><img src="http://static2.otland.net/i/addons/'.$finaddon.'.gif"/></center></TD></TD>';
and change to:
Code:
$main_content .= '<TD with=50% style="background-color: C6A040"><center><img src="outfitter.php?id='.$player->getLookType().'&addons='.$player->getLookAddons().'&head='.$player->getLookHead().'&body='.$player->getLookBody().'&legs='.$player->getLookLegs().'&feet='.$player->getLookFeet().'"/></center></TD></TD>';

not work
 
Not work because you put outfitter.php in "outfitter" folder.
I got outfitter.php with other .php files, so if you got it in folder "outfitter" you need code like this:
Code:
$main_content .= '<TD with=50% style="background-color: C6A040"><center><img src="outfitter/outfitter.php?id='.$player->getLookType().'&addons='.$player->getLookAddons().'&head='.$player->getLookHead().'&body='.$player->getLookBody().'&legs='.$player->getLookLegs().'&feet='.$player->getLookFeet().'"/></center></TD></TD>';
 
It's a link to YouTube, I never uploaded the outfitter that supports mounts.
 
where would i put this HTML code everything else is in place i just dont know where to put

Lua:
<img src="outfitter.php?id=128&addons=3&head=1&body=50&legs=80&feet=120"/>


thanks
 
That's the output code. :p
 
released version with support for 9.86 with direction and animation phase
 
it's separated script, u need to know structure of aac to implement this script,
still waiting for approve version 9.86
 
Does this work for Znote AAC?
Yes it does, do you need help with setup?
dUsBuhU.png
 
If I remember Gesior said he uses my script, so there's no difference, however you can be independent.
 
Back
Top