Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macros over 255 characters are ignored #24

Open
spiralofhope opened this issue Aug 29, 2019 · 3 comments
Open

Macros over 255 characters are ignored #24

spiralofhope opened this issue Aug 29, 2019 · 3 comments
Assignees

Comments

@spiralofhope
Copy link
Owner

I don't have a subscription.

@lvangh
Copy link

lvangh commented Sep 4, 2019

I have a sub and tried it. 1.13 seems to be ignoring anything past 255 char limit no matter the macro source. How can we chat further?

@spiralofhope
Copy link
Owner Author

This is always the best way.

I don't have a subscription so I can't test.

I'm not a programmer, so I'd just be fumbling blindly anyway. Unless it's somehow obvious there's no way I can fix any problems; the code for this addon is pretty opaque to me.

@spiralofhope spiralofhope changed the title Test Classic compatibility Macros over 255 characters are ignored Oct 1, 2019
@spiralofhope spiralofhope self-assigned this Jul 17, 2020
@spiralofhope
Copy link
Owner Author

I can't reproduce a problem.

example macro
#showtooltip Smite

-- issue 24

/run print( 'this is a test 1' )
/run print( 'this is a test 2' )
/run print( 'this is a test 3' )
/run print( 'this is a test 4' )
/run print( 'this is a test 5' )
/run print( 'this is a test 6' )
/run print( 'this is a test 7' )
/run print( 'this is a test 8' )
/run print( 'this is a test 9' )
/run print( 'this is a test 10' )
/run print( 'this is a test 11' )
/run print( 'this is a test 12' )
/run print( 'this is a test 13' )
/run print( 'this is a test 14' )
/run print( 'this is a test 15' )
/run print( 'this is a test 16' )
/run print( 'this is a test 17' )
/run print( 'this is a test 18' )
/run print( 'this is a test 19' )
/run print( 'this is a test 20' )
/run print( 'this is a test 21' )
/run print( 'this is a test 22' )
/run print( 'this is a test 23' )
/run print( 'this is a test 24' )
/run print( 'this is a test 25' )
/run print( 'this is a test 26' )
/run print( 'this is a test 27' )
/run print( 'this is a test 28' )
/run print( 'this is a test 29' )
/run print( 'this is a test 30' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( '01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890' )
/run print( 'here' )

/cast [nodead,exists] smite

Could you give me an example macro that I can test with a level one character?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants