• 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

    Leveling by walking

    @UpInSmoke, I have never used it that way. Perhaps it works both ways. I'm sure it does with my own way. @Landera, I can change the script so that it would paralyze the player again if he casts anything. *EDIT-1*: Already did that. Go try it.
  2. Zuma Master

    Leveling by walking

    Try the movement script again, I'll think of a solution for the second script while you do that.
  3. Zuma Master

    Leveling by walking

    No, that is a script I wrote by my own hands for my server, Vorania.High~Exp... Why would I steal such an entry-level script anyway?
  4. Zuma Master

    Leveling by walking

    First of all, remove all the scripts that you have used in this post, read the notes, and then follow the steps. Notes: 1: When I say "datapack", I'm referring to your "data" folder. 2: Make sure to read the notes that I left for you inside of the scripts. First step: (the paralyze) 1- Go to...
  5. Zuma Master

    Leveling by walking

    An even better solution would be addEvent. You would not need to use a second event function. I'm talking about what your script would do. You are offering a faulty script to the OP, and I'm simply dissecting it. I definitely know what can and cannot be done to revert such a fault in your...
  6. Zuma Master

    Leveling by walking

    Then my work is needed. Come back after an hour, I should be done by then. EDIT: @tetra20, That will not work. It should be like this: doPlayerUnlearnInstantSpell(cid, "Strong Haste") <--- For utani gran hur. And even then, it will remove the usage of the spell forever.
  7. Zuma Master

    Leveling by walking

    @tetra20, I am sure this is not the place to have such a conversation. Feel free to private message me if you wish.
  8. Zuma Master

    Leveling by walking

    There would be no need to. You should simply make a movement script for the paralyzing part, and a creaturescript for disabling spells inside a certain area. I can do this if the OP desires so. I currently have free time. *EDIT-1*: There would probably be no need to do a source edit either...
  9. Zuma Master

    Leveling by walking

    Quoted from a previous post by the OP. It clearly states he does not want people to be able to cast ANY spell inside the specified area.
  10. Zuma Master

    Leveling by walking

    No. Your script will not disable the usage of spells inside the specified area. Your script should paralyze a player when he casts a spell. AFAIK, that wasn't what the OP wanted.
  11. Zuma Master

    Leveling by walking

    In case tetra20's script does not work, I can rewrite a new script for you. I need you to tell me what you want the script to do. AFAIK, you just want spells to not be usable in a specific area, correct?
  12. Zuma Master

    Leveling by walking

    Well... There is another way... You'd have to edit every single spell script though x_x. Or you can just dive into the sources. It's your choice, to be honest, your the one who will be doing the work, not me.
  13. Zuma Master

    Leveling by walking

    function onCast(cid, target) local from,to = {x=462, y=216, z=3},{x=563, y=282, z=3} if isPlayer(cid) then doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) doPlayerSendCancel(cid,"You are not allowed to use spells in this area.") return not...
  14. Zuma Master

    Lua health based attack [Request]

    A- Command to tell you how many rebirths you have. If you type it like this '!rebirths', the script will tell you your own rebirths, if you type it like this '!rebirths Gandalf', the script will tell you how many rebirths has 'Gandalf' done. 1: Go to datapack/talkactions/talkactions.xml, and...
  15. Zuma Master

    (VOTE) Which internet browser best!

    Firefox runs best on my PC. It is an EXTREMELY customizable browser, and it is also pretty fast (on a decent system). Although I believe it's security could be improved, but that's my least concern.
  16. Zuma Master

    Build me a custom gaming PC OtLander's!

    That should run like a real beast, Pero, If anything is bottlenecking that pc, it is most likely the GFX card. I'd look for an upgrade within a year or so.
  17. Zuma Master

    Build me a custom gaming PC OtLander's!

    Congratulations! Now "compile" everything together and tell us how it went! (pun intended) Good luck!
  18. Zuma Master

    Lua Problem with spell

    That should be against OtLand rules, am I mistaken?
  19. Zuma Master

    Lua Problem with spell

    How do you have TFS 0.4? It is only available via the private Subversion, which is accessible only by being a premium OtLand member.
  20. Zuma Master

    Closed!

    Did he provide any reason? Even if it doesn't sound rational?
Back
Top