Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/23/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. just because its implemented in hercules doesnt mean it should be implemented here too
    1 point
  3. why? I think the item_db.txt structure is fine and I have no any valid reason to switch.
    1 point
  4. Make sure when you read this, open this photo album, source How to fork rAthena? You must have GitHub account. Open rAthena repo on github: https://github.com/rathena/rathena On top right-corner, you will see "Fork" button, click it (Pic. 0.jpg) Then choose your account to place for forked rAthena. (That pic, mine, show @cydh and @rathena because I had been invited to rAthena repo itself) (Pic. 1.jpg) Well it's done! Clone your forked rAthena: Here for Windows user, I used SmartGit. Project -> Clone Input the Repository URL, it should be https://github.com/<yourusername>/rathena (Pic. 2.jpg) Just "Next" (Pic. 3.jpg) Choose your local directory (Pic. 4.jpg) GIve the Project Name (Pic. 5.jpg) Well it clone your forked rAthena, just wait (Pic. 6.jpg) How to update my forked rAthena? First, you need make sure your forked repo is up-to-date with rAthena repo. For this steps, use this source images (Step: 1~8, only for the first time) Click Remote menu -> Add.. Fill the URL or Path with https://github.com/rathena/rathena and give the name "rAthena" (1.jpg) After the remote repo is created, right-click it -> Fetch More... (2.jpg) Choose the master branch. (3.jpg) If any changes, it will fetch them. (4.jpg) Make sure your active branch is your local master. Right-click on the master branch of rAthena remote, choose Merge (5.jpg) Click Fast-Forward (6.jpg) Well, is it already up to date? (7.jpg) If yes, do nothing. Make sure your active branch is your local master. For another day maybe, you can simply right-click on rAthena remote choose Pull (10.jpg) Click Fetch Only (11.jpg), and wait until it done (12.jpg) Then you need merge it to your local, right-click on master branch of rAthena remote, choose Merge... (13.jpg) Fast-Forward (14.jpg) (Only if your local doesn't have conflict it the 'incoming' fetch, if there is conflict, it will be Create "Merge Commit" and you should solve the conflict) And you will get this log (something like this) (15.jpg) That's mean, it's done Push them to your repo on GitHub! Just click Push (16.jpg), then just choose the branch master only (17.jpg) Wait it, and see the changes when it's done. (18.jpg) Before make Pull Request (PR) Better you make new branch, keep master branch SAME with rAthena master branch. Why? - It won't disturb your or rAthena master branch - 1 branch 1 PR, so you can make many PR for each branch. - Merged/closed/rejected branch can be deleted, so if your PR from non-master branch is rejected, your master branch still same, you can make PR again later without your prev. rejected branch disturb your next PR. - Make new branch on your github, just go to your fork, the type branch name, if the branch isn't exist, it will offers to make new one, example "test" branch, then pull your repo first. - See this guide how to do it! How to do Pull Request? (Back to this album again)Edit the file you want (make sure everything is correct and working properly) Open your SmartGit, open the project. Make/switch branch, Branch menu > Add Branch (F7), name it as "test" for example. (Better you click the "Directories" first on the left, then) Click "Commit" button A Commit window will appears, (choose the file taht you want to commit & push) Give commit message. Then click "Commit & Push" (Pic. 7.jpg) Wait until it done! (Pic. 8.jpg) Here is it, do a Pull Request! Open your browser and open your forked repo (mine is http://github.com/cydh/rathena) Then click "compare" (pic. 9.jpg) or you can use https://github.com/<username>/<rathena fork name>/compare/rathena:master...<branch name> Click "Click to create a pull request for this comparison" (pic. 10.jpg) Give some messages, then click "Send pull request" (pic. 11.jpg) Done.
    1 point
  5. At my sister's wedding, scowling at an uninvited guest... but didn't know i was being watched by a camera @.@
    1 point
  6. Ahoy!, here is another map i made, and it is a Pokemon themed map Roish style xD C&C are accepted Hope you like it Video of the map Screenshots
    1 point
  7. Porque tudo em um post só seu random?!!11 Cada um é um assunto D: Edit: editei o título.
    1 point
  8. Haja post hein! XD Ótimas vídeo-aulas! Aprovado!
    1 point
×
×
  • Create New...