Jump to content

iFreakTime~.~

Member
  • Posts

    120
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by iFreakTime~.~

  1. Hello, i'm searching for an item_proto decryptor (from item_proto to item_proto.xml) because i work on SQL and i want to edit my table structure. Thanks !
  2. Hi, i can't find this client anywhere, only dead links.
  3. Hi everyone, i'm searching this very old map1 design. [Hidden Content] Thank you.
  4. Hello everyone, i want a python loader to 'load' a py file without restarting my client, please. Thank you.
  5. From where i can get granny 2.12 sdk files to implement? [Hidden Content]
  6. Is good, but it's still deleting "visually" on affect bar (left top) after teleport, icons reappear.
  7. Hi everyone, i want to delete the "affect delete" on purple and green potion. I found this but i don't understand. void CHARACTER::ClearAffect(bool bSave) { TAffectFlag afOld = m_afAffectFlag; WORD wMovSpd = GetPoint(POINT_MOV_SPEED); WORD wAttSpd = GetPoint(POINT_ATT_SPEED); itertype(m_list_pkAffect) it = m_list_pkAffect.begin(); while (it != m_list_pkAffect.end()) { CAffect * pkAff = *it; if (bSave) { if ( IS_NO_CLEAR_ON_DEATH_AFFECT(pkAff->dwType) || IS_NO_SAVE_AFFECT(pkAff->dwType) ) { ++it; continue; } if (IsPC()) { SendAffectRemovePacket(GetDesc(), GetPlayerID(), pkAff->dwType, pkAff->bApplyOn); } } ComputeAffect(pkAff, false); it = m_list_pkAffect.erase(it); CAffect::Release(pkAff); } if (afOld != m_afAffectFlag || wMovSpd != GetPoint(POINT_MOV_SPEED) || wAttSpd != GetPoint(POINT_ATT_SPEED)) UpdatePacket(); CheckMaximumPoints(); if (m_list_pkAffect.empty()) event_cancel(&m_pkAffectEvent); } I find this clear affect on char_battle un void Dead but i dont understand how to make the green/purple potions affect to remain.
  8. And if i change my name directly from navicat? I think is better using pid instead of name
  9. Hello everyone, tell me a hint how to modify the player.messenger_list to work via pid instead of player names, because some players changes their names and friends list is gone.
  10. A game source backdoor i think, it's the most common.
  11. Hi again community, i saw some years ago a tutorial on a closed community (i think kori-developer, sorry for claim) how to automatically set guild to level 20, 19000 points when you create it via Guardian. If someone have this tutorial, i'm really happy if he can paste here. Thank everyone.
  12. static constexpr auto DiscordClientID = "670384865832498563";
  13. I will try that and i will come back with a response. Thank you.
  14. The only possible solution for this is to upgrade my source, no ?
  15. Hi everyone. I have a problem when i tried this system When i compiled the source, i have this error. [Hidden Content] I'm using Vs2013 with update 5. I read something on internet about this function don't exist in VS2013.. Can someone help me with that? Best regards, iFreakTime.
  16. Hello, i have this error when i compile. [Hidden Content] I'm compiling with Visual Studio 2013 Update 5.
  17. Hmm.. I will test something in my test server and i come with a solution.
×
×
  • 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.