Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 435 Bytes

Lua to Lub Conversion:


To Compile from Lua to Lub(for 2012+ Clients):
luac5.1.4.exe -o FileName.lub FileName.lua

To Compile from Lua to Lub(for Old Clients):
luac5.0.2.exe -o FileName.lub FileName.lua

luac52.exe (Currently No Use for Ragnarok)
luac53.exe (Currently No Use for Ragnarok)

It will compile FileName.lua to FileName.lub