sodimm / RebornBuddy

Profiles, Plugins and Botbases for RebornBuddy
76 stars 58 forks source link

Sylph Rank 3: Mist Opportunities #5

Closed mattarolla closed 7 years ago

mattarolla commented 7 years ago

I wasn't able to see what happened to cause it, but this quest involves talking to an NPC to get stealthed, then refreshing the stealth at some flowers. I caught the bot trying to interact with a flower without stealth so it somehow went out of stealth or did not talk to the NPC to stealth in the first place.

3588 2016-12-17 15.04.txt

mattarolla commented 7 years ago

I looked through the log and actually it might be that it mounted after talking to Mysterious Sylph.

sodimm commented 7 years ago

dismiss any pets you have, they can cause you to enter combat, killing the buff

mattarolla commented 7 years ago

Not sure if you saw earlier as well, what happened in the first situation was that after talking to Mysterious Sylph, the bot mounted and that is what killed the buff.

sodimm commented 7 years ago

My pc is broke atm (waiting for new gpu) in the time being. Could you check the log and where it switches to the transport tag. Check to see if HighPriority: true. Shows up. It may be that I've either failed to register the priority. Or I've missed something in my movement logic that's forcing the mount. If it does say true. I'll need to add a high-priority modifier to the Mount check.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: mattarolla notifications@github.com Date: 19/12/2016 23:14 (GMT+00:00) To: sodimm/RebornBuddy RebornBuddy@noreply.github.com Cc: sodimm andy.beynon@outlook.com, Comment comment@noreply.github.com Subject: Re: [sodimm/RebornBuddy] Sylph Rank 3: Mist Opportunities (#5)

Doing it again today. I noticed it stops for every aggro'd mob while mounted. I do not have companion summoned or any minions out.

- You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/sodimm/RebornBuddy/issues/5#issuecomment-268106384, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AULFBKfDj72AomGV6pQHkBd9L1aLuYbvks5rJw-4gaJpZM4LP-jH.

mattarolla commented 7 years ago
[20:36:55.621 D] Interacting with Mysterious Sylph 0x27302930
[20:36:59.077 V] [Poi.Clear] Reason: Current behavior changed to SoCarriageTag: HighPriority: True, SafeSpot: <0, 0, 0>, IsDone: False, Name: null, RewardSlot: -1, ItemIds: null, RequiresHq: null, NpcId: 2003276, DialogOption: -1, XYZ: <276.1119, -12.28351, -131.3955>, Distance: 3.24, Objective: -1, Count: -1, UseMesh: True, Condition: null, Conditional: null, MapId: 152, NoFlight: False, MountDistance: 50, LineNumber: 1495, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[20:36:59.078 N] [SoCarriageTag] Moving to Destination.
[20:36:59.078 D] Removed all hooks from [ProfileOrderBehavior_Hook]
[20:36:59.078 D] Replaced hook [HighPriorityProfileOrderBehavior_Hook] 85593e1f-a867-4fe0-8e4f-a17129524f89
[20:36:59.080 D] Requesting path on 152 from <241.3479, -5.417051, -54.49256> to <276.1119, -12.28351, -131.3955>
[20:36:59.124 D] Generated path to <276.1119, -12.28351, -131.3955> in 00:00:00.0449218 ms
[20:37:34.092 D] DoAction Mount 1 0xE0000000

Looks like it is set to true.

sodimm commented 7 years ago

Okay I'm gonna use you as a guinea pig if you don't mind. Goto your Plugins/Sodimm/Quest Behaviors/ folder and edit the SoProfileBehavior.cs

On line 257 you'll find the MountUp() method. Add the following lines of code before the "if (!Core.Player.IsMounted)"

// transparent if (Core.Player.HasAura(416)) return false;

// transporting if (Core.Player.HasAura(404)) return false;

Save. Close Rb. Delete all in compiled assemblies and restart rb. See if that fixes it.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: mattarolla notifications@github.com Date: 20/12/2016 07:18 (GMT+00:00) To: sodimm/RebornBuddy RebornBuddy@noreply.github.com Cc: sodimm andy.beynon@outlook.com, Comment comment@noreply.github.com Subject: Re: [sodimm/RebornBuddy] Sylph Rank 3: Mist Opportunities (#5)

[Poi.Clear] Reason: Current behavior changed to SoCarriageTag: HighPriority: True

Looks like that was it.

- You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/sodimm/RebornBuddy/issues/5#issuecomment-268172483, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AULFBEGigeezOrTMFGIT4xTWgtQ0h-wCks5rJ4EEgaJpZM4LP-jH.

mattarolla commented 7 years ago

all right. I'll add it in. Hopefully I get the same daily soon.

mattarolla commented 7 years ago

I believe it was a success.

sodimm commented 7 years ago

Wonderful. I'll push the change when I'm back at home. Strange really as I could be sworn Mastahg added those aura ids to the Can mount return codes. Obviously I was mistaken. Glad it's working now 😆.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: mattarolla notifications@github.com Date: 20/12/2016 17:34 (GMT+00:00) To: sodimm/RebornBuddy RebornBuddy@noreply.github.com Cc: sodimm andy.beynon@outlook.com, Comment comment@noreply.github.com Subject: Re: [sodimm/RebornBuddy] Sylph Rank 3: Mist Opportunities (#5)

I believe it was a success.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/sodimm/RebornBuddy/issues/5#issuecomment-268306198, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AULFBNG0QwflI3f-OkrHDc54qQIqE3blks5rKBGhgaJpZM4LP-jH.

sodimm commented 7 years ago

and it's done...