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

    OTClient setEmblem (change position)

    Hi guys, how can i change the position where the Guild Emblem shows? in OTCv8? currently it appears on the right side of the character. I want it to appear on the left side function: self:setEmblem(EmblemGreen)
  2. R

    OTClient OTClient - show image during 30 seconds

    function Creature:onGiveIcon(Id) local imagePath = "/images/game/shield_icon" if imagePath then self:setGiveIcon(imagePath) end end I see this code in one server, when player use spell, it generete a img (shield icon), next to the character's head for 30 seconds and then...
  3. R

    TFS 1.X+ Paralyze spell (area)

    Hi, i made this spell in area, it paralyze all creatures (monster, players). So i want to change it, to paralyze only players. So i make this code, and it print "target is player" fine, but i dont know how to pass condition paralyze into the function onTargetCreature, how can i do it? local...
  4. R

    C++ Do dont count player with Proxy in 'player online'

    Hi, I added my server to the otlist and it was banned instantly. I have everything necessary in the source to avoid being banned (don't count more than 3 MCs, don't count players in the no-logout area), so I contacted Xinn. He asked for the logs and it was sent to him, after his analysis, he...
  5. R

    OTClient Right and Left Panels -> Clicking arrow

    I saw on some otservers, where it is possible to edit the right and left panel, using an "arrow", which is in the corner of the screen. how to do this? using otcv8
  6. R

    Programmer CONDITION_INVISIBLE - Make character invisible

    TFS 1.2 Hi, this spell make player "invisible". It only set player outfit to 0, and player cannot be attacked. But other peoples can see this player, so, he's not invisible. How can i edit source to make "CONDITION_INVISIBLE " works like '/ghost'? 1) Make CONDITION_INVISIBLE works like '/ghost'...
  7. R

    TFS 1.X+ CONDITION_INVISIBLE -- how make it work like "/ghost"

    Hi, this spell make player "invisible". It only set player outfit to 0, and player cannot be attacked. But other peoples can see this player, so, he's not invisible. How can i edit source to make "CONDITION_INVISIBLE " works like '/ghost'? 1) Make CONDITION_INVISIBLE works like '/ghost'...
  8. R

    OTClient Hide and Show message orange - cast spell

    When have a lot of people on screen, and all are casting spells, i get a lot of spam in the screen (spells orange message). How can i make a code to player can select show/hide the orange spell message? Or can select transparency for this message?
  9. R

    C++ TibiaCAM - how?

    A while ago I played an otserver (I don't remember the name).it had a "tibiacam" system, every time you logged in, it recorded everything you did, until you logged out again.The 5 last logins you made would always be saved and then the videos would overlap.what system is this? Does it exist here...
  10. R

    OTClient OTCV8 - If player is online and you log again - error

    How it occours? Login one character - open another OTclient and login again this same character. After login again, you will get this spamming error: ERROR: lua function callback failed: C++ call failed: LUA ERROR: attempt to cast a 'nil' lua value to 'class Position' stack traceback...
  11. R

    TFS 1.X+ bug with `exura sio "`, `exiva "`, etc.

    Hi, im using tfs 1.2 for 8.6 and have this bug. If i write 'exiva' and press enter, player only sai it like a msg. Same if i use 'exura sio' and press enter, player only say it life a message. I want if player say 'exiva' or 'exura sio', it appears some message ("This player are not online.")...
  12. R

    Programmer Rewrite DASH - OTCv8 (U$ 50)

    I need someone to rewrite the otcv8 dash function. currently the character (walks, stops, walks, stops), with 170ms ping. If anyone has used the elfbot dash (old client) you know how it works (even with a ping of 170ms, the character walks straight, without walking and stopping, walking and...
  13. R

    Windows How can analyze debug?

    How can I analyze the client's debug? How is this report analyzed? What is he indicating to me?
  14. R

    OTClient OTClient Sound - when talk with npc, and anothers.

    Im using OTCV8: 1) Added file called startup.ogg inside data/sounds, but when i open the client, sound dont show anithyng. How can i solve? 2) Is possible player talk with NPC, and say: hi, teleport. Npc teleport player and start one sound in cliente. Player kill the boss and get teleport back...
  15. R

    OTClient OTClient V8 - Animated background - how? .mp4 or .png?

    How can i put my background animated, and sound? OTCV8.... need to use .mp4 or .png?
  16. R

    OTClient OTClient - EnterGame - Login button dont work

    I edited my login screen, but now, login button dont work, i click in Login and nothing happens. I can only login if press "enter". Where is the problem? When I hover the mouse over it, the "hand" doesn't appear, just the mouse arrow remains. clientent_ergame/entergame.otui: Hastebin...
  17. R

    OTClient OTCV8 - Send message when player appears on screen

    How can i make a code in OTCV8, that will send message when player appears on screen? I have one maker, and he is making runes hidden in the map. I need when player appear on his screen, he will send message to my and my friends nick: "Player A, Player B and Player C". Talking: "Have one player...
  18. R

    OTClient OTClient encrypt / decrypt

    As everyone knows, otclient's default encryption (ENC3) is very simple to bypass. There are ready-made codes on the internet, where you run it and it decrypts the files. (ENC3). I sent this file to someone to try to decrypt (official OTCV8 file): Hastebin...
  19. R

    OTClient OTCV8 - receive opcode doubit

    Added in (TFS) creaturescripts/expendeopcode.lua and registred on login. local verify = player:getStorageValue(123) > 0 if verify then player:sendExtendedOpcode(51, "true") end now in OTCV8, heres my doubt: how can i check the opcode sended by the tfs? gamelib/creature.lua...
  20. R

    OTClient OTCV8 - MiniMap

    how can i configure OTCV8, when people download, he download minimap ready configured? i have minimap.otmm inside appdata/roaming/otcv8. but i want if players download OTCV8, the minimap comes already installed, how can i do it?
Back
Top