Jump to content

Anyone

Inactive Member
  • Posts

    49
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Anyone

  1. You add other elements but you have to increase this too: TApplyInfo [98] Change 98 with the right number of elements
  2. It's not from packet. If your core is UP and one of it crash like core1 and you try to up it manually or with a script so core1 go UP two times, it got a desynchronization
  3. Edit like this: /* if (test_server) { sys_log(0, "%s attack hack! time (delta, limit)=(%u, %u) hack_count %d", ch->GetName(), current_time - ch->m_kAttackLog.dwTime, GET_ATTACK_SPEED(ch), ch->m_speed_hack_count); ch->ChatPacket(CHAT_TYPE_INFO, "%s attack hack! time (delta, limit)=(%u, %u) hack_count %d", ch->GetName(), current_time - ch->m_kAttackLog.dwTime, GET_ATTACK_SPEED(ch), ch->m_speed_hack_count); }*/ Test
  4. Check in your source "attack hack!" and paste here the code so we can help you!
  5. You have to put the same value3 (item_proto client / server) and .msm files
  6. It's uiscript part or locale_xx part, check it (Just fix the X, Y of slot)
  7. Install this pkg install mysql56-server
  8. Merge it with standard uitooltip.py If it doesn't refresh time it's because your uitooltip.py is crappy about this function It's like time and something like else. I'm with phone, I can't paste you the string
  9. I don't understand what happen. How many yang you put in the exchange and how much money it send/remove?
  10. Yes change with my edit and tell me if it works.
  11. Edit this net.SendExchangeElkAddPacket(str(money)) with net.SendExchangeElkAddPacket(money)
  12. Yes because if you do wrong conversion in python-part when you send packet you send it wrong
  13. Check header files. You are missing declaration of IsNewPet on ActorInstance
  14. I think that you remove function on char_item.cpp Share it please
  15. If you use 'Search' you can see that there are many tutorial about this like TXT: 0/1 SQL: 0/1
  16. Try to check this! You have got 4 inventory on server but 2 on client and you can't see your items
×
×
  • 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.