• 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. Zuma Master

    monsters

    You must place a spawn, then add the monster on any square inside of the spawn that you just created. (Note: No monsters may be added to a protection zone tile. You must first place the monster, then make the ground under him a protection zone in case you want to have a protection zone there.)
  2. Zuma Master

    Random Spawn Area

    Something like this should be available in the already-released Masiyah.se datapack... It has a boss arena in there, you should use it and learn how to edit it.
  3. Zuma Master

    Wellington, New Zealand Earthquake's 2013

    Haha! It actually worked! But anyways, (enough joking already) Good luck with the earthquakes! (pls survive i like your mapping)
  4. Zuma Master

    Wellington, New Zealand Earthquake's 2013

    It's a joke you blind moderator -_- j/k
  5. Zuma Master

    Wellington, New Zealand Earthquake's 2013

    nooooo I don't want OtLand to lose it's next potential global moderator >_< Don't let stupid underground boulder infractions keel youu! But all jokes aside, Stay strong and stay safe! (and no I didn't mean to make it look like a condom commercial, LOL) EDIT: I just looked back at my post, and...
  6. Zuma Master

    onLogout reset frags [help please]

    Nice 2 year necro. And the OP wanted it to be on logging out, thus your post is pointless.
  7. Zuma Master

    [Official OtLand Mapping Contest] July - Arena

    I LOVED number 1. The exterior looks AMAZING. The way he/she/it used the archways made my mind go BOOM. The interior is pretty good too. EDIT: It seems like it was based on the Arena scene from "The Gladiator". (In a good way) Nice job, whoever made that.
  8. Zuma Master

    Lua Character Level Set

    Right now, I am thinking of a way to do this but it would force-kick the player when he steps on the second tile.
  9. Zuma Master

    edit prestige sys

    That is in a different script. (promotion.lua) Copy that script here please. And this is your request about editing the percentage. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local t = {} function...
  10. Zuma Master

    [USA] Pandera Custom 7.72 PVP-E/RPG

    @Pepee321... Let me just tell you one thing: No server is capable of completely preventing botting*. It's simply pointless to attempt to. *It's possible to stop AFK botters, but players that are using bots while they are playing are impossible to stop unless identified by a GM.
  11. Zuma Master

    Lua War system. Money disappear and days stays at 3.

    function getPayment(t) local payment = tonumber(t[4]) if(payment ~= nil) then payment = math.max(1, math.min(1000000000, payment)) else payment = 0 end return payment end function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(not guild or...
  12. Zuma Master

    Buying [script] if you need put itens on ground, ask password

    I was thinking onMove() or onDeEquip(), yes. Why not LUA? What will C++ offer you in replace of the LUA script? I'm pretty sure I can script it in LUA bug free. (ofcourse with some additions in sources like the onMove() function)
  13. Zuma Master

    Why is TFS 0.4 for premium only if?

    Hmmm, I have never tested it personally, as I've said before, people say it's more effecient or stable or something like that :). I keep to my TFS_03. I probably wont be changing untill I feel it's too unstable.
  14. Zuma Master

    Buying [script] if you need put itens on ground, ask password

    It should be pretty simple :) I would have helped you (without any money) if I had time, but I honestly don't. I can give guidelines to help anyone who wants to script this, as long as he will release it for free.
  15. Zuma Master

    Why is TFS 0.4 for premium only if?

    0.2 is (according to what i read) A LOT better than TFS_03 in terms of stability. AFAIK 1.0 is a project of making 0.3 as stable as 0.2. (or making 0.2 compatible with all the functions available in 0.3)
  16. Zuma Master

    Solved Nobody can enter to my web:(

    You must open port 80.
  17. Zuma Master

    Stone tile + lever combo

    1st question :- onEvent: doSetItemAttribute(item.uid, "aid", value) 2nd question :- onEvent: doRemoveItem(item.uid) 3rd question :- onUse() > doSetItemAttribute(doPlayerAddItem(cid, itemid).uid, "aid", value) No time to do this for you, sorry, but someone can help.
  18. Zuma Master

    [USA] Pandera Custom 7.72 PVP-E/RPG

    Well? When is the server launching?
  19. Zuma Master

    Lua a bit silly question about npcs

    It's (fairly) simple. (Note: I got no idea if it's doable otherwise) You will probably be best off making an internally opened box for the npc to stay inside, on each tile you put an actionid, and then you make an onStepIn() event that checks the creature's name, if it's equal to the NPC, it...
  20. Zuma Master

    Complaint Does anybody check the reported posts?

    Doesn't what Peroxide said means that Otland is in need of more moderators? It sounded like that to me. Edit Maybe people who live in different timezones?
Back
Top