Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/03/21 in all areas

  1. Extended @partybuff Heya, it's been a while since I've been active on this Forum. Currently I'm planning to comeback and this topic is a proof of that. Extended @partybuff is a source/client modification of the popular command called @spb. Features Display party member's buffs in Party Windows (ALT+Z) Display a special bar above party members with the active buffs. Working on latest rAthena. ----- B - Blessing A - Increase Agi S - Spirit Link F - Full Chemical Protection + - Devotion ----- Screenshots Video Known Limitations Special Bar only work when /effect is active. Works on clients above 2015-05-07. It's a party setting which means if it's active will affect all online party members.
    4 points
  2. Version 1.1

    1821 downloads

    Description : Players are able to click on the Enchant items to provide custom bonus to the selected equipment. Varies of bonus could be done especially use together with a *getequippedon script command to provide a wide range of bonuses. The current items and bonuses display in the video is just a sample for demo. The origin of the idea come from Diablo and 張阿神. Sample Usage: callfunc("F_UsableEnchantItem", <delete_item_id>, <enchant_item_id>{, <card_index>}); Item Database : Create a custom item for enchant - Id: 501 AegisName: Red_Potion_Enchant_Usable Name: Red Potion Type: DelayConsume Buy: 10 Weight: 70 Script: | callfunc("F_UsableEnchantItem", 501, 909, 3); Create a custom enchant item with special bonuses. - Id: 909 AegisName: Jellopy_Enchant_Item Name: Jellopy Type: Etc Buy: 6 Weight: 10 Flags: BuyingStore: true Script: | .@eqp = getequippedon(); if (.@eqp & EQP_ARMOR) { bonus bVit,100; } if (.@eqp & EQP_HEAD_TOP) { bonus bInt,100; } if (.@eqp & EQP_SHOES) { bonus bAgi,100; } Preview :
    Free
    1 point
×
×
  • Create New...