Ejemplo n.º 1
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.mainQuestId        = reader.ReadInt32();
     this.chapterId          = reader.ReadInt32();
     this.objectiveCompleted = reader.ReadBoolean();
     this.completed          = reader.ReadBoolean();
     this.monsterKilledCount = reader.ReadInt32();
     this.name                = reader.ReadString();
     this.nameKey             = reader.ReadString();
     this.targetGuide         = reader.ReadString();
     this.targetGuideKey      = reader.ReadString();
     this.completeGuide       = reader.ReadString();
     this.completeGuideKey    = reader.ReadString();
     this.npcId               = reader.ReadInt32();
     this.type                = reader.ReadInt32();
     this.itemId              = reader.ReadInt32();
     this.itemCount           = reader.ReadInt32();
     this.monsterId           = reader.ReadInt32();
     this.monsterCount        = reader.ReadInt32();
     this.completeNpcId       = reader.ReadInt32();
     this.completeDialogue    = reader.ReadString();
     this.completeDialogueKey = reader.ReadString();
     this.exp  = reader.ReadInt64();
     this.gold = reader.ReadInt32();
     this.targetContinentId = reader.ReadInt32();
     this.targetXPosition   = reader.ReadDouble();
     this.targetYPosition   = reader.ReadDouble();
     this.targetZPosition   = reader.ReadDouble();
     this.radius            = reader.ReadDouble();
     this.nextMainQuestId   = reader.ReadInt32();
     this.holdItemCount     = reader.ReadInt32();
     this.requiredHeroLevel = reader.ReadInt32();
     this.moveType          = reader.ReadInt32();
 }
Ejemplo n.º 2
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.itemId               = reader.ReadInt32();
     this.itemType             = reader.ReadInt32();
     this.name                 = reader.ReadString();
     this.nameKey              = reader.ReadString();
     this.description          = reader.ReadString();
     this.descriptionKey       = reader.ReadString();
     this.saleable             = reader.ReadBoolean();
     this.sellingPrice         = reader.ReadInt32();
     this.grade                = reader.ReadInt32();
     this.cs_requiredHeroLevel = reader.ReadInt32();
     this.elemental            = reader.ReadInt32();
     this.ru_grade             = reader.ReadInt32();
     this.ru_attrId            = reader.ReadInt32();
     this.ru_attrValue         = reader.ReadInt32();
     this.usable               = reader.ReadBoolean();
     this.multipleUsable       = reader.ReadBoolean();
     this.maxQuantity          = reader.ReadInt32();
     this.value1               = reader.ReadInt32();
     this.value2               = reader.ReadInt32();
     this.value3               = reader.ReadInt32();
     this.autoUseEnabled       = reader.ReadBoolean();
     this.manualUseEnabled     = reader.ReadBoolean();
 }
Ejemplo n.º 3
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.vipLevel = reader.ReadInt32();
     this.requiredTotalVipPoint          = reader.ReadInt32();
     this.rewardMagicPowder              = reader.ReadInt32();
     this.rewardStarEssence              = reader.ReadInt32();
     this.teleportEnabled                = reader.ReadBoolean();
     this.remoteWarehouseEnabled         = reader.ReadBoolean();
     this.remotePotionShopEnabled        = reader.ReadBoolean();
     this.dailyQuestCompleteEnabled      = reader.ReadBoolean();
     this.fieldOfHonorWaitingTimeRemoved = reader.ReadBoolean();
     this.additionalEnchantSuccessRate   = reader.ReadInt32();
     this.resurrectionCount              = reader.ReadInt32();
     this.additionalUseGoldCount         = reader.ReadInt32();
     this.additionalActivePoint          = reader.ReadInt32();
     this.fieldOfHonorBuyLimitCount      = reader.ReadInt32();
     this.training2xExpEnabled           = reader.ReadBoolean();
     this.training4xExpEnabled           = reader.ReadBoolean();
     this.additionalTombEnterCount       = reader.ReadInt32();
     this.additionalTradeShipEnterCount  = reader.ReadInt32();
     this.additionalExchangeGoldCount    = reader.ReadInt32();
     this.additionalExchangeOwnGoldCount = reader.ReadInt32();
     this.additionalExchangeDiaCount     = reader.ReadInt32();
     this.additionalExchangeOwnDiaCount  = reader.ReadInt32();
     this.vipBossDungeonEnabled          = reader.ReadBoolean();
     this.vipGoldDungeonEnabled          = reader.ReadBoolean();
 }
