Search results

Play Now
  1. Far

    Help Inventory Grid Cell

    Quite a few things wrong that i can see. Your inventory is 10 x 5 why are you making an 8 x 10 grid? why is your X looping 8 why is your Y looping 12 location doesn't need the % since you've got 2 loops for X and Y xOffset + (x * 36), yOffset + (y * 32) 36 and 32 being your cells width and...
  2. Far

    Release Xiyue MapEditor - Akaras' mod updated by M2P

    There's a whole bug section for the map editor I think
  3. Far

    Release Holley/3.55 - DatEncoder for Client files (Alternative for KaoryCrypt)

    I did wonder lol. Found a much easier option - open in notepad++
  4. Far

    Release Holley/3.55 - DatEncoder for Client files (Alternative for KaoryCrypt)

    Thanks, i've installed the chinese language and switched to it - but doesn't appear to have updated unfortunately. Just displays in ascii :S I installed Chinese (Simplified, China) - assuming thats the correct one? Haven't done it before.
  5. Far

    Release Holley/3.55 - DatEncoder for Client files (Alternative for KaoryCrypt)

    Sure I'll take a look at an old version if you've got one. Not sure how much has really changed in 7 years.
  6. Far

    Release Holley/3.55 - DatEncoder for Client files (Alternative for KaoryCrypt)

    @ElAmO I'm trying to decode MInfo.dat using your tool but doesn't seem to work unfortunately (CMList.dat and credit.edt work okay) Any idea what I need to modify to get it decoding? I assume it's meant to be supported. Or if anyone already has a recently MInfo.dat decoded that would also be...
  7. Far

    Does anyone use Xbox game pass?

    Quake download code from Amazon? Probably not then. Unless you mean Game pass download on Amazon - then it'll just give you a few months for whatever you paid.
  8. Far

    Does anyone use Xbox game pass?

    You only get the game for as long as you're paying for a subscription - so you can't just buy 1 month and then expect to keep playing the games afterwards. Just look at the game list to know if you think its worth it or not. https://www.xbox.com/en-GB/xbox-game-pass/games
  9. Far

    House of the Dragon

    Yeah pretty sure you're the only person to ever like the ending. The main issue for me is that they just destroyed everyone's story. And it made it worse that there were so many good fan theories out there that would have been great, but they just went with nah this character had no purpose bye
  10. Far

    Help server error wrong lib

    You have outdated libs, obviously. Update your client with the autopatcher. Or use the lib editor to convert them to v3
  11. Far

    Coding and development certifications

    That's my point. Knowing sql alone is not something you can make a career on, it's a very simple language to learn. There's alot more to being a DBA.
  12. Far

    Coding and development certifications

    You've gone from DevOps to Development to DBA all within a single thread. I'd find you what you truely want to do first, as they're 3 very different careers. You can learn SQL in a few hours - its not really something you base a career on (as every Dev/DBA/DevOps should know SQL as standard)...
  13. Far

    Coding and development certifications

    There are no certifications afaik. There used to be a few Microsoft ones, like passing c# and VB.net tests - but no company looks out for them. You've just gotta put in the hours and learn it, no exams needed.
  14. Far

    Release Xiyue MapEditor - Akaras' mod updated by M2P

    Don't just remove random lines [emoji23]. It's probably there because smtiles should only be on the middle layer, but there's a bug with the casing so It doesn't work on all smtiles. That line btw is just saying if the naming doesn't contain smtiles then do the code, otherwise ignore. Ideally...
  15. Far

    Release Xiyue MapEditor - Akaras' mod updated by M2P

    Shanda use have image heavy files, so will likely exceed ushort limit. Others like wemade probably don't, so you'll only see it on shanda if that's the case.
  16. Far

    Release Xiyue MapEditor - Akaras' mod updated by M2P

    Do front and middle both support the same data type? Might be that front uses ushort and middle is uint or something. Haven't checked, but might explain it