Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/13/23 in all areas

  1. View File guildgetitem2 & guildgetitembound2 This command sends items to the guild storage without the need of server restart. Example: prontera,100,100,5 script guildgetitem2 100,{ //guildgetitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; switch ( guildgetitem2(1218, 1, 1, 1, 10, 4305, 0, 0, 0) ) { case 1: dispbottom "Item added to your guild storage."; end; case 0: dispbottom "Unknown Error."; break; case -1: dispbottom "Cannot open both storages."; break; case -2: dispbottom "Player doesn't have a guild."; break; case -3: dispbottom "Player doesn't have a guild storage."; break; case -4: dispbottom "Guild storage being used by someone else."; break; case -5: dispbottom "Guild storage is full."; break; } end; } Works much like getitem2 and it uses the attached players guildstorage. Submitter Skorm Submitted 10/18/2014 Category Source Modifications Video Content Author Skorm  
    1 point
  2. @xilence01 Updated! You should @ me next time.
    1 point
  3. Thanks so much for sharing this with everyone. I'll even use it too. Just to let you know that in skill.cpp this line you asked to look for is different, there are more things. case AM_CALLHOMUN: //[orn] if (sd && !hom_call(sd)) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); break; in lasted rA: case AM_CALLHOMUN: //[orn] if (sd && !hom_call(sd)) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); #ifdef RENEWAL else if (sd && hom_is_active(sd->hd)) skill_area_temp[0] = 1; // Already passed pre-cast checks #endif break; It would be good to update your post with the fix.
    1 point
  4. Version v1.5

    389 downloads

    This command sends items to the guild storage without the need of server restart. Example: prontera,100,100,5 script guildgetitem2 100,{ //guildgetitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; switch ( guildgetitem2(1218, 1, 1, 1, 10, 4305, 0, 0, 0) ) { case 1: dispbottom "Item added to your guild storage."; end; case 0: dispbottom "Unknown Error."; break; case -1: dispbottom "Cannot open both storages."; break; case -2: dispbottom "Player doesn't have a guild."; break; case -3: dispbottom "Player doesn't have a guild storage."; break; case -4: dispbottom "Guild storage being used by someone else."; break; case -5: dispbottom "Guild storage is full."; break; } end; } Works much like getitem2 and it uses the attached players guildstorage.
    Free
    1 point
  5. Version 1.0.0

    621 downloads

    This is a tiny FluxCP theme for rAthena, inherited from the pre-integrated "bootstrap" theme by Akkarinage. [ Installation ] Download the .zip or .rar file, then extract it to your `[FluxCP's root] > themes`. Since the "bootstrap" theme is inherited from the default theme, this theme also requires the default. So, your `ThemeName` in `config/application.php` should be something like this: 'ThemeName' => array('bootstrap-zero', 'default', 'bootstrap') Not like this: 'ThemeName' => array('bootstrap-zero') [ Configuration ] You can adjust the Jumbotron's content in: `[theme's root] > parts > jumbotron.php`. ______ I know this theme is still small, don't know if I will develop it further or not. My goal is to share, so that it doesn't go to waste on my computer, and hopefully can be used by the community. This theme is provided as is. Use as you wish at your own risk.
    Free
    1 point
  6. Version 1.0.0

    3316 downloads

    Introduction: This package are currently contains around 90~100 hairstyles for both male/female character. I obtained these from various sources like old eAthena, rAthena, Hercules, TheSpriteRepository and other member who shared these sprites with me etc. I don't remember who exactly made each of the sprites, or who even shared these... tell me if you know who are them. If any of these hairstyles are custom work that are meant for private use, kindly contact me, so that I could remove it from the listing. I do have more than this amount, but since my current test client (2018-06-20) can only support up to 100 sprites, so I randomly picked 100 and only upload it here. It included the default 31 hairstyle from kRO, but I think I replaced the 1~20+ hairstyles from JRO which dyed the hair in dark color, the rest are custom hair styles. How to use: You can either merge the provided GRF into your own GRF Load it as another individual GRF using the DATA.ini file Extract it and put it in your Data folder * Depend on your client hexed with whatever settings. Search forum for all these guides. Disclaimer: You're free to share with everyone but do not monetize the contents in any way! These materials are meant for study or research purpose. Use these at your own risk, and always give credit to original author. If there exists issue with sprite file, for example: sprite misalignment, error, etc, kindly ask help from any member who have knowledge with sprite edit. If there exists issue with palette color file, for example: messed up color, error, etc, kindly ask help from any member who have knowledge with palette color edit. Fun Fact: Do you know you can actually combine all male and female hairstyle (including doram) to create a list of universal hairstyles that could be used by any gender of player and doram?
    Free
    1 point
  7. Version 1.0

    1582 downloads

    This is a free release of my recent Design creation, This patcher belongs to my recent server which was not published due to lack of time. Features 1. Rotating Banners (Supports up to 3 Pictures) 2. Patch Notes 3. 4 Buttons 4. Changeable logo. THIS IS A FREE RELEASE, YOU CAN USE IT ON YOUR SERVER, AND REMEMBER TO NOT TO CLAIM THE DESIGN AS YOURS. All I want is a simple like to may FB Page at: http://facebook.com/mardsigns
    Free
    1 point
×
×
  • Create New...