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

    NPC Re-edit.

    Sorry, i use the script and need fix... Test it, and say me if work. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local travel = { ['travel1'] = {x=1000, y=1000, z=7}...
  2. M

    NPC Re-edit.

    I don't have problem with this script xD i check again. I use 0.3.6pl1
  3. M

    NPC Re-edit.

    Check this local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local travel = { ['travel1'] = {x=1000, y=1000, z=7}, ['travel 1'] = {x=1000, y=1000, z=7}, ['1'] = {x=1000, y=1000...
  4. M

    Bug/Problem with vocation login logout 0.3.6Pl1

    No, my sql database say what the table Promotion is 0
  5. M

    Bug/Problem with vocation login logout 0.3.6Pl1

    031-vocations /libs function isHuman(cid) return isInArray({1, 7}, getPlayerVocation(cid)) end function isSpiritualist(cid) return isInArray({2, 8}, getPlayerVocation(cid)) end function isHealer(cid) return isInArray({3, 9}, getPlayerVocation(cid)) end function isWarrior(cid) return...
  6. M

    Bug/Problem with vocation login logout 0.3.6Pl1

    Hello everybody y have a problem, i create a new vocations, the name of vocations have the name of Game DBZ :D, Ok, my problem is, if i die or i logout, and login my vocation change to 0 (No-Vocation) Any can help me? Plis, thanx all :D Vocation.xml (i never usare te function...
  7. M

    Scripter Need a scripter to fix Vocation bugg (GM Position as Reward on Zantria Ots)

    Can you help me? I have this error and i have the sources...
  8. M

    NPC Re-edit.

    Check, use this local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local travel = { ['travel1'] = {x=1000, y=1000, z=7}, ['travel 1'] = {x=1000, y=1000, z=7}, ['1'] = {x=1000...
  9. M

    NPC Re-edit.

    MMM, my error sorry... local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local travel = { ['travel1'] = {x=1000, y=1000, z=7}, ['travel 1'] = {x=1000, y=1000, z=7}, ['1'] =...
  10. M

    NPC Re-edit.

    Check, sorry i have school. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local travel = { ['travel1'] = {{x=1000, y=1000, z=7}, ['travel 1'] = {{x=1000, y=1000, z=7}, ['1'] =...
  11. M

    NPC Re-edit.

    Sorry, i have school and i can't help you, use this. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local travel = { ['travel1'] = {{x=1000, y=1000, z=7}, ['travel 1'] =...
  12. M

    Help with this NPC lines (LUA Code):

    try again, test it local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local outfits = { [2] = {0,626,627,626,181}} creatureSayCallback(cid, outfits) return true end function...
  13. M

    [C++] Add this function to luascript.cpp

    luascript.cpp add this lua_register(m_luaState, "getPathToEx", LuaScriptInterface::luaGetPathToEx); luascript.h add static int32_t luaGetPathToEx(lua_State* L); it's very easy.
  14. M

    NPC Re-edit.

    check it local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, Town = {}, {} local travel = { ['travel1'] = {{x=1000, y=1000, z=7}}, ['travel 1'] = {{x=1000, y=1000, z=7}}, ['1'] = {{x=1000, y=1000...
  15. M

    Two weapons for knights!

    function onThink try, use is and post for problems... and public the function isWeapon plis
  16. M

    [C++]I need help for compilation

    Hi all, i use this server: SourceForge.net Repository - [opentibia] Index of /otserv/trunk and i can't compile. any have one solucion? I use dev-c++ 4.9.9.2 Codeblocks 10.05
  17. M

    [Help] Talkaction transform

    not work.
  18. M

    Broadcast each kill

    function onKill(cid, target, lastHit) local t = { ["Demon"] = {s = 3000}, ["Juggernaut"] = {s = 3001}, ["Hellfire Fighter"] = {s = 3002}, ["Fire Overlord"] = {s = 3003}, ["Sea Serpent"] = {s = 3004}, ["Wyrm"] = {s = 3005}, ["Zombie"] = {s = 3006}, ["Banshee"] = {s = 3007}, ["Medusa"] =...
  19. M

    [Help] Talkaction transform

    Thanx +rep, my problem now is, my vocation example... I connected to server, and i say Transform my vocation change the 2 to 8. When i logout and login my vocation change, why? My problem is what my vocation change when i logout and login, you have any script what when i logout and login my...
  20. M

    [Help] Talkaction transform

    Hi all, i am new, sorry for my bad inglish i no usually speak inglish but i am argentino and here speak spanish... Ok. I use, this script for change mi vocation and outfit... local postac1 = { -- [1] = {0,1,7}, -- Klass ID [2] = {420,137,138}, -- Skin ID [3] =...
Back
Top