Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/21/15 in all areas

  1. CORA™, formerly named as Taka Control Panel, is a FREE and Stand-alone Content Management System for your private ragnarok online websites! Easily change the contents of your site by accessing the admin panel. No need to open up a text editor and hassle yourself with the source code. You can even change themes or manage widgets in your website with just a few clicks! with CORA™ you can: Create/Update/Delete news and events with CKEditor Create/Update/Delete pages with CKEditor Easy navigation creation Easy users(players) management Easily Add/Edit/Remove widgets on your website Easily change into different themes​ Easily manage your cash shop Easily manage your vote links and donate options Easily edit your settings View your characters with ROChargen View guild emblems View player/guild rankings View WoE Schedule View castle status Click here for a video demonstration of CORA™ back when it was still in early development. DOWNLOAD Visit our website to download CORA™: http://cora.takaworks.net/ or you can clone it from github: https://github.com/takari1994/CORA Install guide is provided in our website. SCREENSHOTS Screenshot 01 | Screenshot 02 | Screenshot 03 | Screenshot 04 | Screenshot 05 | Screenshot 06 | Screenshot 07 Screenshot 08 | Screenshot 09 | Screenshot 10 | Screenshot 11 | Screenshot 12 | Screenshot 13 | Screenshot 14 NOTES Recent updates requires CORA to use some custom and ready-made scripts such as AnnieRuRu's PVP ladder. All required scripts will be included and placed in the `scripts` folder. DISCLAIMER CORA™ is currently in beta phase and does not provide warranty of any sort, including but not limited to, warranty of quality, performance, usability. You assume all risks associated with using the software. BUG REPORT & SUGGESTIONS Please submit your reports and suggestions as a reply to this thread or by sending an email to [email protected] Or if you have quick questions such as "does this support so and so" .. then yes you may ask, but if you need support regarding installation and what not, please send me a PM or perhaps I might start a support topic instead. SUPPORT US Also, please support us by liking us on facebook: http://facebook.com/takaworks and/or by donating. Any amount will be deeply appreciated. UPDATE CORA™ v0.9.4.2 BETA [Download] ​Added a `memory_limit` index in settings.php to increase/decrease memory allocation. Fixed some database and missing variable errors for eAthena users. Fixed the query in generate_profiles.sql. Potential Fix for the memory leak problem in logs module. Fixed missing images in cash shop checkout page. Fixed item weight in item database search. Fixed checkout spam, which will drain players' credits/vpoints, by disabling the pay button after submitting the form. Fixed ranking widget where a display glitch occurs when selecting the "Display Guild Only" option. Fixed the error in registration/account update where the birthday doesn't apply to the login table. Fixed registration/account update page where users can directly input birthday. Fixed an issue where admin is required to login w/ regular account to update other accounts. Added an option in account settings to allow/disallow username change. Added an option in account settings to allow/disallow birthday change. Added an option in account settings to custom username/password format error message. Added an option in general settings for "Construction Mode" to redirect users (Excluding admin) to a "Under Construction" page when enabled. Added support for item_db_re and item_db2. UPDATE: Admin can now change a player's username and password regardless of the settings. UPDATE: Admin can now change a player's credits and vpoints. Started to implement responsive design for dashboard for mobile content management (not yet finished/ongoing). CORA™ v0.9.4 BETA - changelogs CORA™ v0.9.3 BETA - changelogs CORA™ v0.9.2 BETA - changelogs CORA™ v0.9.1 BETA - changelogs CORA™ v0.9.0 BETA - changelogs CORA™ by Takaworks is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    1 point
  2. i thought that you only want to know whats the cause of the crash during pvp? and now youre asking another favor without giving anything in return? oh boy.. dude sure you are lazy..
    1 point
  3. Guide : on how to create your own offline server. Basic Software Need : to start your own server good for localhost only. MySQL Workbench ( http://dev.mysql.com/downloads/workbench/ ) MS Visual C++ ( http://www.visualstudio.com/en-us/downloads#d-2010-express ) TortoiseGIT or MSysGIT ( https://code.google.com/p/tortoisegit/ ) & ( http://msysgit.github.io/ ) Data & Other Files Need : It means, the files that you need for Client & Server side. Latest & Updated Data ( https://github.com/ROClientSide/Translation ) Credits to all who help Translating the files. RO Client Library ( http://roclients.info/ ) where you can get all the undiff clients and full installer. NEMO ( https://github.com/RadianFord/NEMO ) a software that can diff your undiff clients. Credits for Neo Open Setup ( http://hercules.ws/board/topic/652-ro-open-setup-v2113389-last-updated-20141027/ ) Credits for Ai4rei Trunk ( https://github.com/rathena/rathena ) of rAthena. Part 1 : Guide Now make sure you installed the 3 Basic Software . Now open your Mysql Workbench create 2 database for the main & logs (ex: database1 = main & database2 = logs ). when you are done let's move to the part 2 of the Guide. Part 2 : Guide Now create a new folder in your desktop name it whatever you like. right click it. ( I use TortoiseGIT but it's up to you which of those two software you will use but for this guide I use Tortoise ) refer to the images below.. As you can see the image you can see => " SVN Checkout " it should show up if you install Tortoise. now after you click the SVN Checkout. refer the images below... Now you need to go to ( https://github.com/rathena/rathena ) copy the link and paste it on the " URL of Repository: " and then press OK. It looks like this when its working.. All you need to do is wait untill its done... Part 3 : Guide When transferring is finished. open your trunk/conf/char_athena.conf // Athena Character configuration file. // Note: "Comments" are all text on the right side of a double slash "//" // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. // Server Communication username and password. userid: s1 <= Replace this to your desired username. passwd: p1 <= same thing change it to your desired password // Server name, use alternative character such as ASCII 160 for spaces. // NOTE: Do not use spaces or any of these characters which are not allowed in // Windows filenames \/:*?"<>| // ... or else guild emblems won't work client-side! server_name: rAthena // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters) wisp_server_name: Server // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //login_ip: 127.0.0.1 <= On this part remove the " // " after login_ip: // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Port login_port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //char_ip: 127.0.0.1 <= Same thing with the login_ip remove the " // " after char_ip: // Character Server Port char_port: 6121 Now open trunk/conf/map_athena.conf //-------------------------------------------------------------- //rAthena Map-Server Configuration File //-------------------------------------------------------------- // Note: "Comments" are all text on the right side of a double slash "//" // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. //-------------------------------------------------------------- // Configuration Info //-------------------------------------------------------------- // Interserver communication passwords, set in account.txt (or equiv.) userid: s1 <= This must be the same username with the char_athena.conf passwd: p1 <= Also this, It must be the same with char_athena.conf (this is important) // Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //char_ip: 127.0.0.1 <= Now for this remove the " // " after char_ip: // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Port char_port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //map_ip: 127.0.0.1 <= Also this one, make sure that the " // " after map_ip: must be remove. // Map Server Port map_port: 5121 Since this guide if good for localhost only. using 127.0.0.1 is fine... Now open trunk/conf/inter_athena.conf this part is also important make sure all the details are correct.. // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: ragnarok <= Change this to the username you use for Mysql Workbench (default username: root) but make sure you use the correct one. login_server_pw: ragnarok <= Change this to the password of the username of your Mysql Workbench. login_server_db: ragnarok <= This one is for the database1(main.sql) hmm? (you remember on the Part 1 Guide. You create 2 database for main & logs. login_codepage: login_case_sensitive: no ipban_db_ip: 127.0.0.1 ipban_db_port: 3306 ipban_db_id: ragnarok <= Same thing username of the Mysql Workbench. ipban_db_pw: ragnarok <= Password of Mysql Workbench same thing. ipban_db_db: ragnarok <= same thing. change this to the database1 (main.sql) ipban_codepage: // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok <= Same thing username of the Mysql Workbench. char_server_pw: ragnarok <= Password of Mysql Workbench same thing. char_server_db: ragnarok <= same thing. change this to the database1 (main.sql) // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok <= Same thing username of the Mysql Workbench. map_server_pw: ragnarok <= Password of Mysql Workbench same thing. map_server_db: ragnarok <= same thing. change this to the database1 (main.sql) // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok <= Same thing username of the Mysql Workbench. log_db_pw: ragnarok <= Password of Mysql Workbench same thing. log_db_db: ragnarok <= Now for this one its for (logs.sql) soo put the database2 name here. log_codepage: log_login_db: loginlog Now you are done setting.. This one is not yet finish but the rest can be answered on the other topics.
    1 point
  4. Other way.. CREATE TABLE IF NOT EXISTS `cp_highest_peak` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `num_users` int(10) unsigned NOT NULL DEFAULT '0', `peak_date` date NOT NULL, PRIMARY KEY (`id`) ) ENGINE = MYISAM; and now the script is here //==================================================================================== //Script Name: Server Online Users Highest Peak //SVN: Tested in rAthena r156513 //Developed By: JayPee Mateo //Version: 1.0 //Requirement(s): FluxCP Server Highest Addon //Description: This npc script will record the highest number of players that your server reach //==================================================================================== - script Highest Peak -,{ OnPCLoginEvent: set .currentUsersOL,getusers(1); //Current Online Users //Query for the highest peak in the database query_sql("SELECT `num_users` FROM `cp_highest_peak` ORDER BY `num_users` LIMIT 1",.@numUsers); //Get the date set .date$,gettime(7)+"-"+gettime(6)+"-"+gettime(5); set .highestPeak,.@numUsers[0]; //Highest Peak if(getarraysize(.@numUsers) == 0) { //If not data found Insert statement set .highestPeak,.currentUsersOL; query_sql("INSERT INTO `cp_highest_peak`(num_users,peak_date) VALUES("+.highestPeak+",'"+.date$+"')"); //Insert new highest Peak } else { if(.currentUsersOL>.highestPeak) { announce ""+.currentUsersOL,bc_all; set .highestPeak,.currentUsersOL; query_sql("UPDATE `cp_highest_peak`SET num_users='"+.highestPeak+"',peak_date='"+.date$+"'"); //Insert new highest Peak } } end; }
    1 point
  5. Those files should be inside of your data/wav/
    1 point
  6. Not tested. prontera,150,150,4 script Map Player Counter 88,{ end; OnInit: while(1) { delwaitingroom; waitingroom "Map Counter [ ^FF0000"+getmapusers("prontera")+"^000000 ]",0; sleep 1500; //1.5 seconds } end; }
    1 point
  7. try to produce this files dude, include this on your grf #00 wav\doublekill.wav - Failed 0.00 #01 wav\doublekill.wav - Failed 0.00 dont forget to +1 if this helps:3
    1 point
×
×
  • Create New...