• 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!

Recent content by tobias89

  1. tobias89

    doPlayerAddExperience

    if item.itemid == 2686 then doCreatureSay(cid,"100 EXP GRANTED!", TALKTYPE_ORANGE_1) doRemoveItem(item.uid, 1) doPlayerAddExperience(cid,100) return true end ive done it. but it wont give me exp, only my 100 exp granted shows up :D
  2. tobias89

    doPlayerAddExperience

    Does doPlayerAddExperience still work in 8.7? Can't get it to work.. :ninja:!
  3. tobias89

    Npc help!

    I've seen it on another server
  4. tobias89

    Npc help!

    How can i make a NPC walk through any character? canWalkthrough is not what im looking for. its only so that the NPCs can walk through players.
  5. tobias89

    [npc] pet system!! Need some help with this mess!

    I came across this script on the interwebs! but i can't get it fully to work. It needs: IT WONT ATTACK ON SPEC!! BIG PROBLEM!! A better teleporter system. (Follow) Make it so that its allways under you when you are PKing hunting. Oh and when you log of, it should go to its NPC pos...
  6. tobias89

    Closed my thread coz Cykotitan said sooo!

    Closed my thread coz Cykotitan said sooo!
  7. tobias89

    [Script] Help

    Need some help with a simple TP script. local seconds = 60 local monsterName = "Demon" local monsterPos = {x=648, y=607, z=3} local config = { level = 100, storage = 19044, entry = { {x = 604, y = 607, z = 3}, {x = 604, y = 608, z = 3}, {x = 604, y = 609, z = 3} }...
  8. tobias89

    Action Mock Train system V 1.0

    Very Nice! Im gonna test it right away!
  9. tobias89

    Anti paralyze spell/rune

    Thank you :=)
  10. tobias89

    Anti paralyze spell/rune

    Thanks, but is it possible to make it so You wont get paralyzed for like 30 sec after using the rune? and maybe make it so its not possible to do the rune/spell for 1 min ?
  11. tobias89

    Anti paralyze spell/rune

    Does anyone have a anti paralyze rune or spell that they might share with me ? :) il REP you OFC!! ++++
  12. tobias89

    Knight spell request

    Cos ive made it. and i forgott about my request ^^ Sorry :P
  13. tobias89

    [Spell] Help

    no it dosent, it if i loose hp,i cant help myself you to 1500 agian.
  14. tobias89

    [Spell] Help

    This is what I need: A spell that gives you 1000 HP more then your corrent HP. (Lets say I got 500.. that means when I take the spell it will give me 1500 HP for 3 min. This also means that If I loose HP while I used the spell. I can heal up to 1500, intil the spell goes out.
  15. tobias89

    [Spell] Help

    Works, but after i loose the HP, it goes back to its normal HP.
Back
Top