Jump to content

Search the Community

Showing results for tags 'getequipexpiretick'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 2 results

  1. File Name: rentitem2 plugins File Submitter: Mhalicot File Submitted: 04 Jan 2014 File Category: Plugins HPM (Script command: rentitem2) (AtCommand: @rentitem) complete package. Compatible with Windows System Only if you are using Linux, ignore other files and use only rentitem2.c Instruction. 1. Download and extract files using 7z or any application that can extract it. 2. extract it in your server directory ex: C:/RO Server/Hercules/ 2.1. edit conf/plugins.conf and add rentitem2 3. find rentitem2/rentitem2.sln and recompile it. 4. You can now start using your ready made plugins if you are using VS2010/VS2009/vs2013 or whatsoever and you are failing to compile because of platform issue. this is what you need to do. Note: Recompile if you modify the script. Sample Script: // Structure*rentitem2 <Item_ID>,<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;*rentitem2 "<Item_Name>",<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;// Scriptrentitem2 @inventorylist_id[.@item],.rentime,@inventorylist_identify[.@item],@inventorylist_refine[.@item],@inventorylist_attribute[.@item],@inventorylist_card1[.@item],@inventorylist_card2[.@item],@inventorylist_card3[.@item],@inventorylist_card4[.@item]; Note: cannot rent pet eggs/armor, stackable items. // AtCommand Structureusage: @rentitem <item name/ID> <Minutes> *getequipexpiretick(<equipment slot>) Returns the number of seconds before the item expires.0 means it never expires (not a rental item)-1 means no item is equipped Sample Script: if (getequipexpiretick(.@part)) { mes "Sorry. I don't sign rental items."; emotion e_sry; close; } If you have any questions feel free to drop a comment. for more info on how to to use HPM visit Here (Tested on Hercules rev. 137**) Credit: Original file by Brian and converted by Me Click here to download this file
  2. Version 3.0

    399 downloads

    HPM (Script command: rentitem2) (AtCommand: @rentitem) complete package. Compatible with Windows System Only if you are using Linux, ignore other files and use only rentitem2.c Instruction. 1. Download and extract files using 7z or any application that can extract it. 2. extract it in your server directory ex: C:/RO Server/Hercules/ 2.1. edit conf/plugins.conf and add rentitem2 3. find rentitem2/rentitem2.sln and recompile it. 4. You can now start using your ready made plugins if you are using VS2010/VS2009/vs2013 or whatsoever and you are failing to compile because of platform issue. this is what you need to do. Note: Recompile if you modify the script. Sample Script: // Structure*rentitem2 <Item_ID>,<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;*rentitem2 "<Item_Name>",<time>, <identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;// Scriptrentitem2 @inventorylist_id[.@item],.rentime,@inventorylist_identify[.@item],@inventorylist_refine[.@item],@inventorylist_attribute[.@item],@inventorylist_card1[.@item],@inventorylist_card2[.@item],@inventorylist_card3[.@item],@inventorylist_card4[.@item]; Note: cannot rent pet eggs/armor, stackable items. // AtCommand Structureusage: @rentitem <item name/ID> <Minutes> *getequipexpiretick(<equipment slot>) Returns the number of seconds before the item expires.0 means it never expires (not a rental item)-1 means no item is equipped Sample Script: if (getequipexpiretick(.@part)) { mes "Sorry. I don't sign rental items."; emotion e_sry; close; } If you have any questions feel free to drop a comment. for more info on how to to use HPM visit Here (Tested on Hercules rev. 137**) Credit: Original file by Brian and converted by Me
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.