• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Solved How do I put a character to a place determined?

Jacko

Sailor Apprentice
hello!
One question.
Is it possible to determine a definite character to a place to place?
If yes is it hard? I've still not found this tutorial. cu Jacko
 
Yes, two ways not hard

1) From start. find the character and change these 3 lines to what you want
ch.location = "mutiny_cabin";
ch.location.group = "goto";
ch.location.locator = "goto3";

2) During an adventure, for ex in quest_reaction.c, a line like this

ChangeCharacterAddressGroup(characterFromID("Redmond Soldier"), "redmond_tavern", "sit", "sit11");
 
Yes, two ways not hard

1) From start. find the character and change these 3 lines to what you want
ch.location = "mutiny_cabin";
ch.location.group = "goto";
ch.location.locator = "goto3";

2) During an adventure, for ex in quest_reaction.c, a line like this

ChangeCharacterAddressGroup(characterFromID("Redmond Soldier"), "redmond_tavern", "sit", "sit11");

But where can i find this lines in which File?
 
1) for an example see characters\init\barbados lines 15 -17
2) for an example see quests\questreaction line 1177
 
Ok nice thanks.

A ather Quest how can i put a iteme to Special Place like in Cave ?
 
Back
Top