Ohh man, I really dont have the eye for details. Still didnt work but i forgot i had completley replaced the
this.drawSprite(); function that used to be there. I added it and now enemies at least have their sprite showing again.
Currently trying to figure out what the function to draw the enemy image is.
Instead of "status_sprite: auto", I think you need to specify the filename like you did w/ the poses. Just a guess...I could be wrong (sry about to go to bed).
Instead of "status_sprite: auto", I think you need to specify the filename like you did w/ the poses. Just a guess...I could be wrong (sry about to go to bed).
Does anybody know if there's a way to make it so that the characters always pass over the corpses? When walking over a corpse, the battler always passes underneath the corpse, rather than stepping over it.
Hello! I am curious if anyone who currently reads this thread had found a way to integrate the priority system or "Taunt". I have been trying to add it to a state but I have been a having hard time getting it to actually work.
There is a old post from the user Deathasia, mentioning that you can in fact use SideView mode for for short battle animations (in the style of Fire Emblem) but you need Yanfly's plugins for it....
...which ones? Which plugins specifically are needed?
@AbstractMan It's definitely doable, I've done a few minor tweaks on mine but nothing significant yet. Totally on the to-do list though. My plan was to look into MOG_ActorHud.js for some inspiration since it's mostly picture/image-based.
Hello. Can you tell me how to make a TP indicator like yours? I'm not good at scripts and all I could do was give it the same size as HP and MP, but without letters and numbers. And I suppose it is impossible to make the "move point" indicator the same?
Question. Anyone know how to play a single animation for a skill instead of an animation for each enemy hit?
Got a skill black hole im working on. I'd like the animation to play of cursor cell and ONLY cursor cell, however when i use it still plays on everyone. JavaScript from LETBS Config posted below
@Myers & Sparks Check out the demo project's skill called "Witch's Escape" and look at the Letbs config for that skill for some inspiration. Also, this site is a good reference, if u haven't checked it out already.
On a side note... does anyone know how to make a "Chain Lightning" skill?
Looked at it, doesnt use map animation for its animation call. I'll mess around with it to see if i could use pieces from it.
@Frostorm I can imagine this would be tough one. The first step would be checking if it hit a target tho. Using this
"if: isHit('{aoe}_battlers')",
Maybe the first skill is a lightning strike that targets one person. calls a sequence using JS above.
If true it calls another skill. Lightning(Chained) that does damage in a cross AOE and if that hits it procs chained again.
Just one way to sort it out maybe. Without having to actually check for ever battler and account for proximity.
If not you might have to look into multiple scopes and figuring out how LECODE handled proximity detection and code for that.
@Myers & Sparks Check out the demo project's skill called "Witch's Escape" and look at the Letbs config for that skill for some inspiration. Also, this site is a good reference, if u haven't checked it out already.
On a side note... does anyone know how to make a "Chain Lightning" skill?
I got the first part working. Skill map on animation and not on battlers. Have to set animation on skill to none and call a map animation. Java Below.
Still cant get the second part to work. Would like all the battlers to get pulled to the center of the AOE. Cant quite figure it out. Also i've notice LETBS has a problem pushing/pulling multiple battlers if the origin cell isnt user_cell. These are just some observations. Maybe i'm overlooking something after being stuck on this skill all day.
@Myers & Sparks Check out the demo project's skill called "Witch's Escape" and look at the Letbs config for that skill for some inspiration. Also, this site is a good reference, if u haven't checked it out already.
On a side note... does anyone know how to make a "Chain Lightning" skill?
Oh so right in the skill itself. thats really nice to know!
Edit @Frostorm tried this out couldnt get it working. Tried in multiple js codes in the skill itself as well as the sequence for my skill. I would like to pop tp and mp gain values if possible. I tried the one you have as well as <Custom Execution>
@Myers & Sparks Check out the demo project's skill called "Witch's Escape" and look at the Letbs config for that skill for some inspiration. Also, this site is a good reference, if u haven't checked it out already.
On a side note... does anyone know how to make a "Chain Lightning" skill?
I just finally fixed a huge problem that wouldn’t let my game load and would crash it.. I thought that I was gonna have to trash the project and start over lol
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.