#opium seems bit bugged? or?

1 messages · Page 1 of 1 (latest)

chrome pawn
#

to end the quest with apothecary i had to go to lighthouse daytime too trigger abortion of the quest and then i was supposed to give native warrior some opium to end it all but cant get rid of the rest from inventory? anlso smugglers questlog didnt update and said anything about opium or talk with a smuggler about it, when talking with smugglers as now there is nothing about opium so idk how to get ridd of the rest from inventory tho it cant be sold or dumped in a chest and quicktravel seems turned off while having opium in inventory so, idk? what to do atm

freeplay as jack from master and commander v15-b5

trim wadi
#

Three ways to get rid of the opium;

#

"you get rid of it ( sell to Buyer - have it taken by a soldier - or use it )" I would use it as the following happen;

#

Reduces your ability to “Block” when sword fighting – this effect lasts for some time then wears off.

The following effects are random:-

No effect – Nothing Happens
Unlocks a currently Locked Ability
Small Loss of your Maximum Health
Given an Ability Point
Poisoned – take an antidote medication quickly or you could die

chrome pawn
# trim wadi "you get rid of it ( sell to Buyer - have it taken by a soldier - or use it )" I...

it was about 1000 untis i had so takes some time to use it all. and how to find buyers? didnt had any qest about it and sidequest log with smugglers wasnt updatet or any notice or registred anywhere it was in inventory.

how to find buyers? when i talked with smuglers no one said anything about it at all or no dialoug option about it? or has it to do that my rep with smugglers was bit to low?

trim wadi
trim wadi
#

It explains how to do the opium trading quest.

#

To get rid of all your Opium add the following line to console.c :

#

TakeNItems(PChar,"opium", -sti(PChar.items.opium));

#

after line16 "int limit;"

chrome pawn
#

i have solved that with the opium in inventory. but i dodnt get that quest opium smuggling when i bougth opium at port royale

#

or QB update in smugglers life for me

#

savefile is in opium den before buying it. do need i need to have letter of marque or something for england to trigger the quest when buying opium, that shouldnt be needed?

trim wadi
#

@chrome pawn - I tried this from your Save file - Completed a Governor's Smuggling side-quest and did 5 smuggling runs but still don't have enough respect from the smugglers to do the Opium.

chrome pawn
trim wadi
#

From Characters_init.c line 424 " ChangeSmugglerLiking(ch,25); //add 25 so you can ask about opium instantly. -Levis"

#

Opium quest is not possible as "Smuggler Agent_dialog.c" needs to be changed to allow it to happen. Look at lines 181-198 in the dialog and remove the /* and the */ and you can then talk to the smuggling agent if you have some opium and your reputation is 75 or more. You will also need to change "Character_init.c" to allow for opium smuggling Lines 673-676. I am not sure why Levis stopped the smuggling quests but will need to play through to find where the issue is that caused him to stop them.

#

Put the following lines in your console.c file to test:

#

ChangeSmugglerLiking(ch,75); //add 25 so you can ask about opium instantly. -Levis
TakenItems(Pchar, "opium", 12);

#

This worked for me - I did hit F11 and F12 to reinit and then give the opium and rep upgrade.

#

I did need to hit F12 twice as I must have been negative on my rep with the smugglers in one of my other storylines.

chrome pawn
#

i removed */ on line 181-198 in dialog and on line 673-676 in character and on line 424 and added

ChangeSmugglerLiking(ch,75); //add 25 so you can ask about opium instantly. -Levis
TakenItems(Pchar, "opium", 12);

but should it be like that with takenitmes on new raw with alot of space hits infron of it?

trim wadi
#

They are just tabs to line up the text to make it easier to see the coding intent as far as I can tell.

#

I haven't checked to see if the buyers are actually at the locations in the book provided by the Smuggling Agent.

chrome pawn
trim wadi
#

I have had that before - never knew why though. Assumed that an accidental shot from one to another caused it. played from a saved game andit didn't happen again.

chrome pawn
#

my own crew also sees me as enemy. and no it has not to do with crew or boatswins do friendly fire they have done it before while bordering when further down in cargo hold as example without any problems

chrome pawn
#

they have done frendly fire alot of times when down in cannon deck or cargo hold without this problem

#

reload last save and directly they start to attack each other as soon i bordered a ship

chrome pawn
#

[2025-07-01 13:39:29.015] [error] [error] RUNTIME ERROR in <no debug information>(1): missed attribute: BOARDING_ShipDeck2

?? never seen that error bode before

#

there is save file and logfiles

trim wadi
#

Maybe this is why Levis stopped the Opium quest??? Will try your saved files although there didn't seem to be any code in the ones I changed to get it working that should have changed the relations between crew, officers and PChar. Needs some more investigation.

chrome pawn
chrome pawn
chrome pawn
#

boatswains just standing there?

#

then the boatswains became my enemies

#

also noticed that it seemed like i did less mele damage when it bugged out with the crew and boatswains

#

not just me all everyone of me my crew and boatswains did less mele dagage what it seemed like

trim wadi
#

@chrome pawn Please send me a copy of your "Smuggler Agent_dialog.c" file.

#

My crewmembers and officers do not fight as yours are doing - must be an error in the file changes. Compare yours or just replace with mine.

chrome pawn