Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/04/24 in all areas

  1. Version 1.0.0

    266 downloads

    //= Initiates a "Last Hit" event for players //= Only accessible by GMs with level 99 //= Spawns different bosses for each round //= Three rounds of escalating difficulty //= Rewards the player who lands the final blow //= Announces event stages and boss spawns server-wide //= Customizable boss monsters and rewards //= @lasthit command to teleport to the event location
    Free
    1 point
  2. Use doevent instead of donpcevent to keep the RID attached !
    1 point
  3. think it was 174xx its not specified in the documentaion https://rathena.org/board/topic/83032-script-commands-additionsupdates/#entry231696 from my script_commands.txt *bonus_script "<script code>",<duration>{,<flag>{,<type>{,<status_icon>{,<char_id>}}}}; This command will attach a script to a player for a given duration, in seconds. After that time, the script will automatically expire. The same bonus cannot be stacked. By default, this bonus will be stored on `bonus_script` table when player logs out. Flags (bitmask): 1 : Remove when dead. 2 : Removable by Dispell. 4 : Removable by Clearance. 8 : Remove when player logs out. 16 : Removeable by Banishing Buster. 32 : Removable by Refresh. 64 : Removable by Luxanima. 128 : Remove when Madogear is activated or deactivated. 256 : Remove when receive damage. 512 : Script is permanent, cannot be cleared by bonus_script_clear. 1024: Force to replace duplicated script by expanding the duration. 2048: Force to add duplicated script. This flag cannot be stacked with 1024, if both are defined, 1024 will be checked first and ignore this flag. Types: This will be used to decide negative or positive buff for 'debuff_on_logout'. 0: Ignore the buff type and won't be removed if the flag is not &8 (Default) 1: Buff 2: Debuff Status_icon: See "Status Icon" section in 'db/const.txt'. Default is SI_BLANK (-1). Example: // Apple gives you +5 Str bonus for 1 minute when it's consumed. 512,Apple,Apple,0,15,,20,,,,,0xFFFFFFFF,63,2,,,,,,{ bonus_script "{ bonus bStr,5; }",60; },{},{}
    1 point
×
×
  • Create New...