• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.
Resource icon

City Fountains Time Buff

highsanta

Banned User
Joined
Dec 20, 2023
Messages
638
Solutions
6
Reaction score
252
highsanta submitted a new resource:

City Fountains Time Buff - action onUse buff

LUA:
-- Register fountain action
local fountainAction = Action()

print("[Fountains] Script loading...")

-- City center positions
local cityPositions = {
    {pos = Position(4783, 3447, 7), name = "Emerald Town"},
    {pos = Position(4879, 2957, 7), name = "Toros Town"},
    {pos = Position(5050, 3298, 7), name = "Caver Camp"},
    {pos = Position(3161, 1076, 7), name = "Woodlow"},
    {pos = Position(3183, 1327, 7), name = "Elary"}
}

-- Debug: Print registered fountain IDs
local...

Read more about this resource...
 
Back
Top