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

    EXP Stages just stoppd working

    Well i use TFS, I had exp stages working perfectly and today they just decided to stop working. They load without errors when the server starts but they do not work, the exp rate is as set in config. Heres what my file is: <?xml version="1.0" encoding="UTF-8"?> <stages> <config...
  2. B

    Exori vis, etc through walls

    Well Im running latest SVN Trunk, i do updates daily waiting for the bug that lets u shoot exori vis/flam/frigo/tera/mort through walls aswell as exori con/hur/san I was wondering if there is a fix out already (can not find it) if not, does anybody know when this may be fixed? People are...
  3. B

    Free Account Beds

    Well im trying to make beds work for free accounts. And please dont tell me to enable free premium for everybody, that will befor something else. I went to beds.cpp and changed this: bool BedItem::canUse(Player* player) { if((player == NULL) || (house == NULL)) return false...
  4. B

    Bugged skills in latest TFS SVN

    Well im hosting off mystic spirit, all is well. 5x skill rate, etc. I switch to latest SVN and instantly theres bugged knights. Each hit they are gaining like 20% at like 80~ in melee skills. So i put back mystic spirit, still happening. I change the skills of the player in the database, STILL...
  5. B

    Vanishing Items

    Vanishing Items - SOLVED Well, i was running my server on latest Trunk for a while and recently startred running on the mystic spirit binary due to problems. Today i restarted the server for a map update and these 2 players that loggd in logged in naked...everytime thy got items in their armor...
  6. B

    Players choose thier pvp style!

    I need to make something where a player can pay a npc, etc to choose their pvp style. For example, if they choose theirs as non pvp, they cant attack players, or be attacked. Also when they are looked at it says PVP Style: Non-PVP It should also allow players that choose pvp to openly attack...
  7. B

    Lua Deathlist

    Im using latest TFS trunk with some stuff I added. Lua sql works fine in that banker that uses it, but in deathlist it does not seem to. When they die this shows in the window: [07/04/2008 16:13:42] data/creaturescripts/scripts/playerdeath.lua:22: LuaSQL: Error executing query. MySQL: You have...
  8. B

    Compiling Saveplayer in TFS

    Well im trying to add a code that works perfectly on latest SVN to TFS. One line im having problems with is this: IOPlayer::instance()->savePlayer(it->second); But, TFS does not use IOPlayer, it uses IOLoginData, but when i changed that it did not work. It said instance is not a part of it...
  9. B

    Lua Latest TFS-LuaSQL MySQL Bugged?

    Well, Luasql-mysql works fine in npcs, such as the banker. But when using it in talk actions (such as deathlist) it bugs, it gets a error saying: [04/04/2008 17:32:35] data/talkactions/scripts/deathlist.lua:11: LuaSQL: Error executing query. MySQL: You have an error in your SQL syntax; check...
Back
Top