Kết quả 1 đến 6 của 6
-
29-04-14, 10:33 PM #1
- Ngày tham gia
- Apr 2014
- Bài viết
- 288
- Thanks
- 180
- Thanked 21 Times in 15 Posts
xem dùm mình code script cho questkey !!
Code:Include("\\script\\global\\sourceatn.lua") Include("\\script\\global\\tasklist.lua") Include("\\Script\\Source\\tasklist.lua") da1 = GetEventItemCount(474) da2 = GetEventItemCount(475) da3 = GetEventItemCount(476) da4 = GetEventItemCount(477) da5 = GetEventItemCount(478) da6 = GetEventItemCount(479) da7 = GetEventItemCount(480) da8 = GetEventItemCount(481) da9 = GetEventItemCount(482) tc = GetEventItemCount(488) PHẦN NÀY ĐỐI THOẠI function chetao() if (tc >= 1) and (da1 >= 1) and (da2 >= 1) and (da3 >= 1) and (da4 >= 1) and (da5 >= 1) and (da6 >= 1) and (da7 >= 1) and (da8 >= 1) and (da9 >= 1) then DelEventItem(488) DelEventItem(474) DelEventItem(475) DelEventItem(476) DelEventItem(477) DelEventItem(478) DelEventItem(479) DelEventItem(480) DelEventItem(481) DelEventItem(482) if (GetEventItemCount(488) == (tc - 1)) and (GetEventItemCount(474) == (da1 - 1)) and (GetEventItemCount(475) == (da2 - 1)) and (GetEventItemCount(476) == (da3 -1)) and (GetEventItemCount(477) == (da4 - 1)) and (GetEventItemCount(478) == (da5 - 1)) and (GetEventItemCount(479) == (da6 - 1)) and (GetEventItemCount(480) == (da7 - 1)) and (GetEventItemCount(481) == (da8 - 1)) and (GetEventItemCount(482) == (da9 - 1)) then AddEventItem(493) Msg2Player("<color=green>B¹n nhËn ®îc <color=fire>LÖnh bµi triÖu tËp V« Danh ChØ<color>") else Msg2Player("Thu thËp cha ®ñ! ") end end end
Lúc đầu mình viết script đó cho Item (488), nhưng ko có gì xảy ra khi chuột phải (item ăn dc), viết lên script NPC cũng ko thực hiện dc..chẳng có gì xảy ra
Mong các bạn xem giúp mình, xin cảm ơn! sever Công Lý Giang HồLần sửa cuối bởi yeuVLTK, ngày 29-04-14 lúc 10:46 PM.
Khách viếng thăm hãy cùng yeuVLTK xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
29-04-14, 10:41 PM #2
Ðề: xem dùm mình code script cho questkey !!
Theo mình nhìn thấy là bạn sai "Include("\\Script\\Source.tasklist.lua")"
Khách viếng thăm hãy cùng MinYeuVy xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
Các thành viên gởi lời cảm ơn đến MinYeuVy vì bài viết này !
yeuVLTK (29-04-14)
-
29-04-14, 10:46 PM #3
- Ngày tham gia
- Apr 2014
- Bài viết
- 288
- Thanks
- 180
- Thanked 21 Times in 15 Posts
Ðề: xem dùm mình code script cho questkey !!
Khách viếng thăm hãy cùng yeuVLTK xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
29-04-14, 10:49 PM #4
Ðề: xem dùm mình code script cho questkey !!
Khách viếng thăm hãy cùng MinYeuVy xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
30-04-14, 12:23 AM #5
- Ngày tham gia
- Apr 2014
- Bài viết
- 288
- Thanks
- 180
- Thanked 21 Times in 15 Posts
Ðề: xem dùm mình code script cho questkey !!
Khách viếng thăm hãy cùng yeuVLTK xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
30-04-14, 03:05 AM #6
- Ngày tham gia
- Apr 2014
- Bài viết
- 288
- Thanks
- 180
- Thanked 21 Times in 15 Posts
Ðề: xem dùm mình code script cho questkey !!
mò một lát cũng ra ^^!
thì ra như vầy !!
Code:function main() chetao() end function chetao() local TAB_CHETAO = { "<color=green>B¹n nhËn ®îc <color=fire>LÖnh bµi triÖu tËp V« Danh ChØ", "<color=green>B¹n nhËn ®îc <color=red>Cha ®ñ !",} local da1 = GetEventItemCount(474) local da2 = GetEventItemCount(475) local da3 = GetEventItemCount(476) local da4 = GetEventItemCount(477) local da5 = GetEventItemCount(478) local da6 = GetEventItemCount(479) local da7 = GetEventItemCount(480) local da8 = GetEventItemCount(481) local da9 = GetEventItemCount(482) local tc = GetEventItemCount(488) if (tc >= 1) and (da1 >= 1) and (da2 >= 1) and (da3 >= 1) and (da4 >= 1) and (da5 >= 1) and (da6 >= 1) and (da7 >= 1) and (da8 >= 1) and (da9 >= 1) then DelEventItem(488) DelEventItem(474) DelEventItem(475) DelEventItem(476) DelEventItem(477) DelEventItem(478) DelEventItem(479) DelEventItem(480) DelEventItem(481) DelEventItem(482) if (GetEventItemCount(488) == (tc - 1)) and (GetEventItemCount(474) == (da1 - 1)) and (GetEventItemCount(475) == (da2 - 1)) and (GetEventItemCount(476) == (da3 -1)) and (GetEventItemCount(477) == (da4 - 1)) and (GetEventItemCount(478) == (da5 - 1)) and (GetEventItemCount(479) == (da6 - 1)) and (GetEventItemCount(480) == (da7 - 1)) and (GetEventItemCount(481) == (da8 - 1)) and (GetEventItemCount(482) == (da9 - 1)) then AddEventItem(493) Msg2Player(TAB_CHETAO[1]) return else Msg2Player(TAB_CHETAO[2]) return end end end
Lần sửa cuối bởi yeuVLTK, ngày 30-04-14 lúc 03:07 AM.
Khách viếng thăm hãy cùng yeuVLTK xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
[JX] Xin script code x2 exp!
Bởi dmt998 trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 2Bài viết cuối: 21-04-13, 04:59 PM -
[KT] Tìm người viết script code
Bởi saodzi trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 0Bài viết cuối: 18-04-13, 04:00 PM -
[JX] Code sử dụng questkey
Bởi doanhungit trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 4Bài viết cuối: 18-09-12, 10:43 PM -
[KT] Code fix Âm đồng bằng script
Bởi Sesshomaru trong diễn đàn ScriptsTrả lời: 29Bài viết cuối: 18-09-12, 07:34 PM