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

    onKill help.

    So this script should give a storage value when you kill a monster, but nothing happens. I've put the name of the event in login.lua but nothing. And I get no errors. function onKill(cid, target, lastHit) if getCreatureName(target) == "Test Monster" then if isPlayer(target) then...
  2. N

    doSendAnimatedText on a itemID.

    As the title says ; I need a script that doSendAnimatedText every 5 second on a certain itemID. Is this possible?
  3. N

    Non-pushalbe npc?

    How do I make an npc "unpushable"?
  4. N

    Talkaction -.-

    What's wrong with this script? function onSay(cid, words, param) if(param == "Dear God") then if(getPlayerStorageValue(20101, 1) == false) then if(getPlayerPosition(cid) == {x = 1000, y = 993, z = 6}) then doPlayerSendTextMessage(cid, TALKTYPE_ORANGE_1, "An angel...
  5. N

    Need help with two spells!

    I wanna request 2 spells the first makes you immune to all dmg for 20 sec. the second is like /ghost but for players and lasts for 20 sec too Hope you can help I rep+ Edit: I request one more : When player cast this spell all players that are on screen lose 100 mana and the one that...
  6. N

    Soul?

    Where do i change settings for soul like: Maximum amount of soul. Disable to get soul by killing monsters. Get 1 soul point every minute. Please help I rep++ ^_^
  7. N

    Cancel target spell?

    If a player cast a spell a things that have target on him cancel. Is this possible?
  8. N

    Global storage

    Oki i want this: If global storage = x then do telport all player with storagevalue z to 1000,1000,7 and telport all player with storage value y to 2000,2000,7 And if global storage = y then do telport all player with storagevalue y to 1000,1000,7 and telport all player with storage...
  9. N

    Help with alternate time

    Hey. I need help with this I'll give you an example. 1. player 1 walk in a tp and get x storagevalue 2. player 2 walk in the same tp and get y storagevalue 3. player 3 walk in the same tp and get x storagevalue 2. player 4 walk in the same tp and get y storagevalue Etc.....
  10. N

    Timer help

    Can someone help me with if you use a switch you can not use it in the next 10 minutes? I REP+ :p
  11. N

    Reload actions!

    Is it possible to only reload one action script instead of all?
  12. N

    Script works but not as i want!

    Oki you may have seen my thread "Need help with reward". So I didn't got the problem solved (Nice try Icy). So i decided to try it on my own. The script give you a reward when you are alone in an area. So this is my script: Globalevents.xml: <globalevent name="LMS" interval="1"...
  13. N

    Help with reward!

    Oki. I need a script that give you an item when you're the only one left in last man standing. (Hope you know what I mean otherwise ask).
  14. N

    Need help

    Well I've tried to search for this but i can't find it. Well just and easy script each hour a tp apears and after 2 minutes it dissapears. Hope you can help. Sry I no it's like 10 threads about this but i can't fins them :/
  15. N

    Inq portal problem

    Okey this script works fine until the tp should dissapear: function onDeath(cid, corpse, killer) registerCreatureEvent(cid, "inquisitionPortals") local creaturename = getCreatureName(cid) --- positions where the teleports will be created: local ushuriel_in_position = {x=969, y=237...
  16. N

    Help me! (Annih)

    When i use this script the server crash. function onUse(cid, item, frompos, item2, topos) if item.uid == 7100 then if item.itemid == 1946 then player1pos = {x=982, y=1526, z=8, stackpos=253} player1 = getThingfromPos(player1pos) player2pos = {x=981, y=1526, z=8, stackpos=253}...
  17. N

    Help with addon script!

    Can someone help me (if it's possible) to make if u got for example 5 addons u can pass a door? :confused:
Back
Top