Jump to content

Berke58

Inactive Member
  • Posts

    160
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Posts posted by Berke58

  1. your launcher doesn't have this motion: MOTION_FRENCH_KISS_WITH_WOLFMAN

    you can fix this by removing this line: "chr.MOTION_FRENCH_KISS_WITH_WOLFMAN : "french_kiss_with_wolfman.msa"", from "emotion.py" or by adding that motion in launcer source

    thx man :D now have this syser

     

    0531 05:48:13583 :: CPythonNonPlayer::LoadNonPlayerData: invalid size 353024 check data format.
    0531 05:48:13583 :: LoadLocaleData - LoadMobProto(locale/tr/mob_proto) Error
    0531 05:48:13649 :: 
    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:23) ?
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    uiAffectShower.py(line:8) ?
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    uiToolTip.py(line:314) ?
    uiToolTip.py(line:339) ItemToolTip
     
    networkModule.SetSelectCharacterPhase - exceptions.AttributeError:'module' object has no attribute 'APPLY_BLEEDING_PCT'
     
    0531 05:48:13649 :: ============================================================================================================
    0531 05:48:13649 :: Abort!!!!
  2. For example:

    VNUM RingName ITEM_RING 0 1 NONE NONE NONE NONE 800000 800000 0 0 10 LEVEL 50 LIMIT_NONE 0 APPLY_MAX_HP 5000 APPLY_NONE 0 APPLY_NONE 0 4 0 0 0 0 0 0 0 0
    

    You must edit:

    VNUM and RingName

     

    For example:

    VNUM RingName ITEM_RING 0 1 NONE NONE NONE NONE 800000 800000 0 0 10 LEVEL 50 LIMIT_NONE 0 APPLY_MAX_HP 5000 APPLY_NONE 0 APPLY_NONE 0 4 0 0 0 0 0 0 0 0
    

    You must edit:

    VNUM and RingName

    connection refused >.<

  3. Hello, do it in item_proto.txt -> ITEM_RING1 (I think) ^^

    71135 Ãʽ´ŞÀÇ ¹İÁö ITEM_UNIQUE UNIQUE_NONE 1 NONE NONE WEAR_SHIELD NONE 0 0 0 0 0 REAL_TIME 0 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 0 0 0 0 0 0 0 0 0

     

    Hello where is change, thanks for reply

  4. hi metin2dev, i want to change item "type"  in db but idk how to change xD have a error connection refused anyone help me please.

     

     

                         ##

                                 62and3.png

  5. May 24 18:56:45 :: DISCONNECT: Berke (DESC::~DESC)
    May 24 18:56:45 :: SAVE: Berke 986394x226148
    May 24 18:56:45 :: QUEST clear timer 0
    May 24 18:56:45 :: SYSTEM: closing socket. DESC #18
    May 24 18:56:46 :: SYSTEM: new connection from [192.168.1.3] fd: 17 handshake 1566677902 output input_len 0, ptr 0x64f00800
    May 24 18:56:46 :: SYSTEM: closing socket. DESC #17
    May 24 18:57:08 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    May 24 18:57:36 :: GLOBAL_TIME: May 24 18:57:36 time_gap 0
    May 24 18:58:08 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    May 24 18:58:36 :: GLOBAL_TIME: May 24 18:58:36 time_gap 0
    May 24 18:59:08 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
    May 24 18:59:36 :: GLOBAL_TIME: May 24 18:59:36 time_gap 0
     
     
    fd: 17 handshake HOW TO FİX :)
  6.  

    I did this in input_main.cpp

    For me work.

     

    const float fDist = DISTANCE_SQRT((ch->GetX() - pinfo->lX) / 100, (ch->GetY() - pinfo->lY) / 100);
    
    if (((!ch->IsRiding() && fDist > 50) || fDist > 80) && OXEVENT_MAP_INDEX != ch->GetMapIndex())
    {
    sys_log(0, "MOVE: %s trying to move too far (dist: %.1fm) Riding(%d)", ch->GetName(), fDist, ch->IsRiding());
    ch->Show(ch->GetMapIndex(), ch->GetX(), ch->GetY(), ch->GetZ());
    ch->Stop();
    return;
    }
    
    
    DWORD dwCurTime = get_dword_time();
    // 시간을 Sync하고 7초 후 부터 검사한다. (20090702 이전엔 5초였음)
    bool CheckSpeedHack = (!ch->GetDesc()->IsHandshaking() && dwCurTime - ch->GetDesc()->GetClientTime() > 7000);
    
    
    if (CheckSpeedHack)
    {
    int iDelta = (int) (pinfo->dwTime - ch->GetDesc()->GetClientTime());
    int iServerDelta = (int) (dwCurTime - ch->GetDesc()->GetClientTime());
    
    
    iDelta = (int) (dwCurTime - pinfo->dwTime);
    
    
    // 시간이 늦게간다. 일단 로그만 해둔다. 진짜 이런 사람들이 많은지 체크해야함. TODO
    if (iDelta >= 30000)
    {
    sys_log(0, "SPEEDHACK: slow timer name %s delta %d", ch->GetName(), iDelta);
    ch->GetDesc()->DelayedDisconnect(3);
    }
    // 1초에 20msec 빨리 가는거 까지는 이해한다.
    else if (iDelta < -(iServerDelta / 50))
    {
    sys_log(0, "SPEEDHACK: DETECTED! %s (delta %d %d)", ch->GetName(), iDelta, iServerDelta);
    ch->GetDesc()->DelayedDisconnect(3);
    }
    }
    
    
    //
    // 콤보핵 및 스피드핵 체크
    //
    if (pinfo->bFunc == FUNC_COMBO && g_bCheckMultiHack)
    {
    CheckComboHack(ch, pinfo->bArg, pinfo->dwTime, CheckSpeedHack); // 콤보 체크
    }

     

    man add me from skype please  berke.cebeci7

×
×
  • 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.