Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/07/18 in all areas

  1. Version 1.0.5

    1594 downloads

    FluxCP Responsive Theme base on Bulma.io This fluxCP only compatible with rAthena FluxCP = https://github.com/rathena/FluxCP DEMO LINK HERE >>> CLICK HERE <<< [ WHEN VISITING THE LINK PLEASE CHANGE THE THEME TO = hurtFreeV1 = FOR THIS THEME ] you can login the page using this:- admin:- username = test password = test normal user:- username = test password = test Come with Easy config ./themes/hurtFreeV1/config/hurtsky_settings.php 'yourServerName' => 'Hurtsky', //this name maybe will be use on top and footer 'newsTitleLimit' => 10, //this will limit character/letter in title of RSS 'newsContentLimit' => 100, //this will limit character/letter in content of RSS 'enableSocialNetworkLink' => true, //disable this will remove the get connected section 'enableFacebookIcon' => true, 'facebookLink' => 'https://hurtsky.com/FluxCP', 'enableDiscordIcon' => true, 'discordInviteLink' => 'https://hurtsky.com/FluxCP', 'enableTwitterIcon' => true, 'twitterLink' => 'https://hurtsky.com/FluxCP', 'footerCopyrightTrademarkLable' => 'All trademarks referenced herein are the properties of their respective owners', 'footerCopyrightInitialDate' => 2017, How to install: 1. place the folder under ./theme/ 2. open file ./config/application.php 3. change 'ThemeName' => array('default','bootstrap'), to 'ThemeName' => array('hurtFreeV1'), 4. for WOE status, you need to import this SQL file to database = woe_status.sql 5. also add this NPC script to your emulator = woe_status.txt 6. done THIS FREE THEME PROVIDED AS IT NO SUPPORT COME WITH IT USE IT AT YOUR OWN RISK
    Free
    2 points
  2. ... I have long had an idea to make a location like a pop-up book ... to tell a story ... ... now I have a book ... even 4 ... and I'll tell the story ? let's seat and listen to ... .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. The Legend of the Great, Wise and Four Battle Books .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. b_book1 b_book2 b_book3 b_book4 Please rate it ? if the maps are good enough
    1 point
  3. This guide shows you how to make your own test server using 2015 Client. Note that this is just a guide and if you follow this guide smoothly then you won't be having any problems. So please read carefully. Required Files ( I suggest to check the whole guide first before installing anything that is required ) : Server Side - Xampp - rAthena SVN - Build Tools for Visual Studio 2017 Client Side - NEMO - Latest kRO - 2015 Client ( In this guide I'll be using 2015-11-04 Client ) - Translation SETUP ( DATABASE ) 1. Download and Install XAMPP 2. Launch XAMPP 3. Start Apache If Apache doesn't start, follow these steps : 3.1 - Click the config button for Apache - Select Apache(httpd.conf) - Modify Listen 80 to Listen 81 - Save 3.2 - Click the config button for Apache again - Select Apache(httpd-ssl.conf) - Modify Listen 443 to Listen 444 - Save After this you should be able to start apache. 4. Start MySQL INSTALLATION ( COMPILER ) 1. Download Build Tools for Visual Studio 2017 2. Goto Individual Components and check the following : - Static Analysis Tools - VC++ 2017 v141 Toolset (x86,x64) - Windows Universal CRT SDK - Visual C++ Build Tools Core Features - Windows 8.1 SDK - Windows Universal C Runtime After Installation, Stay at it is for now but we're gonna use it later. SETUP ( SERVER SIDE ) 1. Download and Extract rAthena SVN ( I prefer to extract it on desktop for easy access ) 2. Setup Config 2.1 - conf/char_athena.conf - Change userid and passwd to ( User1 and Pass1 ) - Find " //login_ip and //char_ip " and remove the " // " on them. - Save 2.2 - conf/map_athena.conf - Change userid and passwd to ( User1 and Pass1 ) - Find " //char_ip and //map_ip " and remove the " // " on them. - Save 3. Download compile.bat and copy the file to your rAthena folder and run it. Note : Make sure to install Build Tools for Visual Studio 2017 first. 4. After this there will be a console window and what you will see is the compilation output. When the process is finished, Close. SETUP ( MYSQL ) Note : Make sure that Apache and MySQL is Running on XAMPP 1. Open web browser, http://localhost/phpmyadmin/ 2. Click User Accounts 3. Click Add User Accounts 4. Set username and password to ragnarok 5. Select hostname as local 6. Check Create database with same name and grant all priviledges 7. Click go Executing SQL Scripts in rAthena : 1. in Phpmyadmin, click ragnarok database 2. Click Import 3. Open rAthena/sql-files 4. Select the .sql files one by one untill all files are executed Create Account in Database : 1. in Phpmyadmin, click ragnarok database 2. Click the login table 3. on the first account with the id 1, change the userid and the user_pass to User1 and Pass1 4. Click copy on the first account id with 1, fill in the username, password and gender that you want. 5. Set the group_id to 99 6. Click go Test rAthena Server : 1. goto your rAthena folder 2. run runserver.bat Server should be running properly if you follow the guide smoothly. Note : Make sure that Apache and MySQL is running on XAMPP before opening the runserver.bat SETUP ( CLIENT SIDE ) 1. Download Client ( 2015-11-04 ) and Extract on your desktop 2. Download and Extract NEMO 3. Open NEMO 4. Browse for the Input exe file and locate the Client that you downloaded on your desktop 5. Click Load Client 6. Click Select Recommended 7. Enter the name of the INI file should be DATA.INI, Click ok 8. Enter the new Iteminfo path should be System/iteminfo.lua, Click ok 9. Find User Ragnarok Icon and check 10. Find Read Data Folder First and check 11. Click Apply Selected You should have now a patched exe file in the same location of the 2015-11-04 Client that you downloaded. SETUP ( RAGNAROK SERVER FILES ) 1. Create New Folder 2. Copy the following files from the kRO that you downloaded to the New Folder that you created : • All the .dll files • data.grf • rdata.grf • DATA.INI • BGM Folder • Setup.exe • AI Folder ( including AI_sakray ) • Mp3dec.asi 3. Copy the patched exe client that you made earlier to the New Folder you created 4. Download Translation ( In this Guide I'll be using ROenglishRE ) Note : - If you're gonna setup Renewal then you should download ROenglishRE. - If you're gonna setup Pre - Renewal then you should download ROenglishRE and ROenglishPRE. ( Should set the server to Pre - Renewal Mode too ) 5. Open the ROenglishRE-master that you downloaded and inside the zip is the ROenglishRE-master folder. Open it. 6. Extract all the files in the ROenglishRE-master folder to the New Folder you made. Modifying Clientinfo : - Open data/clientinfo.xml in the New Folder you created - Address should be 127.0.0.1 - Version should be 46 - langtype should be 1 Modifying DATA.INI : • Located at the New Folder you created Should look like this How to Start : 1. Open XAMPP , Start Apache and MySQL 2. Goto rAthena Folder and run runserver.bat 3. Launch the patched exe file 4. Login using the account you created earlier. THIS GUIDE IS BASED ON HOW I MAKE MY OWN OFFLINE RAGNAROK SERVER. ANY QUESTIONS ? FEEL FREE TO ASK AND I'LL TRY TO ANSWER IT AS LONG AS I CAN.
    1 point
  4. You know, I just could not take and not make the full version of the map ja_yavin01 released earlier. So look and be surprised ? .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. yavin1b Please rate it ? if the map is good enough
    1 point
  5. *getobjects(<type>,<data>{,"<map name>"{,<x1>,<y1>,<x2>,<y2>}}) Get object GIDs on specified location based on specified 'type'. The returned value is number of all objects found. The GIDs is stored in temporary NPC variables. <type> can be combined value as bitwise of BL_PC - Character object BL_MOB - Monster object BL_PET - Pet object BL_HOM - Homunculus object BL_NPC - NPC object BL_MER - Mercenary object BL_ELEM - Elemental object 'data' values are bitmask of 0x1 - GID (default) 0x2 - Name 0x4 - Char ID (only for BL_PC) 0x8 - Class (Job ID for BL_PC, Sprite ID for BL_NPC, and Class for other types) Default 'map name' for look up is invoker location or NPC if no invoker found. Object GID found will be saved in these arrays, while 'type' is value of UNITTYPE_*. Use getd for good practice. .@obj_type_id[] .@obj_type_name$[] .@obj_type_cid[] .@obj_type_class[] Example 1: getobjects(BL_PC,0x1); .@n = getarraysize(getd(".@obj_"+BL_PC+"_id")); for (.@i = 0; .@i < .@n; .@i++) { getitem 607,1,getd(".@obj_"+BL_PC+"_id["+.@i+"]"); } Example 2: getobjects(BL_PC|BL_NPC,0x1|0x2); // For players .@pc = getarraysize(getd(".@obj_"+BL_PC+"_id")); for (.@i = 0; .@i < .@pc; .@i++) { getitem 501,1,getd(".@obj_"+BL_PC+"_id["+.@i+"]"); } // For NPCs .@npc = getarraysize(getd(".@obj_"+BL_NPC+"_id")); for (.@i = 0; .@i < .@npc; .@i++) { npctalk "My number is "+(.@i+1)+"",getd(".@obj_"+BL_NPC+"_name$["+.@i+"]"); } Keywords how to get players (account id) on a map, how to get player/char name on a map, how to get char id on a map, how to get char's job on a map, how to get npc id on a map, how to get npc name on a map (exname with hidden part), how to get monster gid on a map, how to get monster name on a map, how to get monster id (class) on a map, .... so does with homunculus, elementals, pets, mercenaries Downloads Latest: getobjects-rA-20180806-65df844d.diff getobjects-rA-20180708-b2c026d4.diff testgetobjects.txt
    1 point
  6. Hello, i play on the offical european server and tried to change the sprites to the new one. I downloaded all 4 files and tried one after the other but they dont work. We dont have a Bodystyle system. I also found an other download at hercules but they are not actual, the new sura and rk are missing in this file. So, i would ask if anyone can upload the sprites as an .grf without this bodystyle system. Edit: Okay, i found a .grf with all the sprites. ?
    1 point
  7. Version 1.1

    400 downloads

    This is a version of Ayothaya I made quite some time ago. Feel free to use it if Ayothaya is your main town or if you just want to use it. Enjoy~
    Free
    1 point
×
×
  • Create New...