Leaderboard
Popular Content
Showing content with the highest reputation on 12/22/19 in all areas
-
2 points
-
Version 1.0.0
163 downloads
Introduction: This LMPQ exists in MapleStory, I am just copy the idea of how it work, and try to port it into RO. However, its far from perfect, originally I planned to get a custom map with x-mas theme, something like toy factory since it kinda match with MapleStory's Ludibrium town/dungeons. But plan failed, tried to approach several person to help me with some of the client side stuff, but not everyone have the free time or interested or maybe not willing to work on free maps/clientside release nowaday. Anyhow, maybe you could just replace with your own custom map, or even better if you could share with everyone like I share the scripts. The more the merrier! So, if anyone willing to help me with custom maps/client side edit, let me know ? . Sometime collaborating with others could make great contents for release to other member. How it work: The objective of this party quest is to collect at least a certain tickets by killing monsters and to reach Ludibrium Maze 16 (henceforth known as Room 16). Navigating through the maze needs a firm foundation of how the rooms operate. When you have successfully entered into the maze, your party will be thrown into a random room. Each type of monster drops a random amount of tickets at certain rate. Some rooms consists of mystery treasure box that summon monsters upon destroyed. These summoned monster has better loot value, which are important factor to complete the PQ in a short period of time. The more passes you have, the more experience points you will obtain at the end of the PQ. There exists trick to conquer this PQ in a very short duration, I'm not gonna reveal/spoil how is it, and l'll just leave it to you to explore it. Mirror Link : PastebinFree2 points -
View File Fixed HairStyle Arrangement Texture This grf contains fixed hairstyle arrangement after using "Increase hair style limit in game" from 4144 latest NEMO updates, because after patched the hairstyle is not in correct arrangement. Submitter Hurtsky Submitted 08/25/2018 Category Sprites & Palettes Video Content Author hurtsky1 point
-
click ragnarok goto SQL TAB there will be a input box you will put the sql code inside and execute but first i highly recommend that you test this offline in your pc just to make sure that these tables wont affect anything.1 point
-
October Digest 2019 The following digest covers the month of October 2019. Staff Changes: None. Development Highlights: CORE: Fixed inventory check while buying item issue Corrected RDMOPT_DAMAGE_PROPERTY_element_USER Fixed achievementexists script command Fixed memory management for achievements Fixed reply for adding to equip switch Removed jAthena 1082 legacy code regarding castle defense rate Corrected NPC view constant verification Fixed SG_FRIEND not increasing TK_COUNTER's rate when MO_COMBOFINISH is used Corrected atcommand mobinfo for VIP Corrected battle config default_fixed_castrate Fixed renewal ASPD passive modifiers Fixed script command getunits Fix item bonus SkillUseSPRate Corrected Gentle Touch skills DATABASE: Added new missing hateffects Lowered Eden Uniform Tier 1 level requirement to level 7 Updated nightmare biolab monsters drops Updated Achievement EXP to official values Job Improvement Project - Sura Updated Ninja Skills SCRIPT: Questinfo requirement update Payon script header fix Added game ID check for Horror toy factory instance Lighthalzen Quest NPC ID Fix Added official Malangdo Guide Corrected Dual Monster Race wager check OTHERS: Fixed small mistake in VS filters Updated EditorConfig Ignore files generated by CMake in CMakeFiles directory November Digest 2019 The following digest covers the month of November 2019 Staff Changes: None Development Highlights: CORE: Added bonus bVariableCast and bonus2 bSkillVariableCast for Pre-renewal Added progress for loading yaml databases Fixed code for Star Gladiator day calculation DATABASE: Fixed missing modes of Malangdo Culvert mobs Corrected Bacsojin Pet SCRIPT: Fixed quest_16_1 typo Corrected Succession of the Prince quest OTHERS: Added support for constants in csv2yaml Added unsigned rate support for yaml Fixed appveyor building Updated the CSV2YAML tool to utilize YAML Emitter Show your support to rAthena by submitting your Issue or Pull Requests! 1 point
-
Hola Amigos, Como indique hace unos años, Gracias por preferir mi trabajo!1 point
-
Version 2.0.0 BETA
933 downloads
Version 1.0 = stop support UPDATED to 2.0 // Automated GvG Event 2.0 Beta version // Event runs every hour via OnMinute timer. // Feel free to edit as you wish // By : Mabuhay // Free release // Dont remove credit // Updated to v 2.0 /* - Added gepard support and check to every members - More flexible options - Can set cash, members, timer, and winpoints if gm starts the command. New mechanics. - When using @gvgeventjoin, all your members must be around you by 5x5 cell. NOTE: item rewards are only to be set here in script because adding them in the GM option would be quite troublesome for me :D */ // Tested and working except for Gepard function. ( But it must be working without any problem ) Compatibility is your responsibily. Backward compatibility is not supported. Update your trunk to latest for this to work. EnjoyFree1 point -
I am trying to compile rAthena on CentOS 7 64-Bit OS; but I want to use MariaDB 10.1 (instead of MySQL, since it's a fork and should work the same). When I run the ./configure --enable-64bit command, I see the following error: ...checking for library containing pthread_cancel... none required checking for library containing pthread_join... none required checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... no checking mysql.h usability... yes checking mysql.h presence... yes checking for mysql.h... yes checking MySQL library (required)... no configure: error: MySQL not found or incompatible Prior to starting the installation, I have made sure the following packages are installed: yum install -y mysql-devel pcre-devel zlib-devel; [root@server host]# yum install -y mysql-devel pcre-devel zlib-devel Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.sov.uk.goscomb.net * epel: mirrors.coreix.net * extras: centos.serverspace.co.uk * remi-safe: remi.check-update.co.uk * updates: repo.bigstepcloud.com Package MariaDB-devel-10.1.10-1.el7.centos.x86_64 already installed and latest version Package pcre-devel-8.32-15.el7.x86_64 already installed and latest version Package zlib-devel-1.2.7-15.el7.x86_64 already installed and latest version Nothing to do I checked the /usr/lib64/ folder and I can see the libmysqlclient dev binaries: [root@server host]# ls /usr/lib64/ | grep mysql libmysqlclient.a libmysqlclient_r.a libmysqlclient_r.so libmysqlclient_r.so.18 libmysqlclient_r.so.18.0.0 libmysqlclient.so libmysqlclient.so.18 libmysqlclient.so.18.0.0 libmysqld.a libmysqld.so libmysqld.so.18 libmysqlservices.a So, I tried to configure the installation like this: ./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib64 However, this too did not work. Any ideas what I might be doing wrong? Is MariaDB not supported with rAthena? This is how I installed MariaDB 10.1 on my CentOS 7 (x64): wget -O /etc/yum.repos.d/MariaDB.repo http://mariadb.if-not-true-then-false.com/centos/$(rpm -E %centos)(uname -i)/10_1 yum install MariaDB MariaDB-server Thanks in advance for any help & happy new year to the community. UPDATE: Sorry, posted this question too soon. This has fixed my issue: ./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib64/libmysqlclient.so1 point
-
Things to note Edit your PACKETVER in mmo.h Change packet_key_ver in packet_db.txt Set your servertype to primary in clientinfo.xml (Client side) since we are using Ragexe not RagexeRE 2015-10-29aRagexe.rar1 point
-
Verify your user have execution right with : ls -la Then if not run : sudo chmod +x ./athena-start Then it should be fine.1 point