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

  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'

    just for a few simple reasons. 1) They are more expensive. 2) They are bad. 3) They don't support ddos.
  5. R

    Lua Remove an item by count from a specific tile

    In Line 3, dont need to check If tile exist? If tile and tile:getItems() What happens If tile dont exist and this funcion run? Can server crash?
  6. 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...
  7. 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
  8. R

    OTClient Hide and Show message orange - cast spell

    is possible hide only for another uses? exemple: player A use: "exura vita". Only player A will see this message orange.
  9. 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'...
  10. R

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

    it doesn't work this way. the player cannot heal while in "ghost mode". In addition, in ghost mode he can walk over other players. I need "CONDITION_INVISIBLE" to be changed as mentioned above
  11. 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'...
  12. R

    TFS 1.X+ [.dmp] Crash server , I would like to know what caused it.

    Some lua file crashed your game. Do u added/edited? some code?
  13. R

    Spell [TFS 1.2] Teleport back spell

    You need check if player can teleport to this position. Exemple, what will occours if have a wall, door or other thing in back of the target? What will happen if the target is in the red square and the player is in the blue square and uses the magic? Furthermore, you are to be congratulated...
  14. R

    OTClient Hide and Show message orange - cast spell

    reMplace? kk I'll test! Is possible make this message transparency?
Back
Top