ZAGALiC Posted July 6, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 125 Reputation: 0 Joined: 06/07/13 Last Seen: May 20, 2020 Share Posted July 6, 2013 How to fix this? I'm using 2012-04-10aRagexe Client and Data Folder v4.0 from Alexandria. Help please. Quote Link to comment Share on other sites More sharing options...
simplemhan Posted July 6, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted July 6, 2013 do you have 2 optioninfo? one in the savedata and one in the system? Quote Link to comment Share on other sites More sharing options...
ZAGALiC Posted July 6, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 125 Reputation: 0 Joined: 06/07/13 Last Seen: May 20, 2020 Author Share Posted July 6, 2013 do you have 2 optioninfo? one in the savedata and one in the system? Yes I think? But I did have one OptionInfo in my SaveData. Quote Link to comment Share on other sites More sharing options...
simplemhan Posted July 6, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted July 6, 2013 optioninfo in my savedata CmdOnOffList["/notrade"] = 0CmdOnOffList["/noshift"] = 1CmdOnOffList["/noctrl"] = 1CmdOnOffList["/skillfail"] = 1CmdOnOffList["/notalkmsg"] = 0CmdOnOffList["/notalkmsg2"] = 0CmdOnOffList["/showname"] = 0CmdOnOffList["/fog"] = 0CmdOnOffList["/aura"] = 1CmdOnOffList["/window"] = 0CmdOnOffList["/miss"] = 1CmdOnOffList["/q1"] = 0CmdOnOffList["/q2"] = 0CmdOnOffList["/effect"] = 1CmdOnOffList["/bgm"] = 0CmdOnOffList["/sound"] = 0CmdOnOffList["/loginout"] = 1CmdOnOffList["/shopping"] = 1CmdOnOffList["/stateinfo"] = 1CmdOnOffList["/snap"] = 0CmdOnOffList["/itemsnap"] = 0CmdOnOffList["/skillsnap"] = 1CmdOnOffList["/hoai"] = 0CmdOnOffList["/merai"] = 0CmdOnOffList["/camera"] = 0CmdOnOffList["/lightmap"] = 0CmdOnOffList["/monsterhp"] = 1OptionInfoList["Trilinear"] = 0OptionInfoList["Bgm_Volume"] = 100OptionInfoList["Effect_Volume"] = 100OptionInfoList["AutoOpen1to1Window"] = 1OptionInfoList["AutoOpen1to1Window_Friend"] = 1OptionInfoList["PlaySound_Open1to1Window"] = 1OptionInfoList["Outdoor_ViewLatitude"] = -50.000000OptionInfoList["Outdoor_ViewDistance"] = 302.800049OptionInfoList["Indoor_ViewLatitude"] = -45.000000OptionInfoList["Indoor_ViewDistance"] = 300.000000OptionInfoList["SkinName"] = "<Basic Skin>"OptionInfoList["ChannelCopID"] = 0OptionInfoList["Window_XPos"] = 643OptionInfoList["Window_YPos"] = 2OptionInfoList["Simplicity_SkillList"] = 1OptionInfoList["Show_SkillDescript"] = 1OptionInfoList["ChangeChatMode"] = 1OptionInfoList["LockMouse"] = 0OptionInfoList["ShowBattleFieldIcon"] = 1OptionInfoList["MouseExclusive"] = 0OptionInfoList["ISFULLSCREENMODE"] = 0OptionInfoList["WIDTH"] = 1024OptionInfoList["HEIGHT"] = 768OptionInfoList["BITPERPIXEL"] = 16OptionInfoList["DEVICECNT"] = 3OptionInfoList["MODECNT"] = 2OptionInfoList["SPRITEMODE"] = 2OptionInfoList["TEXTUREMODE"] = 2OptionInfoList["bLockItemDropFromItemWnd"] = 0 and optioninfo in my system CmdOnOffList = { ["/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} you need 2 optioninfo so that the error will not occur anymore, press up botton for saying thanks. Quote Link to comment Share on other sites More sharing options...
ZAGALiC Posted July 6, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 125 Reputation: 0 Joined: 06/07/13 Last Seen: May 20, 2020 Author Share Posted July 6, 2013 optioninfo in my savedata CmdOnOffList["/notrade"] = 0 CmdOnOffList["/noshift"] = 1 CmdOnOffList["/noctrl"] = 1 CmdOnOffList["/skillfail"] = 1 CmdOnOffList["/notalkmsg"] = 0 CmdOnOffList["/notalkmsg2"] = 0 CmdOnOffList["/showname"] = 0 CmdOnOffList["/fog"] = 0 CmdOnOffList["/aura"] = 1 CmdOnOffList["/window"] = 0 CmdOnOffList["/miss"] = 1 CmdOnOffList["/q1"] = 0 CmdOnOffList["/q2"] = 0 CmdOnOffList["/effect"] = 1 CmdOnOffList["/bgm"] = 0 CmdOnOffList["/sound"] = 0 CmdOnOffList["/loginout"] = 1 CmdOnOffList["/shopping"] = 1 CmdOnOffList["/stateinfo"] = 1 CmdOnOffList["/snap"] = 0 CmdOnOffList["/itemsnap"] = 0 CmdOnOffList["/skillsnap"] = 1 CmdOnOffList["/hoai"] = 0 CmdOnOffList["/merai"] = 0 CmdOnOffList["/camera"] = 0 CmdOnOffList["/lightmap"] = 0 CmdOnOffList["/monsterhp"] = 1 OptionInfoList["Trilinear"] = 0 OptionInfoList["Bgm_Volume"] = 100 OptionInfoList["Effect_Volume"] = 100 OptionInfoList["AutoOpen1to1Window"] = 1 OptionInfoList["AutoOpen1to1Window_Friend"] = 1 OptionInfoList["PlaySound_Open1to1Window"] = 1 OptionInfoList["Outdoor_ViewLatitude"] = -50.000000 OptionInfoList["Outdoor_ViewDistance"] = 302.800049 OptionInfoList["Indoor_ViewLatitude"] = -45.000000 OptionInfoList["Indoor_ViewDistance"] = 300.000000 OptionInfoList["SkinName"] = "<Basic Skin>" OptionInfoList["ChannelCopID"] = 0 OptionInfoList["Window_XPos"] = 643 OptionInfoList["Window_YPos"] = 2 OptionInfoList["Simplicity_SkillList"] = 1 OptionInfoList["Show_SkillDescript"] = 1 OptionInfoList["ChangeChatMode"] = 1 OptionInfoList["LockMouse"] = 0 OptionInfoList["ShowBattleFieldIcon"] = 1 OptionInfoList["MouseExclusive"] = 0 OptionInfoList["ISFULLSCREENMODE"] = 0 OptionInfoList["WIDTH"] = 1024 OptionInfoList["HEIGHT"] = 768 OptionInfoList["BITPERPIXEL"] = 16 OptionInfoList["DEVICECNT"] = 3 OptionInfoList["MODECNT"] = 2 OptionInfoList["SPRITEMODE"] = 2 OptionInfoList["TEXTUREMODE"] = 2 OptionInfoList["bLockItemDropFromItemWnd"] = 0 and optioninfo in my system CmdOnOffList = { ["/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 } you need 2 optioninfo so that the error will not occur anymore, press up botton for saying thanks. Okay I'm gonna try yours. Tnx btw. do you have 2 optioninfo? one in the savedata and one in the system? Bro I already tried your OptionInfo but it still show the error. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted July 6, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted July 6, 2013 change ur luafile514 Quote Link to comment Share on other sites More sharing options...
simplemhan Posted July 7, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted July 7, 2013 tried to download new lua files for 2012 client bcoz ur using 2013 lua files Quote Link to comment Share on other sites More sharing options...
ZAGALiC Posted July 7, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 125 Reputation: 0 Joined: 06/07/13 Last Seen: May 20, 2020 Author Share Posted July 7, 2013 tried to download new lua files for 2012 client bcoz ur using 2013 lua files Link me sir Quote Link to comment Share on other sites More sharing options...
Question
ZAGALiC
How to fix this? I'm using 2012-04-10aRagexe Client and Data Folder v4.0 from Alexandria. Help please.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.