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

    Solved Kill monster, spawn new monster not working.

    Yay! It worked, thanks Xikini!
  2. juansanchez

    Solved Kill monster, spawn new monster not working.

    You already helped me. I was registering the onDeath on the login.lua, that caused the monster to spawn when players died. I fixed it by removing the login.lua part and removing the script part on the monster.xml. I did try to use the onKill, login out and then back in helped. However this...
  3. juansanchez

    Solved Kill monster, spawn new monster not working.

    I tried reinstaling like you said, nothing happend. And is it necessary to add this on the monster.xml? I tried with and without it. The onDeath one created the Boss whenever a player died anywhere on the map.
  4. juansanchez

    Solved Kill monster, spawn new monster not working.

    Hey guys, i have a problem with a script i found here in the forum made by @Xikini . local creatureName = 'cave rat' -- creaturename (must be lowercase letters) local newCreature = 'rat' local creatureSay = 'I am saying something' function onKill(cid, target, damage, flags) if...
  5. juansanchez

    Shirako ~Mapping Thread~

    The light on the mushrooms looks gorgeous
  6. juansanchez

    TFS 0.X Problem with Tibia Classic Slots

    TFS 0.3.6
  7. juansanchez

    TFS 0.X Problem with Tibia Classic Slots

    I'm not entirely sure, but something like: Get a stackable item, put 100 of it in the sword slot, fill your backpack with garbage, like 18 labels, then add 1 of the item you have on your hand, like 100 UH on the sword slot and 1 UH on the backpack and a crossbow. Then put your crossbow on.i...
  8. juansanchez

    TFS 0.X Problem with Tibia Classic Slots

    Hello Otlanders! I have a small issue with my server. I recently discovered that if TibiaClassicSlots is set to true on my config.lua, players are able to clone itens, the fix is easy, i just had to set it to False. When false, players are only alowed to place bolts/arrows in the arrow slot. I...
  9. juansanchez

    Edited Evolera 10.98 Map!

    Can you tell me the ID for the floor you are standing on, on the third image? Also, i really like the teleports area :)
  10. juansanchez

    OpenTibia [RME 3.x] RME Modification 3

    Can anyone help me out? I'm trying to install the RME, however i am very lost. Download the .rar that contains the mod files. (I can't seem to find the Mod files) Copy all the files to: Remere's Map Editor > data > client. Client is a XML file, how will i copy them to it? Overwrite the xml...
  11. juansanchez

    Shirako ~Mapping Thread~

    Plz, stop blowing my mind. I wish i can be as good as you one day. Btw, how long have you been mapping for?
  12. juansanchez

    TFS 0.X SQLite Error

    up
  13. juansanchez

    TFS 0.X SQLite Error

    What does Sqlite Studio Manager do?
  14. juansanchez

    TFS 0.X SQLite Error

    Can someone help me out with this? sqlite3_prepare_v2(): SQLITE ERROR: no such table: player_statements (INSERT INTO "player_statements" ("player_id", "channel_id", "text", "date") I don't know this keeps popping up on my TFS. I'm using TFS 0.3.6
  15. juansanchez

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    I don't have any scripts that require the Task, i just tried using the Actionid as i would use for quests. A player finishes a quest, get's the storage from the chest, now his character has that storage and he can step in the Tile. I didn't make a script for that, but i'm pretty sure i can...
  16. juansanchez

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Xikini, i need a little help with one of your scripts, i'm using your Turk The Smelly task Npc, and i wanted a quest where people must kill for example all the Demons on the task, once they killed all the monsters they were able to go inside. I tried making it like i would a normal Quest, got...
  17. juansanchez

    Door that closes automatically when using Key. Unique Key.

    I did add the door on moveevents.xml, and my closingdoor.lua is the exact same as yours. Not sure if i did something wrong, i'm going to check again. Edit: I checked everything, it is all ok, but the problem that i said is still happening.
Back
Top