Kết quả 1 đến 5 của 5
Chủ đề: ID Bích Long Long Hồn
-
23-03-16, 04:52 PM #1
ID Bích Long Long Hồn
Khách viếng thăm hãy cùng ochohieucac123 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
23-03-16, 04:58 PM #2
Ðề: ID Bích Long Long Hồn
Nhận thiết kế web
skype:nhatthanh5891_3
fb:fb.com/ThanhNaruto208
SDT:0165.3749.679
-
24-03-16, 09:06 AM #3
Ðề: ID Bích Long Long Hồn
đại hiệp giúp tại hạ 1 lần đi mà tại hạ chỉ cần ID đó thôi nếu tại hạ lọ mò thì lại nỗi lòng tham add nhiều thứ
vì tại hạ đang chơi bằng tiếng tàu trãi nghiệm cốt truyện chỉ cheat 1 lần này thôiLần sửa cuối bởi ochohieucac123, ngày 24-03-16 lúc 09:17 AM.
Khách viếng thăm hãy cùng ochohieucac123 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
24-03-16, 10:29 AM #4
- Ngày tham gia
- Sep 2008
- Bài viết
- 1,320
- Thanks
- 256
- Thanked 740 Times in 559 Posts
Ðề: ID Bích Long Long Hồn
Dùng Plugin hiển thị thẳng lun khi để chuột vào Item
File nay cho KT2 VNG nếu đang xài bản Linux đối chiếu rồi edit lại nhé
Tên File : ItemEnhance.lua
PHP Code:function Item:Tip_Prefix(nState, nEnhStarLevel, szBindType)
local szPreTip = "";
if it.IsEquip() == 1 then
szPreTip = szPreTip..self:Tip_StarLevel(nState, nEnhStarLevel);
szPreTip = szPreTip..self:Tip_FightPower(nState);
szPreTip = szPreTip..self:Tip_BindInfo(nState, szBindType); -- 绑定状态
szPreTip = szPreTip..self:Tip_InFo(nState);--hiển thị ID Item
szPreTip = szPreTip..self:Tip_Changeable(nState)..self:Tip_CanBreakUp(nState); -- 可否兑换
if it.IsZhenYuan() ~= 1 then
szPreTip = szPreTip..self:Tip_GetRefineLevel();
end
else
if (it.GetStoneType() ~= 0) then
szPreTip = szPreTip..Item.tbClass["gem"]:Tip_StarLevel();
elseif it.szClass == "horse_item" then
szPreTip = szPreTip..Item.tbClass["horse_item"]:GetPreTip();
end
szPreTip = szPreTip..self:Tip_BindInfo(nState, szBindType);
szPreTip = szPreTip..self:Tip_InFo(nState);--hiển thị ID Item
szPreTip = szPreTip..self:Tip_Changeable(nState); -- 可否兑换
end
return szPreTip;
end
function Item:Tip_InFo(nState)
local szTip = "\n";
local nValue = it.nValue;
local nOrigin = self:Tip_Origin(nState);
local strValue = string.format("<color=yellow>ID: %s,%s,%s,%s<color>", it.nGenre,it.nDetail,it.nParticular,it.nLevel);
szTip = szTip..strValue.."<color=white>\n";
return szTip;
end
function Item:Tip_Origin(nState)
local pTempItem = KItem.CreateTempItem(
it.nGenre,
it.nDetail,
it.nParticular,
it.nLevel,
it.nSeries,
0,
it.nLucky,
it.GetGenInfo(),
0,
it.dwRandSeed,
it.nIndex
);
local nValue = pTempItem.nValue;
pTempItem.Remove();
return nValue;
end
-
24-03-16, 08:08 PM #5
- Ngày tham gia
- Dec 2015
- Bài viết
- 35
- Thanks
- 5
- Thanked 0 Times in 0 Posts
Ðề: ID Bích Long Long Hồn
Khách viếng thăm hãy cùng tuhaihunhde xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!