evilpuncker 503 Posted March 14, 2014 Good to have. +1 thanks for the support, maybe I'll try to add a pull request today, last time I was not able to do it 1 Hadeszeus reacted to this Quote Share this post Link to post Share on other sites
Litro 45 Posted March 15, 2014 +1 Plugin would be good enough i think Quote Share this post Link to post Share on other sites
Chilly 1 Posted March 31, 2014 +1 would it be possible to attach these conditions to individual players or accounts? for example, a player has endless tower on cooldown but wants to help some friends with their run, normally the cooldown would block the player from entering the tower, but instead we can allow the player to enter and just disable drops and exp only on his/her character. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted March 31, 2014 +1 would it be possible to attach these conditions to individual players or accounts? for example, a player has endless tower on cooldown but wants to help some friends with their run, normally the cooldown would block the player from entering the tower, but instead we can allow the player to enter and just disable drops and exp only on his/her character. it is possible with: ---------------------------------------@addperm {<permission name>}@rmvperm {<permission name>}Changes the permissions of a character (lasts until relog).If no permission is given, a list of available permissions will be returned.--------------------------------------- so yeah Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted August 26, 2014 I've made a pull request with it =) hope it gets added soon, if you guys have a git account and want to support or comment anything to be improved, just post there: https://github.com/HerculesWS/Hercules/pull/329 Quote Share this post Link to post Share on other sites
kyeme 71 Posted August 27, 2014 I've made a pull request with it =) hope it gets added soon, if you guys have a git account and want to support or comment anything to be improved, just post there: https://github.com/HerculesWS/Hercules/pull/329 If my character is set on 'disable_pickup' and have a party with party share items. Will it be possible for me to have a loot via party members picking up the loot? Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted August 27, 2014 I've made a pull request with it =) hope it gets added soon, if you guys have a git account and want to support or comment anything to be improved, just post there: https://github.com/HerculesWS/Hercules/pull/329 If my character is set on 'disable_pickup' and have a party with party share items. Will it be possible for me to have a loot via party members picking up the loot? yes, the disable_pick up is strictly made to prevent only ground picking for use in events or whatsoever Quote Share this post Link to post Share on other sites
THPO 7 Posted August 27, 2014 +1 would it be possible to attach these conditions to individual players or accounts? for example, a player has endless tower on cooldown but wants to help some friends with their run, normally the cooldown would block the player from entering the tower, but instead we can allow the player to enter and just disable drops and exp only on his/her character. it is possible with: ---------------------------------------@addperm {<permission name>}@rmvperm {<permission name>}Changes the permissions of a character (lasts until relog).If no permission is given, a list of available permissions will be returned.--------------------------------------- so yeah what about on script is there a way to change permission or just by atcommand @perm? Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted August 27, 2014 +1 would it be possible to attach these conditions to individual players or accounts? for example, a player has endless tower on cooldown but wants to help some friends with their run, normally the cooldown would block the player from entering the tower, but instead we can allow the player to enter and just disable drops and exp only on his/her character. it is possible with: ---------------------------------------@addperm {<permission name>}@rmvperm {<permission name>}Changes the permissions of a character (lasts until relog).If no permission is given, a list of available permissions will be returned.--------------------------------------- so yeah what about on script is there a way to change permission or just by atcommand @perm? you can use atcommand in scripts =) Quote Share this post Link to post Share on other sites
THPO 7 Posted August 27, 2014 yeah I know, I just don't like it because it keeps adding yo my atcommand logs hehe.. too picky Quote Share this post Link to post Share on other sites
kyeme 71 Posted August 31, 2014 I've made a pull request with it =) hope it gets added soon, if you guys have a git account and want to support or comment anything to be improved, just post there: https://github.com/HerculesWS/Hercules/pull/329 If my character is set on 'disable_pickup' and have a party with party share items. Will it be possible for me to have a loot via party members picking up the loot? yes, the disable_pick up is strictly made to prevent only ground picking for use in events or whatsoever Ohh I see, I hope you have a settings for disable party share item Quote Share this post Link to post Share on other sites