Jump to content

jigsaw

Members
  • Posts

    2
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Ph

Contact Methods

Recent Profile Visitors

1667 profile views

jigsaw's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hi, is there a way to revert the Suffragium and Impositio Manus to the old player targeting skill? Using renewal btw. Thanks! Nvm. It should be change in the db/import/skill_db.yml. # This file is a part of rAthena. # Copyright(C) 2021 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # ########################################################################### # Skill Database ########################################################################### # # Skill Settings # ########################################################################### # - Id Unique skill ID. # Name Skill Aegis name. # Description Skill description. # MaxLevel Max skill level. # Type Skill type. (Default: None) # TargetType Skill target type. (Default: Passive) # DamageFlags: Skill damage properties. # Flags: Skill information flags. # Range: Skill range. (Default: 0) # - Level Skill level. # Size Range at specific skill level. # Hit Skill hit type. (Default: Normal) # HitCount: Skill hit count. (Default: 0) # - Level Skill level. # Count Number of hits at specific skill level. # Element: Skill element. (Default: Neutral) # - Level Skill level. # Element Element at specific skill level. # SplashArea: Skill splash area of effect. (Default: 0) # - Level Skill level. # Area Splash area at specific skill level. # ActiveInstance: Maximum amount of active skill instances that can be on the ground. (Default: 0) # - Level Skill level. # Max Active instances at specific skill level. # Knockback: Amount of tiles the skill knockbacks. (Default: 0) # - Level Skill level. # Amount Knockback count at specific skill level. # CopyFlags: Determines if the skill is copyable. (Optional) # Skill: Type of skill that can copy. # RemoveRequirement: Remove a requirement type. (Optional) # NoNearNPC: Determines if the skill can be used near a NPC. (Optional) # AdditionalRange Number of cells from an NPC where the skill can be cast. (Optional) # Type: Type of NPC. # CastCancel Cancel cast when hit. (Default: false) # CastDefenseReduction Defense reduction rate during skill cast. (Default: 0) # CastTime: Time to cast the skill in milliseconds. (Default: 0) # - Level Skill level. # Time Cast time at specific skill level in milliseconds. # AfterCastActDelay: Time the character cannot use skills in milliseconds. (Default: 0) # - Level Skill level. # Time After cast action delay at specific skill level in milliseconds. # AfterCastWalkDelay: Time before the character can move again in milliseconds. (Default: 0) # - Level Skill level. # Time After cast walk delay at specific skill level in milliseconds. # Duration1: Duration of the skill in milliseconds. (Default: 0) # - Level Skill level. # Time Skill duration at specific skill level in milliseconds. # Duration2: Duration of the skill in milliseconds. (Default: 0) # - Level Skill level. # Time Skill duration at specific skill level in milliseconds. # Cooldown: Time before the character can use the same skill again in milliseconds. (Default: 0) # - Level Skill level. # Time Cooldown at specific skill level in milliseconds. # FixedCastTime: Time that is fixed during cast of the skill in milliseconds. (Default: 0) # - Level Skill level. # Time After cast action delay at specific skill level in milliseconds. # CastTimeFlags: Effects of the skill's cast time. (Optional) # CastDelayFlags: Effects of the skill's delay. (Optional) # Requires: List of requirements to cast the skill. (Optional) # HpCost: HP required to cast. (Default: 0) # - Level Skill level. # Amount HP required at specific skill level. # SpCost: SP required to cast. (Default: 0) # - Level Skill level. # Amount SP required at specific skill level. # HpRateCost: HP rate required to cast. If positive, uses current HP, else uses Max HP. (Default: 0) # - Level Skill level. # Amount HP rate required at specific skill level. # SpRateCost: SP rate required to cast. If positive, uses current SP, else uses Max SP. (Default: 0) # - Level Skill level. # Amount SP rate required at specific skill level. # MaxHpTrigger: Maximum amount of HP to cast the skill. (Default: 0) # - Level Skill level. # Amount Maximum HP trigger required at specific skill level. # ZenyCost: Zeny required to cast. (Default: 0) # - Level Skill level. # Amount Zeny required at specific skill level. # Weapon: Weapon required to cast. (Default: All) # Ammo: Ammo required to cast. (Default: None) # AmmoAmount: Ammo amount required to cast. (Default: 0) # - Level Skill level. # Amount Ammo amount required at specific skill level. # State Special state required to cast. (Default: None) # Status: Status change required to cast. (Default: nullptr) # SphereCost: Spirit sphere required to cast. (Default: 0) # - Level Skill level. # Amount Spirit sphere required at specific skill level. # ItemCost: Item required to cast. (Default: 0) # - Item Item name. # Amount Item amount. # Equipment: Equipped item required to cast. (Default: nullptr) # Unit: Skill unit values. (Optional) # Id Skill unit ID. # AlternateId: Alternate skill unit ID. (Default: 0) # Layout: Skill unit layout. (Default: 0) # - Level Skill level. # Size Unit layout at specific skill level. # Range: Skill unit range. (Default: 0) # - Level Skill level. # Size Unit range at specific skill level. # Interval Skill unit interval in milliseconds. (Default: 0) # Target Skill unit target type. (Default: All) # Flag: Skill unit flags. (Default: None) ########################################################################### Header: Type: SKILL_DB Version: 1 Body: - Id: 66 Name: PR_IMPOSITIO Description: Impositio Manus MaxLevel: 5 Type: Magic TargetType: Support DamageFlags: NoDamage: true Range: 9 Hit: Single HitCount: 1 SplashArea: 0 CastCancel: false CastTime: 0 AfterCastActDelay: 1000 Duration1: 120000 Cooldown: 3000 FixedCastTime: 0 Requires: SpCost: - Level: 1 Amount: 59 - Level: 2 Amount: 62 - Level: 3 Amount: 65 - Level: 4 Amount: 68 - Level: 5 Amount: 71 - Id: 67 Name: PR_SUFFRAGIUM Description: Suffragium MaxLevel: 3 Type: Magic TargetType: Support DamageFlags: NoDamage: true Splash: false Flags: NoTargetSelf: true Range: 9 Hit: Single HitCount: 1 SplashArea: 0 CastCancel: false CastTime: 0 AfterCastActDelay: 1000 Duration1: - Level: 1 Time: 30000 - Level: 2 Time: 20000 - Level: 3 Time: 10000 Cooldown: 2000 FixedCastTime: 0 Requires: SpCost: 8
  2. im using latest rathena svn and 2011-02-28a RagexeRE -packet version 28(didn't touch it, rathena uses 28 right?) -modify mmo.h to: #ifndef PACKETVER #define PACKETVER 20110228 #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20070521 #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif -already recompiled. PROBLEM: using 2011-02-28a client: it can connect to the login screen but failing to connect on the char selection screen. using older client 2010 with diff it can connect but having error of "character creation denied" - on my local server(127.0.0.1) it can connect with no problems, etc. only in my hosted server(sip) the above problem occur.
×
×
  • Create New...