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

    Create new race? Querry

    may you explain a bit further please. I'm currently trying to implement a undead race.
  2. tnecniiv

    Real Tibia Map 10.98 for TFS 1.3

    bump
  3. tnecniiv

    Real Tibia Map 10.98 for TFS 1.3

    for some reason i cant view the tibia map in the rme editor currently using rme 3.3 i can open the map and run the proper client but the tiles fail to show
  4. tnecniiv

    TFS 1.X+ conditions and param effects/types

    I have this monster spell that I'm currently working on however i don't understand how i can locate and change my effects, type and condition of the spell. when i dont even know where they're located to even reference them currently running tfs 1.2 the spell i want to make is supposed to...
  5. tnecniiv

    stairs code

    i already applied this it still wasn't working kinda why i came here sorry forget to say i did <item id="22593" article="a" name="stairs"> <attribute key="floorchange" value="down" /> </item> <item id="22593" article="a" name="stairs"> <attribute key="floorchange"...
  6. tnecniiv

    stairs code

    hey im using tfs 1.2 running 10.98 i was wondering how could i make these item in rme work like stairs they dont function properly in game was wondering how i could fix this issue
  7. tnecniiv

    Nokturno's new zone

    scroll through the others menu in raw pallet also his "ground level" probably around 9 and those frozen walls are few levels before. its just about perception. but it is amazing work none the less.
  8. tnecniiv

    [WARNING] Don't fall for RealOTs trick by Ecstazya!!

    Why would you donate without playing the server for a bit. To learn about how trustworthy the admin is...
  9. tnecniiv

    [Archived] "[Quick Showoff] Post your latest maps"

    cathedral with 2 mausoleums
  10. tnecniiv

    Npc promotion system 1.2

    there all these different functions that i dont know when scripting npcs and all the tutorials is outdated even the scripting items tutorials now-a-days are outdated, i dont know where to begin. ill try from the top again.
  11. tnecniiv

    Npc promotion system 1.2

    so we are all bad at scripting npcs :D that's funny to me, npcs are a wreck to script for me aswell. He talks to me now just doesn't offer me the choices to get promoted to a bezerker or defender:(i am also trying to get rid of the promotion option for other vocations and make it strictly for...
  12. tnecniiv

    Npc promotion system 1.2

    it reads the script but the npc doesnt say anything when i say hi he just walks around
  13. tnecniiv

    Spell that creates an item with action id

    thank you=D worked perfectly
  14. tnecniiv

    Spell that creates an item with action id

    sorry for late reply but i cannot use talkactions i need to be a spell for the player. if it isnt possible then i would understand
  15. tnecniiv

    Npc promotion system 1.2

    added and i come up with this in my console Lua Script Error: [Npc interface] data/npc/scripts/promotion.lua data/npc/scripts/promotion.lua:11: attempt to index local 'player' (a nil value) stack traceback: [C]: in function '__index' data/npc/scripts/promotion.lua:11: in main...
  16. tnecniiv

    Npc promotion system 1.2

    yes but how would i be able to make them choose for instance if he wants to go to a defender from a knight knight to defender or knight to bezerker i dont see where i would put the vocationsID
  17. tnecniiv

    Spell that creates an item with action id

    how would i do that?
  18. tnecniiv

    Spell that creates an item with action id

    my apologies i thought i put it in im running tfs 1.2
  19. tnecniiv

    Spell that creates an item with action id

    function onCastSpell(cid, var) doPlayerAddItem(cid, 2579, 1, 1,1) doSetItemActionId(2579, 1000) end i need script that creates an item with an action ID i create the item but it doesnt come with an action ID im trying to create an item that has different spells which will be used for...
  20. tnecniiv

    Npc promotion system 1.2

    hello guys i need help with an npc that will check for level 50 and offer a promotion but the promotion branches out to two different types of vocations the promotion will cost 30,000 so for instance let say i have a knight that is level 50 he could have a choice to go to a defender or the...
Back
Top