• 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!

Search results

  1. Estharos

    Need Help Chest!!

    That's why I ask. Went thru the entire files so far and found nothing. I guess I will have to go thru it again. Cheers, :cheers
  2. Estharos

    Need Help Chest!!

    No, I create a story line of my own and when I start I'm at the estate. So I decide to use the chest in the room on the second floor so my character can get is stuff but he die most of the time due to this trap. I just want to know if there's a code I can use to avoid the chest to have traps...
  3. Estharos

    Need Help Chest!!

    Is it possible to remove the traps, permanently. On them? My player use a chest at the beginning of the game to collect is stuff and most of the time there's a trap on it and I die horribly since I'm just lv1. Is it possible to tell the game to remove traps on a specific chest? If so how...
  4. Estharos

    Need Help Passenger!?

    I doubt I will found this one by myself since I've been trying to figure out how for at least 2 years. I create a character that will help the playing character on is journey, I would like to set it in the passenger list so the player can use him as a Navigator but I don't want it to be able...
  5. Estharos

    Need Help How to manage dialogue and time?

    n/m I found how. I hate it when I ask help for something then the day after I found the answer. :wp Cheers, :cheers
  6. Estharos

    Need Help How to manage dialogue and time?

    Got an issue here. I'm trying to set a dialog that only engage at a certain time. I want the NPChar to check if it's between 10pm and midnight so he engage a different dialog if not between those hrs, he will engage the normal dialog. How can I do that so it work? I assume I will have to do...
  7. Estharos

    Need Help How to set one character to one nation only?

    Found it and fix it, it was the selectcharacter.c around line 473. All fix now. Cheers, :cheers
  8. Estharos

    Need Help How to set one character to one nation only?

    Did that already, no change in the selected menu. I still can chose the other nations. It's for a project of mine, I don't want the players to be able to chose any nation other then England or it will screw the game.
  9. Estharos

    Need Help How to set one character to one nation only?

    I'm sure this question as been ask before but how do you set a character to a specific nation only? If you take Peter Blood for instance, when you chose him at the beginning of the game you can't select any other nation then England. I would like to do the same with another character. So how you...
  10. Estharos

    Help with a code problem

    In witch file this coding is? and also can you give us more info about your problem? Cheers, :cat
  11. Estharos

    Coding Help!

    Thx Pieter, do you know if it's possible to disable the mooring as well. I don't want the player to be able to moor for a while? Cheers, :cat
  12. Estharos

    Coding Help!

    Is it possible to avoid a player to go to the world map? Also, is it possible to enable the fighting in the shop? Cheers, :cat
  13. Estharos

    Coding Help!

    Well you know, it should work out. Thx for the help Pieter as always. Cheers, :cat
  14. Estharos

    Coding Help!

    Well it's not quite what I was looking for. I'm trying to make a win.condition, the town ain't important since with the "location_type" regardless in witch town you are the win.conditon will work. See below: pchar.Quest.PChar_Returning_To_Ship.win_condition.l1 = "Location_Type"...
  15. Estharos

    Coding Help!

    Any of you know the location_type for the Port Control or Port Office? I found those for the; Store = Shop Shipyard = Shipyard Usurer = Usurer Brothel = Brothel Tavern = Tavern PortOffice or PortControl = ??? I need to make a quest in there and need to do a win.condition but I require the...
  16. Estharos

    Coding Help!

    The code I was looking for to lock the door of the Store, Shipyard, Tavern, Church, Brothel, MoneyLender and the Residence was: chrDisableReloadToLocation = true; Edit: Well it didn't work the way I though it will be, with this code I lock the pier as well, so the player ain't able to get...
  17. Estharos

    Coding Help!

    I manage to fix this one with this coding: pchar.location.town = GetCurrentTown() + "_town"; DoReloadCharacterToLocation(pchar.location.town, "reload", "reload1_back"); bDisableFastReload = true; I guess it will work for now, I wanted to force the player to leave town, that's the reason why I...
  18. Estharos

    Coding Help!

    There's multiple cabin for the player, it's differ from the class of ship you got. I will need to do a check to see witch cabin the player got then reload the playing character to that cabin. I got the frigate and it's using the my_cabin location as a cabin. I try to teleport the playing...
  19. Estharos

    Coding Help!

    Is it possible to reload the playing character, from town to his cabin? I want my PChar to be teleport from the shipyard to his cabin, is it possible? Cheers, :cat
Back
Top