Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/25/12 in all areas

  1. Hello, Sorry for those who wait these renders. I got internet problem. Feel free to use these renders. Credit to © Gravity Co., Ltd. & Lee MyoungJin(studio DTDS). All rights reserved. © GungHo Online Entertainment, Inc. All Right Reserved. 3rd Job Renders.rar
    2 points
  2. Hi nobukadnezar, Create a new file called 'clear-iptables', and inside this file; input the following. Filename: 'clear-iptables' iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT After uploading this file onto your server, go into PuTTY/SSH and 'cd' to the directory of where you have uploaded this file and perform the following commands. chmod +x clear-iptables ./clear-iptables Now you can safely insert your own rules without previous rules conflicting your service. Here is an example of the iptables of which a server administrator should use for his RO service, but please note that this will close out all ports unless specified. Filename: 'iptables-policy' /sbin/iptables -F /sbin/iptables -A INPUT -i lo -j ACCEPT /sbin/iptables -A OUTPUT -o lo -j ACCEPT /sbin/iptables --policy INPUT DROP /sbin/iptables --policy OUTPUT DROP /sbin/iptables --policy FORWARD DROP /sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT /sbin/iptables -A OUTPUT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT # Allow incoming TCP port 22 (ssh) traffic /sbin/iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j ACCEPT # Allow Ragnarok Online /sbin/iptables -A INPUT -p udp --dport 6900 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 5121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 6121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 6900 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 5121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 6121 -m state --state NEW -j ACCEPT # Allow MySQL /sbin/iptables -A INPUT -p tcp --dport 3306 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 3306 -m state --state NEW -j ACCEPT # Have these rules take effect when iptables is started /sbin/iptables-save After uploading that file, you would simply 'cd' to the directory of the file location and perform the following commands. chmod +x iptables-policy ./iptables-policy And now, all traffic is blocked except for 22, 6900, 5121, 6121, and 3306. You can do some research on how to set limits/bursts, and then setting rules to drop malformed/ACK/SYN/spoofed packets, and other malicious traffic.
    2 points
  3. EDIT 2023: Hello ! it's been a long time ? As some people still looks interested in this, i reuploaded the file, and added some new things. This link contain: - 151 Pokemon Card + Sprite/item/collec for Pokemon Card item - 151 Mob pokemon (ACT need to be reworked though. As i didn't had the motivation to modify it for flying pokemon ? - 5 different types of Balls (Hyperball, Master Ball, Pokéball, Safari Ball, Superball) - Cries from 151 Pokemon And with this, i added: - The item_db for the pokemon items and more (Costumes to enable Santa, Summer, or even an item to @hide when you equip it if you are at least GM lvl 50) - A "Plan", which is an item that display the map of where you are in a cutin. (usefull if you want to make treasure maps or something like that) - A "Spiriteur" NPC, which is a quest to unlock a NPC to Soul Link your character (you need an item https://drive.google.com/file/d/1XrlUNJ-QHkzXydspmD2JtpVGuQ2IiypH/view?usp=share_link If you have any questions, or request, you can contact me on Discord @Varguen#9220 Hope you enjoy, even if it's not the best sprites in the world
    1 point
  4. Euphy's Scripts Disclaimer You may use, modify, and host all of my released scripts. You may not sell them, re-release them in any way (modified or otherwise), or remove the credits. < Event Manager > < Hunting Missions > < Queue System > < Euphy's WOE Controller > < All-In-One NPC > < Euphy's Quest Shop > < Euphy's Warper > < Item Rewards > < Custom Currency Multi-Shop > < Build Manager + > < Class Mastery System > < Class Specialization > < Badge System > < Guarantee Refine Ticket > < Item Fusion > < Euphy's MVP Ladder > < Card Trader > < NPC Duplicate Generator > < Auto-Potion >
    1 point
  5. anyone got the hero quest like the Dreamer RO, Mx RO,SpiritusRO ? (Sorry for my bad english)
    1 point
  6. Quote Download Map : koth01.grf Download Script : King of the Hill.txt 4.69K 203 downloads King of the Hill.txt 4.6K 296 downloads Quote Quote Quote Quote King of the Hill.txt King of the Hill.txt
    1 point
  7. warp "hard_pvp",0,0;
    1 point
  8. File Name: Deviruchi Balloon File Submitter: Adel File Submitted: 17 Jul 2012 File Category: Headgears Content Author: Adel Deviruchi Balloon - $10 -------------------------------------------------------------------------------- This file includes: - Collection image - Item Image - Drop Sprite/Act - Equip Sprite/Act For more information please feel free to contact me through PM. -------------------------------------------------------------------------------- -----------------------Terms of Use----------------------------------------- 1. Do not claim my work as yours. 2. Do not remove or alter my signatures/watermarks within the sprites and all associated files. 3. Credit me if you use my work as a base. 4. Do not edit or alter my sprites in any way without permission from me. 5. Do not distribute my sprites on any file hosting sites. 6. Do not sell my sprites to anyone as if they were yours. (Server Donations are the only exception.) By using my sprites you agree to these terms. Thank you~ -Adel Click here to download this file
    1 point
  9. Tested the latest version. (3.0.5) Completly unusable/broken/not patching anything. There's no instruction for anything, which makes it seriously hard to setup. "Some" things i've noticed. 1. the folder setting is MISSING within the localhost.kpsf file ;Patcher Folder. From this folder patcher take skin, BGM file and read/write service info Folder = kpatcher 2. patcher does never ever connect to the FTP server, no matter what (however there are 0 error messages) 3. patcher never saves nor reads the progress file. 4. patcher doesn't seem to read the patch list file at all. not sure though 5. crc check/update doesn't work. probably also not even reading the update.ini? 6. What's up with these settings.kpf and skin.kpf file which are being created when embedding the settings? Ca we ignore them? 7. Links from the browser are nomore opened by your default browser in a new window. (that was implemented way back after a request of mine) 8. Skin setting "hover" for buttons seems to be broken. The patcher always shows the official skin when mouse over a button. 9. mainly there are so much things that have been removed or are simply hidden, like color settings for skin stuff etc... 10. Russian Error message when closing patcher while starting up Процесс обновления клиента не завершен. Вы хотите закрыть патчер? It's currently pretty much messed up. I get 0 errors, but nothing works. It always says that the patcher is up to date and i can start the game though.
    1 point
  10. Patcher has been updated to version 3.0.1: Returned support the New Login System; Returned old patch info store format; Added support for running the client if the remote configuration file is not available.
    1 point
×
×
  • Create New...