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

    Tile Anti Mob

    well i just made a script that if a monster step in a tile it teleports it to the last position (thats why i called it tile anti mob) but it seems to dont be teleporting the mobs to their last pos can someone tell me how to fix it? heres the script: tileantimob.lua function onStepIn(cid, item...
  2. donacool

    Compiling How to make a TFS 0.3.6pl1 8.62?

    Hello otlanders! well i was wondering if someone can tell me how to make a 8.62 tfs 0.3.6pl1 server. i know its a very extended answer.but before otland upgraded to the new view of the forum i haved a guide on how to patch to 6.0 and it was very cool and it expained how to make the...
  3. donacool

    Lua TFS 8.62 group problem

    Hello otlanders! Well, i got a big problem, i only have 3 groups in the dtb and it only let me be senior tutor or i dont know why it doesnt let me do commands. can someone help me!
  4. donacool

    Lua Monsters without loot

    Hello Otlanders! well, i am having a big bug; the monsters are not giving loot, can someone tell me how do i fix this? the monsters files are like this: <?xml version="1.0" encoding="UTF-8"?> <monster name="Rat" nameDescription="a rat" race="blood" experience="5" speed="134"...
  5. donacool

    Party exp share

    Hello otlanders! well i got a problem, when a group of players is in a party only the killer gets exp. how do i make everyone gets exp?
  6. donacool

    Lua Item loss on death

    Hello otlanders! Well, i got a problem cuz i dont know how to change if the players lose their items or not when they die. can someone tell me how to change it so no one loses their this on death? i gill rep++
  7. donacool

    onKill

    i need a script that if: someone that haves a storage value of 1 and gets killed by someone that haves a storage value of 2 its says with animated text "Blue Kill!" in color blue. but if: someone that haves a storage value of 2 and gets killed bye someone that haves a storage value of 1 its...
  8. donacool

    Team Shadow Ot

    A Spriter that is good drawing! A Mapper very creative! A Hoster that is on 24/7! A Web Designer! If you want some of these jobs please send me a pm with these these: Years doing the job. Age. Language. How much you want as payment. Information: Server Version:8.54(until tfs 8.60...
  9. donacool

    multi vocation change

    i made a script that when you get certain levels: function onAdvance(cid, skill, oldLevel, newLevel) local normal = 1 local leutnant = 2 local elite = 3 local captain = 4 local coronel = 5 local war master = 6 local war assasin = 7 local war legend = 8 local war king = 9 local war...
  10. donacool

    Spell Multi wave

    hello every one! well i need a spells that has multi waves; yes multi waves like: 00100 01210 00100 and then 00100 00100 11211 00100 00100 and then it returns: 00100 01210 00100 someone can make one so i can edit it and make different waves?
  11. donacool

    Akatsuki Soul Server

    stop copying to the akatsuki soul server. that its closed doesnt means you can copy toby. they will open again so dont request their scripts or anything of akatsuki soul server
  12. donacool

    Auto Vocation Change At Level 200

    hey i maked this script so when you get at level 200 you vocation get changed. but when i tested it the server tells me that ")" is expected near shadow. how do i fix this? function onAdvance(cid,skill, oldLevel, newLvel) if isPlayer(cid) and getPlayerLevel(cid) == 200 then if...
  13. donacool

    Color Numbers

    hi all! i need something that can be a good apport. because when i try to make an animated text of a color i dont know the number. so can someone post a table or something that indicates the color and its number. i will give rep++
  14. donacool

    fromPos

    hey everyone this is a script that i made that if you are level 100+ you can pass but if you are lower you can pass replace 474 for the tile id replace 1125 for the uid of the tile(you should add it in the map) replace 100 for the level you want for the required level local tileid =...
  15. donacool

    Talking tile

    hey dudes i need a script that makes that a special tile with a unique id that says "Up!" and please tell me hopw do i put it in the .xml file and if is a action script, movement, etc i will give rep++
  16. donacool

    math.random

    can someone tell me how do i use a math.random but that it only be 1 to 2 like fisrt 1 then 2 then 1 then 2 then 1 then 2
  17. donacool

    Scripting

    hello otlanders i just got an issue with a script the server is tfs compiled with warsystem 8.54. i have it added in xml and the code in lua. heres the code of my script local toPos = {x = 35000, y = 35000, z = 6} function onStepIn(cid, item, position, lastPosition, fromPosition...
  18. donacool

    Mapper Need a mapper i will pay 25%

    hello mappers i am making an ot and i have all the team im the mapper and the scripter but i dont know how to make towns so i need a experienced mapper that sends me a pm with the following: age: years mapping: name: email: I WILL PAY REAL MONEY (30% of donations) OT SERV FULL OF SCRIPTS
  19. donacool

    Help!!!!!!!!!!!

    in my ot when someone puts an item on the depot every one can see it! how do i fix this? note:my server is 8.54 with compiled with war system
  20. donacool

    i need to compile?

    when i add a script in movements and creature scripts i need to compile?:huh::huh::huh:
Back
Top