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

    Help with runes problem!

    you mean if the rune has 10 charges and you use it once it takes all 10 and disappears?
  2. E

    How can i make so.....?

    Well the "01:32 You see an item of type 12300, please report it to gamemaster." is your own items.xml so you have to download one that has all of the items named for 8.6 or you have to go in and add them yourself. As far as your items.otb in RME you can open your RME location and copy/paste...
  3. E

    Lua Question about loops

    Is there a way to set it up so it will work like in this pic? I can enter, and it turns the event on and i can leave via portal and it turns event off. But the door wont turn event off (without turning it on first) local t = {} -- table used to store event IDs for each player local mana2 =...
  4. E

    Lua Question about loops

    Thank you, yeah the way i had it was way different because i didn't understand anything about addEvent :( sorry for taking your time like this and thank you so much. Testing it now. edit: It worked, kind of :P. It is doing exactly what the script is telling it to. But it is not exactly what i...
  5. E

    Lua Question about loops

    I tried to do that, since i do not understand it, it is hard to edit it and make it work. Also if i just edit something and don't understand it i won't learn much so i wont know what to do next time i need to use addEvent. I just need a simple explanation i think as i am still reading posts...
  6. E

    Lua Question about loops

    Could someone explain to me how i would use addEvent in this kind of situation? I tried looking online for stuff but i didn't find anything i could use or understood. Any info would be useful. Thank you.
  7. E

    Lua Healing Others

    Okay thank you, i will change the script around and give it a try then.
  8. E

    Lua Question about loops

    Okay after reading it, i am as confused as ever >.< i wish i understood this more, i really do. I get it a bit just don't know how to use it and how it will make a delay. :( god i feel stupid lol. edit:Anything you can tell me that will help understand how to use these? edit: Yeah i just...
  9. E

    Lua Question about loops

    I was just reading about those, i don't quite understand how to do that. Could you give me an example on how it would work with this kind of script? Thank you tho :) now i know i can do it.
  10. E

    Lua Question about loops

    I was wondering how i can add a delay or something to a while or for loop? Using TFS 0.3.6pl1 while (i == 0) do doCreatureAddMana(cid, mana2) doSendAnimatedText(getCreaturePosition(cid), '+'..(mana2), COLOR_BLUE) i = i + 1 This is just a small part of the script, but i would like that...
  11. E

    Lua Healing Others

    How would i use it? Any different then the getCreatureTarget(cid)?
  12. E

    [LUA] Mana while on tile

    I was wondering if someone could make me a script so when a player is standing on a set tile that has an aid of 6400 it gives the person 500 mana and repeats? Or something along those lines, i would prefer to stay away from x, y, z cords but if i cant do it any other way that works. Any help...
  13. E

    Lua Healing Others

    Yeah Znote that is almost the same as what i have :) i just took the first script and changed it a bit. I just didn't know how to get the target, don't know what i didn't think about it i guess.
  14. E

    Lua Healing Others

    it was a weapon script i wanted, but i think i have it figured out. I just changed his script and made it the way i wanted it. Thank you anyways.
  15. E

    Lua Healing Others

    Thank you, but if i am not mistaken wont this heal the attacker not the person being attacked? But with this, i can probably make what i need. I thank you :D
  16. E

    Lua Healing Others

    I have a simple question about doCreatureAddHealth(cid, health) Is there a way to set it up so when i attack anything it heals the thing i attack? If so can someone give me an example or something? Any help would be great. I am using TFS 0.3.6pl1
  17. E

    [weapons] Wand of Life

    Will this work with TFS 0.2.10?
  18. E

    Working Upgrade System

    Oh? So far it is one of the better servers i have found. But i am a mapper my roommate is the scripter. Hes just taking a break and being lazy. Then should i ask you, can Mocks upgrade system be used on the server? If so, can you give me a hand and point out what i am doing wrong? Also...
  19. E

    Working Upgrade System

    Is it 0.3.6? On the forum is said 0.6.3 xD but yes
  20. E

    Working Upgrade System

    I guess i could try that. Damn i was hoping it was something simple or stupid i didn't do or add. Thank you.
Back
Top