Jump to content

Leaderboard

Popular Content

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

  1. Hello everyone, Updated changes on the platform from below spoilers: Changelog v1.0.0 - Date: 01/14/2021 Changelog v1.0.1 - Date: 01/16/2021 Details: PHP Framework Laravel 8.x. HTML5, Javascript with jQuery, CSS3 for theme templating. Bootstrap 5 Framework Responsive & Mobile Friendly PHP 7.4 required (and other Laravel dependencies). Clean Design SEO Friendly Feature Plan - Player Dashboard: Account Feature (Register, Login, Forgot Password, Account Setting) Donate system (paypal and skrill ready) News & Events Ticket support system(WIP) GM Task List Item Shop Feature Plan - Admin Dashboard: Ban Module System (ban or unban from the platform) Manage Item Cash Shop (Fully working with lastest rathena item_cash_db table) CMS Latest Donation (You can see the amount and account who made the donation) Ticket Support System (WIP) Theme configuration (We are still debating if this should be a thing. since you just need a bit of html and css knowledge to edit front page). We are also open to suggestions and idea. We are not gonna abandon the project anytime soon and we would like to have people to test and make us fix backdoors that could appear to make the system more secure. As a matter of fact, we are developing our rathena renewal server in order to test this new platform!. Sorry for the spoiler if it's too big I'm not really used to forums now days.... Also sorry for any grammar mistakes. English is not really my first language Edit: Clic on this Discord Server to access our server. At the moment is just me and no body else, but I believe we can make a good community out of it! Edit #2 : All new updates about the platform will be posted only on discord. This is to prevent more text wall and some other issues it might bring. Edit #3 : Screen Previews are all within discord server.
    2 points
  2. View File Alon Event Alon Event Alon is a Tagalog translate from Wave Alon Event is another Team Event and consist of 10 party member as a default. Player must be clean all monster in map Round 1-4 is easy Wave , Round 5 is Bonus round & Final Round & Round 6-9 is the hard part Good for High Rate Server & Mid rate server . Enjoy! Do not claim as your own work. Removing my Author in script meaning you claiming my works! Submitter Poring King Submitted 08/26/2020 Category Games, Events, Quests Video Content Author Poring King  
    1 point
  3. Discord channel is on the way! We are still setting up the channels and other stuffs
    1 point
  4. 0,7179,1 < Try to put this. or Did you patch Cash Shop in Nemo? ~
    1 point
  5. Update to V1.0.4 * update bulmaCSS version * update jquery version * fix wrong class usage * fix white font on submenu * change all CDN css, js and fontawesome to local * add login and logout button to navbar
    1 point
  6. If you want to remove/change the link in the window you can edit tb_cashshop_banner.lub, just replace the kRO link with a link of your own. You can also remove additional banners with the file. tb_cashshop_banner = { [1] = { "shop_banner.bmp","Insert Link Here" }, }
    1 point
  7. Just my guess check line 3302 in msgstringtable.txt
    1 point
  8. Maybe it would be good to not run it as root even inside the container. Also maybe add something like this: RUN git clone --shallow-since 11.03.2018 https://github.com/HerculesWS/Hercules.git . \ && git checkout d89690fbdbaa5dc78f98d96ee91403e329c12af1 Obviously for rathena. And how about seperating into different containers? #PROD version: '3' services: core: build: ./server image: core:latest volumes: - sql_scripts:/herc_server/sql-files database: image: mysql restart: always volumes: - sql_scripts:/docker-entrypoint-initdb.d - server_db:/var/lib/mysql environment: MYSQL_DATABASE: ragnarok MYSQL_USER: ragnarok MYSQL_PASSWORD: raganarok MYSQL_ROOT_PASSWORD: secret depends_on: - core map: image: core restart: always command: ./wait-for-it.sh database:3306 -- "./map-server" volumes: - ./server/config/comm/main/import/map-server.conf:/herc_server/conf/import/map-server.conf:ro depends_on: - core - database ports: - 5121:5121 login: image: core restart: always command: ./wait-for-it.sh database:3306 -- "./login-server" volumes: - ./server/config/comm/main/import/login-server.conf:/herc_server/conf/import/login-server.conf:ro depends_on: - core - database ports: - 6900:6900 char: image: core restart: always command: ./wait-for-it.sh database:3306 -- "./char-server" volumes: - ./server/config/comm/main/import/char-server.conf:/herc_server/conf/import/char-server.conf:ro depends_on: - core - database ports: - 6121:6121 flarum: image: mondedie/docker-flarum:0.1.0-beta.7.1-stable container_name: flarum ports: - 80:8888 environment: - DEBUG=true - FORUM_URL=http://s8nozieb.me - DB_PASS=secret2 volumes: - ./forum/assests:/forum/app/assets - ./forum/extensions:/flarum/app/extensions depends_on: - mariadb mariadb: image: mariadb:10.1 container_name: mariadb environment: - MYSQL_ROOT_PASSWORD=secret2 - MYSQL_DATABASE=flarum - MYSQL_USER=flarum - MYSQL_PASSWORD=secret2 volumes: - forum_db:/var/lib/mysql volumes: sql_scripts: server_db: forum_db: I once made this for hercules, would be nice if we could have something similar for rAthena. (https://github.com/Normynator/Ragnarok/tree/master/docker)
    1 point
  9. Cash Shop Sale System As of Git Hash: aaa4ea9, rAthena supports the official Cash Shop Sale System! Features: Requires 2013-12-23 client or newer. Requires GM level 99; until permission settings are implemented (implemented in Git Hash: 9384bd0). Usage: Enter the item(s) you want to sell in your item_cash_db.txt using Type 8. Start the server or @reloaditemdb. The Special tab will be empty at this time, which is fine. Type /limitedsale and hit enter in the chat window in the client. Enter the item name into the Item DB Name field in the sale window. Fill in the data you want for the item: Number of Sale: Amount of this item that is sold to players. Sale Start Time: This is the Month / Day and then Hour : Minute of the start of the sale Time to sell: How many hours the sale will last. 24h is max tested so far. Click Add Limited Item and wait for the start time that was entered to pass. Thanks to @Lemongrass for implementing this! Don't forget to leave comments and testing results! Thanks! Don't forget to update your SQL tables with upgrade_20161224.sql!
    1 point
×
×
  • Create New...