Sorry, fishing again

Post Reply
jono659
Posts: 59
Joined: Sat Mar 24, 2018 1:01 pm

Sorry, fishing again

Post by jono659 » Sun Jun 03, 2018 4:06 pm

Hi all,

Ok, I have the fishing working well now all the bells and whistles. I have added a chance of Sabiki and Rogue catching up to 3 items, works fine but I am at a loss for how to assemble the message packet with the amount caught. Any help would be brilliant, the offending line is below.

PChar->loc.zone->PushPacket(PChar, CHAR_INRANGE_SELF, new CCaughtFishPacket(PChar, PFish->getID(), MessageOffset + 0x27));

Thanks in advance guys.

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Sorry, fishing again

Post by whasf » Mon Jun 04, 2018 3:27 pm

Probably the offset is wrong? That's my guess. You'd have to capture a packet from retail and see how it looks..
-- Whasf

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Sorry, fishing again

Post by Delaide » Mon Jun 04, 2018 9:13 pm

I recommend hopping on discord and giving wiggo a chime. He will be doing a retail run and is taking requests for things to check.

Post Reply