Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/30/14 in Posts

  1. File Name: Flux CP CMS Addon File Submitter: CalciumKid File Submitted: 26 Feb 2012 File Category: Web Resources Features: Integrates directly into FluxCP as an Addon. Designed to comply with FluxCP PDO programming techniques. WYSIWYG Editor (TinyMCE), you may change that with some tweaks. Designed to be skinned further for Integrated website designs via FluxCP CSS edits. Public sections are SQL injection protected. Simple administration user interface. "Last modified" functions. Ability to link a "read more" url. Planned Features: Automatically load news from IPB RSS Feed Download: Password: "RAthena" Installation: Basic Setup: Download the ContentManagement1.0.zip and extract it. Open the addons folder it extracted. Copy the content_management folder inside it to your webserver's FluxCP addons folder (or write over the addons folder with the extracted addons folder) Visit your FluxCP installation. You will be redirected to the installation system. Provide it with your details and allow it to install. You should be redirected to the home page of your FluxCP. If this goes without error, we're almost there. On your webserver, visit themes\default\main and open index.php for editing. Replace everything inside the file to contain this: <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> Save the file and close. Upon visiting the home page of your site you should now be presented with the News System. Job done. Celebrate having a free CMS? Adding Content: Login as an account with Admin (level 99) access. In the admin menu, either click News or Pages. Then add or edit as required. Adding/Editing links on the CMS: Visit addons\content_management\config and open addon.php for editing. Edit the array entries under "// Sample items for pages function." as required making sure to edit the "path=" section to what you defined when you created content on the CMS. Known Issues: When using CleanURLs, you must change the addon.php file to use ExtURL on it's URLs. Example: // Sample items for pages function. 'Downloads' => array('module' => 'pages','action'=>'content&path=downloads'), Becomes: // Sample items for pages function. 'Downloads' => array('exturl' => 'http://<your FluxCP Install URL>/?module=pages&action=content&path=downloads'), If you like my work, please rate the topic and give reputation! Thanks! Click here to download this file
    1 point
  2. Adoption System (2013-12-30 subsequent problems.) http://rathena.org/board/topic/98404-adoption-system/ I use the emulator of 3 types, but solution of the problem is not known. It is going to be a battle with the bugs for a while. http://rathena.org/board/topic/98971-ragexe-2014-support-and-server-optimization/#entry273183 The new client is made to stabilize, several problems must be solved. I'm sorry. The talk shifted. You seem to apply for considerably many diffs, but do implement a lot of originals?
    1 point
  3. https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt Modify it here OnInit: setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class .ThirdClass = 1; // Enable third classes? (1: yes / 0: no) .SecondExpanded = 1; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no) .SNovice = 45; // Minimum base level to turn into Super Novice .LastJob = 1; // Enforce linear class changes? (1: yes / 0: no) .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no) .Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no) end; } how about if you still have points left how to remove I believe this one, if you set this to 0 it will ignore the extra skill points of the player. .SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no)
    1 point
  4. These are custom to iRO, and were removed on other servers in an update iRO didn't adopt. You can check the file history to get the older version of the script with those NPCs.
    1 point
  5. oh men oh men oh men scammers nowadays also that vince nesty something o.o Can i ask? Dev kuno i mean dev kuro or any dev pros arounds here How do you call your self as tittled "Developer" if you just setting up a basic server a basic customs cant even make your own npc scripts own src scripts.And you just adding some npc that mades by pther people and not made by you A real developer should relate thumps up
    1 point
×
×
  • Create New...