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

GlobalEvent Capture the flag :d

Yeah okey, im actually totaly fucking lost atm.. :/
i can't even find the waiting room position line..
 
How do i make it where the prize gives you more than 1 like for say Crystal Coins


-- Config
ctfConfig = {
effectEventTime = 1000,
flagStorage = 10100,
enabledStorage = 10101,
maleOutfits = {154},
femaleOutfits = {336},
playerHasFlag = 10102,
teamHasFlag = 10103,
toScore = 10,
playerTeam = 10104,
prize = 2160 <<<<< Crystal Coins. How would i make it give you 100?
 
Can you post the script? I can't find anything with prize on the first page.
 
Help error start_ctf
Error - Globalevents: think]] Could'nt execute event: start_ctf
 
Could you please tell me what you mean by This ? :
data/globalevents/scripts/start.lua add:
before return true
Lua:
setGlobalStorageValue(19000, 0)
setGlobalStorageValue(19001, 0)

There's no such file called start.lua in globalevents. & You haven't said anything about it earlier in the tutorial.
 
Back
Top