Olys Item Restriction
Posted: Sun May 23, 2010 6:58 pm
L2J Revision 4208:
L2JDP Revision 7417M:
Hey there... Here is the thing ...
In the Olympiads, by retail the use of Blessed Spirit Shots are forbidden:
"In the Olympiad competitions, no items other than soulshots, spiritshots, Echo Crystals, energy stones, and firecrackers are allowed. Recall and Party Recall abilities also cannot be used in competition."
So, i put this config in the olympiads.properties file in order to prevent the use of blessed spiritshots:
But the point is that if the player enable the automatic use, is allowed to use them, JIV told me that this config only affect right click on the inventory, but i really appreciate if someone can tell me a way to disable them from the core in order to make Olys more retail.
Thanks in advance!
L2JDP Revision 7417M:
Hey there... Here is the thing ...
In the Olympiads, by retail the use of Blessed Spirit Shots are forbidden:
"In the Olympiad competitions, no items other than soulshots, spiritshots, Echo Crystals, energy stones, and firecrackers are allowed. Recall and Party Recall abilities also cannot be used in competition."
So, i put this config in the olympiads.properties file in order to prevent the use of blessed spiritshots:
Code: Select all
# Restrict specified items in Olympiad. ItemID's need to be separated with a comma (ex. 1,200,350)# Default: 0AltOlyRestrictedItems = 3947,3948,3949,3950,3951,3952
Thanks in advance!