找回密码
立即注册
搜索
热搜: WOTLK Azerothcore
发新帖

478

积分

0

好友

69

主题
发表于 2024-3-27 14:23:47 | 查看: 406| 回复: 0
AIO
https://github.com/Rochet2/AIO

Eluna-AIO-StoreSystem
https://github.com/Foereaper/Eluna-AIO-StoreSystem

Prerequisites:
  • AIO installed on client and server
Installation:
  • Put contents of "Client" in a patch
  • Put contents of "Server" in the Lua scripts directory on the server
  • Run contents of "SQL" in MySQL in a database named "store"
  • You can access the store through the "Escape" menu ingame.
DB flags and other config specific stuff:
  • Some dummy data is already provided with the database.
  • All data in the database can be safely removed and configured to your liking.
  • The store frame PSD contains some guide borders to show the area of a texture being selected.
  • This should allow you to customize as you please without really touching any of the code.
  • Area is always the top-left black border pixel to the bottom-right black pixel. Stay within this border and you're fine.
  • All scripts have some config options at the top of the script. Review these if need be.
store_categories
  • icon: sets the navigation button icon to the one specified, this checks in the "interface/icons" directory.(补丁中图标的文件名及路径)
  • requiredRank: This defines the minimum account rank needed to open a category.(GM Level)
  • flags = 1: This flags a category as a "Sales" category. It will automatically populate with all items that are on sale.(标识为打折物品)
  • flags = 2: This flags a category as a "New" category. It will automatically populate with all items that are flagged as new.(标识为新品)
  • enabled: set this to 0 to disable a category. it will not be rendered in the navigation list.(是否上架此物品)
store_services:
  • type = 1: items, will award everything in reward_1 to reward_8 through mail
  • flags = 1: will enable the preview pane when the service box is clicked. will preview all items from reward_1 to reward_8.
  • 物品,flags = 1标识此物品是否开启预览窗口
  • type = 2: gold, will award gold in reward_1.
  • 给与金币,数量填在 reward_1
  • type = 3: mount, will teach the player the mounts defined in reward_1 to reward_8.
  • creatureEntry = entry of creature to display in the preview pane when the service box is clicked.
  • 坐骑(技能)creatureEntry:预览模型id
  • type = 4: pet, will teach the player the mounts defined in reward_1 to reward_8.
  • creatureEntry = entry of creature to display in the preview pane when the service box is clicked.
  • 宠物(技能)creatureEntry:预览模型id
  • type = 5: buff, casts spell ID defined in reward_1 to reward_8.
  • buff(可以填入多个1-8)
  • type = 7: services (login flags), sets the players' login flag to flag defined in reward_1.
  • 系统服务
  • type = 8: levels, gives the player the amount of levels defined in reward_1. (需要在服务器端设置最高等级!)
  • flags = 1: sets the players level to the level defined in reward_1 instead of giving.
  • 升级服务,如果填写flags=1,把角色提升到多少级(秒级)
  • type = 9: titles, gives player the title defined in reward_1.
  • 头衔
  • tooltipType = "item": renders the item tooltip in the on-hover service tooltip, uses the ID defined in the "hyperlinkId" field.
  • tooltipType = "spell": renders the spell tooltip in the on-hover service tooltip, uses the ID defined in the "hyperlinkId" field.
  • 鼠标放置上的提示
  • icon: sets the backdrop icon to the icon specified, this checks in the "interface/icons" directory.
  • currency: id of the currency defined in the "store_currencies" table.
  • discountAmount: the amount a service is discounted, deducted from the "price" field. Setting this field will automatically flag a service as "on sale". This will render the on sale tag on the service box.
  • new = 1: flags the service as new, this will render the new tag on the service box. All items tagged as new will always be pushed to the front of a category.
store_currencies:
  • type = 1: gold, this will set this currency to normal ingame gold.
  • type = 2: item token, this will set this currency to use an item as currency.
  • data: this is the entry id of the item token.
  • type = 3: server handled, this should be used for any other currency, be it database driven donation/vote points or otherwise. This requires special handling in Store_Server.lua, specifically in the functions SHOP_UI.DeductCurrency and StoreHandler.UpdateCurrencies.
  • icon: sets the currencies icon, this is loaded from "interface/Store_UI/Currencies" directory.
store_category_service_link:
  • This table is relatively self explanatory.
  • You link categories and services from "store_categories" and "store_services" together to define which category a service should appear in. A service can appear in multiple categories.
您需要登录后才可以回帖 登录 | 立即注册

QQ群:193157782|Blog|AzerothCore|AC zhCN Linktrees ( 苏ICP备2023024864号-2 )

GMT+8, 2024-9-20 02:55 , Processed in 0.046205 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表