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

    Solved [1.3] Spells hitEffect and hitColor

    Firstable, I am using tfs 1.3 downgrade 8.6 by nekiro. Secondable, I am trying to add spells hitEffect and hitColor like it was done in 0.3.6, but I have found some problems. Right now both hitEffect and hitColor depends on the combat type, example: I want to read both of them from spell...
  2. dami1310

    Action [0.3.6] Simple Item Crafting System

    This is something I've done tonight. Might be useful to somebody. I believe I described everything, but if you have any questions, feel free to ask. Also, if you know how to write it better, please tell me. Btw. This script will probably be only useful to custom ots since you need to create a...
  3. dami1310

    TFS 0.X New Distance/Missile/Shoot Effect is invisible

    tfs 0.3.6 client 8.6 Honestly, I've looked for the answer everywhere I tought I could find it, but no results so far. That's why I'm here. What I am trying to do: add a couple of custom distance effects to display when using custom distance weapons (similar to spear). What I've done: -add it to...
  4. dami1310

    RME sand-water autoborder bug fix

    This is what I mean: It happens when u do a desert shape, save it, re-open and try to edit with autoborder. I don't know if it's still a thing on newer versions, cause I am using an older one, but if you are having this bug then do that: 1. Go to your RME folder -> data -> folder of whatever...
  5. dami1310

    TFS 0.X doCreatureSetNoMove + auto follow bug

    I use tfs 0.3.6 <- When I use doCreatureSetNoMove(target, false) players can't move with a little exception. If player had a target and auto follow mode he will keep following the target even if nomove is active. If he stops targeting/tries to move etc. etc. he won't be able to move anymore even...
  6. dami1310

    Solved addEvent and creature death error

    First of all: I use tfs 0.3.6 for 8.60. Yeah, I know that there is downgraded 1.3, but this is not what the thread is about so please don't talk about it. Now let's get to the topic. I am using a spell with addEvent to stop creature from moving for x time, but... function onTargetCreature(cid...
  7. dami1310

    [FRANCE] [8.60] NoyOT | Custom Evolution | Level Rewards - Free Points | Start 12.04.2019 - 18:00 CEST

    General Information: Client: 8.60 IP: noyot.net Port: 7171 Website: Latestnews - NoyOT (http://noyot.net/) Uptime: 24/7 Map: Custom map based on evolution Rates: 1 - 8 level, 500x 9 - 20 level, 250x 21 - 50 level, 200x 51 - 100 level, 150x 101 - 150 level, 100x 151 - 200 level, 75x 201 - 250...
  8. dami1310

    Npc selling items/runes in backpack doesn't work

    As in the title. I want to make npc sell potions and runes in backpacks possible. Im using tfs 0.4, to be specific: https://otland.net/threads/8-60-the-forgotten-server-0-4.240240/ this one. Here is my npc.lua: https://pastebin.com/A4YUuTpD Npc: https://pastebin.com/QMTVKySN Npc script...
  9. dami1310

    Graphic Designer [Noyek] Sprite Service

    Hello, people call me Noyek and I'm here to offer my spriting skills. What I can do for you: -Items (single or even set) -Environment (grounds, small and big objects, borders etc) either iso or flat -Spell effects (small and big) -Spell icons -Outfits (only flat as in the example)...
  10. dami1310

    Noyek's Thread

    Hello! I am Noyek and I want to show you some sprites that I have created. Note: All of the following sprites belong to me and you cannot use them without my permission. This post will be updated in the future [...] I appreciate any criticism and tips so I can improve my...
  11. dami1310

    dami1310 - sprite gallery

    Hello, from now on I'll be posting here sprite-made anime characters and other things. First: Zeref - Fairy Tail Second: Shiroe - Log Horizon Third: Kaneki - Tokyo Ghoul ( I made it without looking at any photo ). And last one: Hisoka - Hunter x Hunter ( outfit is edited a bit ). If you...
  12. dami1310

    Lua transform on advance problem

    I just started learning lua so I don't know a lot of things and I tried to write script basing on created one, but something goes wrong and it isn't working. function onAdvance(cid) local voc = getPlayerVocation(cid) local transform = transforms[voc] local text1 = "..." if(not transform) then...
Back
Top