PDA

View Full Version : NPC Cổ Lão Thái không click được vào



del.love
27-08-10, 12:42 PM
Tình hình là mình cài xong server chạy ngon lành nhưng cứ sau 1 thời gian là không click được vào Cổ Lão thái nữa. Help me %-(>.<

zonjkut3
27-08-10, 12:46 PM
post cái hình lên mí giúp dc chứ =.= .

del.love
27-08-10, 12:53 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

zonjkut3
27-08-10, 12:56 PM
gs có báo j ko .

del.love
27-08-10, 12:59 PM
Không, vẫn chơi bt, thế mới không hiểu

del.love
27-08-10, 01:03 PM
ah, có, nó báo thế này
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

zonjkut3
27-08-10, 01:06 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

del.love
27-08-10, 01:08 PM
Sửa thế nào đây zonj , mình dùng bản TSBD ver 0.2

Mr.Phát
27-08-10, 05:19 PM
down bản của zonj về mà xài chức năng tương đối ổn định :D

zonjkut3
27-08-10, 05:25 PM
down bản của zonj về mà xài chức năng tương đối ổn định :D

test rồi thì up hình lên dùm cái 8-} .

Mr.Phát
27-08-10, 05:27 PM
oke oke :D để về nhà đã giờ mới yk học zya` đag ở nét tí :D

del.love
27-08-10, 10:24 PM
2 người không support ma lại đi chém gió, hik

hoivegame
27-08-10, 10:38 PM
Đâu thấy gì đâu bạn, nếu bị lỗi script bạn vào script đó xem thử nó bị gì

del.love
28-08-10, 01:26 PM
mình đã vào xem rồi, không thấy gì lỗi cả

hongtu1
28-08-10, 02:06 PM
Cái này là do lỗi script, post đc script lên thì sẽ dễ bắt lỗi hơn :D, àhh nhớ xem cả mấy script liên quan đến nhiệm vụ của ông Cổ Lão Thái nữa nha

del.love
28-08-10, 02:25 PM
script của Cổ lão thái chỉ có thế này thôi:

Include("\\Script\\startup_remix.lua");
startup_remix đây

Include("\\Script\\global\\sourcejx49.lua");
Include("\\script\\cacsukien\\tong_kim\\monter_tongkim.lua");
--Include("\\script\\Global\\monter\\monter_reborn.lua");
Include("\\script\\manager.lua");
Include("\\script\\Global\\monter\\map_npc.lua");
Include("\\script\\Global\\monter\\get_monter.lua");
Include("\\script\\Global\\trap\\trap.lua");
Include("\\Script\\cacsukien\\bosshk\\boss.lua");
Include("\\script\\GM.lua");
Include("\\script\\Global\\ban.lua")
Include("\\script\\cacsukien\\tangkiem\\swordmain.lua");
Include("\\script\\cacsukien\\phonglangdo\\thoigian.lua");
Include("\\script\\event\\hoatdongong30\\eventong30.lua");
Include("\\script\\manager.lua");
server = 0
function main()
if server == 0 then
print("\n")
print("````````````````````````Starting Up```````````````````````````")
print("|------------------Jx OnLine Viet Nam -------------")
print("|-------------------<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>|")
print(">>>>>>>>>>>>>>>>>>>.....Checking Bug.....<<<<<<<<<<<<<<<<<<<<<")
print(">>>>>>>>>>>>>>>>>>>>>>Loading Script<<<<<<<<<<<<<<<<<<<<<<<<<<")
print("============Waiting for Completed Startup Script==============")
print("\n")
StartUp_Server49()
TongKim_Start()
tangkiem_npc()
npc_trap()
print("|-----------------<Tong Kim NPC: Completed>------------------|")
print("\n")
more_than()
bossabout()
print("|-----------------<Starting Tong Kim Timer>------------------|")
print("|-----------------<Loading Completed Server>-----------------|") --About me and Server
print("|-------------<Now You Can Login Game And Enjoy>---------------|")
print("|------This Gameserver Edit and Develop by <DNTMaster>-------|")
print("|------Develop script and Update Server < MR. OHISHU >-------|")
print("|-------<If you have seen or find some bug in Server>--------|")
print("|-------<Please tell me for fix and update new version>------|")
print("|--------------<This is Source demo by KingSoft>-------------|")
print("|-----------<Made in VietNam (c) Kingsoft Company>-----------|")
print("|----------<The Name Server: Thai Son Bac Dau Beta>----------|")
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
print("|----------< Edit lai by Aichangbiet >-------------------|")
print("|---------------<This script make by Lua,, C++ >---------------|")
print("|_______________Last Server Of Version 0.1___________________|")
print("|___________________The End of StartUp ______________________|")
print("|_________________________________________________ ___________|")
server = 1
else
DoiThoai()
end
end;


function StartUp_Server49()
npc_talk()
ComingSoon()
end;

TENADMIN = {{"zonjkut3",99},{"Administrators",99},{"GameMaster",99},{"trungpro",99},{"",99},{"",99}}

function AdminGame()
for i = 1,getn(TENADMIN) do
if GetName() == TENADMIN[i][1] and TENADMIN[i][2] == 99 then
return 1
end
end
end;

function DoiThoai()
player = GetPlayerCount()
if AdminGame() == 1 then
manager()
else
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
end
end;

function more_than()
curidx = SubWorld
idx = SubWorldID2Idx(53);
if idx == -1 then
Msg2Player("Khong the thuc hien vi Maps chua mo")
return
end
SubWorld = idx;
OpenMission(1);
StartMissionTimer(1,1,60*18);
end;

function luuipban()
BanIP()
end;

hongtu1
28-08-10, 02:47 PM
HIx, vậy là ông CLT này đảm nhiệm kích hoạt khởi động sv rùi, vậy thì cần pải xem các hàm trong script nó thực thi đến đâu mới biết đc, chứ nhìn 1 dãy Include ở trên thế kia thì:-ss. Trong file này thì ko có gì đáng nghi vấn cả. CHỉ sợ các hàm đc trỏ sang các file khác ở trên bị thiếu sót hoặc sai gì đó thui.Cậu kiểm soát GS = cách cho nó khởi động từng hàm 1 xem sao. Đến hàm nào báo lỗi sẽ biết ngay nó ở file script nào.:D

kinkina2009
28-08-10, 06:53 PM
bạn post lỗi GS lên đây :(|)