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

    Castle map Request.

    does anyone knows the map version? I tried 8.4 and 8.6 but some tiles are bugged
  2. E

    Devovorga Statue ID

    FOUND! ID: 11797 if someones in the future needs
  3. E

    Devovorga Statue ID

    lol I already did that it seems that newest versions the ID is 12663 but on 8.6 its not appearing on list
  4. E

    Devovorga Statue ID

    hi, i tried by ram->others but didnt find ctrl+j wont work cuz there's no items with Devovorga name =/ Im sure such Statue is on 8.6 but I cant find on remere editor
  5. E

    Devovorga Statue ID

    Hi all, does someone knows the devovorga statue ID? im trying to find it on remere but still didnt find ... thanks (tibia 8.6)
  6. E

    bug with premium points lottery script

    thanks!! i changed to db.executeQuery("UPDATE accounts SET premium_points = premium_points+'1' WHERE id = " .. getPlayerAccountId(winner)) xd
  7. E

    bug with premium points lottery script

    <mod name="Lottery System" version="1.5" author="vDk" contact="[email protected]" enabled="yes"> <config name="lottery_config"><![CDATA[ config = { points = {1}, website = true } ]]></config> <globalevent name="lottery" interval="14400000"...
  8. E

    How to remove SALT from gesior2012?

    done added in accountmanagment.php <?php if(!defined('INITIALIZED')) exit; if($group_id_of_acc_logged == 2) $main_content .= '<h1>Account Manager Bloqueado.'; else
  9. E

    Account Manager problem

    fixed.. just wanna know how may i block 1/1 login on website .. or players can delete acc mnager
  10. E

    How to remove SALT from gesior2012?

    nvm fixed it website wasnt reading cuz of missing guild_points account column but if i try to login account manager with new accounts i still get invalid password i can login only by 1/1.. i can remove salt from sources and solve it.. but gesior still with create with salt and i dunno how to...
  11. E

    How to remove SALT from gesior2012?

    hi, I Couldn't find salt variable in config.php i think its in classes/account.php or something like this http://pastebin.com/xWbGkKas i tried to remove salt lines but didnt work too
  12. E

    How to remove SALT from gesior2012?

    hi all, how may i can remove salt from gesior2012? due to account manager problems i need to remove it (players created with account manager cant log in website, weird cuz website reads pass+salt and acc manager is creating pass+salt... so i'll remove salt from both)
  13. E

    Account Manager problem

    it seems that i'll have to remove salt from sources i know how to do it but from gesior classes/account.php ?? no idea :|
  14. E

    Account Manager problem

    i tryed using 356a192b7913b04c54574d18c28d46e6395428ab .. and nothing in salt .. as password and accoung managed finally logged.. 1/1 but i cant login into acc manager by another accounts .. also i cant login gesior2012 with acc manager created accounts and weird cuz acc manager created with...
  15. E

    Account Manager problem

    but people must know the 123456 to login in-game and in-game pass is the mas than gesior password also its password+salt.. if i change 123456 acc manager wont login anyway with 'invalid password' error its not password fault
  16. E

    Account Manager problem

    yes i do.. but there's salt too.. i can login on website.. but in game i cant also how may i block website 1/1 log in ? cuz if i dont block players can delete samples and acc manager lol password: b4d50a8d4b425c5d437881991ec6c5611123466a salt: 8097180c69705466c623e0682fc854df
  17. E

    Account Manager problem

    up
  18. E

    Account Manager problem

    hi all, i already have used SEARCH and didnt find any problem similar with mine im using TFS rev3777.. also my website (gesior2012) uses password+salt my config.lua is sha1 when i try to login 1/1 i can see the character list but when i click on "account manager" it says 'invalid password'...
  19. E

    doubt about placing spawns in Remere ..

    hi all, just a noob question if i add for example 5 spawns with area 5 or a spawn with area 25 in the same cave.. will It be same thing? does the re-spawn happens when player is not in the spawn area or just with monster out of the screen ?
  20. E

    Solved rev 3777 on ubuntu 14 or 13

    fixed with apt-get install libpthread-stubs0-dev
Back
Top