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

    Lua Boat Problem

    YES! That is exactly what I was looking for Mikuch, thank you very much my friend.
  2. Shadows

    Lua Boat Problem

    That is definetly one way of doing it thanks alot Mikuch Rep++
  3. Shadows

    Lua Boat Problem

    You dont understand what im trying to get help with read all of the boats before you post omfg
  4. Shadows

    Lua Boat Problem

    Sigh... Bump Again
  5. Shadows

    UNNAMED acc. maker 0.3.2 beta for TFS

    That is the changes, not even close the the whole file, read through it. It will shopw both killers names on the website IE Killed at Level 151 by Blebleble and by Tulip
  6. Shadows

    UNNAMED acc. maker 0.3.2 beta for TFS

    Here you go //deaths list $player_deaths = $SQL->query('SELECT * FROM player_deaths WHERE player_id = '.$player->getId().' ORDER BY time DESC'); $number_of_players_deaths = 0; $dead_add_content .= '<br><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR...
  7. Shadows

    Lua Boat Problem

    Bump Again
  8. Shadows

    Lua Boat Problem

    Bump
  9. Shadows

    Lua Boat Problem

    Trying to make it so that if someone is PZ locked even if they can talk to the boat NPC he wont take them anywhere I know TFS has a isPlayerPzLocked function, im just not sure why my script wont work. Check below for the example script, Thats my modified travel module. But I can run it if I add...
  10. Shadows

    Lua Boat Problem

    Im not trying to get it to stand still I dont think you understand
  11. Shadows

    Lua Boat Problem

    Bring up my post
  12. Shadows

    Lua Boat Problem

    Bump
  13. Shadows

    Lua Boat Problem

    Bump again...
  14. Shadows

    Lua Boat Problem

    Bump
  15. Shadows

    Lua Boat Problem

    My boat npcs leave theirs im not sure why. I tried doing if(isPlayerPremiumCallback(cid) or not(parameters.premium)) then if(parameters.level ~= nil and getPlayerLevel(cid) < parameters.level) then npcHandler:say('You must reach level ' .. parameters.level .. ' before I can let you...
  16. Shadows

    Lua Boat Problem

    NPCs walk and I dont want to trap it in a corner on my map or something that just ruins it
  17. Shadows

    Lua Boat Problem

    Small question how would I make it so people cant use the boat while PZ locked?
  18. Shadows

    UNNAMED acc. maker 0.3.2 beta for TFS

    Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:244 Stack trace: #0 C:\xampp\htdocs\guilds.php(219): OTS_Player->getName() #1 C:\xampp\htdocs\index.php(124): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 244
  19. Shadows

    Selling char on Rubera

    Why hello Curt!
  20. Shadows

    Compiling Compiling The Forgotten Server latest source code - Last Update: 02/12/2010

    I get Executing make... make.exe -f "C:\Dev-Cpp\Mystic Spirit\Source\forgottenserver\trunk\Project\Makefile.win" all g++.exe -c ../otserv.cpp -o ../otserv.o -I"C:/Dev-Cpp/include" -D__USE_MYSQL__ -D__USE_SQLITE__ windres.exe -i Forgotten_private.rc --input-format=rc -o...
Back
Top