Ragexe support. Lua error[string "buf"]:6 bad argument #1 to 'ipairs'

Valiente

New member
Messages
90
Points
0
I have been receiving this error whenever I login using Loki:

error_zps3b3e9c49.png


So far the server is client-side bug free. No errors except for this! Also, how do I increase my screen's resolution? I'm using 2013-05-22 Ragexe, data v4.0 by alexandria, and using data folder only!

Thank you for any help you may give!

 
Last edited by a moderator:
Data folder

If you have some problem with your lua files, please delete your old data/luafiles514 folder

And put those files in your ragnarok folder : https://subversion.a...de-translation/

Finally, change all lua extension to lub extension, place this script in your data/luafiles514 folder

Windows :

http://www.mediafire...jvtac0j8f6m604v

Linux :

http://www.mediafire...r72dz8mpk83dvsr

If you still have trouble with lub files, you can use my own luafiles514 folder (delete your own luafiles514 folder before !!!)

http://www.mediafire...uudw9u0siwnycwz

 
//My optioninfo.lua inside SaveData folderCmdOnOffList = { ["/battlemode"] = 0, ["/notrade"] = 0, ["/noshift"] = 0, ["/noctrl"] = 1, ["/skillfail"] = 1, ["/notalkmsg"] = 0, ["/notalkmsg2"] = 0, ["/showname"] = 1, ["/fog"] = 1, ["/aura"] = 1, ["/window"] = 0, ["/miss"] = 1, ["/q1"] = 0, ["/q2"] = 0, ["/effect"] = 1, ["/bgm"] = 1, ["/sound"] = 1, ["/loginout"] = 1, ["/shopping"] = 1, ["/stateinfo"] = 1, ["/snap"] = 0, ["/itemsnap"] = 0, ["/skillsnap"] = 1, ["/hoai"] = 0, ["/merai"] = 0, ["/camera"] = 0, ["/btg"] = 1, ["/lightmap"] = 1}OptionInfoList = { Window_XPos = -1, Window_YPos = -1, Trilinear = 0, Bgm_Volume = 100, Effect_Volume = 100, AutoOpen1to1Window = 1, AutoOpen1to1Window_Friend = 1, PlaySound_Open1to1Window = 1, Simplicity_SkillList = 0, Show_SkillDescript = 0, ChangeChatMode = 1, LockMouse = 0, ChannelCopID = 0, Outdoor_ViewLatitude = -45, Outdoor_ViewDistance = 400, Indoor_ViewLatitude = -45, Indoor_ViewDistance = 300, SkinName = "<Basic Skin>", MouseExclusive = 1, WIDTH=800, HEIGHT=600, BITPERPIXEL=16}
My data folder:

datafolder_zpsa57912b8.png


 
So far the server is client-side bug free. No errors except for this! Also, how do I increase my screen's resolution? I'm using 2013-05-22 Ragexe, data v4.0 by alexandria, and using data folder only!

Thank you for any help you may give!
 
just rename your existing lub files into lua files. 

or download the attachment. extract and put it to your lua files.

 
Last edited by a moderator:
Back
Top