stoneage8.5/服务器端lua文件/lua/onlineshop/main.lua
2020-06-22 17:49:02 +08:00

257 lines
8.9 KiB
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function 字符串切割(,)
= ..
local t = {}
local = 1
repeat
local nexti = string.find(, , )
table.insert(t, string.sub(, ,nexti-string.len()))
= nexti + string.len()
until > string.len()
return t
end
NPC索引 = {};
--[[=========商城变量===========]]
= {};
.={};
.={};
.={};
.={};
.={};
= {{"",1},{"斧头",1},{"",1},{"",1},{"",1},{"",1},{"",1},{"",1},{"手环",1},{"乐器",1}
,{"首饰",1},{"首饰",1},{"带子",1},{"耳环",1},{"鼻环",1},{"护身符",1},{"特殊",0},{"回旋标",1},{"投掷斧",1},{"投掷石",1}
,{"未知",0},{"未知",0},{"未知",0},{"未知",0},{"腰带",1},{"",1},{"靴子",1},{"手套",1},{"使者信物",0},{"勇者信物",0},
{"未知",0},{"未知",0},{"未知",0},{"未知",0},{"未知",0},{"未知",0},{"未知",0},{"未知",0}}
= {{"攻击力",%_附攻%,1},
{"防御力",%_附防%,1},
{"敏捷力",%_附敏%,1},
{"耐久力",%_附体%,1},
{"气力",%_附气%,1},
{"运气",%_附运%,1},
{"魅力",%_附魅%,1},
{"闪避",%_附避%,1},
{"格挡",%_格档率%,1},
{"攻序",%_攻序%,1},
{"负重",%_负重%,1},
{"命中",%_命中%,1},
{"抗毒",%_毒耐%,1},
{"抗麻",%_麻耐%,1},
{"抗睡",%_睡耐%,1},
{"抗石",%_石耐%,1},
{"抗酒",%_酒耐%,1},
{"抗混",%_混耐%,1},
{"会心一击",%_附一击%,1}
}--说明常量被除数考虑到有些值需要除于100设置
--[[=========================================================================]]
function 商城NPC创建回调(NPC索引)
.("", "商城对话框回调", NPC索引)
return true;
end
function 创建商城NPC()
();
local ={};
[1] = (.,"道具");
[2] = (.,"道具");
[3] = (.,"道具");
[4] = (.,"道具");
[5] = (.,"宠物");
.(0,[1]);
.(1,[2]);
.(2,[3]);
.(3,[4]);
.(4,[5]);
=nil;
NPC索引.=.NPC("","商城NPC创建回调")
end
function 商城写入日志(,,,,)
local =0;
local ;
local ="";
for i=1,table.getn() do
= .. .([i][1],%_原名%).."*"..[i][2].."("..[[i][3]][2]*[i][2]..")|";
=+[[i][3]][2]*[i][2];
end
if > then
= .."#扣除价格产生异常"
end
= string.format("玩家名:%s 计算商品的价格:%d 实际扣除点数:%d 没扣除金币前:%d 扣除后:%d\n购买商品:%s\n\n",Char.GetData(,%_原名%),
,,,.(,%_VIP%),);
=assert(io.open("./data/lua/onlineshop/shoplog.txt", "a+"))
:write(); -- 读取所有内容
:close();
end
function 商城对话框回调( NPC索引, , , , )
--[[
当按钮不为0的时候玩家选择的是其它页数
当为0的时候,数据中的内容分解
道具索引,数量#道具索引,数量#
]]
if == 0 then
local ID = ()
if ID == 1 then
.(,1001,1,1,.().."|"...(,%_VIP%).."|1",NPC索引)
elseif ID == 2 then
.(,1001,2,2,.().."|"...(,%_VIP%).."|2",NPC索引)
elseif ID == 3 then
.(,1001,3,3,.().."|"...(,%_VIP%).."|3",NPC索引)
elseif ID == 4 then
.(,1001,4,4,.().."|"...(,%_VIP%).."|4",NPC索引)
elseif ID == 5 then
.(,1001,5,5,.().."|"...(,%_VIP%).."|5",NPC索引)
end
elseif ~= "" then
local = (,"#");
local = 0;
local = 0;
local ID = {};
local ;
if == 1 then
= .;
elseif == 2 then
= .;
elseif == 3 then
= .;
elseif == 4 then
= .;
elseif == 5 then
= .;
end
for i=1,table.getn() do
if [i] ~="" then
local = ([i],"|");
ID[i]={};
ID[i][1] = [([1])][1];
ID[i][2] = ([2]);
ID[i][3] = ([1]);
= + [ID[i][3]][2]*ID[i][2];
= + ID[i][2];
end
end
local = .(,%_VIP%);
if < then
.(,"系统:身上的金币不足。",%%);
return;
end
if .() < then
.(,"系统:身上的道具位不足。",%%);
return;
end
.(,%_VIP%,-);
for i=1,table.getn(ID) do
.(,ID[i][1],ID[i][2]);
end
(,ID,,,);
.(,"系统:扣除"...."金币!",%%);
end
end
function 商城数据解析(ID数据组,)
local = "";
if table.getn(ID数据组) < 1 then
return "";
end
for =1,table.getn(ID数据组) do
local ID = ID数据组[][1];
local = .(ID,%_类型%);
local = .(ID,%_图号%);
= string.format("%s%s|%d|%d|%d|道具类型:%s\n",,.(ID,%_原名%),,,ID数据组[][2],[+1][1]);
if [+1][2]== 1 then
if .(ID,%_MAX耐久%) == 0 then
= .."耐久度:不会损坏\n\n"
else
= string.format("%s耐久度%d/%d\n\n",,math.ceil(.(ID,%_耐久%)/100),math.ceil(.(ID,%_MAX耐久%)/100));
end
for = 1,table.getn() do --//遍历常用属性的值
local = .(ID,[][2]);
if ~= 0 then
= string.format("%s%s %s\n",,[][1],());
end
end
if .(ID,%_精灵%) >= 0 then
= string.format("%s\n精灵 %s",,.(.(ID,%_精灵%),%_名%));
end
= .."#";
else
= ...(ID,%_说明%).."#";
end
end
return ;
end
function 道具属性符号()--//增加道具值正负符号
if > 0 then
return "+"..;
else
return ;
end
end
function 职业需求(ID)--返回道具要求职业
local = .(ID,%_职业%);
if == 0 then
return "(通用)"
elseif == 1 then
return "(白狼勇士)"
elseif == 2 then
return "(暗灵法师)"
elseif == 3 then
return "(追猎者)"
end
end
function ITRF_NEWSHOP()--相本回调 改为 新商城
--[[
商城数据说明
人物道具空数量|彩币|页数|数据
]]
if .(,%_战模%) == 0 and .(,%_摆摊%) <= 0 then
.(,1001,1,1,.().."|"...(,%_VIP%).."|1",NPC索引.)
end
end
function 读取商城数据()
local ;
local ,,;
for i =1,5 do
if i == 1 then
= .;
elseif i == 2 then
= .;
elseif i == 3 then
= .;
elseif i == 4 then
= .;
elseif i == 5 then
= .;
end
= assert(io.open("./data/lua/onlineshop/shop"..i..".txt", "r"))
= :read("*a"); -- 读取所有内容
:close();
if ~= "" then
= 0;
= (,"\n");
for b = 1,table.getn() do
if string.sub([b],1,1) ~= "#" and string.sub([b],1,1) ~= "" then
= + 1;
[] = ([b],"|");
[][1] = tonumber([][1]);
[][2] = tonumber([][2]);
end
end
end
end
end
NPC();