function GetCharNewTitleNo(charaindex,id) if char.check(charaindex)~=1 then return 0 end if id< 32 then if other.DataAndData(char.getInt(charaindex,"称号状态1"),id)~= 0 then return titleinfo[id+1][2] end elseif id< 64 then if other.DataAndData(char.getInt(charaindex,"称号状态2"),id-32)~= 0 then return titleinfo[id+1][2] end elseif id< 96 then if other.DataAndData(char.getInt(charaindex,"称号状态3"),id-64)~= 0 then return titleinfo[id+1][2] end end return 0 end function GetCharNewTitleString(charaindex,id) if char.check(charaindex)~=1 then return 0 end if id< 32 then if other.DataAndData(char.getInt(charaindex,"称号状态1"),id)~= 0 then return titleinfo[id+1][2] end elseif id< 64 then if other.DataAndData(char.getInt(charaindex,"称号状态2"),id-32)~= 0 then return titleinfo[id+1][2] end elseif id< 96 then if other.DataAndData(char.getInt(charaindex,"称号状态3"),id-64)~= 0 then return titleinfo[id+1][2] end end return "" end function GetCharNewTitleName(charaindex,id) if char.check(charaindex)~=1 then return 0 end if id< 32 then if other.DataAndData(char.getInt(charaindex,"称号状态1"),id)~= 0 then return titleinfo[id+1][1] end elseif (id >=32 and id< 64) then if other.DataAndData(char.getInt(charaindex,"称号状态2"),id-32)~= 0 then return titleinfo[id+1][1] end elseif(id >=64 and id< 96) then if other.DataAndData(char.getInt(charaindex,"称号状态3"),id-64)~= 0 then return titleinfo[id+1][1] end end return "" end function GetCharNewTitleMode(charaindex,id) if char.check(charaindex)~=1 then return 0 end if id< 32 then if other.DataAndData(char.getInt(charaindex,"称号状态1"),id)~= 0 then return 1 end elseif (id >=32 and id< 64) then if other.DataAndData(char.getInt(charaindex,"称号状态2"),id-32)~= 0 then return 1 end elseif(id >=64 and id< 96) then if other.DataAndData(char.getInt(charaindex,"称号状态3"),id-64)~= 0 then return 1 end end return 0 end function TitleListSend(charaindex) if char.check(charaindex)~=1 then return end local Nodata="" local jiedata="" local indexdata="" local num=0 local fd = char.getFd(charaindex) for i = 1,96 do if GetCharNewTitleMode(charaindex,i-1)>0 then num = num + 1 -- print(num, GetCharNewTitleMode(charaindex,i-1)) Nodata = Nodata..GetCharNewTitleString(charaindex,i-1).."|" jiedata = jiedata..GetCharNewTitleName(charaindex,i-1).."|" indexdata = indexdata..(i-1).."|" end end local data = string.format("%d|%d#@%s#@%s#@%s#@",char.getInt(charaindex,"文字称号"),num,Nodata,jiedata,indexdata) lssproto.CharTitleSend(fd,data) -- print("CharTitleSend发送成功!"..data.."\n") end function GetTtileBuff(id) if id >96 or id < 1 then return 0,0,0,0 end return titleinfo[id][3],titleinfo[id][4],titleinfo[id][5],titleinfo[id][6] end function data() titleinfo = { --描述 序号 体 攻 防 敏 毒 麻 睡 石 混 {"大地的精灵 防+5",1,0,0,5,0,0,0,0,0,0} ,{"水的精灵 HP+20",2,20,0,0,0,0,0,0,0,0} ,{"火炎的精灵 攻+5",3,0,5,0,0,0,0,0,0,0} ,{"疾风的精灵 敏+5",4,0,0,0,5,0,0,0,0,0} ,{"奥萝拉的精灵 全+1",5,1,1,1,1,0,0,0,0,0} ,{"彩虹的精灵 全+2",6,2,2,2,2,0,0,0,0,0} ,{"初心使者 HP+10",7,10,0,0,0,0,0,0,0,0} ,{"无名的旅人 全+2",8,2,2,2,2,0,0,0,0,0} ,{"路边的落叶 全+4",9,4,4,4,4,0,0,0,0,0} ,{"水面的小草 全+6",10,6,6,6,6,0,0,0,0,0} ,{"呢喃的歌声 全+8",11,8,8,8,8,0,0,0,0,0} ,{"地上的月影 全+10",12,10,10,10,10,0,0,0,0,0} ,{"奔跑的春风 全+12",13,12,12,12,12,0,0,0,0,0} ,{"苍穹的风云 全+14",14,14,14,14,14,0,0,0,0,0} ,{"摇曳的金星 全+16",15,16,16,16,16,0,0,0,0,0} ,{"欢喜的慈雨 全+18",16,18,18,18,18,0,0,0,0,0} ,{"蕴含的太阳 全+20",17,20,20,20,20,0,0,0,0,0} ,{"敬畏的寂静 全+30",18,30,30,30,30,0,0,0,0,0} ,{"精靈封印者 攻+5",19,0,5,0,0,0,0,0,0,0} ,{"五转轮回 防+20",20,0,0,20,0,0,0,0,0,0} ,{"盗贼讨伐者 攻+5",21,0,5,0,0,0,0,0,0,0} ,{"盗贼帮众 混乱抗性+5",22,0,0,0,0,0,0,0,0,5} ,{"夺宝奇兵 石化抗性+5",23,0,0,0,0,0,0,0,5,0} ,{"勇闯夺宝岛 睡抗性+5",24,0,0,0,0,0,0,5,0,0} ,{"合成达人 敏+5",25,0,0,0,5,0,0,0,0,0} ,{"合成高手 敏+3",26,0,0,0,3,0,0,0,0,0} ,{"练宠达人 攻+5",27,0,5,0,0,0,0,0,0,0} ,{"练宠高手 攻+3",28,0,3,0,0,0,0,0,0,0} ,{"任务达人 防+5",29,0,0,5,0,0,0,0,0,0} ,{"任务高手 防+3",30,0,0,3,0,0,0,0,0,0} ,{"初犊战士 HP+10",31,10,0,0,0,0,0,0,0,0} ,{"圣灵勇士 HP+15",32,15,0,0,0,0,0,0,0,0} ,{"玛丽那丝英雄 HP+20",33,20,0,0,0,0,0,0,0,0} ,{"萨姆吉尔英雄 HP+25",34,25,0,0,0,0,0,0,0,0} ,{"萨伊那斯使者 HP+30",35,30,0,0,0,0,0,0,0,0} ,{"尼斯大陆英雄 HP+100",36,100,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} ,{"","",0,0,0,0,0,0,0,0,0} } end function main() data(); end