Due to an unknown error,request for cashshop has failed(lithium)
Hey, Im trying update my server but whenever I go into the cs I get a message, kicks me out to regular map, and blackscreens. My opcodes for cs are updated, I even tried switching out the CS files for others, and compiled. Still happens.
http://i.imgur.com/FErIu.jpg
and this is my console
http://i.imgur.com/AhtcS.jpg
Re: Due to an unknown error,request for cashshop has failed(lithium)
NX Credit doesn't exist. That's why you can't buy anything. Use MaplePoints or NX Prepaid.
Re: Due to an unknown error,request for cashshop has failed(lithium)
Quote:
Originally Posted by
MtSaEt
NX Credit doesn't exist. That's why you can't buy anything. Use MaplePoints or NX Prepaid.
Didn't help. http://i.imgur.com/zUWpW.jpg
Re: Due to an unknown error,request for cashshop has failed(lithium)
Anyone know how to fix this, or where the problem could be located or anything like that. I would really like to fix this.
Re: Due to an unknown error,request for cashshop has failed(lithium)
Re: Due to an unknown error,request for cashshop has failed(lithium)
Quote:
Originally Posted by
Riven1
Although it sounds like a good idea, saying I don't know how to search. However, I tried that already. Lithium doesn't even have those lines of code.
Looked at cashshopoperation again, it did however say these 2 lines where deleted at some point in time, and when I try to put them back, they have errors. (lithium)
transfer = CashShopServer.getPlayerStorageMTS().getPendingCharacter(playerid);
mts = true;
** Fixed part by undeclaring CharacterTransfer Transfer as final, but now it is saying playerid is an unknown variable.
Fixed whole first line, changed playerid to charid, and declared as final int
And putting that back didn't fix it. Cool.
Re: Due to an unknown error,request for cashshop has failed(lithium)
sigh what a noob
i assume its v117/117.2
just update operation_code
Re: Due to an unknown error,request for cashshop has failed(lithium)
Quote:
Originally Posted by
lolwutwat
sigh what a noob
i assume its v117/117.2
just update operation_code
sigh, I said in the very first post that the op codes are updated.
Re: Due to an unknown error,request for cashshop has failed(lithium)
Quote:
Originally Posted by
headguy
sigh, I said in the very first post that the op codes are updated.
no they're not.
else you wouldn't get this error.
what version r u trying to update to
Re: Due to an unknown error,request for cashshop has failed(lithium)
117.2
CS_UPDATE = 0x1A4
BUY_CS_ITEM = 0x1A5
Re: Due to an unknown error,request for cashshop has failed(lithium)
Quote:
Originally Posted by
headguy
117.2
CS_UPDATE = 0x1A4
BUY_CS_ITEM = 0x1A5
what about operation_code in mtscspacket.java ?
Re: Due to an unknown error,request for cashshop has failed(lithium)
Yes, I tried 0x62 , and 99(As stated on the xephyr fix)
Re: Due to an unknown error,request for cashshop has failed(lithium)
I am also getting this error on my server .. very annoying
**EDIT**
Its probably something in the Database... Let me check this out.
Re: Due to an unknown error,request for cashshop has failed(lithium)
Quote:
Originally Posted by
Daenarys
I am also getting this error on my server .. very annoying
**EDIT**
Its probably something in the Database... Let me check this out.
If you find out let me know. As far as I know , the operation_code didn't even change from 116->117
Re: Due to an unknown error,request for cashshop has failed(lithium)
Fixed it!
private static byte Operation_Code = 0x64;
(v117.2)
Goodluck.