• 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

    Question about 1.2 tfs

    BUMP
  2. S

    [TFS 1.2] Client debug reason

    Control.cpp 1728: exception occurred (MessageType: 0 MaW: 3401708 MoW: 0), reason: Control.cpp 1723: exception occurred, reason:
  3. S

    Bank system bug allow to clone crystal from none ? 1.2 tfs

    Hello am using this deposite system and ppl somewho balance grand to 50000000000 balance ---------------------------- deposit --------------------- elseif msgcontains(msg, 'deposit') then count[cid] = player:getMoney() if count[cid] < 1 then npcHandler:say('You...
  4. S

    Question about 1.2 tfs

    Hello, i got 2 issue need ask about it 1- experienceByKillingPlayers = true expFromPlayersLevelRange = 75 when i enable the exp from players there is no exp ppl gain on kill each other i wondering why :i 2- how to disable house rent regards
  5. S

    1.2 Bouns Experience

    Hello, am looking for the line which grand bouns experience in 1.2 tfs if bla bla then 20% bouns exp
  6. S

    Teleport script with uniqueid

    it dosent help me at all
  7. S

    Solved MySQL problem

    try to change sqlhost to 127.0.0.1
  8. S

    Solved [Gesior ACC] Create account problem

    system/load.compat.php find function check_account_name($name) and change $temp = strspn("$name", "QWERTYUIOPASDFGHJKLZXCVBNM0123456789"); to $temp = strspn("$name", "0123456789"); then pages/ajax_check_account.php echo '<font color="red">Invalid account name format. Use only A-Z and...
  9. S

    Lua sha1 problem

    then go to your config and add this line passwordType = "sha1" it should work now :)
  10. S

    Lua sha1 problem

    it happend to me go to your config.php and make sure you got this line $config['site']['encryptionType'] = 'sha1'; and find www/classes/website.php and replace for this <?php if(!defined('INITIALIZED')) exit; class Website extends WebsiteErrors { public static $serverConfig; public...
  11. S

    Teleport script with uniqueid

    yea its working the issue is "where the pos of teleport which got the unique id" ppl able to throw on it things like vials - golds etc i dont want them able to throw things on teleport position like when someone try to throw e.g. vial on teleport, turn false with cancel message "sorry you can't...
  12. S

    Lua sha1 problem

    make more specific information i can't understand ur problem sir
  13. S

    Teleport script with uniqueid

    How can i block pos of teleport that denie player to throw above it some trash items like vials - golds etc ? local config = { time = 120, -- minutes str = 98765, -- storage pos = {x = 31373, y = 32780, z = 7} -- position } function onStepIn(creature, item, position, fromPosition)...
  14. S

    Windows How can I make 10.77 (tfs 1.2) to 10.91?

    in ur src definitions.h search for CLIENT_VERSION_MIN change the version to this #define CLIENT_VERSION_MIN 1091 #define CLIENT_VERSION_MAX 1091 #define CLIENT_VERSION_STR "10.91"
  15. S

    Paypal changed the system of IPN ?

    Hello Am not able to add IPN and the error is: "Sorry, that URL won’t work. Please enter an “https” URL." any idea ?
  16. S

    Solved Gesior acc

    just add in config this line: passwordType = "sha1"
  17. S

    Convert probem related with gesior AAC

    Hello all. i used to convert from 8.6 gesior aac to 10.9 tfs 1.2 gesior aac but in my layout something went wrong related with sql query what is looking for top 5 levels in layout.php so for some reason it dosent work beause: Invalid argument supplied for foreach() $limitt = 5; $zap =...
Back
Top