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

Multiple id in xml line

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
Hmm, okay if there is multiple action ids i want to assign to one script so
1- when i make that :
Code:
<movevent type="AddItem" tileitem="1" actionid="23301;7070;7071" event="script" valu="lo.lua" />
It works but, when i reload server crash

2- and when i use that:
Code:
<movevent type="AddItem" tileitem="1" actionid="23301-7070-7071" event="script" valu="lo.lua" />

Only the first actionid works...
 
Back
Top