PDA

View Full Version : [TLBB] [Hỏi] file dịch chuyễn trong tlbb



Superman
07-07-12, 07:28 PM
mình muốn add map PMP vào NPC dịch chuyễn ở Đại Lý tới phần

function x400958_UpdateEventList( sceneId, selfId, targetId )
BeginEvent(sceneId);
AddText( sceneId, "#{SFCS_80828_01}" );
AddNumText(sceneId, x400958_g_ScriptId, "LÕc Dß½ng", 9, 1);
AddNumText(sceneId, x400958_g_ScriptId, "Tô Châu", 9, 2);
AddNumText(sceneId, x400958_g_ScriptId, "Lâu Lan", 9, 3);
AddNumText(sceneId, x400958_g_ScriptId, "Nam Häi", 9, 4);
AddNumText(sceneId, x400958_g_ScriptId, "Nam Chiêu", 9, 5);
AddNumText(sceneId, x400958_g_ScriptId, "Tr߶ng BÕch S½n", 9, 6);
AddNumText( sceneId, x002026_g_ScriptId, "#GPhiêu Mi¬u Phong", 9, 7) //PMP

--
local id = GetNumText();
if id >=1 and id <= 6 then
BeginEvent(sceneId)
--"±¾´Î´«ËÍÊÕÈ¡50Òø½»×Ó£¬ÄãÒª ´«ËÍÂð£¿"
AddText(sceneId, "#{FFCS_081210_1}")
if id == 1 then
AddNumText(sceneId, x400958_g_ScriptId, "Duy®t", 0, 11);
elseif id == 2 then
AddNumText(sceneId, x400958_g_ScriptId, "Duy®t", 0, 21);
elseif id == 3 then
AddNumText(sceneId, x400958_g_ScriptId, "Duy®t", 0, 31);
elseif id == 4 then
AddNumText(sceneId, x400958_g_ScriptId, "Duy®t", 0, 41);
elseif id == 5 then
AddNumText(sceneId, x400958_g_ScriptId, "Duy®t", 0, 51);
elseif id == 6 then
AddNumText(sceneId, x400958_g_ScriptId, "Duy®t", 0, 61);
elseif id == 7 then
AddNumText(sceneId, x400958_g_ScriptId, "Duy®t", 0, 71);
máy con số đó "11,21,31,41,51,61",có nghỉa là gì vậy ,pro help với