• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. C

    [Vip Check] help

    What u want? one script say days vip left? on use your medal vip?
  2. C

    Solved Guild war system tfs 3.6 error

    He don't use elf war system ,he use xampy and its possible open wars.php and works.. but not is same original elf
  3. C

    SQL , reset player_items as all "player samples".

    Reset players with: UPDATE players SET level = 8, health = 185, healthmax = 185, experience = 4200, lookaddons = 0, mana = 35, manamax = 35, manaspent = 0, soul = 0, town_id = 5, posx = 32369, posy = 32241, posz = 7, cap = 470, sex = 0, lastlogin = 0, lastip = 0, skull = 0, skulltime = 0...
  4. C

    Solved Guild war system tfs 3.6 error

    I edit but i can't upload max lines.. ,so download copy paste script and try
  5. C

    SQL , reset player_items as all "player samples".

    Can you explain better?
  6. C

    Webdesigner To gesior acc

    I need create or any sell me one layout to gesior.
  7. C

    Linux???? help please.

    On compiling get same error to other post Your sources made by are the problem i see good lines for compiling.
  8. C

    Solved Query errors help please :P

    just only need enter SQL in phpmyadmin and put my query -.- the problem you need read men the problem is why not have colum world_id added in table market_offers
  9. C

    Solved Query errors help please :P

    add this ALTER TABLE `market_history` ADD `world_id` int(11) NOT NULL DEFAULT 0;
  10. C

    Solved Soft boots, stop regeneration after relogg.

    Well us have bad items.otb and items.xml old version i am sure your items not have added items zao or get many bugs.. right? you need fixed this.
  11. C

    Solved CLOSE!

    Use this: works 100% http://otland.net/threads/yalahari-10-mission-actions-movements-creaturescripts-monsters-npc-many-scripts.39824/
  12. C

    Solved Can't create characters

    I not understand you create you character and account and try login and say invalid password?
  13. C

    Solved Soft boots, stop regeneration after relogg.

    Try changed <item id="2640" article="a" name="pair of soft boots"> <attribute key="weight" value="800"/> <attribute key="slotType" value="feet"/> <attribute key="decayTo" value="10021"/> <attribute key="transformDeEquipTo" value="6132"/> <attribute...
  14. C

    Linux Auto restarter?

    Just use steps i say you and say me how you start your server please.
  15. C

    TFS 3884 8.60 sources for Linux?

    why not works anymore? what error have in compiling?
  16. C

    vip days not reduce

    You need added this in phpmyadmin / SQL ALTER TABLE `accounts` ADD `vipdays` int(11) NOT NULL DEFAULT 0; and use this: --- Script by Kekox function onTime() db.executeQuery("UPDATE accounts SET vipdays = vipdays - 1 WHERE vipdays > 0;") return TRUE end make reload or shutdown and open..
  17. C

    Linux Auto restarter?

    Well go to your Filezilla or Winscp and make 1 file name: restarter.sh now inside put this script: #!/bin/bash ulimit -c unlimited while true; do cd /home/server ./theforgottenserver sleep 5 done Edit: cd /home/server <- for where are your theforgottenserver in your...
  18. C

    Lua problem in frags (doSentAnimatedText)

    hmm.. i think made by function not exit in 10.10 but are new version and many functions not works
  19. C

    [GESIOR] Gryphon and Valhalla Reupload

    Not works for Znote ,you need converted.. Its works 100% only in Gesior.
  20. C

    GlobalEvent Teleport open specific days and hours

    DaPlaya ,try changed function onTime() for function onTimer()
Back
Top