Page 1 of 1

Macro issue

Posted: Sun Nov 21, 2010 1:08 pm
by Naonah
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4423
L2JDP Revision Number:

At previous revs (Epilogue) it worked fine but in rev. 4423 it is not working properly. What do I mean?

1.It was possible to make a macro for armor/robe set. When I put items to macro window (lets say 5 parts) , after executing this macro a char was equipped in set.
2. Now when I execute a macro, only 2 parts are equipped, tree are not. It looks like a macro works only for 2 commands.

Image
Thank you.

Re: Macro issue

Posted: Sun Nov 21, 2010 1:11 pm
by jurchiks
flood protection for item use afaik

Re: Macro issue

Posted: Sun Nov 21, 2010 1:16 pm
by Naonah
jurchiks wrote:flood protection for item use afaik
does not take an effect, still not working

Re: Macro issue

Posted: Sun Nov 21, 2010 1:58 pm
by _DS_
Disable flood protection for items use.

Re: Macro issue

Posted: Sun Nov 21, 2010 4:37 pm
by Naonah
With

Code: Select all

FloodProtectorUseItemInterval = 0
..works fine. Thank you

Re: Macro issue

Posted: Tue Nov 23, 2010 12:28 am
by Copyleft
Naonah wrote:With

Code: Select all

FloodProtectorUseItemInterval = 0
..works fine. Thank you
Aren't there any possible exploits or vulnerabilities if you set it to 0?

Re: Macro issue

Posted: Tue Nov 23, 2010 7:27 am
by Naonah
Copyleft wrote:
Aren't there any possible exploits or vulnerabilities if you set it to 0?
Dunno but it is the only way to make this macro (with armor set) working.

Re: Macro issue

Posted: Tue Nov 23, 2010 11:23 am
by hope
Naonah wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4423
L2JDP Revision Number:

At previous revs (Epilogue) it worked fine but in rev. 4423 it is not working properly. What do I mean?

1.It was possible to make a macro for armor/robe set. When I put items to macro window (lets say 5 parts) , after executing this macro a char was equipped in set.
2. Now when I execute a macro, only 2 parts are equipped, tree are not. It looks like a macro works only for 2 commands.

Image
Thank you.
Why do 8 3 twice for

Re: Macro issue

Posted: Tue Nov 23, 2010 1:52 pm
by Naonah
not important, not working

Re: Macro issue

Posted: Wed Nov 24, 2010 3:34 pm
by achilless
Copyleft wrote:
Naonah wrote:With

Code: Select all

FloodProtectorUseItemInterval = 0
..works fine. Thank you
Aren't there any possible exploits or vulnerabilities if you set it to 0?
HA HA HA xD xD xD

you think you have it turned on and protects against exploits, etc.??

that he had worked his first need to turn on!

FloodProtectorUseItemInterval = 1
FloodProtectorUseItemLogFlooding = False
FloodProtectorUseItemPunishmentLimit = 1
FloodProtectorUseItemPunishmentType = kick
FloodProtectorUseItemPunishmentTime = 0

=====================================================

so it can be safely set 0


FloodProtectorUseItemInterval = 0