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:57koci89#2
I am intrested in it too :)
04/12/2017 07:58MrCatGardens#3
Quote:
Originally Posted by Holosco*
solved, #request to close
Good morning,
could you tell how you have solved it?
04/12/2017 10:26florian0#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.
Change the 3 to your desired alchemy delay in seconds.
04/17/2017 13:52MrCatGardens#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:55florian0#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.