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

    TFS 0.X [C++] Show spells when MLVL up deppeding on vocation

    [15:20:36.607] [Error - CreatureScript Interface] [15:20:36.607] data/creaturescripts/scripts/spellup.lua:onAdvance [15:20:36.607] Description: [15:20:36.607] (luaGetPlayerInstantSpellInfo) Spell not found [15:20:36.607] [Error - CreatureScript Interface] [15:20:36.607]...
  2. gmstrikker

    TFS 0.X [C++] Show spells when MLVL up deppeding on vocation

    Its showing an error: spells.cpp: In member function ‘InstantSpell* Spells::getInstantSpellByIndexCustom(const Player*, uint32_t)’: spells.cpp:265:14: error: ‘vocSpellMap’ was not declared in this scope if (!vocSpellMap.empty() && vocSpellMap.find(player->getVocationId()) ==...
  3. gmstrikker

    TFS 0.X [C++] Show spells when MLVL up deppeding on vocation

    Any spooilers where i should look for, so i try to help you to help me, i want this so much :)
  4. gmstrikker

    TFS 0.X [C++] Show spells when MLVL up deppeding on vocation

    i wanted this so much :(
  5. gmstrikker

    TFS 0.X [C++] Show spells when MLVL up deppeding on vocation

    I was helped on this topic TFS 0.X - ML up show new spell from spells.xml (https://otland.net/threads/ml-up-show-new-spell-from-spells-xml.270306/) to edit my source so a script like this work: https://ibb.co/R45nhB9 It shows all spells you from your magic level when u get magic level up (from...
  6. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    its not solved... how to unmark as solved?
  7. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    It has an error i didn't know, it was showing only one spell, even if u had more to show... I manage to fix it: --[[------------------------------------------------<|] |* * * * * * * * * * * * * * * * * * * * * * * * * * *| |* * * * * * * [SpellUp! Script] * * * * * * * * * * | |*...
  8. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    THANK YOU <3 trying to understand the codes u show me, i got one last question... would be possible to show runes u can use when get ml up?
  9. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    i tried even: --[[------------------------------------------------<|] |* * * * * * * * * * * * * * * * * * * * * * * * * * *| |* * * * * * * [SpellUp! Script] * * * * * * * * * * | |* * * * * * * * By: Cybermaster * * * * * * * * * * *| |* * * Tested on: The Forgotten...
  10. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    thank you a lot man but in my source there is not info about can cast for spellinfo used on script: https://github.com/Fir3element/3777/blob/master/src/luascript.cpp#L3187-L3217 can u give a hand?
  11. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    i wanted to do a server with a lot of new spells, this script would make my life so much easier :(
  12. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    why spells that needlearn="1" is not working guys? :( i wanted to do a server where players need to buy the spells
  13. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    I manage to change from level up to magic level up But there is a problem... Spells with: needlearn="1" That players didn't buy is not showing on... Anyone can help me to fix it? To show spells even if player don't have it? --[[------------------------------------------------<|] |* * * *...
  14. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    To use as Magic Level instead of Level its just change: function onAdvance(cid, skill, oldlevel, newlevel) if skill ~= SKILL__LEVEL or not s.repeatAfterDeath and getCreatureStorage(cid, s.Storage) >= newlevel then return true end For if skill ~= 7 or not...
  15. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    Is anyone know how to do, if it is possible OFC To create a script that when players get magic level up, it show the new spells he can use spells that are from his vocation and in that ml he just got loading from the spells.xml ? i put it to work with this script (by create a new list): local...
  16. gmstrikker

    TFS 0.X SQL error when try to install advanced guild system

    Error SQL query: CREATE TABLE guild_storages ( guild_id int NOT NULL default 0, key int NOT NULL default 0, value varchar(255) NOT NULL default 0 ) MySQL said: #1050 - Table 'guild_storages' already exists https://ibb.co/qF6byHf https://ibb.co/Rp65HjG
Back
Top