Giter Site home page Giter Site logo

Comments (5)

4Luke4 avatar 4Luke4 commented on July 2, 2024

It looks like their falling down animation is triggered but quickly overridden by another script action.

How is this possible ...? I mean, I thought that on EE games the entire Trolls fall down mechanics did not rely upon scripts, but only upon op232...

Also, now that I think of it, I would use op272 // p1=1, p2=3: once per second in place of op232 (since the former is supposed to trigger faster) and add a leading op318 effect to trollreg.spl checking for STAT CURHITPOINTS >= 2 (or some other value...)

from ee_fixpack.

Argent77 avatar Argent77 commented on July 2, 2024

I could track the issue back to commit ccf774c made by @CamDawg .

from ee_fixpack.

CamDawg avatar CamDawg commented on July 2, 2024

I can confirm this is an issue, and directly caused by the new 146s in trollreg.spl. Looking at alternatives now.

from ee_fixpack.

CamDawg avatar CamDawg commented on July 2, 2024

Fixed by CamDawg@01b21e2

Effectively, moving the cure sleep opcode (2) from the troll fake death spell into the #cureslp spell causing it to fire after the troll's own sleep opcode--so it sleeps to fake death, and then immediately gets cured of sleep. I've basically hacked out an exception where trolls retain op 2, and then block the op 2 from #cureslp, preserving the working effect ordering. It's a bit of a hack, but worked in my testing.

from ee_fixpack.

Argent77 avatar Argent77 commented on July 2, 2024

Confirmed as working. Issue can be closed.

from ee_fixpack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.