Mabuhay Posted January 18, 2020 Posted January 18, 2020 View File @market clone update patch This is my updated @market clone as per this topic: Im currently using a sever file from December 2019. But I dont think it would not work on latest server files. Enjoy Submitter Mabuhay Submitted 01/18/2020 Category Source Modifications Video Content Author AnnieRuru, Dastgir, Napster, Mabuhay 1 1 1 1 Quote
LearningRO Posted January 18, 2020 Posted January 18, 2020 this is increase the number player online? Quote
Mabuhay Posted January 18, 2020 Author Posted January 18, 2020 I dont think so. Its only gonna clone your character like a mob. Quote
Gidz Cross Posted April 23, 2020 Posted April 23, 2020 Thanks @Mabuhay. But can you patch it again? ♥ It doesnt work in latest git. Quote
Forshaken Posted March 25, 2021 Posted March 25, 2021 @Mabuhay . I was able to update this src but there is some kind of memory leak issue after updating it. Hi Guys! I manage to update the src but there is a memory leak issue after updating and fixing it is out of my skills. Use it at your own risk. Please do share your src if you manage to fix the memory leak issue. marketclone.txt Quote
kenetitsss Posted June 18, 2021 Posted June 18, 2021 Hi @Mabuhay hope you can help me with this. This is the error i received upon updating. Quote
MarkSuck Posted September 7, 2021 Posted September 7, 2021 (edited) Please help error a little bug. status_damage(NULL, map_id2bl(pl_sd->market_clone_id), 100, 0, 0, 5 ); compile error. OK now i found way out. Edited September 7, 2021 by MarkSuck Quote
Eross Posted January 25, 2022 Posted January 25, 2022 @Mabuhay can you help me with this small problem Quote
Gidz Cross Posted May 10, 2022 Posted May 10, 2022 On 3/25/2021 at 2:22 PM, Forshaken said: @Mabuhay . I was able to update this src but there is some kind of memory leak issue after updating it. Hi Guys! I manage to update the src but there is a memory leak issue after updating and fixing it is out of my skills. Use it at your own risk. Please do share your src if you manage to fix the memory leak issue. marketclone.txt 19.83 kB · 25 downloads How do you encounter the memory leak? Is it by @mapexit when marketclones still active? If thats the case i would say its normal. Try on your local. Set @market then @mapexit. You will see the memory leak. To fix i guess you need to properly shutdown your server by using @kickall then followed by @mapexit. Quote
Forshaken Posted May 19, 2022 Posted May 19, 2022 On 5/11/2022 at 2:57 AM, Gidz Cross said: How do you encounter the memory leak? Is it by @mapexit when marketclones still active? If thats the case i would say its normal. Try on your local. Set @market then @mapexit. You will see the memory leak. To fix i guess you need to properly shutdown your server by using @kickall then followed by @mapexit. yes this is the exact way to reproduce the memory leak. if it is normal then i would say ignore that part on my post. Quote
kalabasa Posted May 20, 2022 Posted May 20, 2022 On 3/25/2021 at 2:22 PM, Forshaken said: @Mabuhay . I was able to update this src but there is some kind of memory leak issue after updating it. Hi Guys! I manage to update the src but there is a memory leak issue after updating and fixing it is out of my skills. Use it at your own risk. Please do share your src if you manage to fix the memory leak issue. marketclone.txt 19.83 kB · 31 downloads any particular year or hash that is compatible to use this? my copy was last december 2020 im getting errors Quote
Forshaken Posted May 21, 2022 Posted May 21, 2022 19 hours ago, kalabasa said: any particular year or hash that is compatible to use this? my copy was last december 2020 im getting errors what kind of error? Quote
kalabasa Posted May 21, 2022 Posted May 21, 2022 (edited) i 2 hours ago, Forshaken said: what kind of error? i got compile errors. im going to re-apply again and send it to you here it is Severity Code Description Project File Line Suppression State Error C2065 'mob_db_data': undeclared identifier map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4169 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\map.cpp 2046 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\atcommand.cpp 10502 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\atcommand.cpp 4114 Error C2059 syntax error: '}' map-server c:\users\user\documents\ra pre-re\rathena\src\map\clif.cpp 4825 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4186 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4185 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4184 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4180 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4179 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4178 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4177 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4176 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4164 Edited May 21, 2022 by kalabasa . Quote
Forshaken Posted May 26, 2022 Posted May 26, 2022 On 5/21/2022 at 11:50 AM, kalabasa said: i i got compile errors. im going to re-apply again and send it to you here it is Severity Code Description Project File Line Suppression State Error C2065 'mob_db_data': undeclared identifier map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4169 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\map.cpp 2046 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\atcommand.cpp 10502 Error C2660 'status_damage': function does not take 6 arguments map-server c:\users\user\documents\ra pre-re\rathena\src\map\atcommand.cpp 4114 Error C2059 syntax error: '}' map-server c:\users\user\documents\ra pre-re\rathena\src\map\clif.cpp 4825 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4186 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4185 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4184 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4180 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4179 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4178 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4177 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4176 Error C2027 use of undefined type 'mob_clone_spawn_market::mob_db' map-server c:\users\user\documents\ra pre-re\rathena\src\map\mob.cpp 4164 Are you using latest rA version? Quote
kalabasa Posted July 2, 2022 Posted July 2, 2022 On 9/7/2021 at 11:45 PM, MarkSuck said: Please help error a little bug. status_damage(NULL, map_id2bl(pl_sd->market_clone_id), 100, 0, 0, 5 ); compile error. OK now i found way out. How did you make it? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.