File location:
Code:
\MuServer\SCFData\SCFBots
File Name:

Inside the file:
Code:
//Bot Data
//BotIndex Class Name Map X Y Dir OnlyVip
1
0 50 "BotTrader" 40 225 20 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 1 0 25 15 63
0 3 8 48 15 63
0 4 9 48 15 63
0 5 10 48 15 63
0 6 11 48 15 63
0 7 12 39 15 63
end
//Mix Data
//MixIndex TradeMixName SuccessRate Zen VipMoney
3
1 "Small Cape of Lord" 80 0 0
2 "Small Wings of Curse" 80 0 0
3 "Small Wings of Elf" 80 0 0
4 "Small Wings of Heaven" 80 0 0
5 "Small Wings of Satan" 80 0 0
6 "Small Cloak of Warrior" 80 0 0
7 "Horn of Fenrir Illusion" 45 0 0
end
//Req Items
//MixIndex Type Index MinLevel MinOpt NeedLuck NeedSkill NeedExc NeededDurability
4
1 13 30 0 0 0 0 0 0
2 12 41 0 0 0 0 0 0
3 12 0 0 0 0 0 0 0
4 12 1 0 0 0 0 0 0
5 12 2 0 0 0 0 0 0
6 12 49 0 0 0 0 0 0
7 13 37 0 0 0 0 0 0
7 12 30 2 0 0 0 0 0
7 12 30 2 0 0 0 0 0
7 12 30 2 0 0 0 0 0
7 12 31 2 0 0 0 0 0
7 12 31 2 0 0 0 0 0
7 12 31 2 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
1 12 130 1 15 1 7 60 50 0 255
2 12 131 1 15 1 7 60 50 0 255
3 12 132 1 15 1 7 60 50 0 255
4 12 133 1 15 1 7 60 50 0 255
5 12 134 1 15 1 7 60 50 0 255
6 12 135 1 15 1 7 60 50 0 255
7 13 37 1 15 1 1 100 100 4 255
end
//Bot Mix Asociation
//BotIndex MixIndex
6
0 1
0 2
0 3
0 4
0 5
0 6
0 7
end
How to remove:
add // to the bot configuration.
Sample:
Code:
//0 50 "BotTrader" 40 225 20 3 0
note: upon restarting gameserver, you will be prompted by an error that the BOT is not existed because we put "//" to ignore the line. Just ignore the error it wont affect the whole gameplay anyway.
Alternative: If you dont want the annoying pop-up error upon starting GS..
Have them placed by changhing the map code and Coordinates.
Sample:
0 50 "BotTrader" 40 225 20 3 [which is loren market]
to
0 50 "BotTrader" 2 250 250 3 (devias in unreachable place xD).
Hope it helps