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

    Walking through players

    Hi, Im pretty sure it requires source edit but ill give it a shot. Is there a way to cancel ALL restrictions of players walking through each other? I want all players to be able to walk through in dp, outside dp, in pvp, everything. Basically in short, i want to cancel traps. Is this...
  2. MarkSmartRemark

    onKill storage value question!

    Solved! thanks alot andu once again!
  3. MarkSmartRemark

    onKill storage value question!

    @andu hey bro, it works like i said earlier, i just tried this again but once i get the kill, i can use it as many times as i want for the 20 seconds.. i want it to only be usable ONE time after i get the kill.. you get me? right now i can use as many times, and when the 20 seconds pass i cant...
  4. MarkSmartRemark

    Help with Challenge Spell (exeta res)

    thanks alot! appreciate it. i thought it can be done from the spell itself but this will do heh :p
  5. MarkSmartRemark

    Spell (WoW) Teleport to Temple spell with cast time and cooldown!

    Hi guys, Theres alot of teleport/createportal scripts out there that do cool things but im practicing scripting some WoW-like spells and tried to come up w something that i havent seen yet w help from andu. What it does is the following -When player casts spell he begins to cast and channel...
  6. MarkSmartRemark

    Help with Challenge Spell (exeta res)

    Hiho, Is there any way to set the challenge spell for X seconds? like if i use exeta res the monster stays attacking me for 10 seconds lets say?
  7. MarkSmartRemark

    onKill storage value question!

    Im gonna give it a try, still a bit new to this :p thanks for the help ill let you know if it worked EDIT: Ok i got to this but couldnt fix it to do what i wanted heh.. Spell Code function onCastSpell(cid, var) if (getPlayerStorageValue(cid, 6969) < os.time()) and (getPlayerStorageValue(cid...
  8. MarkSmartRemark

    onKill storage value question!

    Ok, up until this part its worked perfectly! i have something else id like to add now.. Right now, when player kills a monster, he has 20 seconds to use BUT he can use this spell more then once in those 20 seconds.. I want to make it so he can use only ONE time after he kills a monster in...
  9. MarkSmartRemark

    onKill storage value question!

    thanks! will try it out.
  10. MarkSmartRemark

    onKill storage value question!

    ok gotchaa, so i make a script on creaturescript that sets a specific storage value onKill and in spell i would add the second part you gave me correct? EDIT: @andu by the way thanks alot dude, youre a great help.
  11. MarkSmartRemark

    onKill storage value question!

    Hey, just wondering.. is there a way to set a storage value for a player thats killed a monster but only for 20 seconds? example I kill any monster> for 20 seconds after kill i have storage 9999> after 20 seconds it goes away I kill another monster> same storage value again for 20 sec.. ^^ I...
  12. MarkSmartRemark

    Knight Spells Formula

    @andu hey, thanks for looking into it.. its giving me the same error though, i switched it to your formula. still doesnt recognize getItemAttack : / @Syryniss This worked! i tested by changing weapons and trying it out with chars that have diff skills and the damage was always grabbed from...
  13. MarkSmartRemark

    Knight Spells Formula

    Hi, Im using 8.6 (tfs 0.3.6) I need help understanding the formula for knight spells. I understand how they work now but i want to know if theres a way to change it. heres an example of what im trying to do.. I want the damage be ONLY based on the players weapon attack, and the rest of the...
  14. MarkSmartRemark

    Action Moving Boat

    Just saw this, this is dope. will definitely use
  15. MarkSmartRemark

    regain health/mana spell

    how often do you want it to heal? just one time or a couple times? and do you want a set mana amount or by %? give some more details please :p
  16. MarkSmartRemark

    [Request] Special Food Spell

    ohh dont worry, that was just to test some things for obsdark, i already made the working script, im adding a few features to it and im gonna repost in spells for people to use..ill give credits to you guys.. spell is looking nice
  17. MarkSmartRemark

    CreatureEvent Party Loot Share

    yeaa i just got back recently, i was out for a good 2-3 years.. its gotten smaller here but theres still alotta familiar faces! and otfans is down haha couple things changed but yea, im back so ill try my best to help out anytime i can since im not a pro scripter yet lolol and make my little...
  18. MarkSmartRemark

    [Request] Special Food Spell

    the first 2 codes gave me no error but kept adding 20 each time >.< and the second part gave me all this [20/02/2014 23:42:52] [Error - Spell Interface] [20/02/2014 23:42:52] data/spells/scripts/Mage/New/Conjure Refreshment Table.lua [20/02/2014 23:42:52] Description: [20/02/2014 23:42:52]...
  19. MarkSmartRemark

    CreatureEvent Party Loot Share

    the "single item" loot just gave it to any random player in the party.. i was using 3 people heh
  20. MarkSmartRemark

    CreatureEvent Party Loot Share

    i didnt pay attention to who got the "single" loot every time.. its probably random but ill give it a couple tries later. Im working on this other script real quick and ill get to doing that.. no matter what the outcome is, either way its a good script haha, if its random then its fun cause its...
Back
Top