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

    add time this NPC?

    UP
  2. TopllDan

    os.time in script

    UP
  3. TopllDan

    os.time in script

    I have used and still the same thing, see how used local focus = 0 local talk_start = 0 local target = 0 local days = 0 function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then...
  4. TopllDan

    os.time in script

    Wanted to put a time of 5 in 5 minutes to talk to the npc, I tried to function os.time more unsuccessful I tried and so did not really work local focus = 0 local talk_start = 0 local target = 0 local days = 0 local limitedeuso = 49002 function onThingMove(creature, thing, oldpos...
  5. TopllDan

    os.time in script

    I tried and tried adding a while with os.time function that npc script more did not work, someone could help me put some time in this script? local focus = 0 local talk_start = 0 local target = 0 local days = 0 function onThingMove(creature, thing, oldpos, oldstackpos) end function...
  6. TopllDan

    add time this NPC?

    UP
  7. TopllDan

    add time this NPC?

    Hello, could add time this NPC?I wanted him to add the player to level 5 in 5 minutes, type the player says hi, desbug and will be added to the level and while that does not pass the 5 minutes it will send a message saying that there is still time x local focus = 0 local talk_start = 0 local...
  8. TopllDan

    error isPokeball

    Hello I am with this error in the distro, someone could help me pack? I have the server source [31/05/2015 01:27:10] [Warning - Items::loadFromXml] Unknown key value ispokeball [31/05/2015 01:27:10] [Warning - Items::loadFromXml] Unknown key value ispokeball [31/05/2015 01:27:10] [Warning -...
  9. TopllDan

    [Help] Items.cpp

    give several errors in the distro after compile, how can I add this isPokeball attribute the source?
  10. TopllDan

    Error script.lua

    then gets bad to resolve this error, why not do the slightest idea how to do it
  11. TopllDan

    Error script.lua

    Sorry not understand English very well, but you talked o'que do I have to do in other systems? what do you mean? I can not remove this attribute that shows the level to solve the problem?
  12. TopllDan

    Error script.lua

    I left so
  13. TopllDan

    Error script.lua

    It is a mess same :( error continues [25/05/2015 12:59:32] [Error - CreatureScript Interface] [25/05/2015 12:59:32] data/creaturescripts/scripts/look.lua:onLook [25/05/2015 12:59:32] Description: [25/05/2015 12:59:32] data/creaturescripts/scripts/look.lua:58: attempt to concatenate a nil value...
  14. TopllDan

    Error script.lua

    Sorry, no how to fix?
  15. TopllDan

    Error script.lua

    the stranger it is only then after it is captured, when I do at / cb give him regular look UP
  16. TopllDan

    Error script.lua

    error [24/05/2015 09:33:08] [Error - CreatureScript Interface] [24/05/2015 09:33:08] data/creaturescripts/scripts/look.lua:onLook [24/05/2015 09:33:08] Description: [24/05/2015 09:33:08] data/creaturescripts/scripts/look.lua:58: attempt to concatenate a nil value [24/05/2015 09:33:08] stack...
  17. TopllDan

    Error script.lua

    I did not understand :(
  18. TopllDan

    Error script.lua

    I looked and it was found that creature.h struct DeathLessThan; struct DeathEntry { DeathEntry(std::string name, int32_t dmg): data(name), damage(dmg), unjustified(false) {} DeathEntry(Creature* killer, int32_t dmg): data(killer), damage(dmg)...
  19. TopllDan

    Error script.lua

    I found this part in luascript.cpp //getItemAttribute(uid, key) lua_register(m_luaState, "getItemAttribute", LuaScriptInterface::luaGetItemAttribute); int32_t LuaScriptInterface::luaGetItemAttribute(lua_State* L) { //getItemAttribute(uid, key) std::string key = popString(L)...
  20. TopllDan

    Error script.lua

    Thank you, it's me looking for that word in the source? getItemName (uid)?
Back
Top