Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Configurar nivel requerido Blood Castle S12  (Visto 1356 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline mistmaker Posteado: April 24, 2019, 04:52:29 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 15
  • Gracias recibida: 1
  • ar
Buen aca yo rompiendo las guindas de nuevo con estos files :v

En fin, no logro encontrar desde donde se configura el nivel requerido para entrar al blood castle, si el personaje tiene nivel superior a 820 entre lvl comun y master tira que no tiene el nivel correcto.


El archivo donde deberia estar esta config por defecto no lo tiene

Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<!--
// ============================================================
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//~~ IMPORTANT: The event must have its monsters defined only in IGC_BloodCastle_Monster.xml
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// ### BloodCastle ###
// Enable: Allow to activate or disable the event, 0/1
// MaxEnterCount: Maximum count of daily entries to the event
// EarlyFinishRestriction: Allows to activate restriction preventing completing the event before time specified in EarlyFinishMinTime
// EarlyFinishMinTime: Minimum event time the event can be completed (weapon can be returned to Archangel), seconds
//
// ### BloodCastle::Time ###
// ToOpen: Time the event will be opened from event start notification moment, minutes
// PlayDuration: Event duration, minutes
// ToClose: Time to move players to down after the event is finished, minutes
//
// ### BloodCastle::ContributionPoint ###
// MonsterKill: Count of contribution point to gain for monster kill during the event
// GateDestroy: Count of contribution points to fain for destorying the gates
// StatueDestroy: Count of contribution points to gain for destroying statue
//
// ### BloodCastle::MasteryRewardPoint ###
// Minor: Count of contribution points to qualify for Minor Box reward
// Standard: Count of contribution points to qualify for Standard Box reward
// Greater: Count of contribution points to qualify for Greater Box reward
//
// ### BloodCastle::Invitation ###
// ScrollofArchangelDropRate: Scroll of Archangel (13,16) item drop rate, n/10000
// BloodBoneDropRate: Blood Bone item (13,17) item drop rate, n/10000
//
// ### BloodCastle::Invitation::Ingredient ###
// Level: Level of the event, 0-6
// ScrollDropMinLevel: Minimum level of player to drop the Scroll of Archangel
// BoneDropMinLevel: Minimum level of player to drop the Blood Bone
//
// ### BloodCastle::Schedule::Start ###
// Hour: Start hour of the event, 0-23
// Minute: Start minute of the event, 0-59
//
// ### BloodCastle::EntryLevel::Castle ###
// Level: Level of the event the the configuration applies to
// MinLevel: Minimum level of player to allow entry to specified event level
// MaxLevel: Maximum level of player to allow entry to specified event level
//
// ### BloodCastle::EventSettings::Castle ###
// Level: Level of the event the the configuration applies to
// StatueHP: Maximum Health of the Statue
// GateHP: Maximum Health of the Gate
//
// ### BloodCastle::RewardExpSettings::Castle ###
// Level: Level of the event the the configuration applies to
// Multiplier: Multiplier of reward exp (received after completing the event)
//
// STRICTLY NO COMMENTS INSIDE TAGS
-->

<BloodCastle Enable="1" MaxEnterCount="4" EarlyFinishRestriction="0" EarlyFinishMinTime="300">
<Time ToOpen="5" PlayDuration="15" ToClose="1" />
<ContributionPoint MonsterKill="1" GateDestroy="15" StatueDestroy="30" />
<MasteryRewardPoint Minor="25" Standard="45" Greater="75" />

<Invitation ScrollofArchangelDropRate="1" BloodBoneDropRate="1">
<Ingredient Level="0" ScrollDropMinLevel="3" BoneDropMinLevel="3" /> <!-- +1 -->
<Ingredient Level="1" ScrollDropMinLevel="36" BoneDropMinLevel="36" /> <!-- +2 -->
<Ingredient Level="2" ScrollDropMinLevel="47" BoneDropMinLevel="47" /> <!-- +3 -->
<Ingredient Level="3" ScrollDropMinLevel="60" BoneDropMinLevel="60" /> <!-- +4 -->
<Ingredient Level="4" ScrollDropMinLevel="70" BoneDropMinLevel="70" /> <!-- +5 -->
<Ingredient Level="5" ScrollDropMinLevel="80" BoneDropMinLevel="80" /> <!-- +6 -->
<Ingredient Level="6" ScrollDropMinLevel="90" BoneDropMinLevel="90" /> <!-- +7 -->
</Invitation>

<Schedule>
<Start Hour="0" Minute="30" />
<Start Hour="1" Minute="7" />
<Start Hour="2" Minute="30" />
<Start Hour="3" Minute="30" />
<Start Hour="4" Minute="30" />
<Start Hour="5" Minute="30" />
<Start Hour="6" Minute="30" />
<Start Hour="7" Minute="30" />
<Start Hour="8" Minute="30" />
<Start Hour="9" Minute="30" />
<Start Hour="10" Minute="30" />
<Start Hour="11" Minute="54" />
<Start Hour="12" Minute="40" />
<Start Hour="13" Minute="02" />
<Start Hour="13" Minute="30" />
<Start Hour="13" Minute="45" />
<Start Hour="14" Minute="30" />
<Start Hour="15" Minute="30" />
<Start Hour="16" Minute="30" />
<Start Hour="17" Minute="20" />
<Start Hour="17" Minute="45" />
<Start Hour="18" Minute="30" />
<Start Hour="20" Minute="06" />
<Start Hour="20" Minute="19" />
<Start Hour="21" Minute="00" />
<Start Hour="21" Minute="30" />
<Start Hour="22" Minute="38" />
<Start Hour="23" Minute="12" />
<Start Hour="23" Minute="25" />
</Schedule>

<EventSettings>
<Castle Level="0" StatueHP="65000"  GateHP="150000" /> <!-- Blood Castle 1 -->
<Castle Level="1" StatueHP="105000" GateHP="205000" /> <!-- Blood Castle 2 -->
<Castle Level="2" StatueHP="145000" GateHP="260000" /> <!-- Blood Castle 3 -->
<Castle Level="3" StatueHP="185000" GateHP="325000" /> <!-- Blood Castle 4 -->
<Castle Level="4" StatueHP="225000" GateHP="400000" /> <!-- Blood Castle 5 -->
<Castle Level="5" StatueHP="265000" GateHP="480000" /> <!-- Blood Castle 6 -->
<Castle Level="6" StatueHP="305000" GateHP="565000" /> <!-- Blood Castle 7 -->
</EventSettings>

<RewardExpSettings>
<Castle Level="0" Multiplier="1.0" /> <!-- Blood Castle 1 -->
<Castle Level="1" Multiplier="1.0" /> <!-- Blood Castle 2 -->
<Castle Level="2" Multiplier="1.0" /> <!-- Blood Castle 3 -->
<Castle Level="3" Multiplier="1.0" /> <!-- Blood Castle 4 -->
<Castle Level="4" Multiplier="1.0" /> <!-- Blood Castle 5 -->
<Castle Level="5" Multiplier="1.0" /> <!-- Blood Castle 6 -->
<Castle Level="6" Multiplier="1.0" /> <!-- Blood Castle 7 -->
</RewardExpSettings>
</BloodCastle>

Y agregandole las lineas no funciona  :D ya revise casi todos los archivos y no pude dar con la config. Alguien alguna idea? Los files son los IGCN S12 que estan posteados en el foro http://tuservermu.com.ve/index.php?topic=9775.0


Offline yapura0001 #1 Posteado: February 18, 2020, 10:26:17 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 2
  • Gracias recibida: 1
  • ar
yo tambien estoy buscando como solucionarlo tengo el mismo problema


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
4 Replies
7998 Views
Last post February 04, 2021, 10:42:37 PM
by darkzero2835
2 Replies
4024 Views
Last post October 13, 2017, 09:28:19 PM
by ivaancruzz
1 Replies
1277 Views
Last post February 17, 2018, 12:22:35 PM
by dionito
1 Replies
1440 Views
Last post May 01, 2019, 08:29:44 AM
by talisson
2 Replies
533 Views
Last post August 02, 2020, 08:43:45 PM
by czrdiamond