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

Search results

  1. Yalasari

    Lua Only one boss can be present

    Error line 15: attempt to call field 'getStorageValue' (a nil value) local bossname = "Demon" local xpos = 930 local ypos = 1265 local zpos = 10 local xrand = math.random(-1, 1) local yrand = math.random(-1, 1) local position = Position(930 + xrand, 1265 + yrand, 10) local addtionalTime =...
  2. Yalasari

    Lua Only one boss can be present

    Hello, I have boss spawning script using globalevents, boss appears every 12 hour + random addtional time, and there's problem, if nobody will kill boss, duplicate will appear, then next one appears, next one ... And i have problem how to pause this script if already boss is present. (in...
Back
Top