exec

Results 20 issues of exec

If an undefined variable is passed from Lua to C#, and `luaL_checkstring` is used on it, a `SEHException` is thrown. Melua should get updated to catch that. It should either...

bug

Monsters and pets need server-side AIs to be able to do combat and follow their masters. For this purpose, I'm currently working on a script-based AI system in the branch...

combat
feature

Applying and removing (de)buffs, which are used in combination with skills, such as Heal. Need to be able to affect characters and monsters, run for a certain amount of time,...

feature

The binary templates are a little chaotic atm, and it's only gonna get worse. We'll have to clean up in there some time. - Move every group of related structures...

enhancement
refactoring

There are always things in characters and monsters that need to be updated in regular intervals, such as buffs, regens, etc. I'm currently working on this in the [add/component-system](https://github.com/NoCode-NoLife/melia/tree/add/component-system) branch....

refactoring
feature

I've started looking into ranged combat, and I'd like to record my findings here. First of all, ranged attacks, unlike melee attacks, use skills targeted at a single enemy. For...

combat
feature

Add creating parties, teaming up with others, and everything else that goes into the basic party system. https://treeofsavior.fandom.com/wiki/Category:Party TODO: Write an outline for what's required of the party system.

feature

The channel servers have to communicate with the login server, so it can properly display their status in the barracks. In Aura the internal connections use the same protocol as...

network
feature

There are properties that are calculated based on other properties, and to make this more efficient, we had decided to only recalculate them when necessary, but I think we need...

enhancement
refactoring

For instanced dungeons, cutscenes, and potentially random events in the world we need a system where players can be moved to an isolated version of a map where only them...

feature