[Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

Page 5 of 20 FirstFirst 1234567891011121315 ... LastLast
Results 61 to 75 of 300
  1. #61
    Apprentice jeronemo6666 is offline
    MemberRank
    Jan 2014 Join Date
    Баку, AzerbLocation
    16Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    так ты не ответил, счего ты взял что я Биафрэнд ?

  2. #62
    Novice board123 is offline
    MemberRank
    Jan 2009 Join Date
    BrazilLocation
    4Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Quote Originally Posted by Skaz View Post
    It is unlikely that this could work as it is necessary in this file fixes : CustomAttack.cpp
    I tested and is functional.
    Saves up when the char relog.

  3. #63
    cMuServices™ L1ron is offline
    MemberRank
    Jun 2014 Join Date
    315Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    who can fixed the bug that /offstore \ /attackoff send to reconnect and dont disconnect?
    more bug why i can't attack another char...

  4. #64
    Turkey <3 ahmetoz27 is offline
    MemberRank
    Mar 2012 Join Date
    Dar Es SalaamLocation
    255Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Season 8 Dark Raven die sooo quick, and dark lord lags....

  5. #65
    Member priorian is offline
    MemberRank
    Dec 2015 Join Date
    75Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    /offtrade and /offattack after it brings you to reconnect state just close your client with X. Is that so hard?

  6. #66
    Valued Member IrukaSennin is offline
    MemberRank
    Apr 2013 Join Date
    144Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Quote Originally Posted by priorian View Post
    /offtrade and /offattack after it brings you to reconnect state just close your client with X. Is that so hard?
    I have the same question... hahaha

  7. #67
    Member darioclu970 is offline
    MemberRank
    Sep 2007 Join Date
    ArgentinaLocation
    99Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Where I hook the main.dll for the client s6?

  8. #68
    Member anh3nang is offline
    MemberRank
    Jan 2013 Join Date
    60Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Season 6 build source, cannot connect game ...

  9. #69
    Member Gendrixon is offline
    MemberRank
    Jun 2014 Join Date
    84Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Custom Jewels Season 8 dont work( Screenshot by Lightshot

  10. #70
    Apprentice lokaoo is offline
    MemberRank
    Feb 2013 Join Date
    18Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Fix MiniMap EX401

    Coloque esse Patch no client = Link Mega

    Abra a Source Client_EX401
    ->Minimap.ccp
    -> Substitua tudo pela Source abaixo

    Code:
    #include "stdafx.h"#include "MiniMap.h"
    #include "Offset.h"
    #include "Util.h"
    
    
    bool MiniMapTable[MAX_MINI_MAP];
    
    
    void InitMiniMap() // OK
    {
        memset(MiniMapTable,0,sizeof(MiniMapTable));
    
    
        MemorySet(0x0060139B,0x90,0x02);
    
    
        MemorySet(0x006C7F22,0x90,0x1E);
    
    
        SetCompleteHook(0xFF,0x005D768A,&MiniMapCore);
    
    
        SetCompleteHook(0xE8,0x006C7F22,&MiniMapLoad);
    
    
        SetCompleteHook(0xFF,0x006C5FCA,&MiniMapCheck);
    
    
        SetCompleteHook(0xFF,0x0071198A,&MiniMapCheck);
    }
    
    
    void MiniMapCore() // OK
    {
        ((void(*)())0x005D2F16)();
    
    
        MiniMapLoad();
    }
    
    
    void MiniMapLoad() // OK
    {
        if(*(int*)(MAIN_CURRENT_MAP) < MAX_MINI_MAP)
        {
            char buff[32];
    
    
            wsprintf(buff,"Minimap\\World%d\\Map1.jpg",(*(int*)(MAIN_CURRENT_MAP)+1));
    
    
            if(MiniMapFileCheck(*(int*)(MAIN_CURRENT_MAP)) != 0)
            {
                MiniMapTable[*(int*)(MAIN_CURRENT_MAP)] = 1;
                ((bool(*)(char*,DWORD,DWORD,DWORD,BYTE))0x006A92BE)(buff,0x7B69,0x2601,0x2900,1);
            }
        }
    }
    
    
    bool MiniMapCheck(int map) // OK
    {
        if(map == 30 || (map < MAX_MINI_MAP && MiniMapTable[map] != 0))
        {
            return 1;
        }
        else
        {
            return 0;
        }
    }
    
    
    bool MiniMapFileCheck(int map) // OK
    {
        if(map == 30){return 1;}
    
    
        char buff[64];
    
    
        wsprintf(buff,".\\Data\\Minimap\\World%d\\Map1.ozj",(map+1));
    
    
        FILE* file;
    
    
        if(fopen_s(&file,buff,"r") != 0)
        {
            return 0;
        }
        else
        {
            fclose(file);
            return 1;
        }
    }

  11. #71
    Apprentice Nightfawlk is offline
    MemberRank
    Jul 2011 Join Date
    15Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    bug with command /change



    other elf item, "viper bow"


  12. #72
    Account Upgraded | Title Enabled! cripssy is offline
    MemberRank
    Jun 2010 Join Date
    467Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    bug tier2 hegatons set not fo? in season 8 help how to fix!

  13. #73
    LittleGiant MUnoob is offline
    MemberRank
    Apr 2011 Join Date
    492Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Quote Originally Posted by cripssy View Post
    bug tier2 hegatons set not fo? in season 8 help how to fix!
    my problem also, still haven't found a way to get it working

  14. #74
    Account Upgraded | Title Enabled! ftewegw1 is offline
    MemberRank
    Sep 2012 Join Date
    292Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Quote Originally Posted by MUnoob View Post
    my problem also, still haven't found a way to get it working
    sigh... there is no bug
    hegaton's set is anc set with no excel opts, if you want to make F.O ancients you have to edit the main too

  15. #75
    LittleGiant MUnoob is offline
    MemberRank
    Apr 2011 Join Date
    492Posts

    re: [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

    Quote Originally Posted by ftewegw1 View Post
    sigh... there is no bug
    hegaton's set is anc set with no excel opts, if you want to make F.O ancients you have to edit the main too
    There already is FO ancients tho.. Just not tier 2



Advertisement