Macro issue

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Macro issue

Post 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.
Last edited by Naonah on Sun Nov 21, 2010 1:15 pm, edited 1 time in total.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Macro issue

Post by jurchiks »

flood protection for item use afaik
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Macro issue

Post by Naonah »

jurchiks wrote:flood protection for item use afaik
does not take an effect, still not working
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Macro issue

Post by _DS_ »

Disable flood protection for items use.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Macro issue

Post by Naonah »

With

Code: Select all

FloodProtectorUseItemInterval = 0
..works fine. Thank you
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
Copyleft
Posts: 253
Joined: Fri Feb 01, 2008 9:39 pm

Re: Macro issue

Post 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?
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Macro issue

Post 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.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Macro issue

Post 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
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: Macro issue

Post by Naonah »

not important, not working
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
achilless
Posts: 153
Joined: Thu Oct 02, 2008 7:40 pm
Location: Russia & Ukraine

Re: Macro issue

Post 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
Post Reply