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

    addskill system

    Ok, did it really fast, so it can have bugs and it isn't the best method for sure, but it's working. In creaturescripts.xml add line: <event type="advance" name="AddPoint" event="script" value="addpoint.lua"/> In data/creaturescripts/scripts add file addpoint.lua and paste inside: function...
  2. Syryniss

    Help with "looktype" in database.

    data/XML/groups.xml I'm not 100% sure if it exist on 0.2.6 but it should. You can edit there outfit to specific players (gm's, cm's, admin's...)
  3. Syryniss

    addskill system

    Besides few changes like disabling normal gaining skills in sources it can be all done with use of storage (IMO). I don't have much time now to think about it, maybe if I will find some I can try do it. Something like onAdvance adding 1 point to some storage and then you can spend it by...
  4. Syryniss

    Solved Spell Creation Problem

    -- SpellCreator generated. -- =============== COMBAT VARS =============== -- Areas/Combat for 0ms local combat0_Brush_3 = createCombatObject() setCombatParam(combat0_Brush_3, COMBAT_PARAM_EFFECT, CONST_ME_SMALLPLANTS) setCombatParam(combat0_Brush_3, COMBAT_PARAM_DISTANCEEFFECT...
  5. Syryniss

    Solved Spell Creation Problem

    Post here lua file and tell what do you want? Targeted spell which only affect 1 target, nothing more, right?
  6. Syryniss

    Windows Acc maker hosting

    bump
  7. Syryniss

    Windows Acc maker hosting

    bump
  8. Syryniss

    Fix/Patch Level and vocation instead of world name on character login

    Check if you have the same as me (fragment from protocollogin.cpp): //Add char list output->AddByte(0x64); if(g_config.getBool(ConfigManager::ACCOUNT_MANAGER) && id != 1) { output->AddByte(account.charList.size() + 1); output->AddString("Account...
  9. Syryniss

    Lua Create Monster do not work!

    The last wave is missing replaceazerus = replaceazerus or false; Maybe it's for some reason, but you can try if this disables error.
  10. Syryniss

    Windows Acc maker hosting

    bump Can someone clarify, is it possible to setup TFS with database and acc maker online for free? Becasue now I think it isn't becasue all hosting with sql which can be accessed remotly are paid...
  11. Syryniss

    Lua Create Monster do not work!

    @Summ My bad then, there was a lot "Azerus" and only one 'Azerus' so I thought it can be reason of error. #topic Do what Summ said. It's always the best method to eliminate all the rest and find out what causes the error.
  12. Syryniss

    Lua Create Monster do not work!

    doCreateMonster('Azerus', m_posi[math.random(1,#m_posi)]); Shouldn't it be doCreateMonster("Azerus", m_posi[math.random(1,#m_posi)]); ?
  13. Syryniss

    Windows Acc maker hosting

    #Update I found out that it may be problem with permission. By default only localhost can enter to database (?) Anyway, I tried enter query GRANT UPDATE ON name_of_database.* TO name_of_user@'mine_ip' IDENTIFIED BY 'password'; It gave me this: #1044 - Access denied for user...
  14. Syryniss

    Windows Acc maker hosting

    Hi. First of all I'm using TFS 0.3.6, 8.54 Tibia and the latest 2012 Gesior acc for 0.3.6. I'm currently hosting website on t15.org. I uploaded there all website files, config.lua and XML folder, which is needed for Gesior acc, and sql database. After some tweaks in config I managed to set up...
  15. Syryniss

    Solved Problem with Revert.lua

    doSetCreatureOutfit(cid, mvoc.x, -1) ?
  16. Syryniss

    Gesior custom items

    bump
  17. Syryniss

    Gesior custom items

    Hi. I setted up gesior acc on local machine and I wanted it to display my own items using this item generator. I successfully unpacked sprites from my files (using unpack_sprites.php), but when I try to create items using getsingle.php there is an error: Unknown .DAT byte 0x62 (previous byte...
  18. Syryniss

    [Spell] Player immunity

    Thank you very much! I found today this, but with your idea it would be easier to do complete immunity not only from one type of combat.
  19. Syryniss

    [Spell] Player immunity

    bump
  20. Syryniss

    [Spell] Player immunity

    bump
Back
Top