• 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. Seumion

    Lua Proplem, with script

    where can i put that on my script function onSay(cid, words, param) local player = getPlayerByNameWildcard(param) if not isPlayer(player) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, 'blahblabhlah.') doSendDistanceShoot(pos, getThingPos(cid),30) return true end local b = not...
  2. Seumion

    Spell Short Flame

    thanks guys
  3. Seumion

    Lua If item x do send effect every login

    thanks bro alot
  4. Seumion

    Lua If item x do send effect every login

    no i put it in login/lua
  5. Seumion

    Lua If item x do send effect every login

    work's perfect but this send message when player dei i want it when player login if he login always get message explain"every login understood me?
  6. Seumion

    Lua If item x do send effect every login

    if (getPlayerStorageValue(cid, storageItem) == 1 and getPlayerBlessing(cid, 1) == false) then doPlayerAddItem(cid, 2173, 1) for i = 1,5 do doPlayerAddBlessing(cid, i) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You received free AOL and BLESS.")...
  7. Seumion

    Lua If item x do send effect every login

    Thanks guys alot work's perfect but i have proplem in other script i made an script if player use item he will get storage that storage in login make everyone have it able to say work "automatic blessings" when he login it work's perfect but only with normal characters with my admin account it...
  8. Seumion

    Lua If item x do send effect every login

    i got The forgotten server has been stopped
  9. Seumion

    Lua If item x do send effect every login

    right now?
  10. Seumion

    Lua If item x do send effect every login

    /PHP] bro this is my login can please add it local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) doChangeSpeed(cid, 750) doCreatureSay(cid, "Welcome!", 19) local loss =...
  11. Seumion

    Lua If item x do send effect every login

    put it in login if i want it make effect every login?
  12. Seumion

    Lua If item x do send effect every login

    hello otland support and members how can i make script if i have item x do send effect every login USING tfs 4.0 dev
  13. Seumion

    Lua Config.lua Frags

    bumb
  14. Seumion

    Lua Config.lua Frags

    can u give me that script ?
  15. Seumion

    Lua Config.lua Frags

    Hello otland support and members. can i change my frags system in config to get frag if get level not if get frags like this? dailyLevelsToRedSkull = 3 weeklyLevelsToRedSkull = 5 monthlyLevelsToRedSkull = 10 dailyLevelsToBlackSkull = dailyLevelsToRedSkull...
  16. Seumion

    Solved Forgottenserver.exe has stopped working

    Make sure if there is any dll file had been removed
  17. Seumion

    [Request] Skull System.!

    you know skull system right ? you can get it by frags but i won't get it by frags i need get it by levels Explain:1-if player get level 200 he will get green skull good 2-when the player who get that frag logout he will lose his frag and if he login again his frag will appear in 5 seconds...
  18. Seumion

    [Request] Skull System.!

    hello otland i want script if i get level 500 = then i will get red white frags and if i get 400 i will get red and if i get 300 i will get green NOTE:i want when the player get level 500 sure he will get white frag but when he log he need to lose his frag because he need to wait 5 second after...
  19. Seumion

    Spell Short Flame

    Go data/spells/scripts/Default.lua and post this script -- =============== Credit to Seumion =============== local combat0_Brush = createCombatObject() setCombatParam(combat0_Brush, COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA) setCombatParam(combat0_Brush, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  20. Seumion

    Lua Proplem with my script

    when i open my gm account i got debug and error im my forgotten [Error - CreatureScript Interface ] data/creaturescripts/scripts/login.lua:onLogin
Back
Top