Jump to content

  •  

Nihad

Member Since 17 Apr 2014
Offline Last Active May 26 2017 08:29 PM
-----

Posts I've Made

In Topic: Require a certain amount of reputation, posts and time registered to perform...

22 May 2017 - 12:08 PM

I agree with what was said above but to an extent. Would be neat if we could have some sort of reward system for people that contribute. There are a number of people here like Dastgir that have given so much back to the community.

Not entirely sure what kind of reward system can be put in place though. But it might be worth it to consider encouraging contribution. 


In Topic: Recent changes to the Hercules engine

19 May 2017 - 09:12 AM

Very nice, haven't updated my herc files in a while, glad to see some awesome changes. Thanks for the summary. 


In Topic: [ Error ] : timer_add_interval: invalid interval

10 November 2016 - 12:50 PM

Try using a clean player.conf from herc git. And see if you still get the issue. Also check console see what errors it's giving you, it will make figuring the bug out much easier. 


In Topic: Mad Bunny Shield sprite not showing

09 November 2016 - 04:35 PM

Ah didn't realize this was a custom shield, my bad.

http://herc.ws/board...shield-patches/

Second half of this post.


In Topic: Rental + Account Bound

09 November 2016 - 04:27 PM

*rentitem(<item id>, <time>)
*rentitem("<item name>", <time>)
 
Creates a rental item in the attached character's inventory. The item will 
expire in <time> seconds and be automatically deleted. When receiving a 
rental item, the character will receive a message in their chat window. 
The character will also receive warning messages in their chat window 
before the item disappears.
 
This command can not be used to rent stackable items. Rental items cannot 
be dropped, traded, sold to NPCs, or placed in guild storage (i.e. trade 
mask 75).
Note: delitem() in an NPC script can still remove rental items.
 
I believe the rent command already accomplishes what you are trying to.