Народ!!!Зборка у меня Emu_1169... не могу настроить Рб( валакаса, антараса,баюма...фринтезу и т п) К валакасу через квест не пускает...баюм не просыпается...в конфигах по рб только это
Код:
Antharas #
#================================================#
# Interval time of Antharas.
# Value is minute. Range 5-20160
FixIntervalOfAntharas = 11520
RandomIntervalOfAntharas = 8640
# Delay of appearance time of Antharas.
# Value is minute. Range 5-60
AppTimeOfAntharas = 10
# Activity time of Antharas.
# Value is minute. Range 120-720
ActivityTimeOfAntharas = 120
# Type of Antharas subjugation.
# If setting 'true'. The change in the power of Antharas doesn't occur.
OldAntharas = false
# Limitation value to change power of Antharas by number of players in Antharas's lair.
# --Notes--
# Weak: LimitOfWeak >= Players
# Normal: LimitOfWeak < Players <= LimitOfNormal
# Strong: Players > LimitOfNormal
# if LimitOfWeak >= LimitOfNormal then LimitOfNormal = LimitOfWeak + 1
# Weak
LimitOfWeak = 299
# Normal
LimitOfNormal = 399
# Interval time for spawn of Antharas's minions.
# Value is minute. Range 1-10
# Behemoth Dragon
# Weak
IntervalOfBehemothOnWeak = 8
# Normal
IntervalOfBehemothOnNormal = 5
# Strong
IntervalOfBehemothOnStrong = 3
# Dragon Bomber
# Weak
IntervalOfBomberOnWeak = 6
# Normal
IntervalOfBomberOnNormal = 4
# Strong
IntervalOfBomberOnStrong = 3
# Whether it moves at random after Antharas appears is decided.
MoveAtRandom = true
#=============================================#
# Baium #
#=============================================#
# Interval time of Baium.
# Value is minute. Range 5-12960
FixIntervalOfBaium = 7200
RandomIntervalOfBaium = 5760
# Activity time of Baium.
# Value is minute. Range 120-720
ActivityTimeOfBaium = 120
# Whether it moves at random after Baium appears is decided.
MoveAtRandom = true
# Time limit until Baium sleeps.
# Value is minute. Range 30-90
LimitUntilSleep = 30
#==============================================#
# Baylor #
#==============================================#
# Whether to enable the entry of a single player.
EnableSinglePlayerBaylor = true
# Interval of spawn of next Baylor.
# Value is minute. Range 5-2880
FixIntervalOfBaylorSpawn = 1440
RandomIntervalOfBaylorSpawn = 1440
# Interval of spawn of next monster.
# Value is minute. Range 1-10
IntervalOfNextMonsterBaylor = 1
# Activity time of monsters
# Value is minute. Range 120-720
ActivityTimeOfMobsBaylor = 120
#===============================================#
# Sailren #
#===============================================#
# Whether to enable the entry of a single player.
EnableSinglePlayer = true
# Interval of spawn of next Sailren.
# Value is minute. Range 5-2880
FixIntervalOfSailrenSpawn = 1440
RandomIntervalOfSailrenSpawn = 1440
# Interval of spawn of next monster.
# Value is minute. Range 1-10
IntervalOfNextMonster = 1
# Activity time of monsters
# Value is minute. Range 120-720
ActivityTimeOfMobs = 120
#===============================================#
# Valakas #
#===============================================#
# Interval time of Valakas.
# Value is minute. Range 5-20160
FixIntervalOfValakas = 11520
RandomIntervalOfValakas = 8640
# Delay of appearance time of Valakas.
# Value is minute. Range 5-60
AppTimeOfValakas = 5
# Activity time of Valakas.
# Value is minute. Range 120-720
ActivityTimeOfValakas = 120
# Limit of the number of the player that can enter into the lair of Valakas.
# Range 1-360
CapacityOfLairOfValakas = 200
# Whether it moves at random after Valakas appears is decided.
MoveAtRandom = true
#==================================================#
# Van Halter #
#==================================================#
# Interval time of High Priest van Halter.
# Value is second. Range 300-864000
# Time of the interval is decided at random between FixIntervalOfVanHalter and FixIntervalOfVanHalter+RandomIntervalOfVanHalter.
FixIntervalOfHalter = 172800
RandomIntervalOfHalter = 86400
# Delay of appearance time of High Priest van Halter.
# Value is second. Range 5-60
AppTimeOfHalter = 20
# Activity time of High Priest van Halter.
# Value is second. Range 7200-86400
ActivityTimeOfHalter = 21600
# Time of fight against High Priest van Halter.
# Value is second. Range 7200-21600
FightTimeOfHalter = 7200
# Count and interval of Royal Guard Helper calling.
# Count Range 1-6
CallRoyalGuardHelperCount = 6
# Value is second. Range 1-60
CallRoyalGuardHelperInterval = 10
# Interval of opening and shutting of Door Of Altar.
# Value is second. Range 60-5400
IntervalOfDoorOfAlter = 5400
# Time of lock to Door Of Altar after intruder is detected.
# Value is second. Range 60-600
TimeOfLockUpDoorOfAltar = 180
#==================================================#
# Frintezza #
#==================================================#
# Interval of spawn of next Frintezza.
# Value is minute. Range 5-5760
IntervalOfFrintezzaSpawn = 1440
# Interval of spawn of next monster.
# Value is minute. Range 1-10
IntervalOfNextMonsterFrintezza = 1
# Activity time of monsters
# Value is minute. Range 120-720
ActivityTimeOfMobsFrintezza = 120
Вот.... может кто подскажет че тут поставить что б настроить рб и еще вот еще нашла по рб файлы в date > scripts > ai > individual приведу к примеру валакаса файл... может тут че править нужно...
Код:
def onTalk (self,npc,player):
st = player.getQuestState("valakas")
if not st : return "<html><body>You are either not on a quest that involves this NPC, or you don't meet this NPC's minimum quest requirements.</body></html>"
npcId = npc.getNpcId()
if npcId == 31385 : # Heart of Volcano
if st.getInt("ok"):
if ValakasManager.getInstance().isEnableEnterToLair():
ValakasManager.getInstance().setValakasSpawnTask()
st.player.teleToLocation(203940,-111840,66)
return
else:
st.exitQuest(1)
return "<html><body>Heart of Volcano:<br>Valakas is already awake!<br>You may not enter the Lair of Valakas.</body></html>"
else:
st.exitQuest(1)
return "Conditions are not right to enter to Lair of Valakas."
elif npcId == 31540 : # Klein
if ValakasManager.getInstance().isEnableEnterToLair():
if st.getQuestItemsCount(7267) > 0 : # Check Floating Stone
st.takeItems(7267,1)
player.teleToLocation(183831,-115457,-3296)
st.set("ok","1")
else:
st.exitQuest(1)
return "<html><body>Klein:<br>You do not have the Floating Stone. Go get one and then come back to me.</body></html>"
else:
st.exitQuest(1)
return "<html><body>Klein:<br>Valakas is already awake!<br>You may not enter the Lair of Valakas.</body></html>"
return
def onKill (self,npc,player,isPet):
st = player.getQuestState("valakas")
#give the valakas slayer circlet to ALL PARTY MEMBERS who help kill valakas,
party = player.getParty()
if party :
for partyMember in party.getPartyMembers().toArray() :
pst = partyMember.getQuestState("valakas")
if pst :
if pst.getQuestItemsCount(8567) < 1 :
pst.giveItems(8567,1)
Вот кто может че знает помогите плиз)))) спс :o
// Оформляем посты по-человечески! В следующий раз удалю.
Добавлено через 1 час 6 минут
сорри:o первый раз