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

    How Block Npc boat to work free acc

    don't work in others boat npc :/
  2. armyman

    Problem creatures corpes

    Thanks so much
  3. armyman

    Problem creatures corpes

    <attribute key="duration" value="1800"/> is a long time
  4. armyman

    Problem creatures corpes

    how i put decay in seconds? any example?
  5. armyman

    Problem creatures corpes

    i think is this duration 1800 is long time, i change this value and work fine, anyone know the Real value duration?
  6. armyman

    Problem creatures corpes

    I have this in items.xml <item id="2857" article="a" name="dead giant spider"> <attribute key="containerSize" value="10"/> <attribute key="decayTo" value="2858"/> <attribute key="duration" value="1800"/> <attribute key="corpseType" value="venom"/>...
  7. armyman

    How Block Npc boat to work free acc

    Now is working ! thanks to do in all npc's boat i need put after this function GreyhoundBehaviour (cid, type, msg) add this code in line 12 to 16 right? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
  8. armyman

    Help me Distro Recommend

    I'm looking for good distro to start a work in server 7.4 old school but using client 7.72 and map 7.72 I got many bugs using (avesta), anyone can recommend one?
  9. armyman

    Client rsa help

    Anyone can help me with this? i want use Rsa key of in client of my old server, in my new server. Old server - Otserv.cpp #ifdef __PROTOCOL_77__ //load RSA key std::cout << ":: Loading RSA key..." << std::flush; const char*...
  10. armyman

    Problem creatures corpes

    anyone help me with creatures in my server corpes no change for other stage of degradation and no disappear i'm using avesta distro
  11. armyman

    Teleport Function Avesta

    yeah ! but i connect on top of then, and also the Doors if have tables or boxes,trough... in front of doors and i close the door, i'm moved back, if have this objects behind the door, i'm moved in front
  12. armyman

    Teleport Function Avesta

    Anyone have the teleport function to (avesta) If a player is surrounded by players or boxes, tables and logout, after login he got Teleport to town "home"
  13. armyman

    How Block Npc boat to work free acc

    continue free acc using boat ;s
  14. armyman

    How Block Npc boat to work free acc

    i got this error in console now when i open the server Obs. I'm using avesta [Warning - NpcScript::NpcScript] Can not load script: data/npc/scripts/greyhound .lua data/npc/scripts/greyhound.lua:31: 'end' expected (to close 'function' at line 1 0) near 'elseif'
  15. armyman

    How Block Npc boat to work free acc

    I have this configuration in config.lua FreeBoats = false I put "false" in this line, but the npc's continue working with free acc NPC boat script. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local...
  16. armyman

    Change Regeneration Mana/Health

    thanks guys
  17. armyman

    Change Regeneration Mana/Health

    What file i edite for it? i'm using avesta destribuition
  18. armyman

    Quest don't work with wooden Floor

    Thanks
  19. armyman

    Quest don't work with wooden Floor

    ok !
Back
Top