• 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!

Recent content by SaLeM

  1. SaLeM

    FREE RIDE CAR -bY SaLeM-

    I've downloaded the last version of TFS, and worked fine. Check if you left some code, and please someone else tries it.
  2. SaLeM

    FREE RIDE CAR -bY SaLeM-

    -First: Are you sure you don't have a login.lua file? Check it at "/data/creaturescripts/scripts/" -Second: If you don't find it in there, you may create one. Make a new login.lua file in "/data/creaturescripts/scripts/". Then paste this inside: function onLogin(cid)...
  3. SaLeM

    FREE RIDE CAR -bY SaLeM-

    Can you, or do you mean "I can't" ? The Forgotten Server
  4. SaLeM

    FREE RIDE CAR -bY SaLeM-

    As I said, use an special item to limit the car, it's quite easy. I don't understand, do you mean going downstairs from the main floor? If so, yes, it still moves. Indeed, I made the password system, but now it seems to be impossible to include it in this script, since I made this script for...
  5. SaLeM

    FREE RIDE CAR -bY SaLeM-

    Thank you guys :) ^^
  6. SaLeM

    FREE RIDE CAR -bY SaLeM-

    I'm afraid this script is only for The Forgotten Server, since many of the functions I used in it are different from other servers. :)
  7. SaLeM

    FREE RIDE CAR -bY SaLeM-

    This way: function onLogin(cid) registerCreatureEvent(cid, "PlayerDeath") dofile("./config.lua") if sqlType == "mysql" then env = assert(luasql.mysql()) con = assert(env:connect(mysqlDatabase, mysqlUser, mysqlPass, mysqlHost, mysqlPort)) else -- sqlite env = assert(luasql.sqlite3())...
  8. SaLeM

    FREE RIDE CAR -bY SaLeM-

    Hiho! Well, since I'm moving to WoW and not playing Tibia anymore, I've decided to release my fantastic TAXI NPC, aka FREE RIDE CAR. It consists of an NPC who reacts to your talk actions (such as "Forward", "Backward", "Right" and "Left"). It will carry you on its back, and you'll be able to...
  9. SaLeM

    Server crash on reload

    Yes, mine too. But I'm starting to think it's a leak-of-memory problem, cause it didn't happen to me before.
  10. SaLeM

    Whats wrong with this quest?

    You left one "end": function onUse(cid, item, frompos, item2, topos) if item.uid == 5006 then queststatus = getPlayerStorageValue(cid,2008) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found your first armor.") doPlayerAddItem(cid,2465,1)...
  11. SaLeM

    Items.otb for protocol 8.1

    Yes I did. Now I get this error: "FATAL: Header information is outdated. Code: 4" Next step?
  12. SaLeM

    [TFS] /invisible 8.0

    Working now, thanks! :) (a minor bug is that I appear with a different outfit after being visible again, but it's not important) Yes plx ^^ @slawkens Alright then :)
  13. SaLeM

    Items.otb for protocol 8.1

    I updated it from SimOne's original post, and it still shows 2 items (so the server isn't able to load items.otb yet):
  14. SaLeM

    Items.otb for protocol 8.1

    Doesn't work for me, and when I open it with the item editor, it just exports 2 items. lol "Unable to load items (otb). Continue - Cancel"
  15. SaLeM

    [TFS] /invisible 8.0

    Using official client here. Still showing the Name Bar.
Back
Top