Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fox Ears Bell Ribbon client crash when autobonus effect triggers #7247

Closed
jmsngls opened this issue Sep 5, 2022 · 7 comments
Closed

Fox Ears Bell Ribbon client crash when autobonus effect triggers #7247

jmsngls opened this issue Sep 5, 2022 · 7 comments
Labels
component:database A fault that lies within the database of rAthena mode:prerenewal A fault that exists within the pre-renewal mode mode:renewal A fault that exists within the renewal mode priority:low A fault that affects rAthena in one piece of functionality and is self-contained status:confirmed Issue that has been validated by a developer to affect rAthena type:bug Issue that is a bug within rAthena

Comments

@jmsngls
Copy link

jmsngls commented Sep 5, 2022

  • rAthena Hash: 04066e30144bb6f215b25ed1b79e5377
  • Client Date: 2018-06-21aRE
  • Server Mode: Pre-Renewal
  • Description of Issue: Item Id: 18934, Fox Ears Bell Ribbon getting error/client crash when the auto bonus triggers, I recently use this item on my pre renewal server but now I have latest rathena I'm getting this client crash

    • Result: Client Crash without any error showing
    • Expected Result: Working effect Fox Ears Bell Ribbon transform to Moonlight and its bonus effect
    • How to Reproduce: Just wear it and normal attack a dummy/mobs and wait to trigger the autobonus (transforming to moonlight and critical.
    • Official Information: https://ratemyserver.net/index.php?page=re_item_db&item_id=18934
  • Modifications that may affect results:

@jmsngls jmsngls added the type:bug Issue that is a bug within rAthena label Sep 5, 2022
@Akkarinage Akkarinage added the status:need user input Issue that needs more information from the issue creator label Sep 5, 2022
@Akkarinage
Copy link
Member

Akkarinage commented Sep 5, 2022

RMS is not a source of information; they use our databases.

Can you provide the error? You can use the "ignore errors" diff options so the error is sent to the chat window.

If you're using a Renewal Item in Pre-Renewal mode, I assume you copied the db entry properly?

@jmsngls
Copy link
Author

jmsngls commented Sep 5, 2022

I already made a new client which not ignore errors but still not showing in chat window or crash log.

Yes I copied the entry from re/item_db_equip to my import/item_db

I tried running my old rathena server and its working well

No error showing:
https://user-images.githubusercontent.com/25322697/188444658-808daf11-854e-4b07-9e5e-59670ca8460c.mp4

Working in my old rathena:
https://user-images.githubusercontent.com/25322697/188446147-67d3d745-958c-4f66-b3a2-cd5b8c146a11.mp4

Here's the script of the item

Script: |
  bonus bAgi,2;
  bonus bAspdRate,10;
  .@r = getrefine();
  autobonus "{ bonus bCritical,100; bonus bLongAtkRate,5+max(0,getrefine()-6); }",50+(.@r*2),5000,BF_NORMAL,"{ active_transform 1150,5000; }";

@OptimusM
Copy link

OptimusM commented Sep 5, 2022

@jmsngls any console errors? players around him suffer the crash aswell?
Are u using the same data files for pre re and renewal server? that seems like sprite issue on active transformation, could you try to change the monster id to something like 1002 (poring) and test again? if that works, try using monster id 1814 (event moonlight) in case the last id dont crash.

@jmsngls
Copy link
Author

jmsngls commented Sep 5, 2022

@OptimusM none. Yes they crash aswell.
-Yes I use same data files, I tried changing it to poring and crash still occur.
I change the duration of transformation longer and after I crashed and re login my character is still transformed to moonlight and I'm not crashing but if I hit again and the effect triggers it crash.

@Litro
Copy link
Contributor

Litro commented Sep 5, 2022

it was *transform and *active_transform script command that cause the crash, I happened chanced upon this few days ago.

@jmsngls
Copy link
Author

jmsngls commented Sep 5, 2022

it was *transform and *active_transform script command that cause the crash, I happened chanced upon this few days ago.

Yes it was the transform, i tried removing the transform effect and it doesnt crash.

@Atemo Atemo closed this as completed in 75ab673 Sep 7, 2022
@aleos89 aleos89 added component:database A fault that lies within the database of rAthena status:confirmed Issue that has been validated by a developer to affect rAthena priority:low A fault that affects rAthena in one piece of functionality and is self-contained mode:renewal A fault that exists within the renewal mode mode:prerenewal A fault that exists within the pre-renewal mode and removed status:need user input Issue that needs more information from the issue creator labels Sep 7, 2022
@iraciz
Copy link
Contributor

iraciz commented Mar 19, 2023

thank you!
I'm using an emulator from 2022, I was importing some items to pre-re and got this same issue!
but solved thabnks to this report!

QYDJjn8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:database A fault that lies within the database of rAthena mode:prerenewal A fault that exists within the pre-renewal mode mode:renewal A fault that exists within the renewal mode priority:low A fault that affects rAthena in one piece of functionality and is self-contained status:confirmed Issue that has been validated by a developer to affect rAthena type:bug Issue that is a bug within rAthena
Projects
None yet
Development

No branches or pull requests

6 participants