[Help] NPC Guard Talking text

valvers

Member
Joined
Feb 20, 2010
Messages
86
Reaction score
4
Искам да попитам от къде се сменя надписа на Гардовете примерно ако пише Hello My Friend! да си го сменя на каквото си искам аз.
 
Да не те излъжа само, но това не става ли от Text.bmd ? Някой по-компетентен да ме поправи, ако греша.
 
Няма ServerFiles/Data/Lang/Message.txt
не е във Common
използвам файловете на DarkMaster 97d+

но адски досадно постоянно излизат линкове
 
// www.DarksTeam.NET

[GameServer]
ConnectNotice = Powered by valve

[Level]
MaxLevel = 350 // Maximum level

[Rings]
BudgeDragon = 2 // Transformation ring 1
Giant = 7 // Transformation ring 2
Skeleton = 14 // Transformation ring 3
PoisonBull = 8 // Transformation ring 4
ThunderLich = 9 // Transformation ring 5
DeathCow = 41 // Transformation ring 6

[ElfOrbs]
Goblin = 26 // Elf orb summon 1
StoneGolem = 32 // Elf orb summon 2
Assassin = 21 // Elf orb summon 3
EliteYeti = 20 // Elf orb summon 4
DarkKnight = 10 // Elf orb summon 5
Bali = 150 // Elf orb summon 6
Soldier = 151 // Elf orb summon 7

[Points]
BkSmElfPointsPerLevel = 5 // BK, SM & Elf points per level
MGPointsPerLevel = 7 // MG points per level

[Heal]
AppleRegeneration = 10 // Apple hp regeneration
SmallPotionRegeneration = 20 // Small hp potion hp regeneration percent
MediumPotionRegeneration = 30 // Medium hp potion hp regeneration percent
LargePotionRegeneration = 40 // Large hp potion hp regeneration percent

[Mana]
SmallPotionRegeneration = 20 // Small mana potion hp regeneration percent
MediumPotionRegeneration = 30 // Medium mana potion hp regeneration percent
LargePotionRegeneration = 40 // Large mana potion hp regeneration percent

[ManaShield]
AgilityPercent = 80 // Mana shield agility percent
EnergyPercent = 200 // Mana shield energy percent
StartTime = 60 // Start time
PointsPerSecond = 40 // Points per second

[JewelsPrice]
BlessPrice = 9000000 // Jewel of bless buy price
SoulPrice = 6000000 // Jewel of soul buy price
ChaosPrice = 810000 // Jewel of chaos buy price
LifePrice = 45000000 // Jewel of life buy price
CreationPrice = 36000000 // Jewel of creation buy price

[Fixes]
FixPKBug = 1 // 1 - Fix PK Bug, 0 - dont fix
FixPartyZenBug = 1 // 1 - Fix Party Zen Bug, 0 - dont fix
FixPotionBug = 1 // 1 - Fix Potion Bug, 0 - dont fix
FixLifePlus28 = 1 // 1 - +28, 0 - +16

[Other]
MaxOnline = 300 // Maximum players online
DisablePersonalID = 1 // 1 - Disable personal id, 0 - Enable personal id
BoxOfKundunDropItemLevel = 0 // Box of kundun drop items level
65kMaxStats = 0 // 1 - 65535, 0 - 32767
MaxZenInVault = 100000000 // Max zen in vault
DecreaseElfArrows = 1 // 1 - Decrease elf arrows, 0 - dont decrease
EnableCheckSum = 0 // 1 - Enable checksum, 0 - disable checksum
EnablePlus15ItemLevel = 0 // 1 - Max items level +15, 0 - +11
AllowKillersToMove = 0 // 1 - Killers can use move command, 0 - killers cant use move command

[AntiDupe]
BanType = 1 // 0 - Only message, 1 - Ban character, 2 - Ban account


къде?
 
Защо при мен е така тогава? Свали файловете отново.
Code:
// www.DarksTeam.NET

[GameServer]
ConnectNotice = Powered by www.DarksTeam.NET

[GMNotice]
Enable = 1				// 1 - show gm login notice, 0 - dont show

[Guard]
Text = www.DarksTeam.NET

