Jump to content

DasSchwarzeT

Inactive Member
  • Posts

    133
  • Joined

  • Last visited

  • Feedback

    0%

About DasSchwarzeT

Informations

  • Gender
    Not Telling

Recent Profile Visitors

2108 profile views

DasSchwarzeT's Achievements

Collaborator

Collaborator (7/16)

  • Very Popular Rare
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

106

Reputation

  1. What the heck are you talking about? Why should this produce any lags?! Every second the client sends so many packets to the server, 10 more don't matter, lol.
  2. still not working.. just use the boards code tag
  3. Hello guys, I need some help. I want to create an item which has two functionalities: 1. you can drag the item to another item (named item2) to interact with item2 (e.g. change bonus of the item2) 2. you can right click (means use) the item and receive anything (like a treasure or sth) At the moment I got this idea: case USE_NEW_ITEM: { LPITEM item2; if (!IsValidItemPosition(DestCell)) return false; if (!(item2 = GetItem(DestCell))) { //item right clicked if (test_server) ChatPacket(CHAT_TYPE_INFO, "item used"); } else { //item dropped to pet seal if (!item2) return false; if (item2->IsExchanging() || item2->IsEquipped()) return false; if (test_server) ChatPacket(CHAT_TYPE_INFO, "item dragged"); } break; } With this code only the dragging works but the using (rightclicking) does not. Do you know anything I could change? solved myself: the problem was that I tried to check if (!IsValidItemPosition(DestCell)) return false; before making sure I really drag the item on another item
  4. If they are bruteforcing without using the client you could add a salt to the password in the logininterface
  5. Is it compilable on windows for debugging reasons without changes?
  6. Very nice idea, I totally need something like this. Never thought about changing this stuff.
  7. There are enough tutorials around there. No need for paying for it.
  8. I mean unperformant, sorry. In german the suffix is in.
  9. If you both are willing to pay for mobs information system I can make a finde version for you. Just message me.
  10. Hey, would someone of you mind to give me a regen.txt for the anglar_dungeon which was never used in official versions of metin2? Thanks in advance
  11. Seems like you missed to update the parts after unequipping a sash item
×
×
  • 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.