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

    [MySQL] Seriuos problem please help me.

    Im having a seriuos problem with MySQL. I opened a server a week ago with PHPMyAdmin 2.11.4 and only yesterday i found it it cause bugs and downloaded the newest version of PMA. Before i downloaded the newest version, i couldnt turn pages in the table players and everytime i did, it goes...
  2. G

    [MySQL] Weird problem with the players

    Hi, I have a problem with MySQL, everytime i go to the table "players" i see only 10 players and i have like 200 players in my server. now when i change a page it going back to Structre (spelling?) and i get this msg: MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0003...
  3. G

    [MySQL] items.sql has crashed...

    Hi, I think i have a aserious problem here =/. I made a server a week ago and today every player that login lose all his items! and i see this msg in my restarter pic: Is it seriuos? i have to reset chars =/? btw i made a backup 1 day before so if i can use it please tell me. Hope to fix...
  4. G

    [Problem] Npc sells premiums for free.

    Hello, I tried this script for my server. I am using FerOts XML and this distro use Jiddo Noc System, anyway im using thi script: local focus = 0 local talk_start = 0 local target = 0 local days = 0 function onThingMove(creature, thing, oldpos, oldstackpos) end function...
  5. G

    [Help] Death list in TFS

    Hello im using TFS and Nicaw AAC and i dont how to add death list =/. its not working for me please tell me what i need to do. P.S. i know its something with the creature scripts.
  6. G

    Server save in TFS and Spears bug =/

    Hello, i wanted to ask how to use !save and how i will know if it worked. i need to say !save "5 then it saves after 5 minutes? or save every 5 minutes? also i wanted to ask if i need to change something in save.lua. Spears: The spears is breaking way too fast there is any way to fix it?
  7. G

    [Help] I got problem with quest door script.

    I did everything ok and i get error :blink: Script: function onUse(cid, item, frompos, item2, topos) local queststatus = getPlayerStorageValue(cid,1234561) local queststatus2 = getPlayerStorageValue(cid,1234562) local queststatus3 = getPlayerStorageValue(cid,1234563) local queststatus4...
  8. G

    [Help] Quest door script.

    Since no one helps on LUA&XML section i decided to try here.. I've found a cool evulotions script but i got problem with it on TFS. I got something wrong with a door script and dont know what is it :S script: --Action by Wallaby- baseado na Porta do postman by eu mesmo.. action que foi...
  9. G

    [Request] Trainers area with time limit

    Since my players dont stop bot and im not always there to stop them then i tough if there is a possibale script that can take time limit for the training area.. I tough about NPC that you need to pay him 1k for 1 hour(for exmple) If you guys can make it it will be awsome xD
  10. G

    [Request] Real DHQ script and Teddy bear Present in anhi.

    Hello, if someone can make the real DHQ script it would be cool xP if you dont know what i mean then the script sould be like that: when u switch the DHQ lever then the stone disappear and the teleport out of DHQ is disappearing too. and when switch it back they both back. And about the...
  11. G

    I got something wrong with a script and...

    I've found a cool evulotions script but i got problem with it on TFS. I got something wrong with a door script and dont know what is it :S script: --Action by Wallaby- baseado na Porta do postman by eu mesmo.. action que foi baseada na lvl door -- quando for por no mapa, em propriedades...
  12. G

    [Help] Level door script

    Since i havent figured out how to add a lvl door in TFS i tried to add this script and nothing happen :S script: -- level doors based on actionId -- to make door for level x create door on map and set its actionid to x+1000 function onUse(cid, item, frompos, item2, topos) reqlevel =...
  13. G

    [Help] Scripts problem.

    Hello, i have found a poi script for the seals. script: function onStepIn(cid, item, pos) if item.uid == 10001 then if getPlayerStorageValue(cid,1234561) == -1 then setPlayerStorageValue(cid,1234561,1)...
  14. G

    Movements bug on TFS.

    hello iv'e made a tp scirpt and i dont get what's wrong :/ In movements: <movevent event="StepIn" uniqueid="3233" script="telefi.lua" /> Script: function onStepIn(cid, item, frompos, item2, topos) playerpos = getPlayerPosition(cid) novapos = {x=2241, y=2027, z=8} if item.uid ==...
  15. G

    [Help] Manage the players in Sql

    Iv'e created my database and i created my player in the game. now where i can edit/manage him? i couldnt find him in the Players Table on the database and the account either.. When im entering my players table i only see: id name gruop_id accound_id etc.. and its all look like the...
  16. G

    [Help] I got bug when trying import to the database..

    Hello, I am new in TFS nor SQL and all that database thing. I usually used evo for my servers and then i realized that its sux. Anyway when im creating the database and try to import theforgottenserver.sql in it it says: Anyone knows how to fix it 0.o? Sorry for my bad english xP Edit...
Back
Top