-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
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? |
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. |
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? |
I don't have a subscription.
The text was updated successfully, but these errors were encountered: