logs dont save

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

ymcmb
Noob
Noob
Posts: 6
Joined: 17 Dec 2011, 09:27
Noob?: Yes

logs dont save

#1 Post by ymcmb »

i was kinda fooling around and noticed that core isnt saving chatlogs if i use the following macro:

Code: Select all

automacro pub {

	console /Sound alert: Public Chat/
	call {
		do play C:\WINDOWS\Media\tada.wav
		pause 1
		do ai off
		pause 3
		do quit
	}
}
he should have enough time to save chat data before quitting. so what could be the reason? its important to know who and what was said.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: logs dont save

#2 Post by EternalHarvest »

Does it save logs properly without such macro?
ymcmb
Noob
Noob
Posts: 6
Joined: 17 Dec 2011, 09:27
Noob?: Yes

Re: logs dont save

#3 Post by ymcmb »

it does generally. but sometimes im missing whole chats, i cant explain why.
in this case it definitley doesnt save.