• 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!

Search results

  1. Shitobu

    Spr/Dat Editor for 10.98+

    Is there any editor that can import, change and compile Spr/Dat graphics for 10.98 or more? My main purpose if for 10.98 actually. I got some sprites I used on a 8.6 server and would like to make them work for my 10.98. That's why I'm looking for it.
  2. Shitobu

    [1.2] Summon experience

    I was trying to find on sources where I could change how summons receive experience when killing monsters with a player, but I didn't. What I want to do is make summons receive 0 experience and not share any experience even though they did the damage. What am I supposed to do? Q_Q
  3. Shitobu

    Lua [TFS 1.2] Getting a summon userdata

    I'm trying to get a summon userdata that I created by: local monster = Game.createMonster("Test", player:getPosition()) monster:setMaster(player) player:getPosition():sendMagicEffect(CONST_ME_MAGIC_RED) This code summons a monster named "Test". Now, on another...
  4. Shitobu

    Lua [TFS 1.2] addEvent with userdata

    function onCastSpell(creature, variant) combat:execute(creature, variant) addEvent(combat:execute, 1000, creature, variant) return true end I'm trying to do something like that, so I could use a lot of effects on spells. Sadly, something is going wrong and I can't work around it...
  5. Shitobu

    Linux TFS 1.2 Segmentation Default on Startup

    I compiled TFS 1.2 normally on Linux Mint, imported mysql as usual, but when I try starting the server, it gives me segmentation fault. My server folder: https://imgur.com/T9ZWgfs The error: https://imgur.com/8J7Z2if Does anyone have an idea of what would it be? D:
  6. Shitobu

    add ActionID to tile

    I've been trying to add an actionID on a player's tile. I've tried this way: local tile = player:getTile() tile:setActionId(111) But it returns nil. I guess my problem is on getting the tile itself. What is the problem? Thanks!
  7. Shitobu

    Changing some sources info

    I just can't find on sources where I can change these informations: Initial HP (150 by default, I would like to set 100) (not sure if there is) Changing chat channels information and messages (Like, when you enter help channel, you receive a message, if you enter trade channel, you receive...
Back
Top