Jump to content

Woytman

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Woytman

  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
  8. Try this : Item proto: [Hidden Content] Mob proto: [Hidden Content]
  9. Hi guys, i have mainline_sg with wolfman, after update granny my client crash on create character with this error: ===== Load Script File : locale/tr/ui/selectcharacterwindow.py ===== Load Script File : uiscript/questiondialog.py SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/dust/dust.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/dust/running_dust.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/recuperation/drugup_red.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/recuperation/drugup_blue.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/recuperation/drugup_green.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/recuperation/drugup_purple.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/recuperation/autodrugup_red.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/recuperation/autodrugup_blue.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/buff/buff_item1.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/buff/buff_item2.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/buff/buff_item3.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/buff/buff_item4.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/hit/gwantong.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/click/click_select.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/click/click_glow_select.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/stun/stun.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/click/click.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/affect/damagevalue/target.mss] SYSERR: CResourceManager::GetResourcePointer: File not exist d:/ymir work/effect/affect/damagevalue/0.jpg SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/affect/damagevalue/nontarget.mss] SYSERR: CANNOT_FIND_PACK_FILE [d:/ymir work/effect/affect/damagevalue/0.jpg] CResource::Load file not exist d:\ymir work\effect\affect\damagevalue\0.jpg SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/affect/damagevalue/damage.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/affect/damagevalue/damage_1.mss] SYSERR: CResourceManager::GetResourcePointer: File not exist d:/ymir work/effect/affect/damagevalue/poison0.jpg SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/affect/damagevalue/poison.mss] SYSERR: CANNOT_FIND_PACK_FILE [d:/ymir work/effect/affect/damagevalue/poison0.jpg] CResource::Load file not exist d:\ymir work\effect\affect\damagevalue\poison0.jpg SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/affect/damagevalue/miss.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/affect/damagevalue/target_miss.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/hit/percent_damage1.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/hit/percent_damage2.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/hit/percent_damage3.mss] CRaceManager::CreateRace(dwRaceIndex=0) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/warrior/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/warrior/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=4) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/warrior/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/warrior/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=1) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/assassin/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/assassin/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=5) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/assassin/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/assassin/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=2) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/sura/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/sura/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=6) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/sura/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/sura/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=3) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/shaman/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc/shaman/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=7) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/shaman/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc2/shaman/intro/not_selected.mss] CRaceManager::CreateRace(dwRaceIndex=8) SYSERR: CANNOT_FIND_PACK_FILE [sound/pc3/wolfman/intro/wait.mss] SYSERR: CANNOT_FIND_PACK_FILE [sound/pc3/wolfman/intro/not_selected.mss] SelectCharacterInstance: no vid by 0 SelectCharacterInstance: no vid by 0 Copy .mse to sound and rename to .mss dont work... Where is problem? Thank you very much
  10. Hi, i have problem with Python-ast.h. Error (active) "string" is ambiguous scriptLib ***\Python-2.7\Python-ast.h 280 Error (active) "string" is ambiguous scriptLib ***\Python-2.7\Python-ast.h 495 Python-ast.h here: [Hidden Content] When i remove this line in scriptLib/StdAfx.h #include <Python-2.7/Python-Ast.h> Error: Severity Code Description Project File Line Suppression State Error (active) expected a ')' scriptLib c:\Users\autop\Desktop\Sash with scale\Novaline extern\include\Python-2.7\symtable.h 55 Error (active) variable "PySymtable_Build" may not be initialized scriptLib c:\Users\autop\Desktop\Sash with scale\Novaline extern\include\Python-2.7\symtable.h 55 Error (active) identifier "mod_ty" is undefined scriptLib c:\Users\autop\Desktop\Sash with scale\Novaline extern\include\Python-2.7\symtable.h 55 symtable.h here: [Hidden Content] Thank you! //sorry SOLVED! I replace Python newer version
  11. Sorry my bad i forgot write : CDBManager::instance().ReturnQuery(szQuery, QID_LOGIN, peer->GetHandle(), info); }
×
×
  • 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.