Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/05/14 in all areas

  1. File Name: (HANSIP) Skill Spam Protection File Submitter: Kichi File Submitted: 29 May 2014 File Category: Source Modifications Content Author: Kichi Info & History Info: HANSIP Protection is a src modification to make sure NDG,speed hack, WPE Users still follow the rules. History: This is a simple code, which we have made since long to minimize the NDG User. The first way to solve NDG, we add a cooldown for skills that dosn't has a fixed cooldown (Sonic Blow, Cross Impact, etc). But the player doesn't allowed to do double cast. Finaly we made this code that minimize the NDG users, but still keep the original feature that is double cast for some skills (Sonic Blow, Cross Impact, etc). Implementation & Feature Implementation: Download the file Apply manual "rA - Hansip Protection.diff" to your src. Paste "battle_conf.txt" to conf/import/ Don't forget to recompile your server. All done Features: The user still able to use double SB / CI / etc. You may switch on and off. Very simple Skill Packet Spam detector . Note: 2013 client already detect modified file (after act delay). so i've tested this using WPE. i got the number from comparing with and without *cheat. Supported Skills: Bash Sonic Blow Arrow Vulcan Double Strave Bowling Bash Ninja Kouenka Ninja Hyousensou Jupitel Thunder Cross Impact Dragon Breath Fire & Water Change Log: 1.1 -Add archer double strave skill 1.2 -Add support for some skills 1.3 -Change name from NDG to Hansip -Add skill packet spam detector & punishment -Support PRE-RE Click here to download this file
    1 point
  2. Hello, Since I'm almost done making my GRF Encryptor/Decryptor + Client Configuration , I made a new Project which can prevents hack tools to help rathena members whom cannot afford buying such as Harmony. And im willing too to implement Auto-Ban when using hack tools. So , now i have started adding some source code but , i am still analyzing and studying each of the code written in every source code file. Now , What im gonna asking to all if you can also share what you have learn in every source code file especially to the Community Contributors about the functions to reduce my time studying/analyzing the code. . I would appreciate and glad to those who will share their learning's about this. Just PM me and Feel free to share your knowledge about the source code functions . Thanks
    1 point
  3. June Digest 2014 The following digest covers the month of June, 2014. Development Highlights Increased Item ID range to 65,535 (from 32,767). char-server refactor by @Lighta, many changes in char-server structure files (6b9ec5f, f5ef82e) Implemented monster mode: MD_RANDOMTARGET (b44e5e1) Added new renewal config src/config/renewal.h, RENEWAL_STAT to enable renewal stat cost calculation. (b44e5e1) Added database diagram (ER) by @Lighta (160315b, 65e9f24) Battle config updates: conf/battle/player.conf: transcendent_status_points, revive_onwarp, taekwon_ranker_min_lv, fame_taekwon_mission,fame_refine_lv1, fame_refine_lv2, fame_refine_lv3, fame_forge, fame_pharmacy_3, fame_pharmacy_5, fame_pharmacy_7, fame_pharmacy_10 (a8a4425) conf/battle/homunc.conf: hom_setting (c0326df) Command updates: @cloneequip, @clonestat (267d521) Permission updates: bypass_stat_onclone, command_enable (267d521) Bug-squashing, fixing a large number of skill issues in particular. Many Item DB Updates, thank for the contributions. Statistics 6 authors have pushed 42 commits during this period. On master, 77 files have changed. There have been 18,723 additions and 15,537 deletions. Merged 5 pull requests, thanks for submitting those pull requests! - We will bring something different in this month about rAthena development in repo. Well, related with branches & tags.
    1 point
  4. If you're using that "basic RO client" thing that comes with all the tools, RO, and server then the client is probably messed up. I'll upload the client that fixed another user's issue. 2013-08-07aRagexe_patched.rar Title: Your RO Reads: GRF First System/Iteminfo.lua <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok</display> <balloon>A Private Server</balloon> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> </connection> </clientinfo> ^Make sure your client info looks something similar If your Inventory becomes huge and don't know how to fix it; Add this to your GRF msgstringtable.txt
    1 point
  5. every PC have 1 mac address, instead of checking IP it is easier to check mac address, for example no dual login, so you will check the mac address in that case, I hope that this project will succeed
    1 point
×
×
  • Create New...