Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 533 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 533 Bytes

ScriptLib

AEGIS ScriptLib rewritten in C#

Issues

  • CNPC - This is somehow mixed and I need to recheck it GetActionScriptPos might have to check the TokenData as well for OnCommand
  • ZoneServer::NPCScripts - check where the handler is set and how to prevent OnFunc of NpcServer getting called for init run
  • NpcEvent::Run - This just sets the position of the npc in the npc.bin buffer, It does not call proc() to execute it and if it calls proc() it just executes one line of the script. Is this called from ZoneServer:Process()?