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

    plzz error with npc creating holes

    its rev side, anyway if you're not able to edit ur sources then change it to better 0.3.6 Cyko one or something else.
  2. C

    Lua War system Problem

    then it throws that error when it's not compiled with -D__WAR_SYSTEM__
  3. C

    Lua War system Problem

    add in libs/000-constant.lua WAR_GUILD = 0 WAR_ENEMY = 1 then restart the ot
  4. C

    Lua War system Problem

    /war accept,guild name Accept the invitation to start a war. /war reject,guild name Reject the invitation to start a war. /war end,guild name Ends an active war with another guild. /war cancel,guild name This will cancel the invitation to the guild Black Ninjas /balance donate 1234 Command...
  5. C

    plzz error with npc creating holes

    what rev you use ?
  6. C

    Lua War system Problem

    oh aright, so what rev you use ?
  7. C

    Lua War system Problem

    so how we can fix it while we dont know the errors ? post the errors please so we can fix it
  8. C

    plzz error with npc creating holes

    there is no any errors ?
  9. C

    Lua Why do i get this error? (luaDoRemoveItem) Item not found

    how come with different positions ? then here we can solve: we going to add something that check the position of the item then remove it.. function onUse(cid, item, frompos, item2, topos) tile1 = {x=1144, y=836, z=8, stackpos=1} --change tilepos tile2 = {x=1145, y=836, z=8...
  10. C

    Setting up server in ubuntu

    you have to install a few things in ubuntu, its hard to do it alone for the first time, you need a hand from someone from ot used linux before. PM if needed :)
  11. C

    Setting up server in ubuntu

    Use WinSCP
  12. C

    Mobs with custom spells.

    just go to spells/scripts and create for example monsterspell.lua then you should relate it to the new spell go to spells.xml and add the line: <instant name="hot dog" words="TGYoshi" lvl="100" mana="150" aggressive="0" exhaustion="1000" needlearn="0" event="script" value="monsterspell.lua">...
  13. C

    Lua Script Error!

    i cant find the function of remove() so lets try to remove it at all from the script, try this one: dofile("./_woe.lua") local config = woe_config function onDeath(cid, corpse, deathList) local killer = deathList[1] Woe.getInfo() if Woe.isTime() then if isPlayer(killer) == true then...
  14. C

    loss skills

    in creatureevents/scripts/login.lua local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 0) end
  15. C

    Lua Script Error!

    post the full script or /_woe.lua so i can help
  16. C

    About zombie position look!

    make sure that storages in the script not used somewhere else.
  17. C

    Hunting dur, pz and WS time error!

    http://otland.net/f16/no-support-private-svn-forgotten-server-0-4-here-132978/
  18. C

    [REQ]Monster creator

    use notepad ++ to edit monsters in data/monstes
Back
Top