View Full Version : [MU] Npc bot trade
Mình đang dùng phiên bản season 6.3
Mình muốn hỏi tên của NPC trade bot này tên tiếng anh của nó là gì trong monster.txt
Và NPC có chức năng cộng hưởng items nữa
Tks
thangvp
31-03-13, 03:03 PM
Mình đang dùng phiên bản season 6.3
Mình muốn hỏi tên của NPC trade bot này tên tiếng anh của nó là gì trong monster.txt
Và NPC có chức năng cộng hưởng items nữa
Tks
Không có trong monter.txt đâu bạn
Vào SCFdata/SCFBots ấy.
nhưng tên npc đó là gì cậu
mình có phải copy qua rồi add bên monster ko
cuocdoisp
01-04-13, 08:45 AM
Mình đang dùng phiên bản season 6.3
Mình muốn hỏi tên của NPC trade bot này tên tiếng anh của nó là gì trong monster.txt
Và NPC có chức năng cộng hưởng items nữa
Tks
chào bạn
NPC boot Trade và np cộng hưởng item ( theo cách gọi thông dụng ) là một npc mới có từ bản ss6.1 .Nó được tách biệt hoàn toàn khỏi thư mục monster tại server . Việc quy định , vị trí xuất hiện ( tọa độ , map ) và chức năng của 2 con boot này bạn có thể xem tại thư mục SCFdata/SCF_Boot . Nếu mình nhớ không nhầm tên file là : BootTrade và BootAlchi.... gì gì đó ( tên khá dài ) . Bạn mở 2 file này ra và đọc sẽ thấy , cụm code đầu tiên là quy định : đặt tên hiển thị của boot trong game , vị trí xuất hiẹn , quy định mặc đồ , quy định class....
mình cũng không có file server ở bên lên không thẻ chỉ rõ , nếu vẫn không hiểu bạn có thể pm trực tiếp yahoo mình để mình chỉ giúp .Khi pm bạn nhớ nói luôn yêu cầu để mình giúp nhé , đừng Buzz hay gọi không .
Chúc bạn thành công
FIle SCF_BotAlchemist.txt của em như thế này
//================================================== ====================================
//Data
//================================================== ====================================
//OnlyVip = This bot is only for VIP users
//Class = 0,1,2 DW,SM,GM
// = 16,17,18 DK,BK,BM
// = 32,33,34 Elf,ME,HE
// = 48,49,50 MG,DM
// = 64,65,66 DL,LE
// = 80,81,82 SU,BS,DS
//BotIndex Class SuccessRate Name Map X Y Dir
1
//0 80 80 "Bot_Rentan" 0 130 118 2
end
//BotPet Items
//Slot:
//0 = Weapon
//1 = Shield
//2 = Helm
//3 = Armor
//4 = Pants
//5 = Gloves
//6 = Boots
//7 = Wings
//8 = Pet
//BotIndex Slot Type Index Level Opt
2
//0 2 7 44 9 1
//0 3 8 44 9 1
//0 4 9 44 9 1
//0 5 10 44 9 1
//0 6 11 44 9 1
//0 7 12 42 0 0
end
3
//BotIndex AllowLevel AllowOpt AllowLuck AllowSkill AllowExc AllowFFFFItems
//0 1 1 1 1 1 0
end
//Conditions
//================================================== ====================================
//Data
//================================================== ====================================
//AcceptOnlySameType = Only Accept for example Swords with Swords, and not Swords with Axes
//OnlyIfDestinyLower = Only Accept if destiny item level is lower or equals than source item level +10 and -10
//================================================== ====================================
4
//BotIndex OnlyVip VipMoney Zen PCPoints AcceptOnlySameType OnlyIfDestinyLower AcceptAncient MaxItemLevel MaxItemExcCount
//0 0 0 0 0 1 1 0 15 3
end
CÒn file
//Bot Data
//BotIndex Class Name Map X Y Dir OnlyVip
1
0 50 "BotTrader" 0 130 127 3 0
end
//BotPet Items
//Slot:
//0 = Weapon
//1 = Shield
//2 = Helm
//3 = Armor
//4 = Pants
//5 = Gloves
//6 = Boots
//7 = Wings
//8 = Pet
//BotIndex Slot Type Index Level Opt
2
//0 3 8 7 9 1
//0 4 9 7 9 1
//0 5 10 7 9 1
//0 6 11 7 9 1
//0 7 12 134 0 0
end
//Mix Data
//MixIndex TradeMixName SuccessRate Zen VipMoney
3
//2 "Trade Helm" 100 0 0
//3 "Trade Armor" 100 0 0
//4 "Trade Pants" 100 0 0
end
//Req Items
//MixIndex Type Index MinLevel MinOpt NeedLuck NeedSkill NeedExc NeededDurability
4
//2 7 0 0 0 0 0 0 0
//3 8 0 0 0 0 0 0 0
//4 9 0 0 0 0 0 0 0
end
//////////////////////////////////////////////////////////////////////
//Success //
//////////////////////////////////////////////////////////////////////
// Luck and Skills is Percent 0 to 100 //
// //
// //
//////////////////////////////////////////////////////////////////////
//MixIndex Type Index LevelMin LevelMax OptMin OptMax Luck Skill Exc Durability
5
//2 8 3 1 15 1 7 60 0 0 255 //Legendary Armor
//3 12 30 0 0 0 0 0 0 0 0 //Jewel of Soul+1
//4 12 0 0 0 0 0 0 0 0 0 //Wings
//4 12 1 0 0 0 0 0 0 0 0 //Wings
end
//Bot Mix Asociation
//BotIndex MixIndex
6
//0 2
//0 3
//0 4
end
Em phải sửa làm sao cho nó hiện ra ở MAP nhỉ
ai đó xem giùm mình với................
FIle SCF_BotAlchemist.txt của em như thế này
//================================================== ====================================
//Data
//================================================== ====================================
//OnlyVip = This bot is only for VIP users
//Class = 0,1,2 DW,SM,GM
// = 16,17,18 DK,BK,BM
// = 32,33,34 Elf,ME,HE
// = 48,49,50 MG,DM
// = 64,65,66 DL,LE
// = 80,81,82 SU,BS,DS
//BotIndex Class SuccessRate Name Map X Y Dir
1
//0 80 80 "Bot_Rentan" 0 130 118 2
end
//BotPet Items
//Slot:
//0 = Weapon
//1 = Shield
//2 = Helm
//3 = Armor
//4 = Pants
//5 = Gloves
//6 = Boots
//7 = Wings
//8 = Pet
//BotIndex Slot Type Index Level Opt
2
//0 2 7 44 9 1
//0 3 8 44 9 1
//0 4 9 44 9 1
//0 5 10 44 9 1
//0 6 11 44 9 1
//0 7 12 42 0 0
end
3
//BotIndex AllowLevel AllowOpt AllowLuck AllowSkill AllowExc AllowFFFFItems
//0 1 1 1 1 1 0
end
//Conditions
//================================================== ====================================
//Data
//================================================== ====================================
//AcceptOnlySameType = Only Accept for example Swords with Swords, and not Swords with Axes
//OnlyIfDestinyLower = Only Accept if destiny item level is lower or equals than source item level +10 and -10
//================================================== ====================================
4
//BotIndex OnlyVip VipMoney Zen PCPoints AcceptOnlySameType OnlyIfDestinyLower AcceptAncient MaxItemLevel MaxItemExcCount
//0 0 0 0 0 1 1 0 15 3
end
CÒn file
//Bot Data
//BotIndex Class Name Map X Y Dir OnlyVip
1
0 50 "BotTrader" 0 130 127 3 0
end
//BotPet Items
//Slot:
//0 = Weapon
//1 = Shield
//2 = Helm
//3 = Armor
//4 = Pants
//5 = Gloves
//6 = Boots
//7 = Wings
//8 = Pet
//BotIndex Slot Type Index Level Opt
2
//0 3 8 7 9 1
//0 4 9 7 9 1
//0 5 10 7 9 1
//0 6 11 7 9 1
//0 7 12 134 0 0
end
//Mix Data
//MixIndex TradeMixName SuccessRate Zen VipMoney
3
//2 "Trade Helm" 100 0 0
//3 "Trade Armor" 100 0 0
//4 "Trade Pants" 100 0 0
end
//Req Items
//MixIndex Type Index MinLevel MinOpt NeedLuck NeedSkill NeedExc NeededDurability
4
//2 7 0 0 0 0 0 0 0
//3 8 0 0 0 0 0 0 0
//4 9 0 0 0 0 0 0 0
end
//////////////////////////////////////////////////////////////////////
//Success //
//////////////////////////////////////////////////////////////////////
// Luck and Skills is Percent 0 to 100 //
// //
// //
//////////////////////////////////////////////////////////////////////
//MixIndex Type Index LevelMin LevelMax OptMin OptMax Luck Skill Exc Durability
5
//2 8 3 1 15 1 7 60 0 0 255 //Legendary Armor
//3 12 30 0 0 0 0 0 0 0 0 //Jewel of Soul+1
//4 12 0 0 0 0 0 0 0 0 0 //Wings
//4 12 1 0 0 0 0 0 0 0 0 //Wings
end
//Bot Mix Asociation
//BotIndex MixIndex
6
//0 2
//0 3
//0 4
end
Em phải sửa làm sao cho nó hiện ra ở MAP nhỉ
Bỏ // ở đầu mỗi code di.
30 chrrrrrrrrrrrrrrrrrrrr
vẫn k hiện là sao nhỉ....................
cuocdoisp
01-04-13, 05:06 PM
Bỏ 0 tại các code là số . Các dòng bằng chữ là để chú thích . bỏ hết là bị lỗi --> ko hiện boot . Nếu em bỏ chuẩn thì theo file của em NPC đó sẽ xuất hiện tại lorencia tọa độ 130 127 và có tên là BotTrader
TB: em lên kick thanks nếu thấy có ích .:)
freepro921
01-04-13, 05:24 PM
Bỏ 0 tại các code là số . Các dòng bằng chữ là để chú thích . bỏ hết là bị lỗi --> ko hiện boot . Nếu em bỏ chuẩn thì theo file của em NPC đó sẽ xuất hiện tại lorencia tọa độ 130 127 và có tên là BotTrader
TB: em lên kick thanks nếu thấy có ích .:)
Quá Đúng
0 50 "BotTrader" 0 130 127 3 0
Giờ Bạn Thử Đổi Là 124 133 Xem
Thì Nó Sẽ Ở Ngay Cái Ghế Của Quầy Bar Lorencia :D
0 50 "BotTrader" 0 124 133 3 0
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.