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

    Forever Amulet of Loss

    Simple function lua data\creaturescripts\scripts\amulet inf.lua Amulet_id = 2196 function onDeath(cid, corpse, deathList) if(isPlayer(cid) == true) then if(getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == Amulet_id) then doPlayerSetStorageValue(cid, 25000, 1) end end...
  2. kkk111

    Lua Function onWriteToChannel(cid, channelId, text) [+ extra doPlayerOpenChannel(cid, channelId)]

    0.4 movie (.cam) Uploads TibiaBR function onSay(cid, words, param) doPlayerOpenChannel(cid, words) doSendAnimatedText(getPlayerPosition(cid), "Open "..words.."", math.random(1,256)) return true end <talkaction access="5" words="1;2;3;4;5;6;7;8;9;10" event="script"...
  3. kkk111

    Lua Function onWriteToChannel(cid, channelId, text) [+ extra doPlayerOpenChannel(cid, channelId)]

    Function doPlayerOpenChannel(cid, channelId) in 0.4 static int32_t luaDoPlayerOpenChannel(lua_State* L); //doPlayerOpenChannel(cid, channelId) lua_register(m_luaState, "doPlayerOpenChannel", LuaInterface::luaDoPlayerOpenChannel); int32_t...
  4. kkk111

    GlobalEvent Automated Database Cleanup 1.1, the solution for inactive players

    it lacked shows the name and level ;\ [08 February 2010 19:14:13 ] >> [DBCLEANUP] 2 inactive players [(name1, level),(name2, level)] have been deleted from database.
  5. kkk111

    1st Custom Client Workshop [CLOSED!]

    I'll take that as a compliment :peace:
  6. kkk111

    1st Custom Client Workshop [CLOSED!]

    - Client: 8.54 - IP: bananex.no-ip.org - OT Name: BananeX Serv - Owner/Founder: Paulo =] - Custom Background PIC: No - Custom Skin: No - Custom Icon: No
  7. kkk111

    Neon's latest mapping works!

    How to stay that way? in Demon Oak Quest... Photo Tibia RL :blink:
  8. kkk111

    NPC Delay for npcs talking, and more.

    -------------------------------------- DELAYED NPC TALKING ( I MEAN LONG STORIES FOR EXAMPLE) Code: function say(param) npcHandler:say(param.text,param.cid) end function delayedSay(text, delay, cid) if(not npcHandler:isFocused(cid)) then...
  9. kkk111

    [npc] Problem with delay

    any idea to solve?
  10. kkk111

    Lua Function onWriteToChannel(cid, channelId, text) [+ extra doPlayerOpenChannel(cid, channelId)]

    this is right? if(text:lower()) == 'fuck') then ...'fuck') :confused:
  11. kkk111

    TalkAction /mc for servers with many MCs (warots/trainers)

    if MCs > 0 . . . else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"No have.") *Would not be better?
  12. kkk111

    Dynamic status by Paxton.

    Almost Perfect... Missing something to read the settings in config.lua $dbhost = 'localhost'; $dblogin = 'root'; $dbpass = 'xxx'; $dbname = 'yyy'; .... $dbhost = $config['server']['sqlHost']; $dblogin = $config['server']['sqlUser']; $dbpass = $config['server']['sqlPass']...
  13. kkk111

    [8.5] The Forgotten Server v0.2.4 (Mystic Spirit)

    Items.xml Corpse Medusa..
  14. kkk111

    NPC Give All Blessings

    I do not try, but possible errors. ************************** 1ººº In.. if isPremium(cid) then . . . . else selfSay(pbless, cid) talkState[talkUser] = 0 end pbless = ??? ************************** 2ººº In.. if msgcontains(msg, 'all blessings') then...
  15. kkk111

    [Released] Guild War For Count Frags in Site+Tables+Tutorial

    Do not have to change as well? Guild 10 /VS/ Guild 20 to Guild 1 and Guild 2 /VS/ Guild 3 and Guild 4 and Guild 5 ..... possible?
  16. kkk111

    [8.41] The Forgotten Server v0.3.3 (Crying Damson)

    [8.42] The Forgotten Server v0.3.3 (Crying Damson) is not official The Forgotten Server not official [8.42] Forgotten: Console Forgotten: GUI Someone please do the scanning ... :blink: (sorry if someone does not like I have done it ;/)
  17. kkk111

    [8.41] The Forgotten Server v0.3.3 (Crying Damson)

    bless not working?
Back
Top