• 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

averatec

Advanced OT User
Joined
Jun 1, 2007
Messages
2,243
Solutions
4
Reaction score
159
Location
Poland
Outfit Shower 8.60

VERSION 8.60
How does it work?
HTML:
<img src="outfitter.php?id=128&addons=3&head=1&body=50&legs=80&feet=120"/>

What will you see?
outfit-128-3-1-50-80-120.png

How install?
  • Gesior
    Copy outfitter.php and outfits to main directory of website​
  • Modern
    Copy outfitter.php and outfits to public directory​

Usage
  • Gesior
    HTML:
    <img src="outfitter.php?id=128&addons=3&head=1&body=50&legs=80&feet=120"/>
  • Modern
    HTML:
    <img src="public/outfitter.php?id=128&addons=3&head=1&body=50&legs=80&feet=120"/>

View attachment outfitter 8.60.rar

rep++ : )

HERE WILL BE LINK TO VERSION 9.86 WHEN MOD APPROVED THREAD
 
Last edited:
Here's the mount version for those who want it. :)

Download
 
Last edited:
Where do I have to put this link:

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

in modern AAC
 
Where do I have to put this link:

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

in modern AAC

Should be something like this,

PHP:
<image src="public/outfitter.php?id='.$player->getLookType().'&addons='.$player->getLookAddons().'&head='.$player->getLookHead().'&body='.$player->getLookBody().'&legs='.$player->getLookLegs().'&feet='.$player->getLookFeet().'"/>
 
if i want that appears in the who is online, where do i have to put it?
 
Where do you have to put for the character view or who is online??
 
Back
Top