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

    [Sweden] Alzeria Realmap 8.5

    Really, if they don't play on my server they should play on yours xD...because nowadays there are so many noob servers who just copy and paste shit :S And they earn the most online people amount
  2. V

    Header

    Nevermind i did myself a new header.
  3. V

    Certain item for a chosen vocation

    Example: Make an armor in itemx.sml afterwards go to movements.xml to add their features or just go to weapons and watch the line of the rods and u will know.
  4. V

    Everyone have this problem of deathlist in site ?

    I will check and try my best but since I got many exams now, haard to find time.
  5. V

    Donations!!

    Post your login.lua to swe can check.
  6. V

    Svargrond Arena Quest for TFS 0.3.5

    Remember to put the movements and the actions in your xml-folder and did you received any messages in your console? This script works pefectly, did you guys added the scripts in the right folder?
  7. V

    [SWEDEN] 8.52 REAL MAP, WITH ALOT OF WARS!!!! AND WITH 100% WORKING QUEST. No lag

    Yea of course, really jealous mr copy and paste scripter...
  8. V

    Bug in OT =O

    Bad databse configuration. Hard to repair it.
  9. V

    Help please

    Go to your databse and do this: ALTER TABLE players ADD `name` INT NOT NULL DEFAULT 0
  10. V

    Everyone have this problem of deathlist in site ?

    Exchange your death list script with mine: //deaths list $player_deaths = $SQL->query('SELECT `id`, `date`, `level` FROM `player_deaths` WHERE `player_id` = '.$player->getId().' ORDER BY `date` DESC LIMIT 0,10;')...
  11. V

    OT don't record Deaths..?? :S

    Rep me ;)
  12. V

    [SWEDEN] 8.52 REAL MAP, WITH ALOT OF WARS!!!! AND WITH 100% WORKING QUEST. No lag

    For sure? In your header you wrote 100% quest are working and now a big misstake? I think you are kinda lying...
  13. V

    TalkAction Noob char in war or blocking spawn?

    Why people always get so many people although they just copy and paste....Try to make one yourself. It's kinda easy.
  14. V

    Everyone have this problem of deathlist in site ?

    Distro=distribution... So TFS Crying damson 0.3.5 is your distribution... And hmm maybe post your characters.php
  15. V

    OT don't record Deaths..?? :S

    Just add yourself a query with 'time' or delete your player deaths and paste in your sql this: CREATE TABLE IF NOT EXISTS `player_deaths` ( `id` int(11) NOT NULL AUTO_INCREMENT, `player_id` int(11) NOT NULL, `date` bigint(20) unsigned NOT NULL, `level` int(10) unsigned NOT NULL...
  16. V

    Svargrond Arena Quest for TFS 0.3.5

    It should work since its working perfectly for me.
  17. V

    Everyone have this problem of deathlist in site ?

    maybe more information about your gesior version and distro please?
  18. V

    Svargrond Arena Quest for TFS 0.3.5

    Important: I didn't made this script by myself. It's made by Gesior and some other people but forgot names. I just post it because many people are asking for 0.3.5 which ain't working for them. Here we start: Go to data/actions/actions.xml: <!--Arena Quest--> <action...
  19. V

    How to

    Just make in the map a chest, set it with an actionid. Afterwards you go to actions.xml and just enter line for the quest. Then you have to do a script for the quest^^ rep me++
  20. V

    Raids aren't working.

    The interval is the time. Example: interval2="3600" that he will execute every 1h if he got the chance to execute it. rep me++
Back
Top