• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Dileck

    Can anyone help me with my talkaction?

    nvm delete the thread.
  2. Dileck

    Compiling Compiling The Forgotten Server latest source code - Last Update: 02/12/2010

    im using the lastest one, elf updated it to boost .38, maybe thats it, maybe if you post a earlier version it works? thanks in advance
  3. Dileck

    Compiling Compiling The Forgotten Server latest source code - Last Update: 02/12/2010

    I have this error Compiler: Default compiler Building Makefile: "C:\Documents and Settings\Jaime\Escritorio\project\project\Makefile.win" Executing make... make.exe -f "C:\Documents and Settings\Jaime\Escritorio\project\project\Makefile.win" all windres.exe -i Aeterna_private.rc...
  4. Dileck

    Help in globalevent

    Nvm, the error is still there [12/03/2009 16:52:25] Lua Script Error: [GlobalEvent Interface] [12/03/2009 16:52:25] data/globalevents/scripts/removevipdays.lua:onThink [12/03/2009 16:52:25] luaGetPlayerStorageValue(). Player not found Edit: Well i found the bug was this line...
  5. Dileck

    Help in globalevent

    This is a script that every 24 hrs removes 1 unit from X storage value but i cant get it to work, it makes it go from 30 to -2, 21:25 You have -2 vip days left. -- Credits StreamSide and Empty function onThink(cid, item, fromPosition, toPosition) for _, name in ipairs(getOnlinePlayers()) do...
  6. Dileck

    GlobalEvent Vip System

    =/ removevipdays is not working it dosnt removes the vip days. -- Credits StreamSide and Empty function onThink(cid, item, fromPosition, toPosition) for _, name in ipairs(getOnlinePlayers()) do local player = getPlayerByName(name) if getPlayerStorageValue(player,11551) > 1 then...
  7. Dileck

    GlobalEvent Vip System

    how can you make that when the vip runs out he is teleported to temple or how can you check your time left.? thanks in advance
  8. Dileck

    Action Item's Upgrading by Jewels! : )

    Can you make it so when u upgrade it changes the name of the item? example 19:41 You see a magic plate armor [15/20] upgrades +20 (Arm:417).
Back
Top