• 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!

Recent content by Ralumbi

  1. Ralumbi

    Downgraded 13.x assets to .dat/.spr format

    Long story short, make it all work together. Use the main repo from OTAcademy and add this commit (as its not merged with master yet) Then use the items.otb and items.xml in my attachments in one post above. Place those in your TFS and also in the 1310 directory of RME and everything is fixed !
  2. Ralumbi

    Downgraded 13.x assets to .dat/.spr format

    My bad was using the wrong map editor. After all people will have issues compiling since there is a "new" lib added I installed this one for that to have another try. ".\vcpkg --triplet x64-windows libarchive" Now I am stuck with the following and my knowledge in C++ is not enough to solve...
  3. Ralumbi

    Downgraded 13.x assets to .dat/.spr format

    Ok I made it possible to update the otb files (will share them later). Now my nose got bumped into the following: [Fatal - Map::loadMap] Unknown header node. > ERROR: Failed to load map
  4. Ralumbi

    Downgraded 13.x assets to .dat/.spr format

    @Evil Puncker I am getting this error while using everything described, might done something wrong? >> Loading items... A newer version of items.otb is required. > ERROR: Unable to load items (OTB)!
  5. Ralumbi

    TFS 0.X Premium Account On One player not all account

    Dear El Man, You will need to rewrite the premium script in Lua and you need to rewrite a few parts in the C++ player.cpp file in order to make this work good. Also you will need to make changes how you will identify it in the database. Now it is set to the account, if the account has X days of...
  6. Ralumbi

    A way to make this spell script simpler?

    And something new has learned today.
  7. Ralumbi

    A way to make this spell script simpler?

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_FIREATTACK) local distanceCombat = Combat() distanceCombat:setParameter(COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) distanceCombat:setParameter(COMBAT_PARAM_EFFECT...
  8. Ralumbi

    Linux OT-Playbook

    You must change the compile settings specific for that version of nekiro's downgraded branch. Which must be the same as the most recent TFS wiki. I didn't update the ot-playbook yet, its in the planning, can take a few weeks. otland/forgottenserver...
  9. Ralumbi

    OTClient ERROR: protected lua call

    OTClient game_skills module error: ERROR: protected lua call failed: LUA ERROR: /modules/game_skills/skills.lua:107: attempt to index local 'skill' (a nil value) stack traceback: [C]: in function '__index' /modules/game_skills/skills.lua:107: in function 'setSkillValue'...
  10. Ralumbi

    TFS 0.X boost spell hp/mp/storage

    That's great! Now all you will have to checkout is how "Utani hur" and Utani gran hur" are made :) Those are temporally spells.
  11. Ralumbi

    Reward system tfs 0.4 problem

    @vexler222 I don't believe this is sending the items towards your depot. You should add a chest and add an unique id to that chest and so configure the unique id in your xml file. Hope this solves your issue.
  12. Ralumbi

    TFS 0.X boost spell hp/mp/storage

    Since you're asking this in the support section I will lead you into the right direction, if you're not asking support but requesting the script please checkout: Requests (https://otland.net/forums/requests.132) You should take a look at the Health potion and Mana potion scripts and check how...
  13. Ralumbi

    Lua Cant figure how to teleport players when they kill creature

    @SixNine care to share? and @whiteblXK should post here so you(@SixNine) can set his answer as the solving answer. This way we help everyone. As many are trying to help you.
  14. Ralumbi

    Lua Cant figure how to teleport players when they kill creature

    Hmm.. @SixNine If you want to send multiple people away without the use of a portal then I found something else for you in the forums, should work for 1.X as the thread says. Found at: TFS 1.X+ - Teleport all player in are to area...
  15. Ralumbi

    Lua Cant figure how to teleport players when they kill creature

    Found this: https://otland.net/threads/after-kill-mob-teleport-appears-problem.268621/
Back
Top