Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/28/20 in all areas

  1. File Name: [email protected] File Submitter: keitenai File Submitted: 1 Dec 2017 File Category: Src Modification Content Author: keitenai Updated: 31 July 2022 Information: @ resist will check the current values of resistance from each Element / Race / Size / Class. Thanks to @Santafe for the idea of this command. 1. Download the Diff file. 2. Patch the diff to your rAthena 3. Recompile your server. 4. RUN THE SERVER! Compatible with: rAthena 97b5f3b ( as of July 31, 2022 ) Download : keitenai_@resist_command_V2.diff
    1 point
  2. View File [Script Command] viewcondition This mod allows you to set some conditions to a player can see or interact with a NPC. Command: viewcondition( npc_name, int_variable_name, compare_method, value_1, { value_2 } ); Compara Methods Avaiable: EVC_LESS - If player variable is < value_1 EVC_EQUALS - if player variable is == value_1 EVC_MORE - if player variable is > value_1 EVC_BETWEEN - if player variable is >= value_1 and <= value_2 EVC_DIFFERENT - if player variable is != value_1 You can apply more than one condition to a npc, but if one condition fail, the npc will not be seeing by the player. Script Sample: new_1,55,111,5 Script Lupina#1 10078,{ mes "You can see and talk with me because your @teste variable is less than one!"; next; mes "Now, I will set @teste to 2 and you will no longe see me when goes outsight me or if use @refesh!"; close2; @teste = 2; end; OnInit: viewcondition( strnpcinfo(0), "@teste", EVC_LESS, 1 ); end; } Submitter Zell Submitted 04/28/2020 Category Source Modifications Video Content Author Zell  
    1 point
  3. Should have use search button before posting. There's a lot on rAthena forums. Heres the recent one
    1 point
  4. to make item be a usable item change 3 into 2 or 11 up to your need for more detail you can read at doc\item_db.txt
    1 point
  5. 20200304 cannot be use now I reccommend you to use 20180620 as rAthena based.
    1 point
  6. pretty much self explained... MVP - extra MVP Item drops Card-Based - Card (item bonuses) that grant additional item drop upon killed monsters Treasure - Tresure Chest item drops
    1 point
  7. Would that 5 hours mean accumulative regardless if they go offline or not?
    1 point
  8. it's not really a problem 1. Bard/Dancer most of their skills change range from around caster to the whole of caster's screen 2. from 1. that's the reason why effect removed actually it still have effect but it's using 3rd class aura effect which need newer diff client like 2019++ 3. from 2. rAthena still not support newer client at this moment Hope this's the answer you want to know
    1 point
  9. I have also been wondering why Dancer/Bard songs aren't showing skill effects. I'm looking through the commit to see if I can spot anything that might have caused it. @CyberDevil Are you able to confirm that the Dancer/Bard skills work again when you deploy the previous commit 850904a? @CyberDevil Ah, it seems like there is meant to be new skill animations for Bard/Dancer songs/dances; as a part of this update: https://www.divine-pride.net/forum/index.php?/topic/3453-kro-mass-skills-balance-1st-2nd-and-transcendent-classes-skills/ I'd imagine you can revert the changes by removing the #ifndef and #endif statements in skill.cpp. Plus add the units back into each song/dance in db/re/skill_db.yml
    1 point
  10. Version 1.3

    3506 downloads

    A script that basically used to control messy vendors in your server. Included one helper npc that enable Vendor to pick their spot easily. Some minor settings and math calculations are required to setup this. // x and y horizone .. setarray .x_line, 52, 49, 46, 43, 40; setarray .y_line, 68, 71, 74, 77, 65, 62; ( A Screenshot from a Server that using this scripts ) use at your own risk ~
    Free
    1 point
  11. you better not delay the events if you have too many of the same type. the maximum number is 3 after that the events will be deleted instead of moving to the queue. https://github.com/rathena/rathena/blob/05ebde0198380c100c92b7873c86ee93b811032d/src/map/map.hpp#L49
    1 point
  12. Yes this option doesnt show in Status Window but affect your output damage when attacking mob
    1 point
  13. Version 1.0.1

    435 downloads

    As the title says. I added some fix on checkweight part where it will throw some error when item mailing is disabled. ( I literally have uploaded the wrong file for months and only been known recently) Added gepard id check support.
    Free
    1 point
  14. You're using an old theme that likely has old code. Ask the theme creator to update it so it works with the latest version of FluxCP. You can have a go yourself by looking at the code in the default theme files for registration, and the same again for the modules folder.
    1 point
  15. setcell "prontera", 140, 170, 160, 190, cell_pk, 1 coor for center of prontera?
    1 point
×
×
  • Create New...