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

Quest are bugged,

Fippex

Mapper
Joined
Jan 28, 2009
Messages
497
Reaction score
3
Location
Sweden ofc ;)
Hello, I downloaded a new OT and now my quests doesn't works,
Should i i put the unique ids etc on some diffrent way?

Atm i just use the item id as uniqe id :S
 
Code:
--\\-----------------------------------------------------------------------------------------//--
---- This file is the place where you can put your declaration of storage Values for Quests. ----
-------------------------------------------------------------------------------------------------
----------------|| visit http://chronicelements.krimorsoft.net for more informations ||----------
--//-----------------------------------------------------------------------------------------\\--

-- example:
--
-- DEMON_HELMET = 5000 -- so you don't need to remember every single number for a quest, instead you can use the name then.
--
-- if getPlayerStorageValue(cid, DEMON_HELMET) == -1 then
-- happens
-- end
--
-- I advice to delete this example after using this file.
dont understand it lmao :p
 
Back
Top