You can store ANYTHING you like in the database, I emphasize anything because you can store anything. You just need to create the table or columns and any functions to store and retrieve the information.Is there a method of giving on the online server as admin outfits? Like from datebase or something and where are players items stored?
`lookbody` int(11) NOT NULL DEFAULT '0',
`lookfeet` int(11) NOT NULL DEFAULT '0',
`lookhead` int(11) NOT NULL DEFAULT '0',
`looklegs` int(11) NOT NULL DEFAULT '0',
`looktype` int(11) NOT NULL DEFAULT '136',
`lookaddons` int(11) NOT NULL DEFAULT '0',
otland/forgottenserverThese values are actual outfits only. Meaning that if i would like to give a player an outfit entering a value in looktype, this value will change as soon as a player logout to a value of last "weared" outfit. Value changes and player doesn' have access to that outfit anymose. What with other outfits belonging to that player? Where is information about that? I know for sure that outfits, addons and eq are stored somewhere else. I have TFS + gesior
https://github.com/otland/forgottenserver/blob/master/data/XML/outfits.xml
otland/forgottenserver
Code:https://github.com/otland/forgottenserver/blob/master/data/XML/outfits.xml