[Level]
MaxLevel = 350				// Maximum level

[Rings]
BudgeDragon = 2				// Transformation ring 1
Giant = 7				// Transformation ring 2
Skeleton = 14				// Transformation ring 3
PoisonBull = 8				// Transformation ring 4
ThunderLich = 9				// Transformation ring 5
DeathCow = 41				// Transformation ring 6

[ElfOrbs]
Goblin = 26				// Elf orb summon 1
StoneGolem = 32				// Elf orb summon 2
Assassin = 21				// Elf orb summon 3
EliteYeti = 20				// Elf orb summon 4
DarkKnight = 10				// Elf orb summon 5
Bali = 150				// Elf orb summon 6
Soldier = 151				// Elf orb summon 7

[Points]
BkSmElfPointsPerLevel = 5		// BK, SM & Elf points per level
MGPointsPerLevel = 7			// MG points per level

[Heal]
AppleRegeneration = 10			// Apple hp regeneration
SmallPotionRegeneration = 20		// Small hp potion hp regeneration percent
MediumPotionRegeneration = 30		// Medium hp potion hp regeneration percent
LargePotionRegeneration = 40		// Large hp potion hp regeneration percent
UsageDelay = 150			// Usage delay in milliseconds, 0 - Disabled

[Mana]
SmallPotionRegeneration = 20		// Small mana potion hp regeneration percent
MediumPotionRegeneration = 30		// Medium mana potion hp regeneration percent
LargePotionRegeneration = 40		// Large mana potion hp regeneration percent
UsageDelay = 150			// Usage delay in milliseconds, 0 - Disabled

[ManaShield]
AgilityPercent = 80			// Mana shield agility percent
EnergyPercent = 200			// Mana shield energy percent
StartTime = 60				// Start time
DurationPointsPerSecond = 40		// Points per second
MaximumPercentage = 100			// Maximum percent

[JewelsPrice]
BlessPrice = 9000000			// Jewel of bless buy price
SoulPrice = 6000000			// Jewel of soul buy price
ChaosPrice = 810000			// Jewel of chaos buy price
LifePrice = 45000000			// Jewel of life buy price
CreationPrice = 36000000		// Jewel of creation buy price

[Fixes]
FixPKBug = 1				// 1 - Fix PK Bug, 0 - dont fix
FixPartyZenBug = 1			// 1 - Fix Party Zen Bug, 0 - dont fix
FixPotionBug = 1			// 1 - Fix Potion Bug, 0 - dont fix
FixLifePlus28 = 1			// 1 - +28, 0 - +16

[Other]
MaxOnline = 100				// Maximum players online
DisablePersonalID = 1			// 1 - Disable personal id, 0 - Enable personal id
BoxOfKundunDropItemLevel = 0		// Box of kundun drop items level
65kMaxStats = 0				// 1 - 65535, 0 - 32767
MaxZenInVault = 100000000		// Max zen in vault
DecreaseElfArrows = 1			// 1 - Decrease elf arrows, 0 - dont decrease
EnableCheckSum = 0			// 1 - Enable checksum, 0 - disable checksum
EnablePlus15ItemLevel = 0		// 1 - Max items level +15, 0 - +11
AllowKillersToMove = 0			// 1 - Killers can use move command, 0 - killers cant use move command
AllowKillersToUseShops = 0		// 1 - Killers can use shops, 0 - killers cant use shops
DisableGSLogs = 0			// 1 - Logs disabled, 0 - logs enabled

[AntiDupe]
BanType = 0				// 0 - Only message, 1 - Ban character, 2 - Ban account

[SwellOfLife]
Vitality = 100				// Vitality points per percent
Energy = 60				// Energy points per percent
StartTime = 60				// Start time
DurationPointsPerSecond = 10		// Duration points per second

[QuestSystem]
Enable = 1				// 1 - Enabled, 0 - Disabled

[ElfBuffs]
GreaterDefenseDuration = 60		// Max 255 seconds
GreaterDamageDuration = 60		// Max 255 seconds
 
  • Like
Reactions: valvers
Не съм бил сложил beta файловете

Благодаря ти!