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

    TFS 1.0 10.37

    maybe some sort of message on login. the type of messages has changed. for example doPlayerSendTextMessage(cid,18,"") MSG TYPE 18 was changed to 19, but advise to use such as name and not numbers. doPlayerSendTextMessage(cid, MESSAGE_EVENT_ADVANCE,"")
  2. alissonfgp

    Lua Changegold TFS 1.0

    in your compat.lua
  3. alissonfgp

    Lua Changegold TFS 1.0

    Mark have updated this in github update your compat. function doChangeTypeItem(uid, newType) local i = Item(uid) return i ~= nil and i:transform(i:getId(), newType) or false end
  4. alissonfgp

    DBUG TFS 1.0

    doSetItemActionId(item.uid, 25025)
  5. alissonfgp

    Solved [TFS 1.0] Shop System Gesior 2012

    try this -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 18 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function onThink(interval, lastExecution) local...
  6. alissonfgp

    Is Gesior 2012 really like this?

    I started to edit what was released in the forum not finished editing, but once finished I will post in the forum for those who like to Gesior
  7. alissonfgp

    [10.77][TFS 1.2] ORTS, a real map project

    try with doPlayerAddItemEx
  8. alissonfgp

    [10.77][TFS 1.2] ORTS, a real map project

    yes =/, you have to add the missing, save your database when it ends. For warranty.
  9. alissonfgp

    [10.77][TFS 1.2] ORTS, a real map project

    It's impossible to edit the post? oO something wrong replace the `accounts` by `players`
  10. alissonfgp

    [10.77][TFS 1.2] ORTS, a real map project

    you can try for add field ALTER TABLE `accounts` ADD `world_id` INTEGER(11) NOT NULL DEFAULT 0; OR tries to use that to my database Gesior, have to clean some tables. http://www.mediafire.com/download/sbvkk2v1nxfyyib/server.rar Here it works 100%...
  11. alissonfgp

    Solved Error lever TFS 1.0

    Change getThingFromPos for getThingfromPos "F" for "f" usahuhasuhas
  12. alissonfgp

    Lua DebugPrint Tfs 1.0

    try this local zabierz = 300 local kolor = 163 function onStepIn(cid, item, pos) local zycie = getCreatureHealth(cid) local topos = getPlayerPosition(cid) if item.actionid == 9881 and isKnight(cid) == FALSE then doCreatureAddHealth(cid, -zycie) doCreatureSay(cid, "You have choosen the wrong...
  13. alissonfgp

    [10.10] Global Server 0.3

    This server is 0.3, the 1.0 has to work to convert scripts.
  14. alissonfgp

    TFS 1.0 talkactions /i ,/m ,/n ,/s

    Need group 3(players) and acctype 5(account)
  15. alissonfgp

    Solved NPC script not working!

    check if this monster this folder monsters and monsters.xml, remove storage 600 for try again...
  16. alissonfgp

    Solved NPC script not working!

    Well, I do not know what the error is, but try this one to see if it's right. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  17. alissonfgp

    Zao + Razachai at 100% by Lol94

    Here you are. https://mega.co.nz/#!vJRXXBiS!JDEC1Ca1xpSD-A5Vh4VkNEp8ygoqtKwPvoitr7KmkMg
  18. alissonfgp

    [10.10] Global Server 0.3

    Hello! Well I did not want to post in version 0.3 but on 1.0 already, but how have people posting without putting the credits my then already set to 0.3 at once. i have fixed: * Sem os novos sistemas de Browse Field, PVP(10.10) e Guild mark 10.10 * New Ab'Dendriel 98% * Houses De Ab'Dendriel...
  19. alissonfgp

    [SOLVED] Use item in Range

    Hello! I need a script in which the player uses the item in the monster away and the floors you want. For example: 7 and 8 floors even if the player does not have to access the monsters within a certain area. Ty Rep++
  20. alissonfgp

    Check area, kill monster get teleported.

    heheh :D, tyy
Back
Top