Page 1 of 1
How to remove limitation of long names for macros?
Posted: Wed Aug 01, 2012 12:35 am
by badboy29
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
Number:5541
L2JDP Revision
Number:9038
Hi, mates. I wonder where is the limitation on core for long names for commands in macros.
Example: /useSkill Item Skill: Lesser Celestial Shield
This one not work due to long name...
Re: How to remove limitation of long names for macros?
Posted: Wed Aug 01, 2012 12:57 am
by UnAfraid
Sadly that's impossible because is client limited.
Re: How to remove limitation of long names for macros?
Posted: Wed Aug 01, 2012 1:07 am
by badboy29
Wow, ok then. Thank you for fast reply

Re: How to remove limitation of long names for macros?
Posted: Wed Aug 01, 2012 1:24 am
by MELERIX
isn't supposed you can use skill id instead ?
Re: How to remove limitation of long names for macros?
Posted: Wed Aug 01, 2012 1:31 am
by badboy29
Maybe, not tested. I just received this report from one player on my server. I'll test here if works only with skill ID.
Update: Nope, need skill name

Re: How to remove limitation of long names for macros?
Posted: Wed Aug 01, 2012 6:59 am
by TFNG
but can't you simply drag the skill to the toolbar and then drag the toolbar shortcut to the macro editor?
Re: How to remove limitation of long names for macros?
Posted: Wed Aug 01, 2012 7:37 pm
by Sleek
A hint is that you can drag a skill to the shortcut bars then use that one iirc it's /useSkill 1 1 for first bar 1st skill and 2 1 for 2nd and so on. You can drag and drop. This way you do not have to care about names.
Re: How to remove limitation of long names for macros?
Posted: Thu Aug 02, 2012 10:37 am
by badboy29
TFNG wrote:but can't you simply drag the skill to the toolbar and then drag the toolbar shortcut to the macro editor?
Sleek wrote:A hint is that you can drag a skill to the shortcut bars then use that one iirc it's /useSkill 1 1 for first bar 1st skill and 2 1 for 2nd and so on. You can drag and drop. This way you do not have to care about names.
Hmm, thank you for hints
