Jump to content

xDeStRuCtx

Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

About xDeStRuCtx

Informations

  • Gender
    Male

Recent Profile Visitors

778 profile views

xDeStRuCtx's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. Anyone posted it before? If not, gtfo, every bugfix is useful when you try to remove all bugs and nobody remembers about everything.
  2. Hey. I`d like to show you how to fix the bonus changing on equipped items. It is easy to bug character`s abs to very high values, so it`s better to have this feature blocked. It is also easy to fix, so let`s start: Just open char_item.cpp in your game source. Search for: case USE_CHANGE_ATTRIBUTE : make a new line and write: if (item2->IsEquipped()){ ChatPacket(CHAT_TYPE_INFO, "You can`t change attributes when item is equipped!"); return false; } It is also possible to block changing 6-7 attributes the same way: search for: case 71052 : LPITEM item2; make a new line and write the same: if (item2->IsEquipped()){ ChatPacket(CHAT_TYPE_INFO, "You can`t change attributes when item is equipped!"); return false; } That`s all
  3. lua/source (c++ server/c++ client binary + python) skype xdestructx1
  4. Is is just a project for now, I mean- I won`t get money until it`s done? Or you pay for every task?
  5. I think he wants when dead begin @top you have to write your own event.
  6. @xDeStRuCtx: I use game_vanilla_r55170_2_inv, so it won't work for me. Thanks anyway. @Shogun: I know it's a bad idea, but i have a small vds and i can't afford to check it everyday. As for my syserr i only get something with header and something with pet, cannot find motion, or something... I'll fix the pet thing some other time. Up, still unsolved. If anyone needs the download link for r55170 pm me. Send me this game.
  7. @up there are a lot of people who never looks into syslog, so disabling it is a good idea for them. but... NEVER disable syserr. game_vanilla_r54250_2_inv 004904F0: 55 C3
  8. Do it yourself. If binary is clear you don`t have to change a lot.
  9. it does not make sense. better just pack .eix into .exe and change epk to mt2. safe.
  10. I thought the same, but no, I don`t. Lib folder clear.
×
×
  • 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.