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!

Please fix the logic order

NerdHerd

Member
Joined
Dec 20, 2014
Messages
58
Right now it looks like the logic executes in the wrong order.

Example:

Catch
Evolve
Transfer

But I always get

Catch
Transfer
Evolve

And that break the transfer and keep 1 logic...


/NerdHerd
 
I have the same problem with my logic rules:

Catch
Evolve (IV > 90)
Transfer

In the log below, what actually happens:

INFO <b><font color="#0094FF">[07:22:57]</font></b> Trying to catch Pokemon <font color="#0094FF"><b>Mankey CP(453) IV(96)</b></font> with <b><font color="#0094FF">Pokeball</font></b>...
INFO <b><font color="#0094FF">[07:22:57]</font></b> Curve ball and Excellent-Hit!
INFO <b><font color="#0094FF">[07:22:58]</font></b> Caught <b><font color="#0094FF">Mankey CP(453) IV(96)</font></b> successfully.
INFO <b><font color="#0094FF">[07:22:58]</font></b> Received <font color="#0094FF"><b>210 EXP</b></font>.
INFO <b><font color="#0094FF">[07:22:58]</font></b> Received <font color="#0094FF"><b>100 stardust</b></font>.
INFO <b><font color="#0094FF">[07:22:58]</font></b> Received <font color="#0094FF"><b>3x candy</b></font>.
INFO <b><font color="#0094FF">[07:23:00]</font></b> Transfered <font color="#0094FF"><b>Mankey</b></font> with <font color="#0094FF"><b>CP(453) IV(96)</b></font> successfully.

Please, could you help me to solve this problem?

Thanks for your incredible work :-)
 
Back
Top