Jump to content

Denis

Banned
  • Posts

    1031
  • Joined

  • Last visited

  • Days Won

    53
  • Feedback

    0%

Everything posted by Denis

  1. int ProcessTextTag(LPCHARACTER ch, const char * c_pszText, size_t len) { return 0; } Replace it with yours and you'll be okay.
  2. Here's the function [Hidden Content] The quest [Hidden Content]
  3. Even if you rename the extensions you still have to find the lzo/xtea(if it isn't changed)
  4. They don't need any models, they're passive skills (meaning that you actually can't press the skill)
  5. Hi, Since some people asked me the 7/8 skills skill_proto here it is [Hidden Content]
  6. I don't really know the details but send them an email asking to transfer your money and they'll probably tell you the way.
  7. Hello, A friend of mine actually transferred his money from his paysafecard account to his IBAN account, just send them an email telling them that you want your money transferred.
  8. If you're talking about the messenger exploit If you're using source you can fix it otherwise if you're using old game revs like 2089 34083 etc you can NOP the friend delete function
  9. Post your quest here so we can look at it otherwise we can't determine the problem.
  10. That's your error.But I'd suggest you to use the txt protos instead of the sql ones because with them you wont have such errors.
  11. Compile the dump_proto from your src and pack with that your protos, but you still need to do the uitooltip part.
  12. There isn't any tutorial for that it's already implemented, just use the ITEM_RING type.
  13. ACMD(do_shutdown) { if (NULL == ch) { sys_err("Accept shutdown command from %s.", ch->GetName()); } TPacketGGShutdown p; p.bHeader = HEADER_GG_SHUTDOWN; P2P_MANAGER::instance().Send(&p, sizeof(TPacketGGShutdown)); Shutdown(10); }
  14. It depends,if you're using source you can do that but if you're not you can't.
×
×
  • 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.