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

Action [Adv] Reward Chests (0.3.5)

Status
Not open for further replies.

JDB

OtLand Veteran
Joined
Jun 1, 2009
Messages
4,145
Solutions
2
Reaction score
115
Closed
 
Last edited:
if (exhaustion.get(cid, chests.storage) == false) then

Should be:
Code:
if (exhaustion.get(cid, chests[item.uid].storage) == false) then
 
Very nice. But, is there not a better system in the new quest system?

Good release.
 
Great.


btw. You are just editing ur own scripts and calling its a new ones xD
 
Status
Not open for further replies.
Back
Top