Jump to content

minicasio

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by minicasio

  1. change is here?

    #ifndef RENEWAL_ASPD
    			status->aspd_rate = status_calc_aspd_rate(bl, sc, b_status->aspd_rate);
    
    			if(status->aspd_rate != 1000)
    				amotion = amotion*status->aspd_rate/1000;
    #else
    			/// aspd = baseaspd + floor(sqrt((agi^2/2) + (dex^2/5))/4 + (potskillbonus*agi/200))
    			amotion -= (int)(sqrt( (pow(status->agi, 2) / 2) + (pow(status->dex, 2) / 5) ) / 4 + (status_calc_aspd(bl, sc, 1) * status->agi / 200)) * 10;
    
    			if( (status_calc_aspd(bl, sc, 2) + status->aspd_rate2) != 0 ) // RE ASPD percertage modifier
    				amotion -= ( amotion - pc_maxaspd(sd) ) * (status_calc_aspd(bl, sc, 2) + status->aspd_rate2) / 100;
    
    			if(status->aspd_rate != 1000) // Absolute percentage modifier
    				amotion = ( 200 - (200-amotion/10) * status->aspd_rate / 1000 ) * 10;
    #endif
    
  2. help please.

    http://imgur.com/zPEVbAS

    zPEVbAS.png

     

     

    Error code :

    1>------ Build started: Project: map-server, Configuration: Release Win32 ------
    2>------ Build started: Project: login-server, Configuration: Release Win32 ------
    3>------ Build started: Project: char-server, Configuration: Release Win32 ------
    1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    3> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    2> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    2> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    2>
    2> cl /
    2>
    2> g
    2>
    2>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    2>CL : Command line warning D4024: unrecognized source file type 'g', object file assumed
    3> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    3>
    3> cl /
    3>
    3> \
    3>
    3>
    3>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    3>CL : Command line warning D4024: unrecognized source file type '\', object file assumed
    1> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    1>
    1> cl /
    1>
    1> c
    1>
    1> r
    1>
    1>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    1>CL : Command line warning D4024: unrecognized source file type 'c', object file assumed
    1>CL : Command line warning D4024: unrecognized source file type 'r', object file assumed
    1> Microsoft (R) Incremental Linker Version 10.00.30319.01
    2> Microsoft (R) Incremental Linker Version 10.00.30319.01
    3> Microsoft (R) Incremental Linker Version 10.00.30319.01
    3> Copyright (C) Microsoft Corporation. All rights reserved.
    3>
    2> Copyright (C) Microsoft Corporation. All rights reserved.
    3> /out:.exe
    1> Copyright (C) Microsoft Corporation. All rights reserved.
    2>
    2> /out:.exe
    1>
    1> /out:.exe
    2>LINK : warning LNK4001: no object files specified; libraries used
    2>LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
    2>LINK : fatal error LNK1561: entry point must be defined
    1>LINK : fatal error LNK1104: cannot open file '.exe'
    3>LINK : fatal error LNK1104: cannot open file '.exe'
    ========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
  3. help please.

    http://imgur.com/zPEVbAS

    zPEVbAS.png

    1>------ Build started: Project: map-server, Configuration: Release Win32 ------
    2>------ Build started: Project: login-server, Configuration: Release Win32 ------
    3>------ Build started: Project: char-server, Configuration: Release Win32 ------
    1>  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    3>  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    2>  Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    2>  Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    2>  
    2>  cl /
    2>     
    2>     g
    2>  
    2>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    2>CL : Command line warning D4024: unrecognized source file type 'g', object file assumed
    3>  Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    3>  
    3>  cl /
    3>     
    3>     \
    3>     
    3>  
    3>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    3>CL : Command line warning D4024: unrecognized source file type '\', object file assumed
    1>  Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    1>  
    1>  cl /
    1>     
    1>     c
    1>     
    1>     r
    1>  
    1>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    1>CL : Command line warning D4024: unrecognized source file type 'c', object file assumed
    1>CL : Command line warning D4024: unrecognized source file type 'r', object file assumed
    1>  Microsoft (R) Incremental Linker Version 10.00.30319.01
    2>  Microsoft (R) Incremental Linker Version 10.00.30319.01
    3>  Microsoft (R) Incremental Linker Version 10.00.30319.01
    3>  Copyright (C) Microsoft Corporation.  All rights reserved.
    3>  
    2>  Copyright (C) Microsoft Corporation.  All rights reserved.
    3>  /out:.exe 
    1>  Copyright (C) Microsoft Corporation.  All rights reserved.
    2>  
    2>  /out:.exe 
    1>  
    1>  /out:.exe 
    2>LINK : warning LNK4001: no object files specified; libraries used
    2>LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
    2>LINK : fatal error LNK1561: entry point must be defined
    1>LINK : fatal error LNK1104: cannot open file '.exe'
    3>LINK : fatal error LNK1104: cannot open file '.exe'
    ========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
    
  4. help please.

    http://imgur.com/zPEVbAS

    zPEVbAS.png

     

     

    Error code :

    1>------ Build started: Project: map-server, Configuration: Release Win32 ------
    2>------ Build started: Project: login-server, Configuration: Release Win32 ------
    3>------ Build started: Project: char-server, Configuration: Release Win32 ------
    1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    3> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    2> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
    2> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    2>
    2> cl /
    2>
    2> g
    2>
    2>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    2>CL : Command line warning D4024: unrecognized source file type 'g', object file assumed
    3> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    3>
    3> cl /
    3>
    3> \
    3>
    3>
    3>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    3>CL : Command line warning D4024: unrecognized source file type '\', object file assumed
    1> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
    1>
    1> cl /
    1>
    1> c
    1>
    1> r
    1>
    1>CL : Command line warning D4024: unrecognized source file type '/', object file assumed
    1>CL : Command line warning D4024: unrecognized source file type 'c', object file assumed
    1>CL : Command line warning D4024: unrecognized source file type 'r', object file assumed
    1> Microsoft (R) Incremental Linker Version 10.00.30319.01
    2> Microsoft (R) Incremental Linker Version 10.00.30319.01
    3> Microsoft (R) Incremental Linker Version 10.00.30319.01
    3> Copyright (C) Microsoft Corporation. All rights reserved.
    3>
    2> Copyright (C) Microsoft Corporation. All rights reserved.
    3> /out:.exe
    1> Copyright (C) Microsoft Corporation. All rights reserved.
    2>
    2> /out:.exe
    1>
    1> /out:.exe
    2>LINK : warning LNK4001: no object files specified; libraries used
    2>LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
    2>LINK : fatal error LNK1561: entry point must be defined
    1>LINK : fatal error LNK1104: cannot open file '.exe'
    3>LINK : fatal error LNK1104: cannot open file '.exe'
    ========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
  5. My setup.exe is keep on popping up..

    I already tried to include "[Fix] HKLM to HKCU" in diff but nothing happened

    Also, I'm using the patched setup.exe as stated from previous post..

    me too, how can i fix this?

    edfv4.jpg

    sorry my english.

×
×
  • Create New...