hello all, i've got another question for you all, today i did some by -the-book loading of mobs into my database, fixed up my Monster.sdata & MonsterEx.sdata by importing my Mobs.csv & MobItems.csv Ran the resulting .sql script just to make sure all was in sync, now... i get a data receiving error, after checking server side logs i find this:
Code:
2012-08-11 01:44:33 <Console input> /nprotectoff
2012-08-11 01:44:34 <Console output> cmd NProtect off ok
2012-08-11 01:44:41 <Console input> /nprotectoff
2012-08-11 01:44:41 <Console output> cmd NProtect off ok
2012-08-11 01:45:41 cannot open .\Data\Lua\141.lua: No such file or directory
2012-08-11 01:45:41 cannot open .\Data\Lua\126.lua: No such file or directory
2012-08-11 01:45:41 cannot open .\Data\Lua\145.lua: No such file or directory
2012-08-11 01:45:41 cannot open .\Data\Lua\147.lua: No such file or directory
2012-08-11 01:45:41 cannot open .\Data\Lua\133.lua: No such file or directory
2012-08-11 01:45:41 cannot open .\Data\Lua\127.lua: No such file or directory
2012-08-11 01:45:46 Load Shaiya.SData 0
2012-08-11 01:50:18 discon client: (104, 64) T=000:02:00:000, RC=5,RCS=0, RB=48,RBS=0, SC=8,SCS=0, SB=234,SBS=1
now before updating my mobs i didn't have any trouble with .lua, was even in game on new maps with new mobs (but not all was correct as I hadn't added all to DB as of yet) Now i've seen some others with trouble with this before.. in fact system calling for the same "147.lua" or "133.lua" and this was even before KN ep6, but i never saw a resolution. Can anyone point me in the right direction here? ANY help would be greatly appreciated.
Edit: ok i've translated the existing .lua files.. i see they are for defining boss actions at certain health % such as spawning more mobs like the Obelisk.ini & saying verbatim like Dios Exiel. Anyone know what other bosses may do similar things so i can at least trace this issue? DC maybe?