• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua lua.. Doors from 0.2 to 0.3! {RoXoR}

wlj

retierd
Joined
Jan 7, 2009
Messages
1,201
Reaction score
1
Well all doors in my roxor map did bug you can open then ;S
some1 knows the prob plx tell :p

Items.xml did also bug all items from 1357-8349 did debug in consol

info abt serv:
test map (none remapp)
all script rescripted as 0.3!!!!
items.xml 0.3

Console..
0.3 crying damson 0.3.5 (((GUI))) (same shit in normale exe :( )

Ill rep ya and might pay if it is hard and it WORK!
 
PHP:
	<action fromid="1209" toid="1214" script="other/doors.lua"/>
	<action fromid="1219" toid="1262" script="other/doors.lua"/>
	<action fromid="1539" toid="1542" script="other/doors.lua"/>
	<action fromid="2086" toid="2092" script="other/doors.lua"/>
	<action fromid="3535" toid="3552" script="other/doors.lua"/>
	<action fromid="4913" toid="4918" script="other/doors.lua"/>
	<action fromid="5082" toid="5085" script="other/doors.lua"/>
	<action fromid="5098" toid="5145" script="other/doors.lua"/>
	<action fromid="5278" toid="5295" script="other/doors.lua"/>
	<action fromid="5515" toid="5518" script="other/doors.lua"/>
	<action fromid="5732" toid="5737" script="other/doors.lua"/>
	<action fromid="5745" toid="5749" script="other/doors.lua"/>
	<action fromid="6192" toid="6209" script="other/doors.lua"/>
	<action fromid="6249" toid="6266" script="other/doors.lua"/>
	<action fromid="6795" toid="6802" script="other/doors.lua"/>
	<action fromid="6891" toid="6908" script="other/doors.lua"/>
	<action fromid="7033" toid="7050" script="other/doors.lua"/>
	<action fromid="7054" toid="7057" script="other/doors.lua"/>

you got more ?
 
Check to see if the door scripts changed.

Others/doors.lua.

Since Crying Damson uses different script system it could be a problem.
 
PHP:
	<action fromid="1209" toid="1214" event="script" value="other/doors.lua"/>
	<action fromid="1219" toid="1262" event="script" value="other/doors.lua"/>
	<action fromid="1539" toid="1542" event="script" value="other/doors.lua"/>
	<action fromid="2086" toid="2092" event="script" value="other/doors.lua"/>
	<action fromid="3535" toid="3552" event="script" value="other/doors.lua"/>
	<action fromid="4913" toid="4918" event="script" value="other/doors.lua"/>
	<action fromid="5082" toid="5085" event="script" value="other/doors.lua"/>
	<action fromid="5098" toid="5145" event="script" value="other/doors.lua"/>
	<action fromid="5278" toid="5295" event="script" value="other/doors.lua"/>
	<action fromid="5515" toid="5518" event="script" value="other/doors.lua"/>
	<action fromid="5732" toid="5737" event="script" value="other/doors.lua"/>
	<action fromid="5745" toid="5749" event="script" value="other/doors.lua"/>
	<action fromid="6192" toid="6209" event="script" value="other/doors.lua"/>
	<action fromid="6249" toid="6266" event="script" value="other/doors.lua"/>
	<action fromid="6795" toid="6802" event="script" value="other/doors.lua"/>
	<action fromid="6891" toid="6908" event="script" value="other/doors.lua"/>
	<action fromid="7033" toid="7050" event="script" value="other/doors.lua"/>
	<action fromid="7054" toid="7057" event="script" value="other/doors.lua"/>
	<action fromid="8541" toid="8558" event="script" value="other/doors.lua"/>
	<action fromid="9165" toid="9184" event="script" value="other/doors.lua"/>
	<action fromid="9267" toid="9286" event="script" value="other/doors.lua"/>

normal scripts in other :S
 
gonna recheck


PHP:
	<action fromid="1209" toid="1214" script="other/doors.lua"/>
	<action fromid="1219" toid="1262" script="other/doors.lua"/>
	<action fromid="1539" toid="1542" script="other/doors.lua"/>
	<action fromid="2086" toid="2092" script="other/doors.lua"/>
	<action fromid="3535" toid="3552" script="other/doors.lua"/>
	<action fromid="4913" toid="4918" script="other/doors.lua"/>
	<action fromid="5082" toid="5085" script="other/doors.lua"/>
	<action fromid="5098" toid="5145" script="other/doors.lua"/>
	<action fromid="5278" toid="5295" script="other/doors.lua"/>
	<action fromid="5515" toid="5518" script="other/doors.lua"/>
	<action fromid="5732" toid="5737" script="other/doors.lua"/>
	<action fromid="5745" toid="5749" script="other/doors.lua"/>
	<action fromid="6192" toid="6209" script="other/doors.lua"/>
	<action fromid="6249" toid="6266" script="other/doors.lua"/>
	<action fromid="6795" toid="6802" script="other/doors.lua"/>
	<action fromid="6891" toid="6908" script="other/doors.lua"/>
	<action fromid="7033" toid="7050" script="other/doors.lua"/>
	<action fromid="7054" toid="7057" script="other/doors.lua"/>
	<action fromid="8541" toid="8558" script="other/doors.lua"/>
	<action fromid="9165" toid="9184" script="other/doors.lua"/>
	<action fromid="9267" toid="9284" script="other/doors.lua"/>
	<action itemid="10032" script="other/doors.lua" />
	<action fromid="10268" toid="10285" script="other/doors.lua" />
	<action fromid="10468" toid="10486" script="other/doors.lua" />

the one i have in XML toid="10486"???



Code:
[29/08/2009 20:18:43] luaAddDamageCondition(). This function can only be used while loading the script.
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1209, in fromid: 1209 and toid: 1214
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1210, in fromid: 1209 and toid: 1214
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1211, in fromid: 1209 and toid: 1214
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1212, in fromid: 1209 and toid: 1214
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1213, in fromid: 1209 and toid: 1214
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1214, in fromid: 1209 and toid: 1214
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1219, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1220, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1221, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1222, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1223, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1224, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1225, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1226, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1227, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1228, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1229, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1230, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1231, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1232, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1233, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1234, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1235, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1236, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1237, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1238, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1239, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1240, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1241, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1242, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1243, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1244, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1245, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1246, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1247, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1248, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1249, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1250, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1251, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1252, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1253, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1254, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1255, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1256, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1257, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1258, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1259, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1260, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1261, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1262, in fromid: 1219 and toid: 1262
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1539, in fromid: 1539 and toid: 1542
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1540, in fromid: 1539 and toid: 1542
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1541, in fromid: 1539 and toid: 1542
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 1542, in fromid: 1539 and toid: 1542
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 2086, in fromid: 2086 and toid: 2092
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 2087, in fromid: 2086 and toid: 2092
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 2088, in fromid: 2086 and toid: 2092
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 2089, in fromid: 2086 and toid: 2092
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 2090, in fromid: 2086 and toid: 2092
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 2091, in fromid: 2086 and toid: 2092
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 2092, in fromid: 2086 and toid: 2092
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 3535, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 3536, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 3537, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:43] [Warning - Actions::registerEvent] Duplicate registered item with id: 3538, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3539, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3540, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3541, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3542, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3543, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3544, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3545, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3546, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3547, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3548, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3549, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3550, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3551, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 3552, in fromid: 3535 and toid: 3552
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 4913, in fromid: 4913 and toid: 4918
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 4914, in fromid: 4913 and toid: 4918
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 4915, in fromid: 4913 and toid: 4918
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 4916, in fromid: 4913 and toid: 4918
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 4917, in fromid: 4913 and toid: 4918
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 4918, in fromid: 4913 and toid: 4918
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5082, in fromid: 5082 and toid: 5085
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5083, in fromid: 5082 and toid: 5085
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5084, in fromid: 5082 and toid: 5085
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5085, in fromid: 5082 and toid: 5085
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5098, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5099, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5100, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5101, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5102, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5103, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5104, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5105, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5106, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5107, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5108, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5109, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5110, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5111, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5112, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5113, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5114, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5115, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5116, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5117, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5118, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5119, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5120, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5121, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5122, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5123, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5124, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5125, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5126, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5127, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5128, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5129, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5130, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5131, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5132, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5133, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5134, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5135, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5136, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5137, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5138, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5139, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5140, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5141, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5142, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5143, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5144, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5145, in fromid: 5098 and toid: 5145
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5278, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5279, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5280, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5281, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5282, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5283, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5284, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5285, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5286, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5287, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5288, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5289, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5290, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5291, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:44] [Warning - Actions::registerEvent] Duplicate registered item with id: 5292, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5293, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5294, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5295, in fromid: 5278 and toid: 5295
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5515, in fromid: 5515 and toid: 5518
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5516, in fromid: 5515 and toid: 5518
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5517, in fromid: 5515 and toid: 5518
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5518, in fromid: 5515 and toid: 5518
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5732, in fromid: 5732 and toid: 5737
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5733, in fromid: 5732 and toid: 5737
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5734, in fromid: 5732 and toid: 5737
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5735, in fromid: 5732 and toid: 5737
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5736, in fromid: 5732 and toid: 5737
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5737, in fromid: 5732 and toid: 5737
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5745, in fromid: 5745 and toid: 5749
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5746, in fromid: 5745 and toid: 5749
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5747, in fromid: 5745 and toid: 5749
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5748, in fromid: 5745 and toid: 5749
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 5749, in fromid: 5745 and toid: 5749
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6192, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6193, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6194, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6195, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6196, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6197, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6198, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6199, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6200, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6201, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6202, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6203, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6204, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6205, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6206, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6207, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6208, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6209, in fromid: 6192 and toid: 6209
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6249, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6250, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6251, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6252, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6253, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6254, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6255, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6256, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6257, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6258, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6259, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6260, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6261, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6262, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6263, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6264, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6265, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6266, in fromid: 6249 and toid: 6266
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6795, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6796, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6797, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6798, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6799, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6800, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6801, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6802, in fromid: 6795 and toid: 6802
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6891, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6892, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6893, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6894, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6895, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6896, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6897, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6898, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6899, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6900, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6901, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6902, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6903, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6904, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6905, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6906, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6907, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 6908, in fromid: 6891 and toid: 6908
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 7033, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 7034, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 7035, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 7036, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 7037, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:45] [Warning - Actions::registerEvent] Duplicate registered item with id: 7038, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7039, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7040, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7041, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7042, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7043, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7044, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7045, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7046, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7047, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7048, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7049, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7050, in fromid: 7033 and toid: 7050
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7054, in fromid: 7054 and toid: 7057
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7055, in fromid: 7054 and toid: 7057
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7056, in fromid: 7054 and toid: 7057
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 7057, in fromid: 7054 and toid: 7057
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8541, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8542, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8543, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8544, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8545, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8546, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8547, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8548, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8549, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8550, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8551, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8552, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8553, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8554, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8555, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8556, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8557, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 8558, in fromid: 8541 and toid: 8558
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9165, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9166, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9167, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9168, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9169, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9170, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9171, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9172, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9173, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9174, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9175, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9176, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9177, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9178, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9179, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9180, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9181, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9182, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9183, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9184, in fromid: 9165 and toid: 9184
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9267, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9268, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9269, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9270, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9271, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9272, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9273, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9274, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9275, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9276, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9277, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9278, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9279, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9280, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9281, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9282, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9283, in fromid: 9267 and toid: 9284
[29/08/2009 20:18:46] [Warning - Actions::registerEvent] Duplicate registered item with id: 9284, in fromid: 9267 and toid: 9284
 
Last edited:
Back
Top