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

In fight text...how to swith off :(

CaptAubrey

Landlubber
Hi there and thank you to all for responding. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />

I tried some topics that showed how to switch off the text that shows when you are fighting: I quote:

How to get rid of infight messages:
-----------------------------------

PROGRAMLoc_aiLAi_fightparams.c Line 349
Code:
//if(log) comp = "You got" + b + g + m + ". ";
//Log_SetStringToLog(comp + "Total XP: " + makeint(dmg*0.25));

How to get rid of warning messages when entering a town:
------------------------------------------------------

PROGRAMLoc_aiLAi_equip.c Line 57
Code:

if(LogsToggle && CheckAttribute(chr,"equip.blade"))
{
// if(CheckAttribute(chr,"equip .gun")) { Log_SetStringtoLog("You smell some gunpowder about..."); }
// else { Log_SetStringtoLog("You catch a glint of cold steel."); }
}

NOW, I could switch off the messages as you enter town, however the infight messages still appear <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> What should I do to get rid of them?

Thanks and fair winds <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid=":keith" border="0" alt="keith.gif" />
 
Press L key tew turn Logs off Mate <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
hehe far too simple for its own good if you ask me...

no one will ever think of anything that simple, I know I wouldnt lol.

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" /> Thanks matey for the reply.
 
Har! it isn't exactly in de manual <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
 
Back
Top