Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/24 in all areas

  1. File Name: Keitenai_Delay_System File Submitter: keitenai File Submitted: 4 Dec 2016 File Category: Src Modification Content Author: keitenai Information: Speed hacking 3rd party programs to bypass skill delays are hard to eliminate specially if you don't have a game guard for you server. This modification makes it impossible for speed hacking programs to bypass the delay that has been set. How does it work? I've added a simple skill requirement to the skills before a player can re-cast certain skill. This requirement is 'time'. So to put it simple, skill will be hard locked after casting and will be unlocked once the delay is over. Features: Configurable hard skill delay. Separate configuration of hard skill delay for WoE settings MoD can be enable / disable. Supports current available skills ready for configuration. Disconnects anyone who does inhumanly spamming ( Sensitivity configuration included ). Implemented "Show skill delay" for the Mod configuration only ( for testing purposes ). WARNING: A player may be detected as spam flood if the said player is having lag spike issues while consistently using skill. //------------------------------------------------------------------ // Skill delay settings // Value is in milliseconds (1000 = 1 second) //------------------------------------------------------------------ // Note that this delay setting still depends on the 'skill_cast_db' // delay settings. This will not decrease the skill delay that has // been set in 'skill_cast_db' although this setting can increase // the delay if value is higher than 'skill_cast_db' delay //------------------------------------------------------------------ //================= // Swordman //================= SM_BASH: 210 SM_MAGNUM: 180 Installation: 1. Download the Diff file. 2. Simply apply the diff to your trunk, or apply it manually. 3. Recompile your server. 4. Configure your skill delays 5. ALL DONE! Compatible with: rAthena 97b5f3b ( as of JULY 31, 2022 ) Compatible with: rAthena 03da2f6 Compatible with: rAthena 8d8712f Download : keitenai_SpeedHack_Protection_V5.diff keitenai_SpeedHack_Protection_V4.diff keitenai_SpeedHack_Protection_V3.diff keitenai_SpeedHack_Protection_V2.diff Keitenai_Delay_System_V1.diff Edit: Fixed compatibility with rathena 97b5f3b revision ( as of 07/31/2022 ) Add new 4th job skills Fixed bug on melee skills
    1 point
  2. sorry for the necroposting but I found a solution for this in client 20180621 for adding shields without replacing existing ones, dunno if it works in older versions, but don't loose anything trying out. just assign the item id to the belonging job sprite name example female and male thief, I made a custom recolor for the unity buckler ·Î±×_³²_28905_¹æÆÐ So i added the shield new sprite, act, and named with the item id follow by a _¹æÆÐ and this is the result: Party Ragnarok 2020-04-29 04-52-05.mp4 ID view or Classnum in iteminfo.lua do not matter, I realized that!, when finding that bloody knight shield classnum was 1, so that do not matter since you have assigned the sprite for each possible job that can equip the gear, the id view works to cover missing sprites, if the sprite do not exist and the idview is 1 the client will show a guard instead.
    1 point
×
×
  • Create New...