Jump to content

iTz BinaryX

Members
  • Posts

    8
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

iTz BinaryX's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Solved: std::stringstream ss; ss << "You currently have: "; ss << pCurrChar->GetPoints(); ss << " donator points."; std::string msg; msg.append(ss.str()); ChatHandler(pCurrChar).PSendSysMessage(msg.c_str()); [code]
  2. Damn, how can i do this then?
  3. Thanks but the link to download is dead.
  4. Will it be possible to link these, so instead of the realmd.accounts table the vbulletin.users table will be used.
  5. Are you sure? how would i do it otherwise.
  6. Instantly crashes the server when logging in with a character: CharacterHandler.cpp (under the motd): std::string msg; msg.append("You currently have: "); msg.append((const char*) pCurrChar->GetPoints()); msg.append(" donator points."); ChatHandler(pCurrChar).PSendSysMessage(msg.c_str()); msg.clear(); I debugged it and it is the pCurrChar->GetPoints(); Player.h uint32 mPoints; uint32 GetPoints() { return mPoints; }
  7. Thanks! What about Mangoszero?
  8. Recently saw this: http://www.mmowned.com/forums/world-of-warcraft/exploits/306643-major-exploit-character-name-change-free-epic.html#post1957180 Can this be exploited on mangos?
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use