premium="yes"
premium="no"
<outfit id="5" premium="no">
<list gender="0" lookType="140" name="Noblewoman"/>
<list gender="1" lookType="132" name="Nobleman"/>
</outfit>
Is there something wrong with outfits.xml or am I doing something wrong?
I've changed every..
to..Code:premium="yes"
Code:premium="no"
At outfits.xml, but free accounts cannot wear the addons anyway. (Only works when I give 'em premium)
Full example line: (changed to NO)
Code:<outfit id="5" premium="no"> <list gender="0" lookType="140" name="Noblewoman"/> <list gender="1" lookType="132" name="Nobleman"/> </outfit>
Im not? lol im saying I have RESPECT that he makes all distro ect.. But I suggest to test it first for hes own or he should ask some people to test it for him. Its just a suggestion lol.
I'm almost sure there's something that says that only pacc players can have addons..TFS is getting closser to real tibia by the day![]()
An expected response indeed, but that's what it should be when a distro switches from unbalanced formulas to a lot more precise ones.Personally don't like the new formulas (are more like rl I guess, but the damage is too low for me).
I have been using TFS for a long time but I have never known what the difference between .gui & .console is. Anyone care to explain?
That's not a bug, that's a feature. Do the same on Cips Tibia.You can still get yellow skull on yourself (if you throw a fire field and walk on it)
Respect for elf but dude dont release debuged stuff... Its to all distro makers. I have respect for what you doing but I think everyone wants to wait a week long or 2 weeks for a bug free version then having a bugged server.
mysql_real_query<>: SELECT * FROM z_ots_comunnication WHERE 'type' = 'login' - MYSQL ERROR: TABLE 'crying.z_ots_comunnication' doesn't exist <1146>
DROP TABLE IF EXISTS `z_ots_comunication`;
CREATE TABLE `z_ots_comunication` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`action` varchar(255) NOT NULL,
`param1` varchar(255) NOT NULL,
`param2` varchar(255) NOT NULL,
`param3` varchar(255) NOT NULL,
`param4` varchar(255) NOT NULL,
`param5` varchar(255) NOT NULL,
`param6` varchar(255) NOT NULL,
`param7` varchar(255) NOT NULL,
`delete_it` int(2) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5204 DEFAULT CHARSET=latin1;