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

    smart projectiles

    Anyone have any idea how I can do this?
  2. vyctor17

    Sprite resize

    Hello, I would like to know what is the formula used to resize the sprites for screen resolution.
  3. vyctor17

    OTclient particle system

    one example to use particle system in otc? like this
  4. vyctor17

    Compiling Dev-Cpp return error

    This error appeared after installation of CodeBlocks for compiling OTclient, Anyone know how to fix?
  5. vyctor17

    [showoff] developing advanced sound mod

    I am developing a MOD for the OTC, which allows the OTC play various types of media such as (.MP3, .WAV, .OGG, .MOD, .IT, .S3D, .xm). without changing the client's sources. What would you think?
  6. vyctor17

    [lua[[c++] function to change monster attacks?

    exist one function to multiply the especific monster attack base with "cid"?. like the "setCreatureMaxHealth" but only for attacks. example: setMonsterAttack(attack) function onStatChange.... setMonsterAttack(getMonsterInfo.atk * lostlifepercent)
  7. vyctor17

    otclient directory

    any function to get the .exe diretory?
  8. vyctor17

    Resistance (development discussion)

    Resistance ATS Hello, I would like to hear the opinions of you about my little project, which is under development. What did you think can be implemented or modified?
  9. vyctor17

    invisibility condition effect

    how can I remove the magical effect of the condition of invisibility, and even keep the player with invisible normal outfit like a ghostmode without effects. config.lua "ghostModeInvisibleEffect = false"
  10. vyctor17

    [c++] monster say

    Anyone know how to make a creatureevent that picks up where the monster speaks? ex: function onMonsterSay(cid, text, type) if getCreatureName(cid) == "Rat" then print(" A rat says:"..text) end return true end and type return SPEAK_MONSTER_YELL, SPEAK_MONSTER_SAY SOLVED...
  11. vyctor17

    getPath

    Can someone help me, I'm trying to make a function that gram showed the path that a distance effect is to be able to script a bow thanks.
  12. vyctor17

    help '-'

    Hello Could someone help me with this error in my sources?
  13. vyctor17

    Vyctor17 newbie gallery

    are my first sprites I'm starting to now:
  14. vyctor17

    how to play sound in tibiando action

    Anyone know how to play sound in tibiando action
  15. vyctor17

    help c++ code :S

    hi I'm with a heating function c + + it works almost perfectly so that when a monster summons another monster she toppled the server this and the function:
  16. vyctor17

    [request] Devotion System

    hi to need a help I'm trying to create an NPC by devotion (promotion) that teleports the player to a particular place for a trial summonandos boss when he has just won promotion would be much more difference than one would give a second NPC promotion and other Another would be that you can only...
  17. vyctor17

    Lua the script does not work

    the script does not work so the one message you can not do that I did everything right as the topic does not explain how to use right'm a bit lost and that the writings script local professions = { ["herbalism"] = {storage = 1030, maxSkill = 550}, ["mining"] = {storage = 1031, maxSkill...
Back
Top