

minicasio
Members-
Posts
12 -
Joined
-
Last visited
Profile Information
-
Gender
Male
Recent Profile Visitors
1584 profile views
minicasio's Achievements

Poring (1/15)
0
Reputation
-
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
-
i want to change aspd formula from kro to iro. help please.
-
all file from this forum https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client/
-
help please. http://imgur.com/zPEVbAS 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 ==========
-
help please. http://imgur.com/zPEVbAS 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 ==========
-
[Tutorial] How to Create Ragnarok Offline 2015 client
minicasio replied to Einjerin's topic in Client Releases
help please. http://imgur.com/zPEVbAS 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 ========== -
How to edit on fvf see damage and auto attack sorry my english
-
unsupported packet
-
I need a Server EP 5.0 (rAthena). Please
-
moneymuch http://supportmii.com/ro1/Clients/Bypass_Clients/Waeyan/WDGSkipPacketHeaderObfuscation.dll pase in \plugins\WeeDiffGen
-
thank
-
me too, how can i fix this? sorry my english.