Jump to content

blanco

Member
  • Posts

    114
  • Joined

  • Last visited

  • Feedback

    0%

About blanco

Social Networks

  • Discord
    blanco#1595

Recent Profile Visitors

2272 profile views

blanco's Achievements

Rising Star

Rising Star (9/16)

  • Very Important Person Rare
  • Reacting Well
  • Very Popular Rare
  • Dedicated
  • Collaborator

Recent Badges

175

Reputation

  1. the client doesn't support characters like ș and ț (ă â î work fine if i'm not mistaken) you're gonna have to use the turkish alternatives, which work just fine: ş and ţ
  2. Could you please tell us what changes were made? The repository is private and I don't have the old archive to compare.
  3. it works but you might want to modify / expand it to your own liking
  4. This might be the most intellectual topic on m2dev On a side note, this problem (along with many other side effects) is triggered every time you connect to the server with an IPv6 address.
  5. I also like to have the items not flash when dropping them from the inventory and picking them up. For anyone who wants to achieve this: item.h item.cpp @ bool CItem::AddToCharacter(LPCHARACTER ch, TItemPos Cell, bool bHighlight) input_db.cpp @ void CInputDB::ItemLoad(LPDESC d, const char* c_pData)
  6. if you have clang installed on your machine, you should search in your Makefile CPP = clang++90 and replace with CPP = clang++
  7. Yup, I got the background working, it is pretty much the same as you said. However I don't know how to spawn/position the character on the map
  8. How can this be done on the select character screen? I can't find out how to make it work
  9. you're still using all the assets (models textures ui etc) so they have every right to do so
  10. Yes for me it's exactly the same. It must be a problem with the slots/cover, because I checked the packets multiple times and they look fine. And the shop already works as intended, there is just this weird bug..
  11. the packets are completely identical client and server side.. i dont understand
  12. I don't know how, I don't know why, but after I reinstalled my windows it now works for me must be some external stuff
  13. it definitely works, maybe it was your mistake
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.