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

    TFS 1.X+ tfs 1.2 bank npc

  2. ssiwyy158

    TFS 1.X+ tfs 1.2 bank npc

    Cant deposit,withdraw and transfer
  3. ssiwyy158

    TFS 1.X+ tfs 1.2 bank npc

    Hello. I try install bank npc from this topic: https://otland.net/threads/tfs-1-2-banker-npc.239294/ But when i try transfer i get error: tfs 1.2 8.6 client
  4. ssiwyy158

    NPC TFS [1.2] Banker NPC

    I got error when i try transfer: TFS 1.2 8.6 client
  5. ssiwyy158

    TFS 1.X+ Rune

    Work. Thanks !
  6. ssiwyy158

    TFS 1.X+ Rune

    Hello ! How to change the code to make it work on a principle great spirit potion ? function onUse(cid, item, frompos, itemEx, topos) local playerinfo = -- Please don't touch { level = getPlayerLevel(cid), mlevel = getPlayerMagLevel(cid), voc = getPlayerVocation(cid) } local config = { strenght...
  7. ssiwyy158

    C++ TFS 1.2 8.6 Random Color Experience

    ~~ref
  8. ssiwyy158

    C++ I want to make TEXTCOLOR_WHITE_EXP into a random number, How do I achieve this?

    How do you paste this code so that it works properly? void Creature::onGainExperience(uint64_t gainExp, Creature* target) { if (gainExp == 0 || !master) { return; } gainExp /= 2; master->onGainExperience(gainExp, target); std::ostringstream strExp; strExp <<...
  9. ssiwyy158

    C++ TFS 1.2 8.6 Random Color Experience

    Yes i moving the new compiled. I change this: g_game.addAnimatedText(strExp.str(), _position, colors[uniform_random(0, colors.size() - 1)]); to g_game.addAnimatedText(strExp.str(), _position, TEXTCOLOR_RED); But displays white color
  10. ssiwyy158

    C++ TFS 1.2 8.6 Random Color Experience

    There is no error, but only displays white color exp :(
  11. ssiwyy158

    C++ TFS 1.2 8.6 Random Color Experience

    void Creature::onGainExperience(uint64_t gainExp, Creature* target) { if (gainExp == 0 || !master) { return; } TextMessage message(MESSAGE_EXPERIENCE_OTHERS, ucfirst(getNameDescription()) + " gained " + std::to_string(gainExp) + (gainExp != 1 ? " experience points." : "...
  12. ssiwyy158

    C++ TFS 1.2 8.6 Random Color Experience

    I'm trying to fix it but im noob creature.cpp: void Creature::onGainExperience(uint64_t gainExp, Creature* target) { TextMessage message(MESSAGE_EXPERIENCE_OTHERS, ucfirst(getNameDescription()) + " gained " + std::to_string(gainExp) + (gainExp != 1 ? " experience points." : " experience...
  13. ssiwyy158

    C++ TFS 1.2 8.6 Random Color Experience

    I tried to change the code from this topic: https://otland.net/threads/i-want-to-make-textcolor_white_exp-into-a-random-number-how-do-i-achieve-this.252753/ I get error: My creature.cpp: https://pastebin.com/i8i0hyfR
  14. ssiwyy158

    TFS 1.X+ Show mana heal

    bumb
  15. ssiwyy158

    TFS 1.X+ Show mana heal

    Does not show the number mana heal
  16. ssiwyy158

    TFS 1.X+ Show mana heal

    Still the same :(
  17. ssiwyy158

    TFS 1.X+ Show mana heal

    There is no error but still does not display numbers(mana heal) and only the inscription with no effect appears (Sorry i use google translate)
  18. ssiwyy158

    TFS 1.X+ Show mana heal

  19. ssiwyy158

    TFS 1.X+ Show mana heal

    Debug client after login
Back
Top