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

onUse item in a place setStorage and recheck all storages

lucastiond

New Member
Joined
Jul 14, 2013
Messages
35
Reaction score
0
Hello guys

I have a really big problem in my hands here.

I was trying to do the Cartography 101 quest.
You need to use the map to mark the questlog in 18 different locations. So far so good.
The problem is that when you use the map, like after 10 random locations, it will say all the places you already went and marked the map.

The same will happen if you mark 8 or 14 locations, and you can do it in the order you want.

So how am I going to check all the previous locations the player already used the map??
I know that if there is 18 different locations and he can go at them in a random order, there is 18*18 possibilitys, so it's impossible to do for each one of them.

Thanks for any ideas !
 
Well.. if it's any random order.. I'd just use a different storage for each area.
Or if your savvy enough, you could try to use the multiple of 2 method.
1,2,4,8,16 et cetera
It would work the same as player flag values in const.h
 
Back
Top