Jump to content

Woytman

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

About Woytman

  • Birthday 04/21/1995

Informations

  • Gender
    Male

Social Networks

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Woytman's Achievements

Contributor

Contributor (5/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

87

Reputation

  1. Good day, after login is in the syslog 5900x in 1second "HORSE DIE 0x0 0x0". I try but, no solved. Thx for reply
  2. Thanks, i search in client source... but this error is from server source input_main.cpp if (pinfo->bFunc == FUNC_MOVE) { if (ch->GetLimitPoint(POINT_MOV_SPEED) == 0) return; ch->SetRotation(pinfo->bRot * 5); // Áßşą ÄÚµĺ ch->ResetStopTime(); // "" ch->Goto(pinfo->lX, pinfo->lY); } else { if (pinfo->bFunc == FUNC_ATTACK || pinfo->bFunc == FUNC_COMBO) ch->OnMove(true); else if (pinfo->bFunc & FUNC_SKILL) { const int MASK_SKILL_MOTION = 0x7F; unsigned int motion = pinfo->bFunc & MASK_SKILL_MOTION; if (!ch->IsUsableSkillMotion(motion)) { const char* name = ch->GetName(); unsigned int job = ch->GetJob(); unsigned int group = ch->GetSkillGroup(); char szBuf[256]; snprintf(szBuf, sizeof(szBuf), "SKILL_HACK: name=%s, job=%d, group=%d, motion=%d", name, job, group, motion); LogManager::instance().HackLog(szBuf, ch->GetDesc()->GetAccountTable().login, ch->GetName(), ch->GetDesc()->GetHostName()); sys_log(0, "%s", szBuf); if (test_server) { ch->GetDesc()->DelayedDisconnect(number(2, 8)); ch->ChatPacket(CHAT_TYPE_INFO, szBuf); } else { ch->GetDesc()->DelayedDisconnect(number(150, 500)); } } ch->OnMove(); } ch->SetRotation(pinfo->bRot * 5); // Áßşą ÄÚµĺ ch->ResetStopTime(); // "" ch->Move(pinfo->lX, pinfo->lY); ch->Stop(); ch->StopStaminaConsume(); }
  3. Hi, i have source by Koridev 1.5, when i use Aura and Berserk Skill P -> Syserr : l 2 01:48:01 :: SKILL_HACK: name=loper, job=0, group=0, motion=79 Jul 2 01:48:05 :: SKILL_HACK: name=loper, job=0, group=0, motion=78 and game kick me. Everyone help? Thanks
  4. Replace: Edit to : bool CPythonNetworkStream::SendQuickSlotAddPacket(WORD wpos, BYTE type, WORD pos)
  5. with belt_system . is_belt ( ) Calls undeclared function! : item2.equip item2.get_attr item2.set_attr pc2.give_or_drop_item_and_select Error occured on compile Quest/belt_system.quest Everyone help? Thanks
  6. Czech: Nu podle toho co koukám tak je to správně, ta vzorová část je pro Navicat (nebo jiný sql manager), aby veděl kam ty údaje doplnit, počítá s tím, že mob_proto.sql ještě neexistuje, ten vzor slouží pro vytvoření tabulky s příslušnými sloupci, nebo pro kontrolu zda staré sloupce souhlasí s novými query. English: So, what I look to make it right, the sample part is for Navicat.
  7. For example? Send one line from convert and one line, how do you want to have it. //sorry bad english
×
×
  • 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.