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

    Game map instances?

    I was wondering about something like random instances, for special events, quests and so on. I have an idea how to "simulate" such things. For example I can create small part of map, which take only one level, and copy-paste it on all 15 levels. On need, I'd just teleport player to a random one...
  2. K

    Lua Function "onEquip" launches twice, how to fix that?

    Good morning. I faced problem like in a thread title. Anyone can help me? function onEquip(cid, item, slot) print("Picked item: " .. getItemName(item.uid)) return true end Gives in logs: Picked item: "item name" Picked item: "item name" I did the same function for deEquip, and...
  3. K

    Battle Stance / Combat Mode

    I have a question: How can I get "Combat Mode" of player? I mean this green/yellow/red swords in right-top corner of game. Something like: getPlayerCombatMode(cid) << returns 1, 2, 3 doesn't exist in my: "cryingdamson 0.3.6 (8.60) V7". It would be VERY useful to get it. Any ideas? Noone?
  4. K

    Lua [Question] How to make dialog button?

    Hello! At the beginning, I'm sorry for my not perfect english, and if it's not the proper part of forum, please, move it where should be this post. :$ I have an idea of NPC-System, but... Is there any way, to force player open container? I want to create "bag" with buttons, where player...
  5. K

    Additional script to raid?

    Hello. I was looking for anything on whole Google, and nothing, so I decided to create this thread. If anyone have any information how to do this, please, share his knowledge. I have created small raid with rats: raids.xml <?xml version="1.0" encoding="UTF-8"?> <raids> <raid name="Rats"...
Back
Top