Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
146 stars 127 forks source link

[shop] Multiple outfits in a single offer with comma separated outfitIds #369

Closed Znote closed 4 years ago

Znote commented 5 years ago

For instance: Allow players who buy Noble outfit to unlock both male and female outfit id. (depending on character gender).

array(
    'type' => 5,
    'itemid' => [132, 140], // Outfit IDs
    'count' => 3, // Addon 0 = none, 1 = first, 2 = second, 3 = both
    'description' => "Nobleman with both addons",
    'points' => 20,
)

Files that needs to be updated: