蓝宇传奇技术教程-传奇工具-传奇版本服务端-三下五除二

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 14|回复: 0

在线购买物品列表脚本-Hero引擎

[复制链接]
发表于 昨天 07:50 | 显示全部楼层 |阅读模式
在线购买物品存放在传奇版本~服务端存放路径Envir\UserData\BuyItemList.txt文本中。
格式: 物品名称 物品价格(元宝) 物品说明 物品类型(1-6)
例如: 传送戒指 50 可以在当前地图中随机移动 1,定身戒指 50 是对方处于暂时的定身状态 1

玩家可使用 @购买 购买物品.例如: @购买 传送戒指 @价格查询 查询物品价格.例如: @价格查询 等内部游戏命令操作使用!


通过以下脚本代码。可以显示购买列表中的物品及价格.

(@BuyShopItem )
[@main]
#SAY
欢迎来到〖<$SERVERNAME>〗在线购物系统。<您的帐户现有元宝>:<$GAMEGOLD>个\
请选择你要购买的物品类别:\
╔┄┄┄┄┄┄╗  ╔┄┄┄┄┄┄╗  ╔┄┄┄┄┄┄╗\
┆『<武    器/@BuyList1>』┆  ┆『<衣    服/@BuyList2>』┆  ┆『<首    饰/@BuyList3>』┆\
╚┄┄┄┄┄┄╝  ╚┄┄┄┄┄┄╝  ╚┄┄┄┄┄┄╝\
╔┄┄┄┄┄┄╗  ╔┄┄┄┄┄┄╗  ╔┄┄┄┄┄┄╗\
┆『<宝石专区/@BuyList4>』┆  ┆『<技能书籍/@BuyList5>』┆  ┆『<特殊物品/@BuyList6>』┆\
╚┄┄┄┄┄┄╝  ╚┄┄┄┄┄┄╝  ╚┄┄┄┄┄┄╝\
==========================================================\
<物品价格全部之能用元宝进行购买.本服务器1元游戏点=10元宝>\

在线购买物品列表脚本图片

在线购买物品列表脚本图片

[@BuyList1]
#IF
#ACT
SetBuyType 1
#SAY
<$ShowBuyList1>
<首页/@BuyListHomePage>  <上页/@BuyListPreviousPage>  <下页/@BuyListNextPage>  <尾页/@BuyListLastPage>   <返回/@main>\

[@BuyList2]
#IF
#ACT
SetBuyType 2
#SAY
<$ShowBuyList2>
<首页/@BuyListHomePage>  <上页/@BuyListPreviousPage>  <下页/@BuyListNextPage>  <尾页/@BuyListLastPage>   <返回/@main>\

[@BuyList3]
#IF
#ACT
SetBuyType 3
#SAY
<$ShowBuyList3>
<首页/@BuyListHomePage>  <上页/@BuyListPreviousPage>  <下页/@BuyListNextPage>  <尾页/@BuyListLastPage>   <返回/@main>\

[@BuyList4]
#IF
#ACT
SetBuyType 4
#SAY
<$ShowBuyList4>
<首页/@BuyListHomePage>  <上页/@BuyListPreviousPage>  <下页/@BuyListNextPage>  <尾页/@BuyListLastPage>   <返回/@main>\

[@BuyList5]
#IF
#ACT
SetBuyType 5
#SAY
<$ShowBuyList5>
<首页/@BuyListHomePage>  <上页/@BuyListPreviousPage>  <下页/@BuyListNextPage>  <尾页/@BuyListLastPage>   <返回/@main>\

[@BuyList6]
#IF
#ACT
SetBuyType 6
#SAY
<$ShowBuyList6>
<首页/@BuyListHomePage>  <上页/@BuyListPreviousPage>  <下页/@BuyListNextPage>  <尾页/@BuyListLastPage>   <返回/@main>\

[@BuyShopItems_]
你确定要购买:<$BUYITEM>吗?\ \

<购买/@BuyItem>     <返回/@main>     <关闭/@Exit>\

[@BuyItem]
#IF
#ACT
BuyShopItem %BuyItem

回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

QQ|小黑屋|蓝宇传奇技术教程-传奇工具-传奇版本服务端-三下五除二 ( 湘ICP备16009605号-1 )

GMT+8, 2025-6-8 21:34 , Processed in 0.088583 second(s), 24 queries .

热血传奇 chuanqi! X3.4

Copyright © 2001-2024, Tencent Cloud.

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