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

    If player have X storage then get 2 attacks per second

    Ok, i was tried something. But not with attack speed, i was maked wand script, when i added events 250ms/500ms, so its imitation of attack speed. But i don;t understand why distance effect is send only one time? Damage with poison effect is doubeld, but distance effect no :( local min, max =...
  2. D

    If player have X storage then get 2 attacks per second

    ye good idea, but you know, its not impressive like two shoots in one second :D Mhm, maybe someone know, that function is using in every single shot? void Player::doAttacking(uint32_t) { if (lastAttack == 0) { lastAttack = OTSYS_TIME() - getAttackSpeed() - 1; } if...
  3. D

    If player have X storage then get 2 attacks per second

    Any ideas, how to make it good? Or maybe its possibile to check when player attack someone, and if have storage X then send one more attack?
  4. D

    If player have X storage then get 2 attacks per second

    Hi, i think about little character update, then if player got X storage, he have 2 attacks per second for few min or something like that. (Im not tried anything for now, only thinking xD) So in my head, i thinked something like that. - Add that function - Lua Function - [TFS 1.2/1.3]...
  5. D

    TFS 1.5 Healing value in server chat not exist

    Hi, i was fix it @VitoxMaster here is fix: Comparing nekiro:8.60...xxChrisN:patch-1 · nekiro/TFS-1.5-Downgrades (https://github.com/nekiro/TFS-1.5-Downgrades/compare/8.60...xxChrisN:TFS-1.5-Downgrades:patch-1?diff=split&w=) I was swap code from original TFS with few changes, couse when i swap...
  6. D

    TFS 1.5 Healing value in server chat not exist

    Same doing when player healing on screen other player :( Server log player what use "exura" Server log player what be close that guy who use exura
  7. D

    TFS 1.5 Healing value in server chat not exist

    Hi, someone know who to fix healing value in server log? Couse when training monk healing self, in server log we saw only that: TFS 1.5 Nekiro 8.6
  8. D

    Freez after try attack monster by summon TFS 1.5 downgraded 8.6

    Hi, I'm using TFS 1.5, downgraded by Nekiro to the 8.6 protocol, and I have a problem with summons made by players. When I cast utevo res "orc" or other monsters that can be spawned by utevo res, then i not have problems, but when i try attack other monster when the summon is alive, then server...
  9. D

    [8.6][TRACKED] Vestia.pl MAP - Not finished. (~70%)

    Hi, i upload a map from polish evo server Vestia.pl I was record it 1.5/2y ago, so here u dont find new exps, what support added in latest edition. So... Vestia City (i think compelted in 95%) All others citys with houses (x7) Quest and Exp Room All FACC and VIP EXPS ALL Exps for Gold Ingot...
  10. D

    How to remove description if monster is level 0?

    Hi, can someone help me with creature description if is level 0? For now when monster has level 0, we see "is level 0", how to remove it? Show only if have level >= 1? return strDescription + ", it is level " + std::to_string(level) + '.'; Im using that script: Feature - [TFS 1.3] Monster...
  11. D

    TFS 1.5 8.6 Compiling problem [GREED TFS 1.5]

    To much for me, i got easy way.. Source compiled on my laptop.
  12. D

    TFS 1.5 8.6 Compiling problem [GREED TFS 1.5]

    I was check clean files from nekiro github, but same errors.. Wtf
  13. D

    TFS 1.5 8.6 Compiling problem [GREED TFS 1.5]

    @Obito ye i don't saw it, but now i got that errors: Its so fucking crazy, couse i dont remember to do it on my old pc.. All work with clear files. Build started... 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1>actions.cpp 1>ban.cpp 1>baseevents.cpp...
  14. D

    TFS 1.5 8.6 Compiling problem [GREED TFS 1.5]

    Now i got: 1>C:\Users\knowa\Desktop\DepresjaOT\src\iomapserialize.cpp(332,58): error C3861: 'format_as': identifier not found 1>C:\Users\knowa\Desktop\DepresjaOT\src\iomapserialize.cpp(340,70): error C3861: 'format_as': identifier not found And still failed
  15. D

    TFS 1.5 8.6 Compiling problem [GREED TFS 1.5]

    Hi, i build new PC and i installed again vs2022, vcpkg blabla, but when i tried compile tfs 1.5 (greed version) I got that error, fmt package is installed. If i good remember, when im used this tfs pack on my old pc, it work perfect without any errors, maybe someone packed got update? Build...
  16. D

    How to make table from 1 to 10

    I think it's the same as <=, because if I have X monsters with better levels, then it spawns the best monster in the table. Same as in the original script, when I have only < =, then with skill 5, I get Orc Spearman, when in the table, Orc = skill value. So I added min value to the script, and...
Back
Top