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

    TFS 1.X+ fatal error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory

    1>------ Build started: Project: theforgottenserver, Configuration: Debug x64 ------ 1>otpch.cpp 1>c:\darkeraserver\src\otpch.h(42): fatal error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory 1>Done building project "theforgottenserver.vcxproj" -- FAILED. ==========...
  2. namco

    [Request] Select different effects with saving

    Bro it looks like I can't help you anymore :/ Know your OT and try doing it yourself. With the first steps I gave you it will be easy. I recommend you to go and read about storage functions. Cya. Good luck
  3. namco

    [Request] Select different effects with saving

    @henkas You gave us this script so I think it's your spells' basic structure. Try: function onCastSpell(creature, variant) local amount = creature:getMana() creature:addManaSpent(amount) creature:addMana(-amount) creature:getPosition():sendMagicEffect(creature:getStorageValue(90000))...
  4. namco

    [Request] Select different effects with saving

    So is it like an utevo lux but with a magiceffect chosen by the player? -- Aura spell based on utevo lux local combat = Combat() -- removed original effect (CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) local condition = Condition(CONDITION_LIGHT)...
  5. namco

    [Request] Select different effects with saving

    Explain what your "aura" spell should do. To test mine I just removed the original effect parameter from exori added the new one (it MUST be inside function onCastSpell(creature, variant) so script execute the creature:getStorageValue function properly) Original berserk.lua: local combat =...
  6. namco

    [Request] Select different effects with saving

    Please, post your spell script.
  7. namco

    TFS 0.X If player advenced to 1000 level get new vocation

    Did you tried registering in login.lua? Post your promotion NPC script along with login.lua and XML tag you're using for creaturescript.
  8. namco

    OTClient Blinking char while mounted

    I saw but I don't know how to solve it :/
  9. namco

    OTClient Blinking char while mounted

    Same here :l Any solutions? Also Slime outfit's not animating
  10. namco

    Can't install vcpkg

    @Okke @Rider VS15 worked fine (even with some warnings, it has zero errors). Ty for the support :D
  11. namco

    Lua Donate star (Viper star) to much damge

    -- Skill based damage setCombatFormula(combat, COMBAT_FORMULA_SKILL, 1, 1, 1.5, 2) Usage (TY @AGS): setCombatFormula(combat, COMBAT_FORMULA_SKILL, mina, minb, maxa, maxb) minDamage = minb maxDamage = Normal Weapon Damage * maxa + maxb /\ THOSE FORMULAS MAY VARY CHECK YOUR combat.cpp...
  12. namco

    [tfs 1.3] manual moving boat

    is god witnessing this?
  13. namco

    Own Project

    SICK SICK SICK SICK SICK SICK im just not liking that much the last one
  14. namco

    [Request] Select different effects with saving

    For sure! ^^ Storages are saved by player id in your database. Look for the table "players_storage" edit: You need to re-log to refresh a player's storages plus you need to be offline to edit it.
  15. namco

    Can't install vcpkg

    Ty all I'll @Rider 's method then come back to give a feedback :D FEEDBACK: @Rider hours and hours and hours... - I'm gonna try VS15 like I used to do.
  16. namco

    Can't install vcpkg

    Following this edubart/otclient 2. Set up vcpkg When I try to do .\bootstrap-vcpkg.bat My Git Bash stuck at Building vcpkg.exe ... pch.cpp archives.cpp checks.cpp chrono.cpp cofffilereader.cpp downloads.cpp enums.cpp files.cpp hash.cpp lineinfo.cpp machinetype.cpp...
  17. namco

    TFS 1.X+ How much mana/health gain on potion heal.

    Nice! Just as I imagined. Store the formula as a variable then call it in the function XD
  18. namco

    TFS 1.X+ How much mana/health gain on potion heal.

    Idk how to do this, can you explain?
  19. namco

    Graphic Designer Give your project the identity it needs!

    Hello, all! I am a Brazilian design student plus artist and I work as a graphical designer/artist. I can design you the visual identity your project needs, with: LOGO, BRAND, ARTS for PIC, WEBSITE etc EVERYTHING WITH THE BEST VECTOR/PIXEL/PRINTING QUALITY! We can make a budget, contact me...
Back
Top