Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/06/25 in all areas

  1. This will replace the apple sprite on missing items with a question mark based on the question mark emotion sprite. Also includes a bigger version of the question mark texture made by me. To setup this: 1: Replace the apple's '»ç°ú' ACT, SPR and BMP sprites in the data with the ones inside 'data.zip' from this post 2: Add and reference the new 'apple_' textures from 'data.zip' in your itemInfo (so that the apples use the pseudo-custom apple texture instead of also using the '?') Result: Apples still look like Apples. Unknown Items look like a question mark. Less confusion, easier to spot and report! Includes: - »ç°ú.act / spr / bmp - apple_.act / spr / bmp - Partial 'itemInfo' template data.zipunknown.lua
    2 points
  2. PCM Ai Auto Attack Advanced [Usage Information] The process is simple—just select a skill and choose a monster to attack. Normal Attack: Uses a weapon. Skill Attack: Uses a skill. Skill Attack (Specify Monster): Uses a skill on a specific monster. Monster Name Coloring: Displays different colors based on difficulty. Auto Normal Attack: If SP runs out, it will switch to normal attacks. The system will automatically use the highest skill level available. [Skill Attack Details] Select skills from Hotkey slots (F1, F2, F3). Automatically select a monster from the map. Option to manually input a monster ID. The system will display the monster’s name after entering the ID. [General Functions] Uses Fly Wing automatically when movement is blocked. Uses Fly Wing if no monster is found within 10 seconds. Has a warp detection system—moves away when a warp is detected. Auto attack will be disabled upon returning to the save point. There may be movement delays causing slight overshooting of monsters. [Player Support System] If HP < 20%, uses Fly Wing. If HP < 30%, uses White Potion > White Slim > Big Bun If SP < 30%, uses Blue Potion > Honey > Pill Items will be used repeatedly until reaching 90%. If Fly Wing is out of stock, it will use Butterfly Wing instead. [Skill System] Supports all jobs up to the latest available skills. Uses skills according to their actual mechanics. Works for both monster-targeting and ground-targeting skills. Some skills may function but not display visual effects. Skill effectiveness depends on the player's stats. Must wait for the real skill cooldown before reusing. [Restrictions] Cannot be used in PVP Mode. Cannot be used in Guild War.
    1 point
  3. This map is from the game universe expansion series. Made with attention to detail and inspired by the original! .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. ve_fild08 The map is a continuation of the Veins Field 07 location, and repeats its main features. And also almost pixel-by-pixel repeats the outlines of the original art design of the location on the world map. The map seamlessly connects with neighboring level. I would like to remind you that the monster Iron Fist -> (id 1212) with a rather interesting card does not officially live anywhere. Therefore, this is a great place to settle him here. You don't need too many of them, since the map is half the size. I placed 5 Iron Fists. Please rate it if the map is good enough ~~ This map can be downloaded here https://rathena.org/board/files/file/4487-w0w_map_collection/
    1 point
  4. They are located inside the GRF in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º , must be of type JPEG and have to be called loadingXX.jpg where XX is a zero-based index (00, 01, 02...) and limited to about 6-12 files depending on langtype (unless you have diffed Unlimited Loading Screens option). You should prefer sizes of 4:3 (ex. 800x600, 1024x768) otherwise the loading screen is stretched to fit the screen, which causes certain quality loss. Try to avoid gradients, because the client reduces the amount of colors used inside the image as well. Adding your background to your clientinfo.xml / sclientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> <extendedslot /> <readfolder /> <connection> <display>SERVER NAME HERE</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>SERVER IP HERE</address> <port>6900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo>
    1 point
×
×
  • Create New...