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

Gesior.pl

Mega Noob&LOL 2012
Senator
Joined
Sep 18, 2007
Messages
2,951
Solutions
98
Reaction score
3,344
Location
Poland
GitHub
gesior
I received from someone [he wants to be anonymous and keep his bugged client private] OTClient with option to export 'idle animation', so I decided to release new outfit images.

Links to 10.92 images and PHP scripts [for static (IDLE) and animated images - 60 MB]:

http://outfit-images.ots.me/animatedOutfits1092.zip
https://mega.nz/#!R9wkzazY!_JC49ZZcHzv6eFcULy5b1flhy9O10yEnqPk7IZFsmQU

Links to 10.92 images and PHP script [for static (IDLE) images only - 9 MB]:

http://outfit-images.ots.me/idleOutfits1092.zip
https://mega.nz/#!AkhjXRCB!JOl1YD11oC8jmceSwmZeYSVk_6G_8O0AbuowqpqbD7o

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/idleOutfits1092/outfit.php

or if you want animated outfits on page [10.92 images are same as 10.90]:
http://outfit-images.ots.me/animatedOutfits1090/animoutfit.php

Static image examples:
outfit.php
outfit.php


Animated image examples:
animoutfit.php
animoutfit.php


If you use my host you can use all mount systems [outfits.php from .zip works only with OLD MOUNT SYSTEM]:

OLD MOUNT SYSTEM, ID = mount outfit ID + 65356:
Mount: 66387
outfit.php


TFS 1.X MOUNT SYSTEM = mount ID definied in data/XML/mounts.xml:

Mount: 90 [it's outfit ID 851: <mount id="90" clientid="851" name="Cinderhoof"... />]
outfit.php


'NORMAL' MOUNT SYSTEM = mount outfit ID [not used by any server?]:
Mount: 851
outfit.php


How to get mount ID in TFS 1.x in Gesior 2012?

PHP:
// cast it to 'int', because if there is no storage value,
// it returns 'null', we must change it to 0
$playerMount = (int) $player->getStorage(10002011);
I do not recommend to use this code on any 'list' (whoisonline/highscores), because it will execute 1 MySQL query for every player on list!
Find some SQL newbie that will write MySQL query to load players list and their storages by 1 query.
 
Hey, how to update outfits for 10.00? Many are without image, how we can update this? thanks
 
Back
Top