Jump to content

Recommended Posts

Posted

@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


 

  • Upvote 1
  • Love 1
  • MVP 1
  • Like 1
  • 1 month later...
  • 1 month later...
  • 3 weeks later...
  • 8 months later...
  • 2 months later...
Posted

@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

  • 2 months later...
  • 2 months later...
Posted (edited)

Please help error a little bug.

status_damage(NULL, map_id2bl(pl_sd->market_clone_id), 100, 0, 0, 5 );

compile error.

Screenshot_2.png

OK now i found way out.

Edited by MarkSuck
  • 4 months later...
  • 3 months later...
Posted
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.

  • 2 weeks later...
Posted
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.

Posted
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

Posted (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 by kalabasa
.
Posted
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?

  • 1 month later...
Posted
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.

Screenshot_2.png

OK now i found way out.

How did you make it?

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...