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

    Need help to fix my OT problem about scripts

    NPC Script too long? Sometimes is easier copy npcs from other datapacks. A boat sample NPC its easy to find and to edit. Don't forget to replace the intire folde "npcs" on your datapack. Every NPC won't work without it file on data/npcs/scripts. So copy the npc.xml (data/npcs) and...
  2. Hugofasima

    Need help to fix my OT problem about scripts

    The NPC's are located on realmap datapack... All you have to do is copy the npc folder from realmap to your datapack. Is that your question? I can't understand well.
  3. Hugofasima

    doCreatureSetNoMove(cid,allow) tfs 1.x

    By level, you mean?
  4. Hugofasima

    doCreatureSetNoMove(cid,allow) tfs 1.x

    What does it do? Goes on global.lua Sir Islam?
  5. Hugofasima

    [SOLVED][CreatureEvent] Tile anti death (when die by monsters) TFS 1.1

    There was only one issue easily fixed!!! The script is perfect!!! Thanks you too Narko! Have a nice day. SOLVED by Sir Islam on this topic: https://otland.net/threads/pvp-arena-test-on-tfs-10-76.234688/
  6. Hugofasima

    CreatureEvent Pvp Arena TFS 1.x

    There are something wrong with teleport thing.. Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/events/Arena_Death.lua: onPrepareDeath attempt to index a nil value stack traceback: [C]: at 0x013f98bb90 [C]: in function 'teleportTo'...
  7. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    wOOOOOOAH! THAT WAS GOOD! THANKS!!!!! Can you help me with another script? It will be really easy for you... I'll link it https://otland.net/threads/script-creatureevent-tile-anti-death-when-die-by-monsters-tfs-1-1.234661/
  8. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    PLEASE DON'T KILL ME! The 'monsterarenadeath' was mistakenly registered in login.lua ! I've just removed this line and works! player:registerEvent("MonsterArenaDeath") I can't thank you enough @Sir Islam THANK YOOOOU! Any script that you did was wrong, great JOB! Is no needed to register...
  9. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    Okk! I think that the problem is not with the script
  10. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    No working yet!
  11. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    This error now:
  12. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    Still the same! function onDeath(monster, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local loserPlayer = monster:getMaster() local reward = MonsterArena.reward if reward then killer:sendTextMessage(MESSAGE_INFO_DESCR, 'Your monster won the fight...
  13. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    Didn't work!! It happens when a player die, in any place of the map. function onDeath(monster, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local winnerPlayer = killer() local loserPlayer = monster:getMaster() local reward = MonsterArena.reward if...
  14. Hugofasima

    Solved [ERROR] attempt to index local (a nil value)

    Hi! My TFS is 1.1, my monsterarena by Summ is not working.. Need help... I can't fix alone... I did something wrong? I'm getting this error on Distro Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/events/monsterarenadeath.lua:onDeath...
  15. Hugofasima

    [TFS 1.1] Monster Arena

    Hi! My TFS is 1.1, I did something wrong? I'm getting this error on Distro Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/events/monsterarenadeath.lua:onDeath data/creaturescripts/scripts/events/monsterarenadeath.lua:7: attempt to index lo cal 'winnerPlayer' (a nil...
  16. Hugofasima

    [SOLVED][CreatureEvent] Tile anti death (when die by monsters) TFS 1.1

    I want to make an Arena where players can die by players and monsters without worries. When they die, they are teleported to a specific location, and so, enter the arena again! Please guys!!! The Pvp tool does not work when you die for a monster on TFS 1.1...
  17. Hugofasima

    [TFS 1.1] Teleport wand for admins

    Woooooooooooaaah! Perfect! Thanks!!!
  18. Hugofasima

    [TFS 1.1] Teleport wand for admins

    Sorry for disturbing, I can't add it on my tfs 1.1 :/ I got this errors: Lua Script Error: [Action Interface] data/actions/scripts/other/admin_tp.lua:onUse LuaScriptInterface::luaAddEvent(). Argument #3 is unsafe stack traceback: [C]: in function 'addEvent'...
Back
Top