PDA

View Full Version : [KT] Cho mình hỏi lỗi event ?



kiemthe_dev
27-07-13, 12:18 AM
gameserver\scripts\event\jieri\201001_springfresti val\item\springfrestival_nianhua_identify.lua
mình ko hiểu sai cái j mà nó cứ báo un expected symbol near "n" khi chạy GS nhỉ?
Code đây,pro nào xem giúp mình với???



local tbItem = Item:GetClass("picture_newyear_d");
SpecialEvent.SpringFrestival = SpecialEvent.SpringFrestival or {};
local SpringFrestival = SpecialEvent.SpringFrestival or {};

function tbItem:OnUse()
Dialog:Say("Thu thập tranh để ghép tại Npc Thần Tài",
{"Ta hiểu rồi"}
);
end

kiemthe_dev
27-07-13, 10:17 AM
Chào buổi sáng!!! Ai giúp mình với :bz

Sesshomaru
27-07-13, 05:35 PM
gameserver\scripts\event\jieri\201001_springfresti val\item\springfrestival_nianhua_identify.lua
mình ko hiểu sai cái j mà nó cứ báo un expected symbol near "n" khi chạy GS nhỉ?
Code đây,pro nào xem giúp mình với???



local tbItem = Item:GetClass("picture_newyear_d");
SpecialEvent.SpringFrestival = SpecialEvent.SpringFrestival or {};
local SpringFrestival = SpecialEvent.SpringFrestival or {};

function tbItem:OnUse()
Dialog:Say(???"Thu thập tranh để ghép tại Npc Thần Tài"???,
{"Ta hiểu rồi"}
);
end


???
.................................................. .

BMK
27-07-13, 05:41 PM
báo lỗi có thể do việt hóa và phải xem file nào báo dòng thứ mấy nữa

tuidangvui
27-07-13, 05:49 PM
gameserver\scripts\event\jieri\201001_springfresti val\item\springfrestival_nianhua_identify.lua
mình ko hiểu sai cái j mà nó cứ báo un expected symbol near "n" khi chạy GS nhỉ?
Code đây,pro nào xem giúp mình với???



local tbItem = Item:GetClass("picture_newyear_d");
SpecialEvent.SpringFrestival = SpecialEvent.SpringFrestival or {};
local SpringFrestival = SpecialEvent.SpringFrestival or {};

function tbItem:OnUse()
Dialog:Say("Thu thập tranh để ghép tại Npc Thần Tài",
{"Ta hiểu rồi"}
);
end


chuyển về utf-8 without BOM là ok :smashed:

thanhdinh10
27-07-13, 05:53 PM
gameserver\scripts\event\jieri\201001_springfresti val\item\springfrestival_nianhua_identify.lua
mình ko hiểu sai cái j mà nó cứ báo un expected symbol near "n" khi chạy GS nhỉ?
Code đây,pro nào xem giúp mình với???



local tbItem = Item:GetClass("picture_newyear_d");
SpecialEvent.SpringFrestival = SpecialEvent.SpringFrestival or {};
local SpringFrestival = SpecialEvent.SpringFrestival or {};

function tbItem:OnUse()
Dialog:Say("Thu thập tranh để ghép tại Npc Thần Tài",
{"Ta hiểu rồi"}
);
end


bạn mở file đó = notepad++ rồi Encoding lại thành Encode in UTF-8 without BOM chưa ? :)

kiemthe_dev
27-07-13, 09:26 PM
Mình đã làm theo và đã được. Cảm ơn Mod và các bạn nhé,đang tập mày mò dần dần ^^