Bug Closed · Could not replicate

StartSideOffset doesn't work in projectiles

#1661 opened by Unknown 5 years ago

Unknownreported this bug

Summary

Describe the bug encountered in detail.

Steps to reproduce

  1. Use this skill: https://pastebin.com/sLZHQCcN
  2. Put it in a mob or use this mob: https://pastebin.com/eCq8RP64
  3. Spawn the mob, the projectiles will not go offside

Current behavior The StartSideOffset option is not working (the sso alias is working tho) You can see in this video: https://www.youtube.com/watch?v=XhTFxM5hKbk&feature=youtu.be

Intended correct behavior It should put the projectiles offside

Server log file https://pastebin.com/CLD2EMeQ

Debug log snippet https://pastebin.com/UgRiiAhb

Unknowncommented

Can't replicate this issue. The following mob works fine for me:

TestProjectileSideOffset:
  Type: COW
  Display: 'Projectile SSO Test'
  Skills:
  - skill{s=[
      - projectile{i=1;onTick=[ - particles{p=flame} ]}
      - projectile{i=1;sso=5;onTick=[ - particles{p=flame} ]}
      - projectile{i=1;sso=-5;onTick=[ - particles{p=flame} ]}
    ]} @PIR{r=20} ~onTimer:20
Unknowncommented

that's because you used "sso"! As i specified in the post the sso alias is working fine, "StartSideOffset" is the one not working!

Sign in to join the discussion.