mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
moved battlenpc loading to db (still doesnt load for some reason)
This commit is contained in:
parent
68a2d5f0b9
commit
2bfaf376ef
18 changed files with 107 additions and 73 deletions
|
@ -175,7 +175,7 @@ namespace FFXIVClassic_Map_Server.lua
|
|||
|
||||
public static int CallLuaStatusEffectFunction(Character actor, StatusEffect effect, string functionName, params object[] args)
|
||||
{
|
||||
// todo: this is stupid, load the actual effect crap
|
||||
// todo: this is stupid, load the actual effect name from db table
|
||||
var name = ((StatusEffectId)effect.GetStatusEffectId()).ToString().ToLower();
|
||||
string path = $"./scripts/effects/{name}.lua";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue