Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/08/13 in all areas

  1. Xantara's FluxCP Everyone knows of FluxCP. However, with the creation of rAthena, there became a need to support renewal changes and other features such as the new group system. This is where my Control Panel comes in. Xantara's FluxCP is a free and open source control panel to work with rAthena. Forked from FluxCP by Paradox924X and Byteflux at r1121. I will continually merge updates from the original FluxCP. Demo: http://web.artistic-coder.com/fluxcp-rA Note: this site is used to test new functionality and custom addons so it may not always be functioning properly Features The original/base FluxCP already comes with a lot of features. Here I will only highlight those that came after the fork. For a full list, click here. Updated Ragnarok Data Full Birthdate Functionality Working GM Group System Mob Skills SQLized Zeny Log Page Specific Item Drop Rates Toggle for Pre-Renewal or Renewal SQL Data Alchemist Ranking Blacksmith Ranking Paginated Item Shop Character/job images (static) WIP Account management system (link one or more in-game accounts to one CP account) Queued Accepted Suggestions (have suggestions? post them here!) Search in logs page Pin code functionality Character sprites with palettes (would replace static images) Requirements Apache webserver with PHP 5.2 or greater PDO extension with MySQL support (http://www.php.net/pdo) PHP GD2 for security images (Optional) Enabled Zip extension for exporting guild emblems (Optional) Apache/mod_rewrite for using the "Clean URLs" feature Download There are three ways to get a copy of this Control Panel. For detailed installation instructions, click here (TBD). 1. GIT Clone git clone https://github.com/missxantara/fluxcp-ra.git * For Windows, you can take a look at using TortoiseGit with its friendly user interface. 2. SVN Checkout svn checkout https://github.com/missxantara/fluxcp-ra/trunk/ * For Windows, you can take a look at using TortoiseSVN with its friendly user interface. 3. ZIP Download https://github.com/missxantara/fluxcp-ra/archive/master.zip Extra Downloads Extract to the root folder of your FluxCP system Job Image Files: http://missxantara.github.io/fluxcp-ra/downloads/FluxCP_Jobs_Images_2012-04-28.zip Updated details: April 28, 2013 Credits: Xantara Monster Image Files: http://missxantara.github.io/fluxcp-ra/downloads/FluxCP_Monsters_Eclage_14.2.zip Updated details: Mob ID #2380 of Eclage (Episode 14.2) Credits: Brynner Item Icon Files: http://missxantara.github.io/fluxcp-ra/downloads/FluxCP_Item_Icons_2012-04-08.zip Updated details: April 8, 2013 Credits: Latheesan's Extractor Item Image Files: http://missxantara.github.io/fluxcp-ra/downloads/FluxCP_Item_Images_2012-04-08.zip Updated details: April 8, 2013 Credits: Latheesan's Extractor Quick Links Wiki: https://github.com/missxantara/fluxcp-ra/wiki Bug/Suggestion Reports: https://github.com/missxantara/fluxcp-rA/issues GitPage: http://missxantara.github.io/fluxcp-ra Misc. Feel free to post any suggestions here. If suitable, they may be polled by general users before being decided to be implemented or not. If you have a feature already coded that you would like to share, please do send a GIT pull request or send me an SVN diff of the work - I'd love to take a look at it! Please note that working on this open-source project will furthermore serve as a learning opportunity for me. If you find that I've implemented something that could be improved, I urge you to let me know - your knowledge on this subject would be greatly appreciated! Like my work? Rep up the topic first post
    1 point
  2. hello im new here in rAthena i started a server this September 13, 2013 and here's my first Ported Skill Wind Run (From DotA) Skill.c case SM_ENDURE: //find clif_skill_nodamage(src,bl,skill_id,skill_lv, //find sc_start(src,bl,type,100,skill_lv,skill_get_time(skill_id,skill_lv))); //find if (sd) //find skill_blockpc_start (sd, skill_id, skill_get_time2(skill_id,skill_lv)); //find break; //find case WIND_RUN: //add clif_skill_nodamage(src,bl,skill_id,skill_lv, //add sc_start(src,bl,type,100,skill_lv,skill_get_time(skill_id,skill_lv))); //add clif_specialeffect(src,120,AREA); //add clif_specialeffect(src,389,AREA); //add break; //add Skill.h WIND_RUN = 997, //add NV_BASIC = 1, //find Status.c set_sc( SM_ENDURE , SC_ENDURE , SI_ENDURE , SCB_MDEF|SCB_DSPD ); //find set_sc( WIND_RUN , SC_WINDRUN , SI_WINDRUN , SCB_SPEED|SCB_FLEE2 ); //add if(sc->data[SC__UNLUCKY])//find flee2 -= flee2 * sc->data[SC__UNLUCKY]->val2 / 100;//find if(sc->data[SC_WINDRUN]) //add flee2 += 1000; //add (+100 Perfect dodge) if( sc->data[SC_SPEEDUP1] ) //find val = max( val, 50 ); //find if(sc->data[SC_WINDRUN]) //add val = max( val, 50 ); //add (+50% movement speed) Status.h SI_WINDRUN = 116, //add SI_BLANK = -1, //find db\pre-re\skill_db,txt 997,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, WIND_RUN,Wind Run db\pre-re\skill_require_db.txt 997,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WIND_RUN db\pre-re\skill_cast_db.txt 997,0,0,0,4500,0,14000 data\lua files\skillinfoz\skillid.lua WIND_RUN = 997, data\lua files\skillinfoz\skillinfolist.lua [SKID.WIND_RUN] = { "WIND_RUN"; SkillName = "Wind Run", MaxLv = 1, SpAmount = { 10 }, }, data.rar
    1 point
  3. @erba also sent you a message containing the code
    1 point
  4. For 2013 clients, the aura will show when Third Jobs are Level 175.
    1 point
  5. Because max count of messages in map-server is 1500. src/map/map.c #define MAP_MAX_MSG 1500 Just increase this define if u need
    1 point
×
×
  • Create New...