Ejemplo n.º 4
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.gearType = reader.ReadInt32();
     this.category = reader.ReadInt32();
     this.name     = reader.ReadString();
     this.nameKey  = reader.ReadString();
     this.attrEnchantMaterialItemId = reader.ReadInt32();
     this.attrEnchantEnabled        = reader.ReadBoolean();
     this.runeEnchantEnabled        = reader.ReadBoolean();
 }
Ejemplo n.º 5
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.heroSkillId       = reader.ReadInt32();
     this.heroId            = reader.ReadInt32();
     this.name              = reader.ReadString();
     this.nameKey           = reader.ReadString();
     this.description       = reader.ReadString();
     this.descriptionKey    = reader.ReadString();
     this.requiredHeroLevel = reader.ReadInt32();
     this.range             = reader.ReadDouble();
     this.castRange         = reader.ReadDouble();
     this.mp                 = reader.ReadInt32();
     this.mpPerLevel         = reader.ReadInt32();
     this.coolTime           = reader.ReadDouble();
     this.skillType          = reader.ReadInt32();
     this.anchorType         = reader.ReadInt32();
     this.areaType           = reader.ReadInt32();
     this.areaDistance       = reader.ReadDouble();
     this.hitTarget          = reader.ReadInt32();
     this.radius             = reader.ReadDouble();
     this.angle              = reader.ReadInt32();
     this.width              = reader.ReadDouble();
     this.height             = reader.ReadDouble();
     this.factor             = reader.ReadDouble();
     this.factorPerLevel     = reader.ReadDouble();
     this.duration           = reader.ReadDouble();
     this.hitCount           = reader.ReadInt32();
     this.hitDelay           = reader.ReadDouble();
     this.projectileEffect   = reader.ReadString();
     this.projectileRange    = reader.ReadDouble();
     this.projectileSpeed    = reader.ReadDouble();
     this.castEffect         = reader.ReadString();
     this.skillEffect        = reader.ReadString();
     this.hitEffect          = reader.ReadString();
     this.hitEffectHeight    = reader.ReadInt32();
     this.castSound          = reader.ReadString();
     this.hitSound           = reader.ReadString();
     this.damaged            = reader.ReadBoolean();
     this.abnormalStateId    = reader.ReadInt32();
     this.as_type            = reader.ReadInt32();
     this.as_isCasterOverlap = reader.ReadBoolean();
     this.as_isOtherOverlap  = reader.ReadBoolean();
     this.as_buffType        = reader.ReadInt32();
     this.as_factor          = reader.ReadDouble();
     this.as_factorPerLevel  = reader.ReadDouble();
     this.as_duration        = reader.ReadDouble();
     this.as_hitCount        = reader.ReadInt32();
     this.as_effect          = reader.ReadString();
     this.as_effectHeight    = reader.ReadInt32();
     this.as_resetEnabled    = reader.ReadBoolean();
     this.as_sound           = reader.ReadString();
     this.as_value1          = reader.ReadDouble();
 }
Ejemplo n.º 6
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.monsterId          = reader.ReadInt32();
     this.level              = reader.ReadInt32();
     this.scale              = reader.ReadDouble();
     this.monsterCharacterId = reader.ReadInt32();
     this.name               = reader.ReadString();
     this.nameKey            = reader.ReadString();
     this.maxHp              = reader.ReadInt32();
     this.hpRecovery         = reader.ReadInt32();
     this.physicalOffense    = reader.ReadInt32();
     this.magicalOffense     = reader.ReadInt32();
     this.physicalDefense    = reader.ReadInt32();
     this.magicalDefense     = reader.ReadInt32();
     this.accuracy           = reader.ReadInt32();
     this.dodge              = reader.ReadInt32();
     this.critical           = reader.ReadInt32();
     this.block              = reader.ReadInt32();
     this.attackSpeed        = reader.ReadDouble();
     this.moveSpeed          = reader.ReadDouble();
     this.attackRange        = reader.ReadDouble();
     this.hitRange           = reader.ReadDouble();
     this.hpPerHit           = reader.ReadInt32();
     this.addDamage          = reader.ReadInt32();
     this.damageReduction    = reader.ReadInt32();
     this.damageReflex       = reader.ReadInt32();
     this.elemental          = reader.ReadInt32();
     this.elementalLevel     = reader.ReadInt32();
     this.visibilityDistance = reader.ReadDouble();
     this.knockBackImmune    = reader.ReadBoolean();
     this.activityRange      = reader.ReadDouble();
     this.monsterSkillId     = reader.ReadInt32();
 }
