• 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

    Lua How to access ”item” object across events?

    Hey! How do I transfer the object “item” between an onUse action that contains “item” and a modalWindow event? I need to have the ability to remove the used item in the event. Is it possible? Thanks 😊
  2. ohman

    Exp stages both in config.lua and stages.xml - Why?

    Hi! Why does stages.xml exist if the stages are changed in config.lua? Am I missing something?
  3. ohman

    Lua While targetting x monster

    Hello! I'm working on a script to determine if the player is targeting a specific monster. Currently, my script can detect when the attack on a monster begins, but it doesn't recognize when the attack stops. Does anyone have any ideas on how to do this? Thanks in advance! local ec =...
  4. ohman

    Lua doRemoveItem() with stackable items

    Hello! I'm experiencing an issue where the doRemoveItem() function doesn't work properly during an onMoveItem event in certain scenarios. This problem occurs when stackable items are thrown, leading to various unexpected issues. I've attempted to replace doRemoveItem(item.uid) with the...
  5. ohman

    Twitch - stream areas, possible?

    Hi! How can I stream for example thais depot without having a character logged in? or atleast not visible. Is it possible? :) thanks
  6. 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...
  7. 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`...
  8. 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!
  9. 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 :)
  10. 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...
  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?

    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...
  13. 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]...
  14. ohman

    Tutors, "#c* Message"

    Hi! How can I do to make tutors use the "#c*" command? This is my groups.xml <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player"/> <group id="2" name="Tutor" flags="16809984" customFlags="2" access="1"/> <group id="3" name="Senior Tutor" flags="68736352256"...
  15. ohman

    Lua What does this config options do?

    huntingDuration = 60 * 1000 allowFightback = true useFairfightReduction = true optionalWarAttackableAlly = false You know what each of them do? Thanks :)
  16. ohman

    Custom soft boots dont work after relog.

    HI! When a player have the custom soft boots on there feet and relog the boots dont work. They work again if they take them off and put them on again. My item.xml <item id="2358" name="Custom boots"> <attribute key="weight" value="1200" /> <attribute key="slotType"...
  17. ohman

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

    Hi! Is there any way to give double exp in 24h for all winners? Thanks!
  18. ohman

    PZ in party. Source edits?

    Hi! When 2 players in party attack eachother they get PZ locked. Is there any way to fix this? I use 0.3.7 rev 5969 with some custom fixes. Thansks in advance!
  19. ohman

    Lua Battle event. Need help with one bug.

    SOLVED Thanks!!
  20. ohman

    Website. Outfit picture dont work.

    Hi! I got a new cast.php that showes all players that is casting at the moment. The code should show the outfit on the website, but its not working. Here is the cast.php: http://pastebin.com/YbmdXYEm In my characters.php I have this code and its working: In the cast.php I have this: I...
Back
Top