Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/23 in all areas

  1. Wouldn't recommend buying it. Owner seems to give no support and project looks dead. Wouldn't risk buying it.
    2 points
  2. conf/battle/guild.conf // Is changing the guild leader allowed during WoE? // Default: no guild_leaderchange_woe: no In /src/map/clif.cpp search for void clif_parse_GuildBreak(int fd, struct map_session_data *sd) void clif_parse_GuildBreak(int fd, struct map_session_data *sd) { if( map_getmapflag(sd->bl.m, MF_GUILDLOCK) ) { //Guild locked. clif_displaymessage(fd, msg_txt(sd,228)); return; } guild_break(sd,RFIFOCP(fd,packet_db[RFIFOW(fd,0)].pos[0])); } Change to void clif_parse_GuildBreak(int fd, struct map_session_data *sd) { if( map_getmapflag(sd->bl.m, MF_GUILDLOCK) ) { //Guild locked. clif_displaymessage(fd, msg_txt(sd,228)); return; } if (agit_flag || agit2_flag) { clif_displaymessage(fd, "You can't break guild during WoE."); return; } guild_break(sd,RFIFOCP(fd,packet_db[RFIFOW(fd,0)].pos[0])); }
    1 point
  3. - script atcmd_example -1,{ OnInit: bindatcmd "reset",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: query_sql("DELETE FROM `char_reg_num` WHERE `key` LIKE 'Mission%'"); query_sql("DELETE FROM `acc_reg_num` WHERE `key` LIKE 'Mission%'"); .quest_count = getvariableofnpc(.Quests, "Hunting Missions"); addrid(0); #Mission_Count = 0; #Mission_Delay = 0; #Mission_Total = 0; @hm_char_del_check = 0; for (.@i = 0; .@i < .quest_count; .@i++) { setd "Mission" + .@i, 0; setd "Mission" + .@i+"_", 0; } dispbottom "A GM has forced reset your Hunting mission status."; end; }
    1 point
  4. View File FluxCP Theme:[FREE] [RESPONSIVE] Hurt Free Theme 2nd 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 = hurtFreeV2 = 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/hurtFreeV2/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('hurtFreeV2'), 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 Submitter Hurtsky Submitted 09/03/2018 Category Fully Coded Themes Video Content Author hurtsky  
    1 point
  5. Version 1.0.0

    345 downloads

    BLACK CATT CUSTOM MONSTER Greetings, rAthena! It's Haziel again, it seems regular freebies are back alright! Today I present you: the Black Catt. This is another conversion from Gravity's original turn-based JRPG Arcturus, properly fixed and fully adapted for RO. I have also included couple recolours to populate your ideas: If you're interested on my work, feel free to contact me through one of the channels below: By downloading this file, you agree with my Terms of Service: • YOU WILL NOT remove my signature from any of the included files. • YOU WILL NOT alter, edit, recolour any of my files unless for your personal use. • YOU WILL NOT repost, repass or mirror my work nor edited versions of it anywhere. • YOU WILL NOT sell, resell or in any manner, ask money or rewards using my work as exchange. • YOU WILL NOT claim my work as yours.
    Free
    1 point
  6. There's either nothing in their storage or you're using multiple storage tables. FluxCP only supports the first default `storage` table.
    1 point
  7. Version 2.2.0

    41168 downloads

    Third Job Costumes + New Classes The Correction With the advent of jRO releasing new Job Costumes, and also, the new classes from the Taekwon branch, many of server owners want to replace the vanilla sprites or even, implement the bodystyle system. But, there's a catch! Originally jRO, and now, even kRO spriters, have made it completely off of the default pattern of palette. In a classic example, you can notice the pattern of the RO palettes. What matters is the position of the colours, as an example, for all jobs, the white-ish tones will be always on the same row, so we can use it to create custom palettes. See how it works: But jRO didn't follow the classic pattern, making it incompatible with custom palettes (@Kamishi ones included). So, I edited frame by frame of each job sprite, of each gender, mounted or not, correcting them, converting them in a way so many of the previously created palettes will work. This package includes: Alternate Outfits: Alternate Royal Guard M/F + Gryffon Battlemount + Lion Mount Alternate Ranger M/F + Warg Battlemount + Ostrich Mount Alternate Minstrel/Wanderer + Ostrich Mount Alternate ArchBishop M/F + Alpaca Mount Alternate Warlock M/F + Fox Mount Alternate Mechanic M/F + Savage Mount Alternate Genetic M/F + Savage Mount Alternate Guillotine Cross M/F + Hyena Mount Alternate Shadow Chaser M/F + Hyena Mount Alternate Sorcerer M/F + Fox Mount Alternate Sura M/F + Alpaca Mount Alternate Rune Knight M/F + Dragon Battlemount + Lion Mount New Classes Star Emperor M/F + Wolf Mount Soul Reaper M/F + Wolf Mount As requested by @Emistry, I also added an extra, making it more compatible to default palettes: Kagerou/Oboro + Frog Mount Following the another @Emistry's request, all files are now already on GRFs. The previous version had no Cashmount palette included, this one fixes the issue. Only the already released costumes are supported at this moment. The Rune Knight seems to be the last of them, it's over a year from the first release! As a final part of the package, I'm including Classic Palettes for all Alternate Costumes. Enjoy the final product!
    Free
    1 point
  8. Version 1

    504 downloads

    PvP Valkyrie Guide: How to add blue sky [ aeries-guide ] This question frenquently remains. It's possible to make it but you're really limited. So, I'll explain you 3 differents method for make this effect. First method : Replace an existing map with this effect. I list here all maps : 5@tower / bif_fild02 / bif_fild01 / bif_dun01 / 1@mist / thana_boss / sky1 / que_temsky / ra_temsky / gon_dun02 / gonryun / 2009rcw_07 / 2009rcw_03 / bat_b02 / bat_b01 / que_qaru05 / que_qaru04 / que_qaru03 / que_qaru02 / que_qaru01 / que_qsch05 / que_qsch04 / que_qsch03 / que_qsch02 / que_qsch01 / bat_fild02 / sch_gld / airplane_01 / airplane / himinn / rwc01.rsw / valkyrie / yuno / comodo / 6@tower / moc_fild22b / moc_fild22 / einbroch / mjolnir_01 / gef_fild07 / xmas / xmas_fild01 Second method : Use a Hexadecimal editor, open your executable with it then search for a map with sky effect. Replace the name found by the name of your map :
    Free
    1 point
×
×
  • Create New...