Ejemplo n.º 7
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.tier = reader.ReadInt32();
     this.maxElementalLevel  = reader.ReadInt32();
     this.attrEnchantEnabled = reader.ReadBoolean();
 }
Ejemplo n.º 8
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.setId   = reader.ReadInt32();
     this.grade   = reader.ReadInt32();
     this.count   = reader.ReadInt32();
     this.blessed = reader.ReadBoolean();
 }
Ejemplo n.º 9
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.locationId       = reader.ReadInt32();
     this.name             = reader.ReadString();
     this.nameKey          = reader.ReadString();
     this.moneyBuffEnabled = reader.ReadBoolean();
 }
Ejemplo n.º 10
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.grade   = reader.ReadInt32();
     this.name    = reader.ReadString();
     this.nameKey = reader.ReadString();
     this.maxGearAttrEnchantLevel = reader.ReadInt32();
     this.runeEnchantEnabled      = reader.ReadBoolean();
 }
Ejemplo n.º 11
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.buffId            = reader.ReadInt32();
     this.name              = reader.ReadString();
     this.nameKey           = reader.ReadString();
     this.consumeGuildPoint = reader.ReadInt32();
     this.isGuildLevel      = reader.ReadBoolean();
 }
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.continentId = reader.ReadInt32();
     this.round       = reader.ReadInt32();
     this.entryNo     = reader.ReadInt32();
     this.itemId      = reader.ReadInt32();
     this.count       = reader.ReadInt32();
     this.owned       = reader.ReadBoolean();
 }
Ejemplo n.º 13
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.chaoticStepId   = reader.ReadInt32();
     this.requiredPkPoint = reader.ReadInt32();
     this.factor          = reader.ReadDouble();
     this.pkPoint         = reader.ReadInt32();
     this.punishable      = reader.ReadBoolean();
     this.colorCode       = reader.ReadString();
 }
Ejemplo n.º 14
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.constellationId = reader.ReadInt32();
     this.step            = reader.ReadInt32();
     this.cycle           = reader.ReadInt32();
     this.entryId         = reader.ReadInt32();
     this.failPoint       = reader.ReadInt32();
     this.activated       = reader.ReadBoolean();
 }
Ejemplo n.º 15
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.inAppProductId            = reader.ReadInt32();
     this.inAppProductKey           = reader.ReadString();
     this.price                     = reader.ReadString();
     this.unOwnDia                  = reader.ReadInt32();
     this.isAvailableFirstPurchase  = reader.ReadBoolean();
     this.firstPurchaseOwnDia       = reader.ReadInt32();
     this.firstPurchaseDiscountRate = reader.ReadInt32();
 }
Ejemplo n.º 16
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.accountHeroId        = reader.ReadInt32();
     this.slotNo               = reader.ReadInt32();
     this.slotType             = reader.ReadInt32();
     this.eq_AccountHeroGearId = reader.ReadString();
     this.cm_ItemId            = reader.ReadInt32();
     this.cm_Owned             = reader.ReadBoolean();
     this.cm_Count             = reader.ReadInt32();
 }
Ejemplo n.º 17
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.locationId         = reader.ReadString();
     this.aosTrackingId      = reader.ReadString();
     this.iosTrackingId      = reader.ReadString();
     this.myCardTrackingId   = reader.ReadString();
     this.oneStoreTrackingId = reader.ReadString();
     this.commonTrackingId   = reader.ReadString();
     this.multipleCalling    = reader.ReadBoolean();
 }
