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

    Solved Create tp with item, based on player pos

    Sorry, bad your function was very bad and with tons of syntax errors :P local pos = {x = 1013, y = 971, z = 4} function onUse(cid, item, fromPosition, itemEx, toPosition) if getCreatureCondition(cid, CONDITION_INFIGHT) == TRUE then doPlayerSendCancel(cid, "Sorry, you are in a fight.")...
  2. F

    [REQUST] Phrase on Position Gives Addon

    Try this, change this line in both scripts if getCreaturePosition(cid) == player then into if getThingfromPos(player).uid == cid then
  3. F

    [REQUST] Phrase on Position Gives Addon

    Here is your blessing script: local player = {x = 1247, y = 1054, z = 7, stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE} function onSay(cid, words, param, fromPosition, toPosition) if getPlayerBlessing(cid, 1) or getPlayerBlessing(cid, 2) or getPlayerBlessing(cid, 3) or...
  4. F

    Mad Mage an slime Fungus in Edron

    I will look, what I can do...
  5. F

    Lua How to make a Necromancer task?

    What TFS are you using?
  6. F

    Lua Help, Talkactio Create item

    That's my job ;) I am very familiar with the 0.2.xx TFS :)
  7. F

    Lua How to make a Necromancer task?

    Instead of selfSay({'What? Who are you to imply I need help from a worm like you? ...', 'I don\'t need help. But if you desperately wish to do something to earn the favour of Zathroth, feel free. Don\'t expect any reward though. ...', 'Do you want to help and serve Zathroth out of your own...
  8. F

    Lua Help, Talkactio Create item

    Just type /i itemid, or /n "item name of it's longer than one word"
  9. F

    Solved Easy script needed!

    function onStepIn(cid, item, pos) if item.uid == 10100 then if getPlayerStorageValue(cid,10001) == 1 and getPlayerStorageValue(cid,10002) == 1 and getPlayerStorageValue(cid,10003) == 1 and getPlayerStorageValue(cid,10004) == 1 and getPlayerStorageValue(cid,10005) == 1 and...
  10. F

    [9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

    One question, are there any changes in the monster behavior? Cause in the 0.2.14 version, monster walked over all field if they had the "canpushitems" flag and that was something, I didn't liked :/
  11. F

    Some questions about RME

    I really like the RME map editor, except one "feature". Everytime you save, load, or import something, the map editor got inactive, and the last used window pops up. Man I wanna fucking map, and not see which window I last used, after saving -.- Is there any option where you can set this to...
  12. F

    [9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)

    One question, are there any changes in the monster behavior? Cause in the 0.2.14 version, monster walked over all field if they had the "canpushitems" flag and that was something, I didn't liked :/
  13. F

    RME, come on?

    I am really sorry, that my name associate something with a terror organisation (it was definitely not planed). But how ever, my name contains NO L, so please put your glasses on before just start to judge someone :(
  14. F

    RME, come on?

    I really like the RME map editor, except one "feature". Everytime you save, load, or import something, the map editor got inactive, and the last used window pops up. Man I wanna fucking map, and not see which window I last used, after saving -.- Is there any option where you can set this to off?
  15. F

    Solved How is this even possible???

    What do you mean? How could it changed? - - - Updated - - - OH MY GOD. THANK YOU SOOOOOOOOOOOOOOOOOOOO MUCH. (<-- Sorry for that, but I am uber happy right now) The encoding in my Notepad++ changed in some scripts -.- I don't know how this is possible, but now it works fine again :D Thanks man!
  16. F

    Solved How is this even possible???

    Hello everyone, first of all, I am from germany and trying to write some scripts in german. Ofc I am using "our" letters ä ö ü ß. Now comes the point that nearly freaks me out... In some old scripts I used this letters with no complications, but since a while, when I use them, they are given...
  17. F

    NPC Buy Spells in Trade Window

    Hello everyone, first of all I got the Idea and the basic script from this thread http://otland.net/f83/spell-seller-trade-157882/. But I overworked it, and fixed some bugs with the script. Now in my script, there are all RL Tibia Instant spells with some "matching" Icons (plz don't...
  18. F

    onDeath ?

    Add in your creaturescripts.xml <event type="death" name="LastKiller" script="LastKiller.lua"/> Create a LastKiller.lua data in the scripts folder function onDeath(cid, corpse, lasthitkiller, mostdamagekiller, lasthitunjustified, mostdamageunjustified) if isPlayer(lasthitkiller) == TRUE...
  19. F

    onDeath ?

    Creaturescripts Every scripted something, or total beginner?
  20. F

    Lua Strange error with ö ä ü

    I got a very strange error here. I was scripting my npc's in german, so I used the letters ö,ä & ü. Everything worked perfect until one npc. This npc don't say this letters, instead of them he text's "ö" for ö for example. How is it possible, that the one script works fine, while an other one...
Back
Top