I'm trying to use the command RaptureAtkUnitManager.GetWindowByName("GuildLeve").SendAction(2, 3, 3, 4, 309); inside profile or just using Rebornconsole in order to get a leve quest (in particular ID 309 for culinarian) but with no success. The command close the leve list window without accept the leve. This command is similar to TrySendAction used inside ExBuddy and this fact happens also with it. Are the params Uint32 (Ulong with 64bit) changed? Is there another way to get levequest? Please help.
The parameters probably have changed. Try changing it to (2, 3, 2, 4, 309) . The leve system was never officially implemented and exbuddy uses some nasty work arounds to access internals that may or my not be working.