• 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

    Increase Spell Damage

    doSendAnimatedText(getCreaturePosition(cid), "+"damage/0.x, 18) damage = The formula you use in lua script to cauculate your damage. x = The value you changed. If you put 1.3 in magDamage on vocation.xml, will be 0.3.
  2. G

    Tibia.dat Reader + .dat/.spr Structure and .spr reading code link

    @AnarchyGame If you extend the dat/spr to put more sprites, the client will not recognize this dat/spr modified, will need a dll that modifie the client (if use CipSoft client) to read the new dat/spr. To 8.54 and 8.6 this dll have on net.
  3. G

    Tibia.dat Reader + .dat/.spr Structure and .spr reading code link

    @AnarchyGame To make what you want you can use ObjectBuild and compile the dat/spr with the extended opition actived. The problem is make the 7.6 client works with the modified dat/spr.
  4. G

    How to make talkaction command don't appear in Default Channel?

    @itzbrhue3 Thank you e huehue pra você também. hahaha
  5. G

    Lua Unique item, item for only one player

    @runsicky Yeah, maybe making a check if the item has in a dead body, if yes, will don't let be picked, but I don't have knowledge in C++ to do it.
  6. G

    How to make talkaction command don't appear in Default Channel?

    @Apollos Yeah, I don't have lua to the ghost function. This is the GOD ghost comand that I use in one spell to make fully invisible to players, because of that, I want to remove the '/ghost' that appear in default when player cast the spell.
  7. G

    How to make talkaction command don't appear in Default Channel?

    @Stigma Change the return true in the end of ghost function to return false?
  8. G

    How to make talkaction command don't appear in Default Channel?

    @Apollos I forget everytime to put my version, is TFS 0.4. I looked on the talkaction.cpp, but I don't have C++ knowledge, so I don't know what to do to make this change.
  9. G

    How to make talkaction command don't appear in Default Channel?

    Well, what I need to change in source to make the talk action command don't appear on default channel? If possible, make only the command that refers to ghost function don't appear. Thanks in advance.
  10. G

    i want to open my server ,,,,, free 1 month ,,,,,help me :)

    @Mustafa1337 Well, if he want to host the server just to test with few friends or alone, will be enough. But, yes, to host a final project is not a good choice.
  11. G

    Lua Unique item, item for only one player

    @runsicky Yeah, can get. The guy made it to Pokemon servers, so, will have to make some changes, that I don't know, to make work on Tibia servers.
  12. G

    Best game for Mobile

    Exiled Kingdoms.
  13. G

    TFS 0.X Upgrade System + Auction System

    @samandriel Maybe setting an unique id when the player make the upgrade and make ir visible on description of the item, so when player use the talkaction to put on the auction, he uses !offer add, UNIQUE ID, QUANT, VALUE. Well, is just a thought.
  14. G

    Lua Unique item, item for only one player

    I don't know if can put a link to another forum, but here are: [C++] Unique Item System - ATUALIZADO! (No-bugs) (https://www.xtibia.com/forum/topic/249391-c-unique-item-system-atualizado-no-bugs/page/2/?tab=comments#comment-1750114) Is a Br forum, so, maybe you will need to translate. The code...
  15. G

    Lua help in function

    @SpiderOT Oh, I see. So, will be one to other uses, if I want, and one to storage the exhaustion time. And with it, I can use getPartyMemberStorageValue to check both storages, if I want to make a quest that is done once or a daily quest (or whatever). Because of it, I be able to make another...
  16. G

    Lua help in function

    @SpiderOT Thank you. Can you clarify (I'm out of my home, so I can't test it now to clarify by myself) the variables exhaust and delay of function setPartyStorage(cid, key, value, exhaust, delay) for me? The 'delay' I have idea, will be the number of hours of exhaust to can do something again...
Back
Top