satthupro95
22-06-12, 11:36 PM
Đầu tiên cho em gửi lời cảm ơn tới anh duynguyenjx đã share cho e bộ phi phong này ^^
Demo trước rùi vào hướng dẫn các bác sau =))
<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>
<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>
<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>
<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>
-----------------------Phần hướng dẫn ---------------------------
+Các bác down file : <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>
+Down xong các bác sẽ có file Phi Phong NEW.rar giải nén sẽ có folder Phi Phong NEW vào trong folder này các bác sẽ thấy folder khác tên là Phi Phong NEW vào trong folder này các bác sẽ thấy các folder sau general , Nam , Nữ , res
+Bước 1: vào folder general copy file mantle.txt qua Gameserver\setting\item\001\equip\general và copy qua Client\setting\item\001\equip\general
+Bước 2: vào folder res copy các file f_mantle_mantle.txt , f_mantle_mantle_info.txt , m_mantle_mantle.txt , m_mantle_mantle_info.txt qua Gameserver\setting\player\res và Client\setting\player\res
+Bước 3: vào folder Nam ta sẽ thấy 2 folder FF chi ton nam thanh chu 06 và FF vo song nam thanh chu 07 vào trong 2 folder này copy tất cả các file trong folder FF chi ton nam thanh chu 06 và FF vo song nam thanh chu 07 vào Client\image\feature\player\male
+Bước 4: vào folder Nữ ta sẽ thấy 2 folder FF chi ton nu thanh chu 06 và FF vo song nu thanh chu 07 vào trong 2 folder này copy tất cả các file trong folder FF chi ton nu thanh chu 06 và FF vo song nu thanh chu 07 vào Client\image\feature\player\female
Client ở đây là folder chứa game Kiếm Thế của các bác
+Nếu k có các folder trong client như ở trên hướng dẫn thì các bác tự tạo thêm nhé ^^
__________________________________________________ ___________
Code nhận Phi Phong các bác add vào túi tân thủ nhé ^^
{"<color=red>{HOT}<color><color=pink>--<color>Nhận Phi Phong Mới<color=pink>++<color>",self.PhiPhongNew,self};
function tbGift:PhiPhongNew()
local nSeries = me.nSeries;
local szMsg = "Chọn lấy <color=yellow>Phi Phong<color> mà bạn cần nhé ^^";
local tbOpt = {
{"<color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=blue>[Nam] <color>",self.PhiPhongNam,self},
{"<color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=pink>[Nữ] <color>",self.PhiPhongNu,self},
}
Dialog:Say(szMsg,tbOpt);
end
----------------------------------
function tbGift:PhiPhongNam()
local nSeries = me.nSeries;
local szMsg = "<color=red>Click<color> vào để nhận Phi Phong <color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=blue>[Nam]<color> nhé ^^ ";
local tbOpt = {
{"<color=purple>Trục Nhật<color> Chí Tôn Truyền Thuyết",self.TrucNhatChiTonNam,self},
{"<color=purple>Trục Nhật<color> Vô Song Vương Giả",self.TrucNhatVoSongNam,self},
{"<color=yellow>Lăng Thiên<color> Chí Tôn Truyền Thuyết",self.LangThienChiTonNam,self},
{"<color=yellow>Lăng Thiên<color> Vô Song Vương Giả",self.LangThienVoSongNam,self},
}
Dialog:Say(szMsg,tbOpt);
end
-----------------------------------
function tbGift:TrucNhatChiTonNam()
me.AddItem(1,17,11,9);
end
-----------------------------------
function tbGift:TrucNhatVoSongNam()
me.AddItem(1,17,11,10);
end
-----------------------------------
function tbGift:LangThienChiTonNam()
me.AddItem(1,17,13,9);
end
-----------------------------------
function tbGift:LangThienVoSongNam()
me.AddItem(1,17,13,10);
end
-----------------------------------
function tbGift:PhiPhongNu()
local nSeries = me.nSeries;
local szMsg = "<color=red>Click<color> vào để nhận Phi Phong <color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=pink>[Nữ]<color> nhé ^^ ";
local tbOpt = {
{"<color=purple>Trục Nhật<color> Chí Tôn Truyền Thuyết",self.TrucNhatChiTonNu,self},
{"<color=purple>Trục Nhật<color> Vô Song Vương Giả",self.TrucNhatVoSongNu,self},
{"<color=yellow>Lăng Thiên<color> Chí Tôn Truyền Thuyết",self.LangThienChiTonNu,self},
{"<color=yellow>Lăng Thiên<color> Vô Song Vương Giả",self.LangThienVoSongNu,self},
}
Dialog:Say(szMsg,tbOpt);
end
---------------------------------
function tbGift:TrucNhatChiTonNu()
me.AddItem(1,17,12,9);
end
-----------------------------------
function tbGift:TrucNhatVoSongNu()
me.AddItem(1,17,12,10);
end
-----------------------------------
function tbGift:LangThienChiTonNu()
me.AddItem(1,17,14,9);
end
-----------------------------------
function tbGift:LangThienVoSongNu()
me.AddItem(1,17,14,10);
end
-----------------------------------
Demo trước rùi vào hướng dẫn các bác sau =))
<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>
<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>
<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>
<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>
-----------------------Phần hướng dẫn ---------------------------
+Các bác down file : <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>
+Down xong các bác sẽ có file Phi Phong NEW.rar giải nén sẽ có folder Phi Phong NEW vào trong folder này các bác sẽ thấy folder khác tên là Phi Phong NEW vào trong folder này các bác sẽ thấy các folder sau general , Nam , Nữ , res
+Bước 1: vào folder general copy file mantle.txt qua Gameserver\setting\item\001\equip\general và copy qua Client\setting\item\001\equip\general
+Bước 2: vào folder res copy các file f_mantle_mantle.txt , f_mantle_mantle_info.txt , m_mantle_mantle.txt , m_mantle_mantle_info.txt qua Gameserver\setting\player\res và Client\setting\player\res
+Bước 3: vào folder Nam ta sẽ thấy 2 folder FF chi ton nam thanh chu 06 và FF vo song nam thanh chu 07 vào trong 2 folder này copy tất cả các file trong folder FF chi ton nam thanh chu 06 và FF vo song nam thanh chu 07 vào Client\image\feature\player\male
+Bước 4: vào folder Nữ ta sẽ thấy 2 folder FF chi ton nu thanh chu 06 và FF vo song nu thanh chu 07 vào trong 2 folder này copy tất cả các file trong folder FF chi ton nu thanh chu 06 và FF vo song nu thanh chu 07 vào Client\image\feature\player\female
Client ở đây là folder chứa game Kiếm Thế của các bác
+Nếu k có các folder trong client như ở trên hướng dẫn thì các bác tự tạo thêm nhé ^^
__________________________________________________ ___________
Code nhận Phi Phong các bác add vào túi tân thủ nhé ^^
{"<color=red>{HOT}<color><color=pink>--<color>Nhận Phi Phong Mới<color=pink>++<color>",self.PhiPhongNew,self};
function tbGift:PhiPhongNew()
local nSeries = me.nSeries;
local szMsg = "Chọn lấy <color=yellow>Phi Phong<color> mà bạn cần nhé ^^";
local tbOpt = {
{"<color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=blue>[Nam] <color>",self.PhiPhongNam,self},
{"<color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=pink>[Nữ] <color>",self.PhiPhongNu,self},
}
Dialog:Say(szMsg,tbOpt);
end
----------------------------------
function tbGift:PhiPhongNam()
local nSeries = me.nSeries;
local szMsg = "<color=red>Click<color> vào để nhận Phi Phong <color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=blue>[Nam]<color> nhé ^^ ";
local tbOpt = {
{"<color=purple>Trục Nhật<color> Chí Tôn Truyền Thuyết",self.TrucNhatChiTonNam,self},
{"<color=purple>Trục Nhật<color> Vô Song Vương Giả",self.TrucNhatVoSongNam,self},
{"<color=yellow>Lăng Thiên<color> Chí Tôn Truyền Thuyết",self.LangThienChiTonNam,self},
{"<color=yellow>Lăng Thiên<color> Vô Song Vương Giả",self.LangThienVoSongNam,self},
}
Dialog:Say(szMsg,tbOpt);
end
-----------------------------------
function tbGift:TrucNhatChiTonNam()
me.AddItem(1,17,11,9);
end
-----------------------------------
function tbGift:TrucNhatVoSongNam()
me.AddItem(1,17,11,10);
end
-----------------------------------
function tbGift:LangThienChiTonNam()
me.AddItem(1,17,13,9);
end
-----------------------------------
function tbGift:LangThienVoSongNam()
me.AddItem(1,17,13,10);
end
-----------------------------------
function tbGift:PhiPhongNu()
local nSeries = me.nSeries;
local szMsg = "<color=red>Click<color> vào để nhận Phi Phong <color=purple>Trục Nhật<color> - <color=yellow>Lăng Thiên<color> <color=pink>[Nữ]<color> nhé ^^ ";
local tbOpt = {
{"<color=purple>Trục Nhật<color> Chí Tôn Truyền Thuyết",self.TrucNhatChiTonNu,self},
{"<color=purple>Trục Nhật<color> Vô Song Vương Giả",self.TrucNhatVoSongNu,self},
{"<color=yellow>Lăng Thiên<color> Chí Tôn Truyền Thuyết",self.LangThienChiTonNu,self},
{"<color=yellow>Lăng Thiên<color> Vô Song Vương Giả",self.LangThienVoSongNu,self},
}
Dialog:Say(szMsg,tbOpt);
end
---------------------------------
function tbGift:TrucNhatChiTonNu()
me.AddItem(1,17,12,9);
end
-----------------------------------
function tbGift:TrucNhatVoSongNu()
me.AddItem(1,17,12,10);
end
-----------------------------------
function tbGift:LangThienChiTonNu()
me.AddItem(1,17,14,9);
end
-----------------------------------
function tbGift:LangThienVoSongNu()
me.AddItem(1,17,14,10);
end
-----------------------------------