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

    WTF? I have 850 Coins! and I Can't buy highlight for 1 week?

    Designer tools for chrome or java script lol, that's not a real proof
  2. D

    somebody make this on globalevent work

    function onSay(cid, words, param, channel) if(getStorage(ZE_STATUS) ~= 2) then local players_on_arena_count = #getZombiesEventPlayers() if(param == 'force') then if(players_on_arena_count > 0) then setZombiesEventPlayersLimit(players_on_arena_count )...
  3. D

    Flags and Groups.xml Explanation how to please

    the tittle say when i was compiling i watch a lis of flags with very nice things i like to have, but i dont know how to add in Groups.xml example canalways logout
  4. D

    Compiling Far Push Delay 0.3.6

    How to change the exhaustion of far distance push from a creature? i got crying damnson 0.3.6 please is somebody can helps
  5. D

    Items on LevelAdvance

    Anyone have a script with you earn items on advance level? more than one? please?
  6. D

    How to delete all houses

    Hi, i delete all houses from sqlite db on table houses, also on map. and on house tiles remove all, but it still apearing WHY? how to completely remove?
  7. D

    When die without aol, you loss all

    What the tittle say when ure not wearing an amulet of loss, you loss everything (even with bless) i use tfs 0.3.6
  8. D

    Feature How to data spoof your server. Simple example.

    And what will be the content of file.txt?
  9. D

    Can someone that understand Swedish help me?

    And for what version of elfbot?????
  10. D

    Spell conditions based on storage values

    i can help you, i know how to make a spell with storage, post ur spell and storage value and i did it
  11. D

    Lua Problem with functions

    COMPLETE CODE: -- CONFIGURABLE PART local kickTime = 1 -- en minutos, tiempo maximo que durara el juego local delTime = 15 -- en segundos, tiempo que estara cada wall local playerWeaps = { -- color = {v= vertical wall id, h= horizontal wall id, sword = item id} ['green'] = {walls={v=3501...
  12. D

    Lua Problem with functions

    Hi, im testing a script who Stracks made its a galileo puzle, I test it and everything works perfect Everything except the win part... Using TFS 0.4 War System This is what i figured out: When u losse, if traps == 4 then doPlayerSendTextMessage(pl, MESSAGE_INFO_DESCR, "You have been...
  13. D

    Free premium membership on filehosting website

    username: Uploader
  14. D

    Compiling How to remove Broadcast on console??

    yes, exactly that
  15. D

    Compiling How to remove Broadcast on console??

    Hi my question is how to remove the message on console Broadcasted Message: asdasd Please, i cleaning my console, and there no login or save or clean messages, but when i broadcast, it still apearing, please is soembody can help me, thanks
  16. D

    Mysql Query on S3db??

    Hi, im totally confused about this, and i need to put this query on s3db, but is sqlite so it doesnt, work. my queri is this: CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` INT NOT NULL AUTO_INCREMENT, `guild_id` INT NOT NULL, `enemy_id` INT NOT NULL, `begin` BIGINT NOT NULL DEFAULT...
  17. D

    Problem with npc sellable items

    Hi, i dont know why but i cant sell items to npc it just doesnt buy it here is my npc code loot.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  18. D

    How to change Push Speed

    Thanks ure nice
  19. D

    How to change Push Speed

    Hi, i got that question, how i can change the push speed of a player, Please if someone can helps me, I compile to, where is that function that exhaustion time? thanks
Back
Top