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

    Action alternative Annihilator

    movements.xml <movevent type="StepIn" actionid="22222" event="script" value="anihilator/annihilator_neu.lua"/> actions.xml <action uniqueid="11111" event="script" value="Anihilator/anihilator.lua"/> yea, and sorry. i didnt mean like uniqueid... i have actionid everywhere xd well, except for...
  2. G

    Action alternative Annihilator

    Lol, you mean your script? ;D i didnt really change anything except for where i should change xD so config ;d -- ver. 1.3 -- author tfs, otland.net/members/andypsylon local config = { daily = "no", -- if yes than like in global Tibia allow only one enter per day noEffects = "no", -- if yes...
  3. G

    Action alternative Annihilator

    when i open the magic door and walk on the tile, i get a debug... im using 0.4 also, the exhaustion doesn't work for me... and its kind of spam of this arrow when player pulls a lever and there is not enough players or what ever xd
  4. G

    [TalkAction] See all characters that are on account

    Hello Otlanders ! :) I need a script for talkaction that will do the following: GM says: /charlist player_name now a window pops out on GM's screen (the same window when you say command /commands or just open any writeable item). And in that window there is written: Thank you ! :)
  5. G

    How to save every player's log?

    bumpy :D
  6. G

    Action alternative Annihilator

    I guess yes :P return true elseif isCreature(pid) then doRemoveCreature(pid.uid) end i think this function is reponsible for that xD but i might be wrong Well, i guess i was wrong when i read the post above xD
  7. G

    Action alternative Annihilator

    ohhh! that is actually a good idea! It will avoid blocking others! I didn't have time to test ur scripts but I will definitly do it now because I understand everything :P I just need to do some map changes ;D I will tell u if everything works fine when I finish :P I'll edit this post or...
  8. G

    Action alternative Annihilator

    is there a storageDone? So that a person won't be able to do quest ever again... Because players will just help each other - no matter that there is 24 hour block... :S i also dont understand the magic door part... What is that suppose to do? Sorry Im editing this post but xD "Insert magic...
  9. G

    Annihilator script error: (luaGetThingFromPos) Tile not found

    andy, in ur script is there a storageDone? so that a person can't do a quest again - never ever.
  10. G

    Annihilator script error: (luaGetThingFromPos) Tile not found

    I'm not good at scripting so Im just gonna give u the script that Im using and it should work fine :D done into english. :) xD --Anihilator Script by Rahim local monsters = { --lvl for each moneter I would ignore that part if i were u ;d [100] = "demon", [150] = "orshabaal", [200]...
  11. G

    How to save every player's log?

    @up where exacly does that go? Logger::getInstance()->eFile("players/" + player->getName() + ".log", text, true); here are the first few lines after Game::playerSay~. I don't know if this is what u need. If not then I can give u more lines ;D bool Game::playerSay(uint32_t playerId, uint16_t...
  12. G

    How to save every player's log?

    there is no script that saves those logs :S thats why ive no idea how to do it the way i want ;( i think its something to do with sources ;/
  13. G

    Lua Command !go for guild leader - Error in console

    tfs 0.4_DEV compiled with GNU c++ version 4.4.0
  14. G

    Lua Command !go for guild leader - Error in console

    here you go :) catch xD exhaustion = { check = function (cid, storage) if(getPlayerFlagValue(cid, PLAYERFLAG_HASNOEXHAUSTION)) then return false end return getPlayerStorageValue(cid, storage) >= os.time(t) end, get = function (cid, storage) if(getPlayerFlagValue(cid...
  15. G

    Lua Command !go for guild leader - Error in console

    same error in console :S
  16. G

    Action Working Demon Oak Quest

    Sorry for refreshing :S But, what is this for? I have totally no idea and I couldnt figure out :S and then that: <movevent type="StepIn" uniqueid="13901-13905" event="script" value="demonOakSquares.lua" /> uniqueid of which sqms?? :S and btw, i used my hallowed axe like over 30 times and...
  17. G

    How to save every player's log?

    No ;p I dont want to know their position or time or wha ever ;D I want to know everything they say... So what ever they say is going to be saved in the folder "logs -> players -> simple document file called player name And then inside it, there will be everything he said (EXCEPT FOR SPELLS...
  18. G

    Anty-Moving Exhaustion (using ctrl+arrows)

    Thanks :) Its working ! :) Repp++ :)
  19. G

    request ot

    i dont think so that u will get a full ot here... u will either get some maps or some scripts that are needed to make those "Super Vips" or what ever ;P but there are no "special super hard scripts" there really... Mostly teleports and 1 script is needed to make those writings "super vip" etc...
Back
Top