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

    Lua Mc characters with access < 3

    Okay, so i want this script to not show any sign of a GM multi-clienting. I added if getPlayerAccess(pid) < 3 then but it still shows the normal character that the GM is Multiclienting with. Example - 12:55 2 players with IP address ( 000000000 / 00.0.0.00 ): 12:55 GMs Normal Character...
  2. S

    Map debug (certain areas)

    After i did a small map update, various places on the map started to give players a debug, and it wouldn't allow them to log back in after! :/ I checked the place on the map editor, there are no strange itemids so i don't know why they are giving bugs, also these places worked before! Any...
  3. S

    Lua Creaturescript

    Deleted.
  4. S

    Lua onThink script

    function onThink(interval, lastExecution) function winners(cid) for _, pid in ipairs(getPlayersOnline()) do if isInArea(getPlayerPosition(pid), War.fromPos, War.toPos) then doTeleportThing(pid, War.rewardRoom, false) end end end local War = { fromPos={x=638, y=711, z=7, stackpos=253}...
  5. S

    Lua Death Bug

    A week or so ago, i had a death bug where they were resetted back to level 1. Which was fixed. I updated the loss_experience to 100 and removed the lessloss="30" in vocation.xml But i wan't to make it so that when they have the promotion, it reduces the amount of levels they loose when they...
  6. S

    Lua Creature not found

    Hi, im getting this error when i load my server up with this talkaction --- Config --- local getdwarf = getPlayerStorageValue(cid, 3000) local getdragon = getPlayerStorageValue(cid, 3001) local getdemodras = getPlayerStorageValue(cid, 3002) local getwyrm = getPlayerStorageValue(cid...
  7. S

    Lua Unjust Kills Frag Count

    Hi, When players on my server kill eachother, the frags are not adding up. so if they say !frags it just stays at 0. What could the problem be?
  8. S

    Lua When they die back to level 1

    When my characters are above like level 500+ if they die they seem to revert back to level 1. How do i fix that?
  9. S

    Windows Sha1 created by MAAC but plain created by server

    Ok, you may think this is nooby or whatever but.. When i create a account on modern aac, it gives the account in a sha1 hash code. In my config.lua i have passwordType = "sha1" Initially, the account manager had the password in plain "1". I could log on the server and create an account...
  10. S

    Team Vulera.com RL RPG

    Vulera.com Looking for: This OT has been in Beta for around 5 days. We are trying to Fix as many Bugs as possible before we open up the server. I have fixed many Qeust bugs already. and i shall be creating some Qeusts also some RL Qeusts. I do not Spend much of my time here at OTland. So do...
  11. S

    Lua Condition_pz ????

    Hello, ive made my own teleport scroll and i want it too check for PZ, i heard about CONDTION_PZ but its not in my global.lua o.O right now im using CONDTION_INFIGHT which checks for battle sign which is annoying any1 kno if it exists??? if so what should i add in my global.lua
  12. S

    [help] pz teleport

    well 1 was making this script that teleports u to temple if u have a scroll aso checks for pz but it just dont seem to work local telePos = {x=343, y=945, z=7} function onUse(cid, item, frompos, item2, topos) ppos = getPlayerPosition(cid) if getCreatureCondition(cid...
  13. S

    Outfits qeust

    ok well, in outfits.xml is this for males/females: <!-- Female outfits --> <outfit type="0" looktype="136" addons="0" name="Citizen" premium="0"/> <outfit type="0" looktype="137" addons="0" name="Hunter" premium="0"/> <outfit type="0" looktype="138" addons="0" name="Mage" premium="0"/>...
  14. S

    /pvp for tfs

    hi, im hosting a tfs server (console) not GUI and there is no command for /pvp ingame i kno this sounds nooby but i rly need it... is there a way to make /pvp with a talkaction script or is it already in tfs sources?
  15. S

    /pvp for tfs

    hi, im hosting a tfs server (console) not GUI and there is no command for /pvp ingame i kno this sounds nooby but i rly need it... is there a way to make /pvp with a talkaction script or is it already in tfs sources?
  16. S

    [requets] /stuck

    Heya , i was wondering if there was a script like if a player got stuck he would type !stuck and it would say please wait 3 minutes until u get teleported to temple is it possible?? also can it say make it check for skull and pz?
  17. S

    Programmer [SPRITER - C++] needed!

    hello, i have a server called NiTrOs OT hosted in the UK it is a tfs based server (with a nicely made AAC) check out http://nitroo.no-ip.org Spriters----0/1 C++ coder needed---0/1 this server is already hosted and is very customised 100% custom map (not edited) 15x exp 30x skills 10x mana 5x...
  18. S

    Action Script for Qeust

    i made this script which is custom in my ot but i wanted to know how to make the monsters die if the players die too :confused: -- Killa Qeust Scripted by NiTrO. -- -- Variables used: -- -- player?pos = The position of the players before teleport. -- player? = Get the thing from...
  19. S

    Npc Saver

    hello, since tfs only saves 1 time a day that means if im not around and it crashes sometimes people lose 10lvls so is there any npc that saves every 5-10mins ive seen some but they are confusing and the 1 i have already doesnt even save it
  20. S

    [England] Dedicated 8.1 server 15x

    new ot check out http://nitroo.no-ip.org port: 7171 it is: Exp Rate: 15 Skill Rate: 40 Magic Rate: 10 Loot Rate: 5 FAST ATK SAY !HELP and !SELL when u get online!!!!!!!! 100% custom mapped (not nooby edited map) alot of features made by me !buyuh, !buysd, all on website custom...
Back
Top