• 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!

Recent content by tnecniiv

  1. 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"...
  2. 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
  3. 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.
  4. 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...
  5. tnecniiv

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

    cathedral with 2 mausoleums
  6. 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.
  7. 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...
  8. tnecniiv

    Npc promotion system 1.2

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

    Spell that creates an item with action id

    thank you=D worked perfectly
  10. 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
  11. 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...
  12. 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
  13. tnecniiv

    Spell that creates an item with action id

    how would i do that?
  14. tnecniiv

    Spell that creates an item with action id

    my apologies i thought i put it in im running tfs 1.2
  15. 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...
Back
Top