• 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!

Outfit Images - ANIMATED! - 10.90

Gesior.pl

Mega Noob&LOL 2012
Senator
Joined
Sep 18, 2007
Messages
2,966
Solutions
99
Reaction score
3,383
Location
Poland
GitHub
gesior
@Xtr3m3 requested new outfit images in thread https://otland.net/threads/outfit-images-animated-10-80.235053/#post-2325551
and here they are! :)

Links to 10.90 images and PHP scripts [for static and animated images]:
http://outfit-images.ots.me/animatedOutfits1090.zip
https://mega.nz/#!xlYTmJAK!6WqdbMdPmgulNk_g0pKI0nDL0YwPWvLejTMUtVxRO7o

Acc. maker links:
If you want to use my host, just edit in your acc. maker:
https://github.com/gesior/Gesior2012/blob/TFS-1.0/config/config.php#L8
to this:
http://outfit-images.ots.me/animatedOutfits1090/outfit.php
or if you want animated outfits on page:
http://outfit-images.ots.me/animatedOutfits1090/animoutfit.php


Zip includes generator that compose all animation frames of outfit into one animated GIF.

Animated images use much more CPU power to render.

Open animoutfit.php with valid parameters to generate ANIMATED image. For example:
animoutfit.php?id=128&addons=3&head=123&body=12&legs=23&feet=31&mount=0&direction=2

Open outfit.php with valid parameters to generate STATIC image. For example:
outfit.php?id=128&addons=3&head=123&body=12&legs=23&feet=31&mount=0&direction=2

Some examples:
animoutfit.php

animoutfit.php


Static
outfit.php

outfit.php
 
Some outfit addons aren't working for example:
outfit.php
Found problem. Addons that do not have 'template file' (which let player adjust color of addon same as colors of outfit) script render as 'monster outfit' (no addons and ignore outfit 'template').
I will post links to fixed version soon.
 
as a place to show the mount of the player? someone has a variable?
<img src="outfit.php?a=' . $player->getLookType() . '&b=' . $player->getLookAddons() . '&c=' . $player->getLookHead() . '&d=' . $player->getLookBody() . '&e=' . $player->getLookLegs() . '&f=' . $player->getLookFeet() . '&h=3&i=3"/><br>

 
@Gesior.pl could you help me ?
I want to put the outfits in the profile page
for exemple:
idBD6zV.png

as have in "online.php"
 
Back
Top