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

    [Sweden] Fencore 10.97 Real-Map Mid-exp

    is a good server :) :) :)
  2. Sami_san

    Flash client

    Hello There. Id like to buy a working flash client version for Tibia 10.96 / TFS 1.2 OTX 3
  3. Sami_san

    In-game store images

    GUYS just fixed it and its working now. Now to allll PEOPLE that have Still THIS PROBLEM : Most config lua got it wrong ! What i mean : storeImagesUrl = <--- THIS SHOULD BE LIKE THAT ----> coinImagesURL = (THE Url CAPITAL LETTERS ) AND most config lua got storeCoinPacket =...
  4. Sami_san

    Lua Offer expires tradeoff (Auction System).

    DELETE FROM yourTable WHERE DATEDIFF(day,getdate(),thatColumn) < -7 <- this query you can add to your item market page at the beginning of <?php but in yourTable <- change to the table name . This query deletes everything older then 7 days
  5. Sami_san

    In-game store images

    same. not working. Config lua : storeImagesUrl = "http://mydomainname.com/store/" in my www root i got a folder store > 64 > and those images for the store the images i have taken from the tibia.com website example : http://static.tibia.com/images/store/64/Category_ExtraServices.png i tryed...
  6. Sami_san

    In-game store images

    Hello everyone. Im trying to solve this for hours and cant get anything. How can i get my images of a category in the in-game Tibia store shown? In config lua i tryed add every link and none worked examples i tryed : storeImagesUrl = "mydomainname.com/images/store/64/" storeImagesUrl =...
  7. Sami_san

    cant connect to the server

    SOLVED. Ive been checking are those ports listening so i did a netstat which shown 7171 7172 7173 listening. So i fought ill check iptables BUT the ports were locked. FOR ANYONE IN THE FUTURE : sudo /sbin/iptables -I INPUT -p tcp -m tcp --dport 7171 -j ACCEPT sudo /sbin/iptables -I INPUT -p...
  8. Sami_san

    cant connect to the server

    can you read? "My HOSTING Service is ovh." and the ip is my dedicated servers ip. it always was the same
  9. Sami_san

    cant connect to the server

    no i cant connect neither
  10. Sami_san

    cant connect to the server

    Hello there. Ive searched all topics which didnt solve this issue. I started my tfs 1.2 and tryed to connect to it . Says all the time connection refused. I scaned the ports . 80 open but 7172 or 7171 or 7173 Are Closed. In the console of my tfs i dont get any Error. My config lua seems to be...
  11. Sami_san

    [FRANCE] RadiantCore 10.94 RL-Map Server Launching Thursday, June 30, 18:00 CEST

    They're not dead. Ive spoken with the owner . Their making a restart and they've also totally changed their name now . Theyre gonna advert it here soon
  12. Sami_san

    Disable store button

    Anyone knows how can i disable the in game store button? Im using tfs 1.2. Where should i edit it in the source and what should i edit or delete to disable that button
  13. Sami_san

    [Gesior ACC]How much vocation online TFS 1.2 PROBLEM

    Hello there. Ive got a script for counting online vocations - ed - ms- ek -rp Using tfs 1.2 so the error i get is Query: SELECT COUNT(*) FROM `players` WHERE `vocation` = 1 OR `vocation` = 5 AND `online` = 1; SQLSTATE: 42S22 Driver code: 1054 Error message: Unknown column 'online' in 'where...
  14. Sami_san

    Poszukuje do projektu

    Glownie Poszukuje : - moderatora - Forum - Dwoch osob ogarniajacych .lua oraz source servera - Ogarnietej osoby do administracji severa (GM) Osobiscie zajmuje sie strona, layout, skrypty cokolwiek w php. Takze im nas wiecej tym lepiej. Nie jestem Polakiem, znam Polski ale moge bledy pisac ^^...
  15. Sami_san

    Poszukuje do projektu

    Poszukuje osob do projektu http://www.radiantcore-blsoft.net
  16. Sami_san

    open store inbox

    so what should i write to automaticly open store inbox window
  17. Sami_san

    open store inbox

    heya im doin a script for the oracle but i need a variable that will open storeinbox when level 8 got a voc it teleports to the city so i need a variable to automaticly open/show store invow window
  18. Sami_san

    need a person that knows php,ubuntu

    Hello need a person that knows how to setup smtp on my server. Pay good : )
  19. Sami_san

    Baking garlic bread

    Hello. Can anyone transform or edit this basic baking.lua i have in my tfs 10.94 So i can make from flour , holy water , and garlic a garlic bread? This is my baking.lua : https://justpaste.it/vv8r lump of garlic dough id - 9113 bulb of garlic id - 9114 garlic bread id - 9111 holy water...
  20. Sami_san

    npc take money give item

    Hello. im using tfs 1.2 . im trying to do npc elvith. What i want is that when i write poem scroll he takes 200 gp and gives me a poem scroll. This is my not working script : https://justpaste.it/vum8
Back
Top