Ejemplo n.º 18
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.rewardId       = reader.ReadInt32();
     this.gearInstanceId = reader.ReadInt32();
     this.grade          = reader.ReadInt32();
     this.owned          = reader.ReadBoolean();
     this.enchantLevel   = reader.ReadInt32();
     this.elemental      = reader.ReadInt32();
     this.elementalLevel = reader.ReadInt32();
     this.socketCount    = reader.ReadInt32();
 }
Ejemplo n.º 19
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.petId             = reader.ReadInt32();
     this.name              = reader.ReadString();
     this.nameKey           = reader.ReadString();
     this.phaseId           = reader.ReadInt32();
     this.heroId            = reader.ReadInt32();
     this.requiredHeroLevel = reader.ReadInt32();
     this.ridable           = reader.ReadBoolean();
     this.viewScale         = reader.ReadDouble();
 }
Ejemplo n.º 20
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.requiredMainQuestId     = reader.ReadInt32();
     this.availableTime           = reader.ReadInt32();
     this.sceneName               = reader.ReadString();
     this.startXPosition          = reader.ReadDouble();
     this.startYPosition          = reader.ReadDouble();
     this.startZPosition          = reader.ReadDouble();
     this.additionalAvailableTime = reader.ReadInt32();
     this.locationId              = reader.ReadInt32();
     this.pkEnabled               = reader.ReadBoolean();
 }
Ejemplo n.º 21
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.tradition                 = reader.ReadInt32();
     this.objectId                  = reader.ReadInt32();
     this.monsterId                 = reader.ReadInt32();
     this.xPosition                 = reader.ReadDouble();
     this.yPosition                 = reader.ReadDouble();
     this.zPosition                 = reader.ReadDouble();
     this.stepId                    = reader.ReadInt32();
     this.hitMessageDisplayable     = reader.ReadBoolean();
     this.hitMessageDisplayInterval = reader.ReadInt32();
 }
Ejemplo n.º 22
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.continentId        = reader.ReadInt32();
     this.round              = reader.ReadInt32();
     this.monsterCharacterId = reader.ReadInt32();
     this.nameKey            = reader.ReadString();
     this.essenceItemId      = reader.ReadInt32();
     this.essenceCount       = reader.ReadInt32();
     this.itemId             = reader.ReadInt32();
     this.count              = reader.ReadInt32();
     this.owned              = reader.ReadBoolean();
 }
Ejemplo n.º 23
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.entryId            = reader.ReadInt32();
     this.name               = reader.ReadString();
     this.nameKey            = reader.ReadString();
     this.rewardDiv1         = reader.ReadInt32();
     this.rewardDiv2         = reader.ReadInt32();
     this.rewardDiv3         = reader.ReadInt32();
     this.isLastTask         = reader.ReadBoolean();
     this.lastTaskRewardType = reader.ReadInt32();
     this.receivedEntryId    = reader.ReadInt32();
     this.date               = reader.ReadString();
     this.activationNo       = reader.ReadInt32();
 }
Ejemplo n.º 24
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.achieveEntryId  = reader.ReadInt32();
     this.achieveMasterId = reader.ReadInt32();
     this.title           = reader.ReadString();
     this.titleKey        = reader.ReadString();
     this.description     = reader.ReadString();
     this.descriptionKey  = reader.ReadString();
     this.value           = reader.ReadInt32();
     this.count           = reader.ReadInt32();
     this.ownDia          = reader.ReadInt32();
     this.achievePoint    = reader.ReadInt32();
     this.completed       = reader.ReadBoolean();
     this.type            = reader.ReadInt32();
 }
Ejemplo n.º 25
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.requiredMainQuestId = reader.ReadInt32();
     this.miningCount         = reader.ReadInt32();
     this.startXPosition      = reader.ReadDouble();
     this.startYPosition      = reader.ReadDouble();
     this.startZPosition      = reader.ReadDouble();
     this.startRadius         = reader.ReadDouble();
     this.safezoneXPosition   = reader.ReadDouble();
     this.safezoneYPosition   = reader.ReadDouble();
     this.safezoneZPosition   = reader.ReadDouble();
     this.safezoneRadius      = reader.ReadDouble();
     this.locationId          = reader.ReadInt32();
     this.pkEnabled           = reader.ReadBoolean();
 }
