• 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 Hermes quest system

something has got to be fucked up for me, since it doesn't work. I did put uniqueid 20000 to the chest, and I put a sword ring in it, but when I press the chest it just opens it like a normal chest and the sword ring is in there. It doesn't work as a quest :S

EDIT: No worries! I got it now thanks man! I have repped you :) I had to put it in data/lib/quests.lua too :)
 
did u fill both auniqueid and actioniq?
No, just uniqueid. But I had to put that into data/lib/quests.lua too, like this:

Code:
--start, sword ring
		{uniqueId = 7742, itemReward = 2207, experience = 4000, neededLevel = 0},

You can use any UniqueId as long as it is not used :)
 
Back
Top