• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Booker

    Miss System

    Hey thanks for helping out, although it didn't work at all. I changed event type from "OnStatsChange" to "statschange" in .xml cause it was causing errors, now there is none, but the miss spell won't even cast. Nothing appears when i say the words. This is getting complicated o_O
  2. Booker

    Miss System

    Yeah but, the target can still say normal words, although will have a X% chance of not casting the spell when in blind condition
  3. Booker

    Miss System

    Yes. A spell that makes the target blind for x seconds. What is blind? When he tries to cast a spell, he doesn't.
  4. Booker

    Miss System

    BUMP Anybody ?
  5. Booker

    Miss System

    Nope, not working again. If i leave it ">" then it works, although effect never wores off as i said before, all players miss all the time.
  6. Booker

    Miss System

    Now it is like before, i miss all spells and the blind never ends... I don't even need to cast the mud shot, cause the player misses everything from the begginning
  7. Booker

    Miss System

    Player is moving normally. Updated and now not working anymore, no miss o_O Change was => to <= right? It is exactly how you posted, just added the 2 lines to the spell: setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -10, -1...
  8. Booker

    Miss System

    My bad. It is "working" now, although the blind effect never wores off (i can't do damage anymore) plus: the move effect can't be casted when blind, so the player has sure the move missed, can you do that change? Thanks for the help so far and sorry for the newbie skills
  9. Booker

    Miss System

  10. Booker

    Search for a good video editor program which should be free or cost maximum 10 dollar each month

    There is no video editor with "good" and "free/cheap" in the same sentence, that is for sure. Although there are others like camtasia. All depends on what u wanna do with it.
  11. Booker

    Miss System

    No errors, but still not working. "MISS" message doesn't appear and i can cast spells normally without missing :(
  12. Booker

    Miss System

    Done, but now another issue:
  13. Booker

    Miss System

    Okay, think i'm getting it now. What should be my event type in creaturescripts.xml?
  14. Booker

    Miss System

    Can you explain better? :eek: I mean, you are saying the spell needs to give it's target a storage value, that will stand for 5 seconds: setPlayerStorageValue(cid, 22334, os.time() + 1*50*50*2) And this storage will make the player return false on casting a spell?
  15. Booker

    Miss System

    Hi, i'd like to know how can i make spell which makes my target Blind for x seconds. Whats is blind? When the target tries to cast a spell, he doesn't and appears a "miss" message. I have a mud shot spell which leaves the opponent with miss, but dunno how to put this in another spell: Note...
  16. Booker

    Lua needTarget not working!?

    Worked, i'm a real newbie. Thanks Moj ;)
  17. Booker

    Lua needTarget not working!?

    Hi people, idk what is going on, my "needtarget" in spells.xml isn't working: <instant name="Scratch" words="scratch" lvl="1" mana="0" prem="0" range="1" needtarget="1" casterTargetOrDirection="1" blockwalls="1" exhaustion="200" needlearn="0" event="script" value="normal/scratch.lua">...
  18. Booker

    Sliding window

    Guess it is: draggable: false
  19. Booker

    Extended Opcodes (Server Side)

    Server sources.
  20. Booker

    Feature [creatureEvent] onMove very advanced

    TFS 0.4 (8.60) I compiled the sources with no errors, but the scripts just don't do anything. Using the example code from the thread author to disable throwing an item to the ground: Then this in creaturescripts.xml <event type="move" name="GroundThrow" event="script"...
Back
Top