Ejemplo n.º 26
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.productId     = reader.ReadInt32();
     this.storeId       = reader.ReadInt32();
     this.categoryId    = reader.ReadInt32();
     this.itemId        = reader.ReadInt32();
     this.isItemOwned   = reader.ReadBoolean();
     this.originalPrice = reader.ReadInt32();
     this.price         = reader.ReadInt32();
     this.discountRate  = reader.ReadInt32();
     this.sortNo        = reader.ReadInt32();
     this.startTime     = reader.ReadString();
     this.endTime       = reader.ReadString();
     this.tagType       = reader.ReadInt32();
 }
Ejemplo n.º 27
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.tier    = reader.ReadInt32();
     this.name    = reader.ReadString();
     this.nameKey = reader.ReadString();
     this.enchantLevelUpRequiredExp = reader.ReadInt32();
     this.enchantMaterialItemId     = reader.ReadInt32();
     this.enchantMaterialItemCount  = reader.ReadInt32();
     this.enchantExp                 = reader.ReadInt32();
     this.enchantJackpotExp          = reader.ReadInt32();
     this.evolutionTierUpRequiredExp = reader.ReadInt32();
     this.evolutionMaterialItemId    = reader.ReadInt32();
     this.evolutionMaterialItemCount = reader.ReadInt32();
     this.evolutionExp               = reader.ReadInt32();
     this.freeFlyEnabled             = reader.ReadBoolean();
 }
Ejemplo n.º 28
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.productId     = reader.ReadInt32();
     this.masterId      = reader.ReadInt32();
     this.storeId       = reader.ReadInt32();
     this.itemId        = reader.ReadInt32();
     this.itemCount     = reader.ReadInt32();
     this.isItemOwned   = reader.ReadBoolean();
     this.totalCount    = reader.ReadInt32();
     this.limitCount    = reader.ReadInt32();
     this.originalPrice = reader.ReadInt32();
     this.price         = reader.ReadInt32();
     this.discountRate  = reader.ReadInt32();
     this.sortNo        = reader.ReadInt32();
     this.remainCount   = reader.ReadInt32();
     this.count         = reader.ReadInt32();
 }
Ejemplo n.º 29
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.accountHeroId          = reader.ReadInt32();
     this.slotNo                 = reader.ReadInt32();
     this.accountHeroPetId       = reader.ReadString();
     this.petId                  = reader.ReadInt32();
     this.level                  = reader.ReadInt32();
     this.owned                  = reader.ReadBoolean();
     this.opt_dodge              = reader.ReadInt32();
     this.opt_hpAmp              = reader.ReadInt32();
     this.opt_hpPerHit           = reader.ReadInt32();
     this.opt_addDamage          = reader.ReadInt32();
     this.opt_damageReduction    = reader.ReadInt32();
     this.opt_damageReflex       = reader.ReadInt32();
     this.opt_maxHp              = reader.ReadInt32();
     this.opt_accuracy           = reader.ReadInt32();
     this.opt_physicalOffenseAmp = reader.ReadInt32();
     this.opt_magicalOffenseAmp  = reader.ReadInt32();
     this.opt_physicalDefenseAmp = reader.ReadInt32();
     this.opt_magicalDefenseAmp  = reader.ReadInt32();
 }
Ejemplo n.º 30
0
 public override void Deserialize(WPacketReader reader)
 {
     base.Deserialize(reader);
     this.requiredMainQuestId = reader.ReadInt32();
     this.enterCount          = reader.ReadInt32();
     this.sceneName           = reader.ReadString();
     this.startDelayTime      = reader.ReadInt32();
     this.limitTime           = reader.ReadInt32();
     this.rewardDuration      = reader.ReadInt32();
     this.maxMemberCount      = reader.ReadInt32();
     this.startXPosition      = reader.ReadDouble();
     this.startYPosition      = reader.ReadDouble();
     this.startZPosition      = reader.ReadDouble();
     this.startRadius         = reader.ReadDouble();
     this.objectPoint         = reader.ReadInt32();
     this.exp2xUnOwnDia       = reader.ReadInt32();
     this.exp3xUnOwnDia       = reader.ReadInt32();
     this.locationId          = reader.ReadInt32();
     this.teleportConsumeFp   = reader.ReadInt32();
     this.requiredMountTier   = reader.ReadInt32();
     this.pkEnabled           = reader.ReadBoolean();
 }