Bug Verified

`so` alias for sideOffset attribute of particle line does not move the starting offset.

#1697 opened by Unknown 5 years ago

Unknownreported this bug

Summary

Describe the bug encountered in detail.

Steps to reproduce

Provide a full set of steps used to reproduce the bug, including links to SEPARATE Pastebin pastes for each relevant configuration file.

Current behavior

so does not function as listed in the manual. https://www.mythicmobs.net/manual/doku.php/skills/effects/particles

Intended correct behavior

It should work as an alias to sideOffset

Server log file

https://pastebin.com/4Vh8v835

Debug log snippet

skill fires, but does not output anything helpful.

[02:01:21] [Server thread/INFO]: Eutherin issued server command: /mm debug 4
[02:01:23] [Server thread/INFO]: [MythicMobs] +--- Running Mechanics for ActiveMob TestMonkey (uuid: 5f57c47f-3818-42f0-a729-052a233d78f8)
[02:01:23] [Server thread/INFO]: [MythicMobs] |----- ? Checking SkillTrigger INTERACT == INTERACT
[02:01:23] [Server thread/INFO]: [MythicMobs] |----- ? Performing Health Check
[02:01:23] [Server thread/INFO]: [MythicMobs] |----- + SkillMechanic usable!
[02:01:23] [Server thread/INFO]: [MythicMobs] |----- Executing SkillMechanic with power 1 (line: skill{s=ParticleLineTest} ~onInteract @target)
[02:01:23] [Server thread/INFO]: [MythicMobs] |------- : EntityTargeter found 1 targets
[02:01:23] [Server thread/INFO]: [MythicMobs] +--- + Applying entity target filters
[02:01:23] [Server thread/INFO]: [MythicMobs] |------- : SkillMechanic is a META mechanic. Executing...
[02:01:23] [Server thread/INFO]: [MythicMobs] |----- ! Skill usable!
[02:01:23] [Server thread/INFO]: [MythicMobs] +--- Running Skill ParticleLineTest Async from MetaSkillMechanic
[02:01:23] [Server thread/INFO]: [MythicMobs] |----- ! Skill usable!
[02:01:29] [Server thread/INFO]: Eutherin issued server command: /mm debug 0```

**Proposed fixes**

Update code to respect alias, or change alias to sof or something if it is being intercepted
Unknowncommented

Submitted in reference to a discovery while working on #mythicmobspremium-0387

Unknowncommented

The correct alias is sso

Sign in to join the discussion.