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

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    maybe if you import on custom client looktype for bigger rotworm , and make the stronger rotworm , bigger :D
  2. Sirion_Mido

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    is it lua? '_' should edit source too
  3. Sirion_Mido

    [9.60]GM command, teleport

    can try /goto 1000,1000,7 and tell me if it works '_'
  4. Sirion_Mido

    [9.60]GM command, teleport

    if you want to go to player name: Mido what you say in your server?
  5. Sirion_Mido

    help website cant login

    change your accountmangment.php and createaccount.php <3
  6. Sirion_Mido

    [9.60]GM command, teleport

    on most of tfs servers you can say: /goto 1000,1000,7
  7. Sirion_Mido

    floorchange

    you want only player walk on it get teleport or player + items? :(
  8. Sirion_Mido

    Potion

    thank you so much Raiden just i made mistake because i didn't test the script xd , thank's for edit ;)
  9. Sirion_Mido

    Help with [MOD]

    i am not sure , but try this ;( <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Characters Market System" version="1.0" author="LuckOake" contact="none" enabled="yes"> ------------------------------------------------------------------------------------ <config name="market"><![CDATA[...
  10. Sirion_Mido

    Potion

    Here we are ;) local magicneeded = 10 -- magic level to use the item function onUse(cid, item, frompos, item2, topos) if getPlayerMagLevel(cid) => 10 then doSendMagicEffect(topos,1) mini = (getPlayerLevel(cid) * 2.5 + getPlayerMagLevel(cid) * 3) * 4.6 - 25 maxi = (getPlayerLevel(cid) * 2.5 +...
  11. Sirion_Mido

    Automatically Donation Castle System

    @_CorneX_ that will be great :) just i can't find some functions to do that ;) will be good if you post this ;)
  12. Sirion_Mido

    Automated Donation Castle System

    i made a automatically donation castle but not as you wanted , but it's great i think ;) http://otland.net/f81/automatically-donation-castle-system-193341/
  13. Sirion_Mido

    Automatically Donation Castle System

    Dear otland , i decided to share my script for Automatically donation castle system what's the idea?: a lot of servers' owner put the castle item on shop , and the buyer give it manual to the owner then the owner give the buyer that donation castle manual. my point is: just the player go to...
  14. Sirion_Mido

    Teleport script needed

    i was make scripts without test , but i was sure that my old scirpt should work , if tetra20's no work , say here i will make perfect one , but tetra20's should work.
  15. Sirion_Mido

    Good Time - double exp

    try change onTime to onTimer
  16. Sirion_Mido

    Teleport script needed

    afff wtf , sorry , really i made this script very fast because i was need to go :@ , i fixed in my post , sorry ;S
Back
Top