Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Error LuaFunc

Newbie Spellweaver
Joined
Nov 19, 2017
Messages
19
Reaction score
2
All file exe I was rebuild, i using Blessed Infinitum Source

Link : http://forum.ragezone.com/f457/blessed-infinitum-source-809655/index55.html#post8872261

Code:
2018/ 4/24   09:19:43   .\LuaFunc\EventFunc.lua:25: attempt to call a nil value (field 'getn')
2018/ 4/24   09:19:43   Event.lua ½ÇÇà ½ÇÆÐ!!!
2018/ 4/24   09:19:43   .\LuaFunc\TaxFunc.lua:71: attempt to call a nil value (field 'getn')
2018/ 4/24   09:19:43   Tax.lua Run Failed !!!
2018/ 4/24   09:19:43   .\LuaFunc\QuizEventFunc.lua:12: attempt to call a nil value (field 'getn')
2018/ 4/24   09:19:43   QuizEvent.lua Load Failed!!!

Code:
2018/ 4/24   09:29:12   .\LuaFunc\RainbowRaceFunc.lua:15: attempt to call a nil value (field 'gfind')2018/ 4/24   09:29:12   RainbowRace.lua Load Failed!!
 
Last edited:
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
It's because the lua's need to be updated to 5.3 like they are in my 15.

So you have 2 choices you can either rollback lua from 5.3 to 5 or you can use these lua's below and adjust them for your needs.
 
Newbie Spellweaver
Joined
Nov 19, 2017
Messages
19
Reaction score
2
It's because the lua's need to be updated to 5.3 like they are in my 15.So you have 2 choices you can either rollback lua from 5.3 to 5 or you can use these lua's below and adjust them for your needs.
Yesterday I tried upgrading v19 to vs2017 and after created this thread, i remember using Lua 5.3 and fix as Lua of sir
There is only one fault here
PHP:
if( #arg > 0 ) then        
for indx = 1, #arg do            
dwClass = dwClass + arg[indx]        
end    
end
Thanks for sharing I have perfected it
 
Back
Top