Siga-nos em...
Follow us on Twitter Follow us on Facebook Watch us on YouTube
Registro

Alpha Servers
Página 1 de 2 12 ÚltimoÚltimo
Resultados 1 a 10 de 14
  1. #1

    Avatar de slipkorn13
    Data de Ingresso
    Sep 2009
    Localização
    Pta Arenas, Chile
    Posts
    69
    Agradecido
    0
    Agradeceu
    0
    Peso da Avaliação
    15

    Post InsominaMu Season 5 Sources [Imperial/Goer/S5Quest/QuestSystem/Gens/OffTrade]

    Caracteristicas:
    Informação
    Imperial Guardian
    Double Goer
    Season 5 Quest
    Custom Quest System
    Gens System
    Offline Trade system
    Who kill me system? (Writes in DB who kill you)
    PK Chaos system(Not adding PK status, but u pay 1 chaos per kill)
    Insomina DAY-NIGHT system!
    New Jewels


    Descargar Megaupload:
    [Somente usuários registrados podem vem os links. ]

    Password:
    Senha : [Somente usuários registrados podem vem os links. ]


    Creditos:
    LeGrand(tagegor)
    SmallHabit
    Crazzy
    Ragezone
    Última edição por slipkorn13; 24-10-2010 às 04:14 PM. Razão: New Link !

  2. #2

    Avatar de NaM4
    Data de Ingresso
    Sep 2009
    Localização
    mu
    Posts
    77
    Agradecido
    37
    Agradeceu
    7
    Peso da Avaliação
    15

    Padrão

    AGORA SIM OS "CODERS" vao poder vender s5 kkkkk
    LA VEM O LEEECH
    kkkkkkkkk rigalões...

    da pra aproveitar mta coisa desse código...

    custom jewel = ROXX

    OBS: ainda bem que nao será qq nbzin q vai conseguir usar esses códigos ^^ o cara tem q manjar pelomenos^^

    OBS2: tomem cuidado, pra nao serem enganados, pois ja tem gente compilando e vendendo ^^ (vi em outro forum)

  3. #3

    Avatar de Jamel
    Data de Ingresso
    Sep 2009
    Localização
    [...]
    Idade
    33
    Posts
    263
    Agradecido
    2
    Agradeceu
    1
    Peso da Avaliação
    19

    Padrão

    Fods esses cara, por isso não posto mais nada
    são tudo fd.pe que não teve amor de m@e

  4. #4

    Avatar de Flint
    Data de Ingresso
    Sep 2009
    Localização
    frente do pc
    Posts
    138
    Agradecido
    27
    Agradeceu
    13
    Peso da Avaliação
    16

    Padrão

    lol e **** mes....o mundo captalista que temos hj em dia...nego so pensa em $$$$
    agora uma coisa que o nam4 disse e fato!
    tem que entender o minimo pra usar essa src ^^
    Me engravida @Renato. Hidden Content

  5. #5

    Avatar de hamiltontsz
    Data de Ingresso
    Jan 2010
    Localização
    Goiânia
    Posts
    307
    Agradecido
    5
    Agradeceu
    3
    Peso da Avaliação
    19

    Padrão

    só uma duvida pra esssas jewels custom fucionarem não é nescesario modifica o cliente e o main não ?

  6. #6

    Avatar de slipkorn13
    Data de Ingresso
    Sep 2009
    Localização
    Pta Arenas, Chile
    Posts
    69
    Agradecido
    0
    Agradeceu
    0
    Peso da Avaliação
    15

    Padrão

    Later I post the main + support for new jewells

  7. #7

    Avatar de NaM4
    Data de Ingresso
    Sep 2009
    Localização
    mu
    Posts
    77
    Agradecido
    37
    Agradeceu
    7
    Peso da Avaliação
    15

    Padrão

    sim, precisa mecher no main para aceitar novas jewel, e nao é simples assim....

    por isso disse que precisa ter um conhecimento um pouco avançado para mecher com esses codigos...

    o LeGrand postou a parte do client, para as novas joias, bem como, a parte do trade-off que por sinal eu axei espetacular só nao vou por na minha src, pois nao tenho nem ideia de como ele fez, e nao quero copiar *--*:


    .CPP
    Código:
    #include "stdafx.h"
    md5wrapper md5;
    char* WaytoCustomz = "Data\\LeGrandCustom\\";
    char* CustomzFolder = "LeGrandCustom\\";
    int Flag = 2;
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    void SetNop(DWORD dwOffset,int Size)
    {
    	for(int n=0;n<Size;n++)
    		*(BYTE*)(dwOffset+n) = 0x90;
    }
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    void HookThis(DWORD dwMyFuncOffset,DWORD dwJmpOffset)
    {
    	*(DWORD*)(dwJmpOffset+1) = dwMyFuncOffset-(dwJmpOffset+5);
    }
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    void LoadThisFuckingModelByITEMID(int ItemID,char* ModelName,char* FolderFrom,char* WayFrom)
    {
    	_asm
    	{
    		PUSH -1
    		PUSH ModelName                   	
    		PUSH WayFrom
    		PUSH ItemID
    		mov eax,BMDModelLoad 
    		CALL eax  
    
    		PUSH 1
    		PUSH 0x2600
    		PUSH 0x2901
    		PUSH FolderFrom                  		 	; |Arg2 = 0090175C ASCII "Item\"
    		PUSH ItemID                                 ; |Arg1 = 00001FF1
    		mov eax,OpenTexture
    		CALL eax
    	}
    }
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    __declspec(naked) void PatchMainForLoadModels()
    {
    	LoadThisFuckingModelByITEMID(ITEM_IN_MAIN(14,181),"BlueJewel",CustomzFolder,WaytoCustomz);
    	LoadThisFuckingModelByITEMID(ITEM_IN_MAIN(14,182),"BlackJewel",CustomzFolder,WaytoCustomz);
    	LoadThisFuckingModelByITEMID(ITEM_IN_MAIN(14,183),"RedJewel",CustomzFolder,WaytoCustomz);
    	LoadThisFuckingModelByITEMID(ITEM_IN_MAIN(14,184),"GreenJewel",CustomzFolder,WaytoCustomz);
    
    	_asm
    	{
    		PUSH -1								; /Arg4 = FFFFFFFF
    		PUSH 0x0093693C						; |Arg3 = 00900014 ASCII "suho"
    		PUSH 0x00936944						; |Arg2 = 0090001C ASCII "Data\Item\"
    		PUSH 0x1F96							; |Arg1 = 00001F84
    		mov eax,BMDModelLoad 
    		CALL eax                   			; \Main_Ins.005F1BC3
    		ADD ESP,0x10
    		mov eax,ReturnOffset
    		JMP eax
    	}
    }
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    __declspec(naked) void JewelsSwitcher()
    {
    	DWORD Variable;
    	_asm
    	{
    		mov edx,DWORD PTR SS:[EBP-0x14]
    		MOVSX EAX,WORD PTR DS:[EDX]
    		mov Variable,eax
    	}
    		
    	if(Variable != 7181  && Variable != 7182 && Variable != 7184 && Variable != 7210  && Variable != 7211 && Variable != 7212 && Variable != 7349  && Variable != 7350 && Variable != 7351 && Variable != 7352)	
    	{		
    		_asm
    		{
    			mov eax,JewelsSwitcher_True
    			jmp eax
    		}
    	}
    	else
    	{
    		_asm
    		{
    			mov eax,JewelsSwitcher_False
    			jmp eax
    		}
    	}
    }
    
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    void Init()
    {
    	DWORD OldProtect;
    	if(VirtualProtect(LPVOID(0x401000),VirtualAddressOffset,PAGE_EXECUTE_READWRITE,&OldProtect))
    	{		
    		FixLangAndFont();		
    		DataJMP ModelJMP;
    		SetNop(LoadModel_Offset,25);
    		ModelJMP.Command=0xE9;
    		ModelJMP.PointerToFunc=(DWORD)&PatchMainForLoadModels;
    		memcpy((int*)LoadModel_Offset,&ModelJMP,sizeof(ModelJMP));
    		HookThis((DWORD)&PatchMainForLoadModels,LoadModel_Offset);
    
    		//Patch Jewels
    		DataJMP JewelsJMP;
    		SetNop(PatchJewelsOffset,86);
    		JewelsJMP.Command=0xE9;
    		JewelsJMP.PointerToFunc=(DWORD)&JewelsSwitcher;
    		memcpy((int*)PatchJewelsOffset,&JewelsJMP,sizeof(DataJMP));
    		HookThis((DWORD)&JewelsSwitcher,PatchJewelsOffset);
    
    		BYTE JMPProto1[] = { 0xE9, 0x44, 0x30, 0x29, 0x00 };
    		memcpy((int*)0x00660F83,JMPProto1,sizeof(JMPProto1));
     
    		BYTE CallProto1[] = { 0xFF, 0x15, 0xFC, 0x3F, 0x8F };
    		memcpy((int*)0x008F3FCC,CallProto1,sizeof(CallProto1));
     
    		BYTE JMPProto2[] = { 0xE9, 0xB1, 0xCF, 0xD6, 0xFF, 0x90 };
    		memcpy((int*)0x008F3FD2,JMPProto2,sizeof(JMPProto2));
            
    		_asm
    		{
    			 MOV DWORD PTR DS:[0x008F3FFC],OFFSET ProtocolCore;
    		}
    
    	}
    	else
    	{
    		MessageBoxA(NULL,"Unable to load Insomina MU DLL.\n Contact Administrator.","Insomina MU starter",MB_OK);
    		ExitProcess(0);
    	}
    }
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    BOOL APIENTRY DllMain(HMODULE hModule,DWORD  ul_reason_for_call,LPVOID lpReserved)
    {
    	switch (ul_reason_for_call)
    	{
    		case DLL_PROCESS_ATTACH:
    			Init();
    		break;
    	}
    	return TRUE;
    }
    // -------------------------------------------------------------------------------------------------------------------------------------------------
    void ProtocolCore(BYTE protoNum,LPBYTE aRecv,int aLen,int aIndex)
    {
        BYTE ProtocolType = aRecv[0];
     
        switch(ProtocolType)
        {       
        case 0xC1:
                switch(BYTE(protoNum))
                {
                case 0xF8: 
            
                    if(aRecv[1] == 0x05)
                    {   
                        if(aRecv[3] == 0xB2)
                        {
                            if(aRecv[4] == 0x01)
                            {   
                                BYTE GensFix[] = { 0x68,0x80,0x7D }; //90 7D
                                memcpy((int*)0x00658348,GensFix,sizeof(GensFix)); 
                                BYTE GensFix2[] = { 0x68,0x80,0x7D }; //8F 7D
                                memcpy((int*)0x0065833A,GensFix2,sizeof(GensFix2)); 
                                return;
                            }
     
                            if(aRecv[4] == 0x02)
                            {   
                                BYTE GensFix[] = { 0x68,0x90,0x7D }; //90 7D
                                memcpy((int*)0x00658348,GensFix,sizeof(GensFix));
    							BYTE GensFix2[] = { 0x68,0x8F,0x7D }; //8F 7D
                                memcpy((int*)0x0065833A,GensFix2,sizeof(GensFix2));
    							return;
                            }
                        }
                    }
                    break;
                }
        }
        DataRecv(protoNum,aRecv,aLen,aIndex);
    }
    void FixLangAndFont()
    {
    		BYTE LangFix[7]			={0xB9, 0x89, 0x00, 0x00, 0x00, 0x90, 0x51};//Charset with NOP
    		BYTE LangFix_NoNOP[6]	={0xB9, 0x89, 0x00, 0x00, 0x00, 0x51};//Charset without NOP
    		BYTE LangFix2[5]		={0x68, 0x90, 0x01, 0x00, 0x00};//FontSize
    
    		memcpy((int*)FixLangAndFont_1_1,LangFix,sizeof(LangFix));
    		memcpy((int*)FixLangAndFont_1_2,LangFix2,sizeof(LangFix2));
    		//
    		memcpy((int*)FixLangAndFont_2_1,LangFix_NoNOP,sizeof(LangFix_NoNOP)); 
    		memcpy((int*)FixLangAndFont_2_2,LangFix2,sizeof(LangFix2));
    		//
    		memcpy((int*)FixLangAndFont_3_1,LangFix,sizeof(LangFix));
    		memcpy((int*)FixLangAndFont_3_2,LangFix2,sizeof(LangFix2));
    		//
    		memcpy((int*)FixLangAndFont_4_1,LangFix,sizeof(LangFix));
    		memcpy((int*)FixLangAndFont_4_2,LangFix2,sizeof(LangFix2));
    		//
    		memcpy((int*)FixLangAndFont_5_1,LangFix_NoNOP,sizeof(LangFix_NoNOP));
    		memcpy((int*)FixLangAndFont_5_2,LangFix2,sizeof(LangFix2));
    }


    .H
    Código:
    #pragma once
    #define WIN32_LEAN_AND_MEAN 
    #include <windows.h>
    #include <MMSystem.h>
    
    void Init();
    void ProtocolCore(BYTE protoNum,LPBYTE aRecv,int aLen,int aIndex);
    
    #include "FixLanguageAndFont.h"
    #include <winbase.h>
    
    #include <process.h>    /* _beginthread, _endthread */
    
    
    #pragma comment(lib, "winmm.lib")
    
    #define FuckAdder 887
    #define ITEM_IN_MAIN(x,y) ((x)*512+(y)+FuckAdder)
    
    #define VirtualAddressOffset 0x008F3FFF
    //
    #define FixLangAndFont_1_1 0x00407BA7
    #define FixLangAndFont_1_2 0x00407BB4
    #define FixLangAndFont_2_1 0x0061A546
    #define FixLangAndFont_2_2 0x0061A552
    #define FixLangAndFont_3_1 0x0061A5AC
    #define FixLangAndFont_3_2 0x0061A5B9
    #define FixLangAndFont_4_1 0x0061A613
    #define FixLangAndFont_4_2 0x0061A620
    #define FixLangAndFont_5_1 0x0061A67C
    #define FixLangAndFont_5_2 0x0061A688
    
    #define LoadModel_Offset 0x005F6CB4
    #define BMDModelLoad 0x005F34C3
    #define ReturnOffset 0x005F6CCD
    #define OpenTexture 0x005F2E10
    
    #define PatchJewelsOffset 	 0x00792719
    #define JewelsSwitcher_True 0x00792B5D
    #define JewelsSwitcher_False 0x0079276F
    
    struct DataJMP
    {
    	BYTE Command;
    	DWORD PointerToFunc;
    };
    
    #define DataRecv ((void(*)(BYTE,PBYTE,DWORD,DWORD,...)) 0x006631E0)

    Src base para este main: [Somente usuários registrados podem vem os links. ]


    OBS: pros preguiçosos, este main é versao BLUE (se nao me engano) dessa forma se aplicar esse main em qualquer versao nao vai funcionar!

    Abrass!
    Última edição por NaM4; 27-10-2010 às 10:22 AM.

  8. #8

    Avatar de GENILSON
    Data de Ingresso
    May 2010
    Localização
    Pernambuco
    Idade
    29
    Posts
    41
    Agradecido
    1
    Peso da Avaliação
    0

    Padrão

    Galera, Alguem poderia postar o Arquivo ACG_QuestSystem Para estar SRC?
    to com problemas na Season5 Quests, quando mato as aranhas elas nao contam nas missoes..

  9. #9

    Avatar de [ADM]Night
    Data de Ingresso
    May 2010
    Localização
    Imperyus Games
    Idade
    28
    Posts
    114
    Agradecido
    2
    Agradeceu
    2
    Peso da Avaliação
    15

    Padrão

    Cara Falta 4 Arquivos nessa SRC :S
    Vou Pega Base nos Offsets e cria algum projeto ...
    Pela 1º Vez vi uma Source Versao Blue oO' kkkkk'

    -------------------- Edit ---------------------------
    Aew Pessoal eu a tenho todos os arquivo que faltava ;D
    so que da erro ao compilar ta com erros no arquivo g_DoubleGoer.h
    Aqui estao Os Erros:
    _DoubleGoer.cpp
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(6) : error C2011: 'DoubleGoerEvent' : 'class' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(64) : error C2011: 'PMSG_DGOER_EVENT_INFO' : 'struct' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 47) : see declaration of 'PMSG_DGOER_EVENT_INFO'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(71) : error C2011: 'PMSG_DGOER_TIMER_INIT' : 'struct' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 54) : see declaration of 'PMSG_DGOER_TIMER_INIT'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(78) : error C2011: 'PMSG_DGOER_MONSTER_COUNT' : 'struct' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 61) : see declaration of 'PMSG_DGOER_MONSTER_COUNT'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(86) : error C2011: 'PMSG_DGOER_TRIANG_POS' : 'struct' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 69) : see declaration of 'PMSG_DGOER_TRIANG_POS'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(94) : error C2011: 'PMSG_DGOER_RTRIANG_POS' : 'struct' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 77) : see declaration of 'PMSG_DGOER_RTRIANG_POS'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(103) : error C2011: 'PMSG_DGOER_END' : 'struct' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 86) : see declaration of 'PMSG_DGOER_END'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\g_DoubleGoer. h(112) : error C2011: 'PMSG_DGOER_UPDATE_BAR' : 'struct' type redefinition
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 95) : see declaration of 'PMSG_DGOER_UPDATE_BAR'
    .\g_DoubleGoer.cpp(5) : error C2079: 'DoubleGoer' uses undefined class 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(5) : error C2371: 'DoubleGoer' : redefinition; different basic types
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 42) : see declaration of 'DoubleGoer'
    .\g_DoubleGoer.cpp(11) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(17) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(19) : error C2065: 'IsRunning' : undeclared identifier
    .\g_DoubleGoer.cpp(20) : error C2065: 'UserCount' : undeclared identifier
    .\g_DoubleGoer.cpp(21) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(21) : error C2228: left of '.Timer' must have class/struct/union
    .\g_DoubleGoer.cpp(24) : error C2065: 'DoubleGoerUser' : undeclared identifier
    .\g_DoubleGoer.cpp(32) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(32) : error C2228: left of '.Timer' must have class/struct/union
    .\g_DoubleGoer.cpp(44) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(44) : error C2228: left of '.DoubleGoerBoss3Pos' must have class/struct/union
    .\g_DoubleGoer.cpp(46) : error C2079: 'pMsg2' uses undefined struct 'PMSG_DGOER_RTRIANG_POS'
    .\g_DoubleGoer.cpp(47) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(47) : error C2228: left of '.c' must have class/struct/union
    .\g_DoubleGoer.cpp(48) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(48) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(49) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(49) : error C2228: left of '.headcode' must have class/struct/union
    .\g_DoubleGoer.cpp(50) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(50) : error C2228: left of '.subcode' must have class/struct/union
    .\g_DoubleGoer.cpp(51) : error C2228: left of '.Unk' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(52) : error C2228: left of '.Pos' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(52) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(52) : error C2228: left of '.DoubleGoerBoss3Pos' must have class/struct/union
    .\g_DoubleGoer.cpp(54) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(54) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(54) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(54) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(55) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(55) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(55) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(55) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(56) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(56) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(56) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(56) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(57) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(57) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(57) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(57) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(58) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(58) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(58) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(58) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(66) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(66) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(70) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(70) : error C2228: left of '.DoubleGoerUserPos' must have class/struct/union
    .\g_DoubleGoer.cpp(72) : error C2079: 'pMsg4' uses undefined struct 'PMSG_DGOER_UPDATE_BAR'
    .\g_DoubleGoer.cpp(73) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(73) : error C2228: left of '.c' must have class/struct/union
    .\g_DoubleGoer.cpp(74) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(74) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(75) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(75) : error C2228: left of '.headcode' must have class/struct/union
    .\g_DoubleGoer.cpp(76) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(76) : error C2228: left of '.subcode' must have class/struct/union
    .\g_DoubleGoer.cpp(77) : error C2228: left of '.TimerL' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(77) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(77) : error C2228: left of '.Timer' must have class/struct/union
    .\g_DoubleGoer.cpp(78) : error C2228: left of '.TimerH' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(78) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(78) : error C2228: left of '.Timer' must have class/struct/union
    .\g_DoubleGoer.cpp(79) : error C2228: left of '.UserCount' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(80) : error C2228: left of '.Unk' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(82) : error C2228: left of '.User1H' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(82) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(82) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(83) : error C2228: left of '.User1L' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(83) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(83) : error C2228: left of '.DoubleGoerUser' must have class/struct/union
    .\g_DoubleGoer.cpp(84) : error C2228: left of '.Unk1' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(85) : error C2228: left of '.Pos1' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(85) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(85) : error C2228: left of '.DoubleGoerUserPos' must have class/struct/union
    .\g_DoubleGoer.cpp(87) : error C2228: left of '.Unk2' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(88) : error C2228: left of '.Pos2' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(88) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(88) : error C2228: left of '.DoubleGoerUserPos' must have class/struct/union
    .\g_DoubleGoer.cpp(91) : error C2079: 'pMsg5' uses undefined struct 'PMSG_DGOER_UPDATE_BAR'
    .\g_DoubleGoer.cpp(92) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(92) : error C2228: left of '.c' must have class/struct/union
    .\g_DoubleGoer.cpp(93) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(93) : error C2228: left of '.size' must have class/struct/union
    .\g_DoubleGoer.cpp(94) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(94) : error C2228: left of '.headcode' must have class/struct/union
    .\g_DoubleGoer.cpp(95) : error C2228: left of '.h' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(95) : error C2228: left of '.subcode' must have class/struct/union
    .\g_DoubleGoer.cpp(96) : error C2228: left of '.TimerL' must have class/struct/union
    type is 'int'
    .\g_DoubleGoer.cpp(96) : error C2027: use of undefined type 'DoubleGoerEvent'
    c:\documents and settings\administrador\desktop\sources insominamu\inso_gs\acgseason5premium\DoubleGoer.h( 10) : see declaration of 'DoubleGoerEvent'
    .\g_DoubleGoer.cpp(96) : error C2228: left of '.Timer' must have class/struct/union
    .\g_DoubleGoer.cpp(96) : fatal error C1003: error count exceeds 100; stopping compilation
    Última edição por [ADM]Night; 15-11-2010 às 11:04 AM.

  10. #10

    Avatar de foxer
    Data de Ingresso
    May 2010
    Localização
    Guarujá
    Idade
    30
    Posts
    18
    Agradecido
    0
    Agradeceu
    0
    Peso da Avaliação
    0

    Padrão

    aqui comigo depois que copila
    quando vai abrir o game server da esse erro alguem sabe oq é ??
    ERRO


 

 
Página 1 de 2 12 ÚltimoÚltimo

Informações de Tópico

Usuários Navegando neste Tópico

Há 1 usuários navegando neste tópico. (0 registrados e 1 visitantes)

Tópicos Similares

  1. |Source| All Sources 97D and Season 5.
    Por Chris7yan no fórum Sources
    Respostas: 7
    Último Post: 15-04-2011, 08:34 PM
  2. Double Goer - Evento Season 5
    Por chris05 no fórum Cantinho IMP Games
    Respostas: 6
    Último Post: 16-07-2010, 11:07 AM
  3. [Guia] Double Goer Event (Preview) [Season 5]
    Por Poperon no fórum Tutoriais, dicas e macetes
    Respostas: 3
    Último Post: 27-10-2009, 01:39 PM
  4. [Guia] Imperial Guardian Fortress (Preview) [Season 5]
    Por Poperon no fórum Tutoriais, dicas e macetes
    Respostas: 2
    Último Post: 02-10-2009, 02:54 PM

Marcadores

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • Você não pode enviar respostas
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •