Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/09/15 in Posts

  1. kulang dapat ganito 25009,Black_Valkyrie_Helm,Black Valkyrie Helm,................
    1 point
  2. Finally! rAthena is back EDIT: Finally! I found out how to properly used rathena Thanks nana! Although I was not able to finish it for 0.9.4.2, I will continue to work on the responsive dashboard Also, you can now customize the error message for invalid username/password format and use item_db_re just as you suggested! Some more of your suggestions will be gradually added in the next few revision .. Thank you for everything so far! Anyway.. 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) We will be conducting a website maintenance today to improve the guidelines. Some contents may not be available until maintenance is done. Gonna update on this later ​ New installation guide is now UP! This should prove to be more newbie-friendly and well documented A new "Requirement" guide was added as well. Useful for those who will be installating their own apache servers Other important contents will be coming later such as changing admin settings and other important information in the admin panel All new guides except for Updating CORA are now available in the website. I did the best I can to make it as newbie-friendly as possible. I'll be adding guides on how to fully utilize all of CORA's modules soon too. As for now, I will continue the development for v0.9.4.3 .. Thank you for your patience everyone!
    1 point
  3. .@total = countitem(994); // total number of Item ID 994 .@exchg = .@total / 100; //Floored division of total by 100 (e.g. 256 / 100 = 2) .@remain = .@total % 100; //Remainder (e.g. 256 / 100 has remainder of 56) delitem 944,(.@total - .@remain); //Remove all but the remainder getitem 990,.@exchg; //Get total number of item id 990 = to floored division of total 994 (e.g. 256 --> 2) something like that
    1 point
×
×
  • Create New...