Kết quả 1 đến 2 của 2
-
29-08-12, 05:47 PM #1
- Ngày tham gia
- Aug 2012
- Bài viết
- 137
- Thanks
- 12
- Thanked 7 Times in 4 Posts
Ai giúp em về lỗi này ! túi tân thủ
e vào game k có túi tân thủ! nếu muốn ra nhận túi tân thủ ở lễ quan thì phải làm ntn ạk
Khách viếng thăm hãy cùng longauto xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
29-08-12, 06:35 PM #2
- Ngày tham gia
- Nov 2008
- Bài viết
- 185
- Thanks
- 13
- Thanked 43 Times in 32 Posts
Ðề: Ai giúp em về lỗi này ! túi tân thủ
\gameserver\script\npc\liguan.lua
Code:{"Nhận túi tân thủ", self.tuitanthu, self},
Code:function tbLiGuan:tuitanthu() local nCount = me.GetItemCountInBags(18,1,351,1); if (nCount == 0) then local tbNewPlayerGiftItem = { 18, 1, 351, 1 } local tbBaseProp = KItem.GetItemBaseProp(unpack(tbNewPlayerGiftItem)); if not tbBaseProp then return; end local tbItem = { nGenre = tbNewPlayerGiftItem[1], nDetail = tbNewPlayerGiftItem[2], nParticular = tbNewPlayerGiftItem[3], nLevel = tbNewPlayerGiftItem[4], nSeries = (tbBaseProp.nSeries > 0) and tbBaseProp.nSeries or 0, bBind = KItem.IsItemBindByBindType(tbBaseProp.nBindType), nCount = 1; }; if (0 == me.CanAddItemIntoBag(tbItem)) then me.Msg("Hành trang đầy"); return; end tbNewPlayerGiftItem[5] = tbItem.nSeries; me.AddItem(unpack(tbNewPlayerGiftItem)); me.Msg("Nhận được Túi tân thủ !"); else Dialog:Say("<color=red> Bạn đã có Túi tân thủ <color>"); end end
Khách viếng thăm hãy cùng nguyenduccu xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!