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

    Request script trophy description

    anyone know how to do a quest that when player open the chest he gets a trophy with his name?
  2. dervin13

    DLL missing

    Please can anyone give me APPCRT140D.DLL?
  3. dervin13

    Lua Website Gesior change name shop

    Hello, i got a problem in my gesior shop change name that people can change the name for anything, can use dot, numbers and everything... Someone knows how to solve it?
  4. dervin13

    Compiling MSVC 15 Error

    I already got this error too, to solve it you have to install the binaries in boost paste. Here we go: http://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/ download de boost 159, msvc 14.0 and install inside de boost
  5. dervin13

    Looking for official cheap windows host.

    I use a vps from ovh with windows, the vps 2, and its good to me. If your server wasn't a realmap server that have a big map and cosumes a lot of memory i think that this vps will be nice to you
  6. dervin13

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Omg! With your help i got it!! I think it's working good. very thanks i will post later every changes of your sources to work in tfs 1.0, and the finally reward script is function sort_descending(t) local tmp = {} for k, v in pairs(t) do table.insert(tmp, {k, v}) end...
  7. dervin13

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Very Thanks, i think its right but i got others problems now, i think it's not possible in 1.0 or is it possible? Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/reward_chest.lua:onKill data/creaturescripts/scripts/reward_chest.lua:55: attempt to index local 'boss' (a...
  8. dervin13

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/reward_chest.lua:onKill data/creaturescripts/scripts/reward_chest.lua:120: attempt to index local 'targe t' (a number value) stack traceback: [C]: in function '__index'...
  9. dervin13

    Lua help convert to tfs 1.0

    up
  10. dervin13

    Lua help convert to tfs 1.0

    Hello, can somebody help me to convert this script to tfs 1.0, it's from 1.2 and have some diference in functions... function onKill(creature, target) if (Monster(target) ~= nil) then local mt = MonsterType(target:getName()) if mt:useRewardChest() then local loot...
  11. dervin13

    Feature Reward Chest & Boss Reward [TFS 1.2]

    It work for me, its perfect i think in tfs 1.2! *** I'm trying to use in tfs 1.0 i think that i did all the changes and did it right, but i got problem in script probably in this part because the functions change in tfs... do you know how to convert this part to 1.0? function onKill(creature...
  12. dervin13

    tfs 1.2 with cast

    where i can get tfs 1.2 with cast?
  13. dervin13

    Lua Action Reward Chest

    TFS 1.0
  14. dervin13

    Lua Action Reward Chest

    up
  15. dervin13

    Lua Action Reward Chest

    Please can somebody help me? Here's my error Lua Script Error: [Action Interface] data/actions/scripts/reward_chest.lua:OnUse data/actions/scripts/reward_chest.lua:10: attempt to call method 'getAttribute' (a nil value) stack traceback: [C]: in function 'getAttribute'...
  16. dervin13

    Feature Reward Chest & Boss Reward [TFS 1.2]

    Please can anyone help me?
  17. dervin13

    shop system change name bug

    I haven't it, i think the php that redirect to block names is this <?PHP echo '<?xml version="1.0" encoding="utf-8" standalone="yes"?>'; $config_ini = parse_ini_file('../config/config.ini'); include('../config/config.php'); $name = strtolower(stripslashes(trim($_REQUEST['name'])))...
  18. dervin13

    shop system change name bug

    upp
  19. dervin13

    shop system change name bug

    When peoples try to change the name they can use any name with spaces, *, -, ..... how to solve it?? thanks http://pastebin.com/En0bm6Xn
  20. dervin13

    Compiling Debug player death

    please help
Back
Top