• 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

    add ActionID to tile

    If you don't mind, can you explain me how this line works? local tile = Tile(player:getPosition()):getGround() It's okay if you can't.
  2. 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!
  3. Shitobu

    Changing some sources info

    Weird. I indeed found the default 150 in the sql, but it makes nothing when it changes, on creation, it still comes with 150 hp. I obviously could do an onLogin to always set to 100, but meh, it's better to just make it default without having trouble with shit coding. Any idea if it's indeed...
  4. Shitobu

    Changing some sources info

    Sadly, I'm not. Seems like the AAC gets the initial life which is 150 and changes to 185. Problem is, can't find where it's written 150 on the sources. :(
  5. 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