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

  1. R

    Lua Action help

    @edit: solved
  2. R

    Lua Spellbook with Soul.

    Im using TFS 0.2.15 (Mystic Spirit)
  3. R

    Lua Spellbook with Soul.

    nope, that won't work >.>
  4. R

    Lua Spellbook with Soul.

    bump
  5. R

    Solved Spell for Palladin

    oh God, u're awesome, thank u very much =) @edit, is there possibility to create monster(summon) with exeta res?
  6. R

    Solved Spell for Palladin

    Hiho, I want to create spell what will shoot 9 arrows (3x3 square with target in centre) for now I created that: -- SpellCreator generated. -- =============== COMBAT VARS =============== -- Areas/Combat for 0ms local combat0_Brush = createCombatObject() setCombatParam(combat0_Brush...
  7. R

    Lua Spellbook with Soul.

    Hello, Im using that action for spellbooks: function onUse(cid, item, fromPosition, itemEx, toPosition) local count = getPlayerInstantSpellCount(cid) local text = "" local t = {} for i = 0, count - 1 do local spell = getPlayerInstantSpellInfo(cid, i) if...
  8. R

    OpenTibia SpellCreator: A graphical spell creation enviroment

    hiho, how i can add skills in custom formula, what variable is for that?
  9. R

    [9.6] Realmap V3

    dead link ;_;
  10. R

    Request maps you need here!

    Looking for Evo 9.81!! or maybe RL for that protocol, thanks.
  11. R

    Custom Promoter TFS 0.2.15 (Mystic Spirit)

    @edit solved, but I have other question. my action: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  12. R

    Solved MySql - TFS v0.2.15

    Works, thank you very much.
  13. R

    Solved MySql - TFS v0.2.15

    Hiho, today I decided to run TFS on my new computer and have fun with creating a little ots. 1) I have downloaded latest XAMPP and run it. http://screenshooter.net/4789987/tkeyfpa 2) I hanged root password, logged into my phpmyadmin,created database (theforgottenserver) and import there *.sql...
Back
Top