About Alchemy fusing time

01/25/2017 00:01 Holosco*#1
Is there possible to change/reduce that alchemy fusing time ? i see some servers success with that is there a way to do it ?
04/10/2017 14:57 koci89#2
I am intrested in it too :)
04/12/2017 07:58 MrCatGardens#3
Quote:
Originally Posted by Holosco* View Post
solved, #request to close
Good morning,
could you tell how you have solved it?
04/12/2017 10:26 florian0#4
Why is this shit kept secret? WTF.

Search SR_GameServer for immediate value of the alchemy opcode (0xB150). There are several. Select only PUSH-Instructions and choose the largest function.

[Only registered and activated users can see links. Click Here To Register...]

Look a little further down

[Only registered and activated users can see links. Click Here To Register...]

for a

[Only registered and activated users can see links. Click Here To Register...]

Change the 3 to your desired alchemy delay in seconds.
04/17/2017 13:52 MrCatGardens#5
That was really helpfull, ty :) Is there any similar way for the client? the animation ist still at 3 sec xD
Was searching for all 0xB150 - related codes, but i didnt find sth. like the code above.

greets, skardana
04/18/2017 12:55 florian0#6
When I was asked to find that location, it was related to the old alchemy window, which already had a different delay. So I didn't look into that.

I'm not sure where the delay is configured. I've only seen a small part of the interface code yet. It could either be a feature of the CNIFGauge-Control (the thing that displays the bar) or a hardcoded progression through the main loop.
Or something I did not run over yet ...

Take a look at my other thread about the Exp-Bar to get a basic idea on how the interface is working. Finding this function for the alchemy-window would be my first step.
04/18/2017 12:57 MrCatGardens#7
Ok thanks flo, I appreciate your support :)