Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/02/22 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. File Name: [email protected] File Submitter: keitenai File Submitted: 1 Dec 2017 File Category: Src Modification Content Author: keitenai Updated: 31 July 2022 Information: @ resist will check the current values of resistance from each Element / Race / Size / Class. Thanks to @Santafe for the idea of this command. 1. Download the Diff file. 2. Patch the diff to your rAthena 3. Recompile your server. 4. RUN THE SERVER! Compatible with: rAthena 97b5f3b ( as of July 31, 2022 ) Download : keitenai_@resist_command_V2.diff
    1 point
  3. Thanks for pointing out these issues. The uploaded patch has been fixed. ??
    1 point
  4. As some of you pointed me out (seemingly for years) my packs are no longer available. I have managed to build a single file with all my formerly shared work since the times of RUNE hahah. Nonetheless, I'm leaving them only for purchase now, it's a single purchase for a single file with all my work. Please contact me via personal email or twitter (profile)
    1 point
  5. Lelouch, This is relative, I'm trying to create or modify an open source APK version of mobile. Rest assured, we are working on it! ~laughs~
    1 point
  6. That way you just need to adapt it to your instance script, in the simple way you would only need to add the code in the mob death label of your instance. setarray .@Drops[0], 607,5,10000, //5x Ygg 100% 523,10,5000, //10x Holy Water 50% 12090,5,488, //5x Steamed Desert Scorpions 4,88% 5086,1,2200; //1x Alarm Mask 22% getpartymember getcharid(1),1; getpartymember getcharid(1),2; for(set .@i,0; .@i<$@partymembercount; set .@i,.@i+1) { if(isloggedin($@partymemberaid[.@i],$@partymembercid[.@i])) { attachrid($@partymemberaid[.@i]); else if(strcharinfo(3) == instance_mapname("map_instance")) { for(set .@i,0; .@i<getarraysize(.@Drops); set .@i,.@i+3) { set .@rnd,rand(1,10000); if(.@rnd <= .@Drops[.@i+2]) { getitem .@Drops[.@i],.@Drops[.@i+1]; if(.@Drops[.@i+2] <= 500) { set .@calc,(.@Drops[.@i+2]*100); set .@cRess$,(.@calc%10000 ? (.@calc/10000)+","+substr(""+(.@calc%10000),0,1):(.@calc/10000))+"%"; announce "[IN INSTANCE]: "+strcharinfo(0)+" gained "+.@Drops[.@i+1]+"x "+getitemname(.@Drops[.@i])+" ~ "+.@cRess$+"",bc_all; } } } } detachrid; } } end;
    1 point
  7. Version 1.1

    464 downloads

    Heya rA folks! Today i bring you this awesome function that imitates MapInfo for 2020+ clients. This is for 2018 clients and below. Just install the script and merge the files to your main grf and viola! Also, if you dont want the cutins version i made text version as well. Just set .@cutinmode into 0. PSD file Included. ENJOY!!! P.S. I'm not good at graphic designs but this will do. ?
    Free
    1 point
  8. yes already solved i used this http://pastebin.com/jNJU6pFp thanks
    1 point
×
×
  • Create New...