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

    Cast system problem. Worked before.

    I cant find a tutorial to the cast system... but, do I need to creat an account for the cast system? Its worked before, the only thing I changed is the database, because I forgot to save the one that worked :/
  2. ohman

    Cast system problem. Worked before.

    Hi! The problem I have right now is that when you normally should see all casters when logging in with "empty/empty" you see "invalid account name or password" instead. I dont remember if I should creat a account for the cast system? or is it something missing in my database? help me please...
  3. ohman

    Linux Cannot load character on login. (Unknown column 'offlinetraining_time')

    Hi! Im trying to start my old OT again. But when I try to loggin with a character I only get this msg "Cannot load character on login" and this error msg: [15:14:39.464] mysql_real_query(): SELECT `id`, `account_id`, `group_id`, `world_id`, `sex`, `vocation`, `experience`, `level`, `maglevel`...
  4. ohman

    Lua onUse, summon monsters, 5 min exhaust.

    Thanks! It works good :) I changed it a bit and added some extra stuff. The monster now removes after 20 minutes. And I added a message if you cant use it. local name = "Fury of the Emperor" local timeToUse = 1200 local pos = {x = 33055, y = 31116, z = 15} local lastTime = 0 -- Ignore this...
  5. ohman

    Lua onUse, summon monsters, 5 min exhaust.

    Hi! I want a script that summons x monster if I use a item (a statue). You should only be able to do this every 5 minutes. If someone know how, please post :) Thanks!
  6. ohman

    Lua Need a function that TP all players in x area.

    Hi! Like the topic says. The area is a tower so it should count on all floors. And teleport all players to temple. Thaaanks :)
  7. ohman

    Need professional help with source edits. Read this!

    Hi! We need some professional help with our 8.6 server. We have 2 problems at the moment. Some information about the server: It runs on Linux I have a edited version of 0.3.6 5969 rev. Client 8.6 $$ We can pay for help $$. If someone think they can solve this problem please add me on skype...
  8. ohman

    Lua You get white skull when walking in your own Fire bomb.

    Sorry but I dont understand what you mean. Can you explain better? Or maybe make a full .lua script. Thanks :)
  9. ohman

    Only showing 2 names on deathlist!

    BUMP
  10. ohman

    Only showing 2 names on deathlist!

    Did you solve this? Thanks!
  11. ohman

    Lua You get white skull when walking in your own Fire bomb.

    Hi! Like the topic says :/ How to change this? This is my fire bomb.lua: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITBYFIRE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT...
  12. ohman

    Whats wrong with this function?

    I solved it. Removed this line: doRemoveCondition(cid)
  13. ohman

    Lua War Of Emperium, reward, double exp in 24 hours?

    I know how storage ids work :) http://otland.net/threads/mod-experience-scroll-with-time-expire.147551/ Maybe I just can set that storage id. I'll try! , WILL NOT WORK. Do you think this will work? And have the config for experience scroll in my event config.
  14. ohman

    Lua War Of Emperium, reward, double exp in 24 hours?

    BUMP, anyone know how to make it work? Thanks :) EDIT: Now I got a exp scroll that works like I want to. But I want it to be automatic. Is there a way to make it use the item direcly after they recieve it? Ty
  15. ohman

    Whats wrong with this function?

    What do you mean? If I got the full mod? If so, Yes ofcourse! Sorry! That was not the hole function... I will edit firstpost
  16. ohman

    Whats wrong with this function?

    Hi! I have a funtion in my battle event (mod). function clearTeamEventStorages(cid) if isInRecruitArea(cid) or isInFightArea(cid) then doTeleportThing(cid,getTownTemplePosition(getPlayerTown(cid))) doSendMagicEffect(getThingPos(cid),10) end if isFightOn() then if isJoiner(cid) then if...
  17. ohman

    Lua Error in console (on logout)

    I have a event called Battle event on my server. The event works fine but I got this error msg when a player logout or login. [18:10:42.765] [Error - CreatureScript Interface] [18:10:42.765] domodlib('teamFunctions') [18:10:42.765] function onLogout(cid) [18:10:42.765]...
  18. ohman

    Tutors, "#c* Message"

    What is a flag calculator? Tell me more, haha (;
Back
Top