Jump to content

FlorinMarian

Premium
  • Posts

    305
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by FlorinMarian

  1. Hello ! Anybody have idea why christmas tree doesn't appear at /m 20384 ? (it works on game r34083) I've checked command /e xmas_tree 1(2,3) and tree appears on Sohan Mount. Thank you !
  2. My game does not generate game.core (tried with stripped/nonstripped version).
  3. Hello ! I'm using mainline_released source with these fixed things: [Fix*]Dungeon core downer [Fix*]Cube core downer [Fix*]Command /dice disabled [Fix*]Command /war fixed [Fix*]PM flooder kick hack [Fix*]SQL Injection MessengerManager::RemoveFromList [Fix*]GetQuestFlag && CHARACTER::SetQuestFlag core downer Let me explain you what happen: when somebody close my core(ch1) connected players do not have any trouble but if you wanna log in with another account you're sent again to login after entering login details. Thank you !
  4. Hello ! Many servers from Romania (and mine too) have troubles with these hacks: x1000 Hack (damage it's multiplied ~ x1000 times and victim die instantly) range attack: some skills at warrior and ninja can be used without keeping a normal distance, victim can be at 100 m distance and attacker have damage against victim. Hope somebody can help us, thank you.
  5. Hello! A player reported to me this bug, Same costume/hair in these screenshots looking different and hair float on air:
  6. #somebody told me this is a hack which send wrong packets to server, any idea what to do ?
  7. Hello ! I'm looking for protection against client modifications (new encryption methond not new LZO) and a protection against client injections (dll, python, proces dump etc.) Thanks !
  8. Hello ! My core just go down, without any explain. Game syserr: SYSERR: Nov 23 20:14:42 :: Process: SEQUENCE 2ef23800 mismatch 0xbe != 0x14 header 83 SYSERR: Nov 23 20:14:42 :: Process: SEQUENCE_LOG [Borty]------------- [002 : 0x17] [002 : 0x10] [002 : 0xb6] [007 : 0x1e] [002 : 0xb2] [002 : 0xfa] [002 : 0xe6] [007 : 0xf8] [002 : 0x56] [002 : 0x3a] [002 : 0x27] [002 : 0x8c] [002 : 0x6c] [007 : 0x4e] [002 : 0xb7] [002 : 0xc3] [002 : 0xe9] [007 : 0x98] [002 : 0xb5] [002 : 0x75] [083 : 0xbe] Auth syserr: SYSERR: Nov 23 20:13:26 :: Process: SEQUENCE 28d0fc00 mismatch 0xaf != 0x4c header 84 SYSERR: Nov 23 20:13:26 :: Process: SEQUENCE_LOG [UNKNOWN]------------- [084 : 0xaf] SYSERR: Nov 23 20:13:26 :: socket_accept: accept: Software caused connection abort (fd 12)
  9. Hello ! Any recommend about a protection for client ? (can be paid too). Thank you !
  10. Hello ! I try to make it possible but no result yet. Any help ? ACMD(do_block_chat_list) { // GMÀÌ ¾Æ´Ï°Å³ª block_chat_privilege°¡ ¾ø´Â »ç¶÷Àº ¸í·É¾î »ç¿ë ºÒ°¡ if (!ch || (ch->GetQuestFlag("chat_privilege.block") <= 0)) { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("±×·± ¸í·É¾î´Â ¾ø½À´Ï´Ù")); return; } DBManager::instance().ReturnQuery(QID_BLOCK_CHAT_LIST, ch->GetPlayerID(), NULL, "SELECT p.name, a.lDuration FROM affect%s as a, player%s as p WHERE a.bType = %d AND a.dwPID = p.id", get_table_postfix(), get_table_postfix(), AFFECT_BLOCK_CHAT); } { "jy", do_block_chat, 0, POS_DEAD, GM_LOW_WIZARD }, { "block_chat", do_block_chat, 0, POS_DEAD, GM_PLAYER }, { "block_chat_list",do_block_chat_list, 0, POS_DEAD, GM_PLAYER }, ACMD(do_block_chat_list) { // GMÀÌ ¾Æ´Ï°Å³ª block_chat_privilege°¡ ¾ø´Â »ç¶÷Àº ¸í·É¾î »ç¿ë ºÒ°¡ if (!ch || (ch->GetQuestFlag("chat_privilege.block") <= 0)) { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("±×·± ¸í·É¾î´Â ¾ø½À´Ï´Ù")); return; } DBManager::instance().ReturnQuery(QID_BLOCK_CHAT_LIST, ch->GetPlayerID(), NULL, "SELECT p.name, a.lDuration FROM affect%s as a, player%s as p WHERE a.bType = %d AND a.dwPID = p.id", get_table_postfix(), get_table_postfix(), AFFECT_BLOCK_CHAT); }
  11. It works, now I have another problem. Items get time from time adding in itemshop, any idea how to create a cronjob to update socket0 daily for specific items with new value for 30 days ?
  12. Hello ! How to call correctly that function ? Thank you ! <select class="search_field" name="socket0"> <?php echo'<option value=strtotime("+1 days")> ---- 1 Zi</option>'; echo'<option value=strtotime("+3 days")> ---- 3 Zile</option>'; echo'<option value=strtotime("+7 days")> ---- 7 Zile</option>'; echo'<option value=strtotime("+10 days")> ---- 30 Zile</option>'; foreach($itemSteine AS $aKey => $aValue) { echo'<option value="'.$aKey.'">'.$aValue.'</option>'; } ?> </select>
  13. Hello ! How can I change C++ part to allow players to receive some experience after maximul level ? Thank you !
  14. Hello ! I wanna know how to edit source to can earn experience after doing max. level (for donate exp to guild for eg.) Thank you !
  15. Hello ! Anybody have idea if it is possible to add time on accesories ? Thank you.
  16. Hello ! How can I create/use different color for smoke used at costumes? How to edit that *.mse file ? Thanks !
  17. Hello ! Anybody can explain me to how to add new environments to client ? It will be good for me to add new environments (for every 4 hours) which will be automatically changed via quest or something like this. Thank you guys !
  18. Hello ! Anyone can tell me how to remove extended belt inventory window and arrow too. ? Thank you !
  19. Hello ! How can I change spaces given by every belt when I use it ?
  20. Hello ! I'm looking for a good protection for launcher to block dll injection. Currently I'm using protection from Frankie Commando since 2015 but some player can bypass anti-inject protection and they can use some hacks. Some help to find paid/free good protection ? Thank you !
  21. Thank you for recommends but what another protection you purpose ?
  22. Hello guys ! I want to write a clean code using Frankie Commando release ( I think it's best free protection at this moment). Some help to remove encrypted syntaxes? Encryption functions: Example of encypted part code: UltimateDecrypt("122d242e371c1511051e170a")
×
×
  • 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.