• 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. Alaa Adel

    Website Problem!

    Im not sure if what I have is the correct one ... can you post a screenshot that shows please?
  2. Alaa Adel

    Website Problem!

    I think I found that tab ... but no users thing.
  3. Alaa Adel

    Website Problem!

    Link please I dont know what is the website of this tab. I need the link of the users tab please.
  4. Alaa Adel

    Website Problem!

    Hey guys, i was trying to make a website and i watched that znote video tutorial on how to do it http://otland.net/threads/video-tutorial-from-nothing-to-a-fully-working-ot-server-website-and-shop-system.166818/page-12 but right now i cant open phpmyadmin's users tab cuz it doesn't exist now at...
  5. Alaa Adel

    Mount Doll

    why dont you just change the version? to something like 9.0+
  6. Alaa Adel

    Mount Doll

    i think i can help but im not very sure action.xml <action itemid="xxxx" event="script" value="other/mount doll.lua"/> choose the item id of your doll make a lua file called mount doll and put this code in: function onUse(cid, item, fromPosition, itemEx, toPosition) if (item.itemid == XXXX)...
  7. Alaa Adel

    Immune spell

    im using tfs 0.2.11 mystic spirit
  8. Alaa Adel

    Talking Teleports

    thanks limos :)
  9. Alaa Adel

    Solved Magic Effect on SQM

    THANKS!!!!!
  10. Alaa Adel

    Talking Teleports

    mystic spirit 9.1 tfs 0.2
  11. Alaa Adel

    Talking Teleports

    hello again :D does someone know how to make a teleport that keeps writes words and does some magic effects?
  12. Alaa Adel

    Immune spell

    Hello OTland i need to make a spell that makes you immune to all damages/hits for 5 seconds. thanks.
  13. Alaa Adel

    Summon spell

    YAYY! THANKS
  14. Alaa Adel

    Summon spell

    [26/06/2014 02:10:48] Lua Script Error: [Spell Interface] [26/06/2014 02:10:48] data/spells/scripts/support/remove summon.lua:onCastSpell [26/06/2014 02:10:48] data/spells/scripts/support/remove summon.lua:2: attempt to call global 'doRemoveSummon' (a nil value) [26/06/2014 02:10:48] stack...
  15. Alaa Adel

    Summon spell

    hahahaha :D function onCastSpell(cid, var) doRemoveSummons(cid) end return true end very noob spell right ? :D
  16. Alaa Adel

    Summon spell

    [26/06/2014 01:29:47] data/spells/scripts/support/remove summon.lua:2: 'end' expected (to close 'function' at line 1) near '<eof>'
  17. Alaa Adel

    Action - speed attack

    function countDown(number, pos, effect, msgonend, effectonend) local n = number for i = 1, number do addEvent(doSendAnimatedText,i* 1000, pos, n > 1 and n.."" or msgonend .."", n < 6 and TEXTCOLOR_RED or TEXTCOLOR_GREEN) addEvent(doSendMagicEffect,i* 1000, pos, n > 1 and effect or effectonend )...
  18. Alaa Adel

    Action - speed attack

    LOOOL THANKS LIMOS! you are perfect! :P but one last thing haha :D do you know how to make a teleport scroll for my tfs version? cuz all scripts doesn't work
  19. Alaa Adel

    Action - speed attack

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HolyDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HOLYDAMAGE) setCombatFormula(combat...
  20. Alaa Adel

    Action - speed attack

    :/ my tfs version is 0.2.11 ... but I dont wqnt the attack speed now I just want the effects, ok I will check the explosion arrow Ok now i have the spell of the weapon... but it doesn't hit any damage!!! what to do? ( i want it to hit holy damage )
Back
Top