Jump to content

ahynoa

Premium
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by ahynoa

  1. X change the socket you want to open if you already have 3 stones and want to put 4, change the X 3 0= Socket 0 stone 1 1= Socket 1 stone 2 2= Socket 2 stone 3 3= Socket 3 stone 4
  2. ITEM_VNUM = Vnum item X = Socket I have not proven I'm not home
  3. Hi guys, I am looking for a programmer to improve the client server communication me and I troubleshoot Unknown packet header. preferably paypal payment. send interested mp.
  4. it is assumed that this function must remove an item from the list but I can not get into if (attr_pos != mPetAttributes.end()) and do not delete anything
  5. SYSERR: Jul 18 07:18:55 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) SYSERR: Jul 18 07:20:18 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) SYSERR: Jul 18 07:22:14 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0)
  6. hello, I have a problem with the server, after a while of running the channel freezes can enter the game but you can not do anything else, everything remains stuck only lets you move around the map ... and no monsters out more leaves no disconnect Sysser channel
  7. Closing theme, declare bad functions instead of the declared void int
  8. please help, I can not change the value, I shut the server Function: Use: Error: I can read the values of the arrays more change them I can not
  9. hello I can help pass data from MySQL to a struct and then to read the struct. I have done this: typedef struct TPackettest22 { BYTE tipo; int cantidad; } TPackettest22; int CHARACTER::GetbApplyOn () { TPackettest22 ps; return ps.tipo; } int CHARACTER::GetlApplyValue () { TPackettest22 ps; return ps.cantidad; } void CHARACTER::LoadtestR () { TPackettest22 ps; std::unique_ptr<SQLMsg> pmsg(DBManager::instance().DirectQuery("SELECT bApplyOn,lApplyValue FROM player.teststruct WHERE DwID=%d ", GetPlayerID())); if ( pmsg->Get()->uiNumRows > 0 ) { MYSQL_ROW row = mysql_fetch_row(pmsg->Get()->pSQLResult); str_to_number(ps.tipo, row[0]); str_to_number(ps.cantidad, row[1]); } } ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("LOAD_TEST: tipo %d cantidad %d"), ch->GetbApplyOn(), ch->GetlApplyValue()); result: should leave: LOAD_TEST: Type 9 Number 1000
  10. thanks but already check only happens when I put the introcreate.py with wolfman
  11. Hello, I'm installing the wolfman on my client, but when trying to create a new character I get this error.
  12. I have this error in sysser and server freezes SYSERR: May 30 22:03:08 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) SYSERR: May 30 22:03:20 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) SYSERR: May 30 22:06:22 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) SYSERR: May 30 22:07:16 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) SYSERR: May 30 22:07:16 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0) SYSERR: May 30 22:07:47 :: buffer_read_proceed: buffer_proceed: length argument bigger than buffer (length: 1, buffer: 0)
  13. the error appears in the server, not the client
  14. hello, I have a problem with server_timer and cause the server to close Syslog DB Sysser DB Syslog channel image after passing a message should appear 10 seconds
  15. as I can fix this visual problem of offline shop
  16. look for SetAcce functions and removes the option Specular and worked smoothly animations [Hidden Content]
×
×
  • 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.