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="" 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="" border="0" alt="keith.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="" border="0" alt="keith.gif" />