What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Unable to pick up leve quest

Ashan80

New Member
Joined
Sep 13, 2014
Messages
2
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.
 
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.
 
Back
Top