• 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

    Help With House price

    try local ITEM = { ingtcc = 9971, nugtoing = 2157 } function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == ITEM_GOLD_COIN and item.type == ITEMCOUNT_MAX then --Gold Coin to Platinum Coin doChangeTypeItem(item.uid, item.type - item.type)...
  2. C

    Solved How I do to remove the promotion of all players?

    To remove Promotion script ,i need post your script.. To remove all promotions ,First you need SERVER OFFLINE or closeserver all players logout go to PHPMYADMIN and execute this query: UPDATE `players` SET `promotion`=0;
  3. C

    Last Joined, Account created and top guild?

    [PHP]<?php if(!defined('INITIALIZED')) exit; // last join $query = $SQL->query('SELECT `players`.`name`,`players`.`id`,`players`.`level`, `players`.`experience`, `server_motd`.`id`, `server_motd`.`text` FROM `players`,`server_motd` WHERE `players`.`group_id` <...
  4. C

    [GESIOR2012] Items Shop Installation/Administration

    I need see all your script
  5. C

    Linux I NEED HELP FOR COMPILING TFS 1.0 (SSH)

    and get chmod -R 777 tfs
  6. C

    Linux I NEED HELP FOR COMPILING TFS 1.0 (SSH)

    you make a folder build ,etc you need see file tfs not get name theforgottenserver in 1.0 so name: tfs
  7. C

    auto donate castle system error

    ¿What Version TFS are you using? and what ID is your admin? give me your admin char id. NO in your accounts ,in your table players try this: function onThink() local castles = db.getResult('SELECT id FROM houses WHERE town=4') if castles:getID() == -1 then return true end...
  8. C

    Problem with NPC tfs 1.0

    Limos say use parameters shop so you open rashid.xml find: <parameter key="shop_buyable" value="0,0,0;"/> and added parameters.. like: <parameter key="shop_buyable" value=" Abyss Hammer,7414,20000; Amber Staff,7426,8000; Ancient Amulet,2142,200;" /> you...
  9. C

    Linux I NEED HELP FOR COMPILING TFS 1.0 (SSH)

    Is same ,just changed sources method compiling is same in tfs 1.0 (debian or ubuntu)
  10. C

    Lua [TFS 1.0] Vip system ( exp extra)

    You have in events 1 <- enable? Events.xml <event class="Player" method="onGainExperience" enabled="1" /> and try: function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = "You see " ...
  11. C

    Linux I NEED HELP FOR COMPILING TFS 1.0 (SSH)

    apt-get update apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev cd /home git clone https://github.com/otland/forgottenserver.git cd forgottenserver mkdir build && cd build cmake .. make Step for Step. No copy simbol. $
  12. C

    TalkAction Block IPs/links on Default/Trade/Help/Private [TFS 0.4 and OTX only]

    add function Ilegalwords in your sources 1.0 to can work function On start your ot Onsay don't get any errors.. but Remember you need edit talkaction script.. Looking functions: http://otland.net/threads/tfs-1-0-lua-functions.197202/#post-1899471
  13. C

    Linux I NEED HELP FOR COMPILING TFS 1.0 (SSH)

    ¿What OS are you USING? why you say linux but ,what Debian ,Ubuntu?
  14. C

    Linux I NEED HELP FOR COMPILING TFS 1.0 (SSH)

    https://github.com/otland/forgottenserver/wiki/Compiling-on-Debian-GNU-Linux https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu
  15. C

    [PHP/MySQL] Gesior 2012 create custom pages

    Can you explain better?
  16. C

    Server 10.31 for people 8.6

    Not ,not is possible.. why have diferent sistems in clients and changed sprites ,.dat ,etc.. so not is same version u can use a new sistems in old client You can create client 10.31 with your IP redirected and don't need use IPChanger but not is possible players join with client 860 to 10.31 lol
  17. C

    Solved Players can't connect to game world.

    you can't join but u use domain or IP Numbers? ,
  18. C

    Lost connection to MySQL server during query

    Up your GIGAS (RAM) PC...
  19. C

    Solved Players can't connect to game world.

    You have bad IPS in your config.lua find this: and try change: ip = "127.0.0.1" bindOnlyGlobalAddress = "yes" ip = "127.0.0.1" bindOnlyGlobalAddress = "no" and just edit IP* Onstart your OT ,you need see get same globalip and IP.
  20. C

    Windows Gesior account 0.3.6

    u don't have permissions ? but is in all your web or just 1 file
Back
Top