• 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

    MoveEvent Random teleport and check if player is on sqm

    Well, I don't get any errrors but the spell doesn't work... here's the script function onCastSpell(cid, item, pos) if cid > 0 then if item.actionid == 30001 then if(item.itemid == 5024) then local location = { {x=1000, y=1000, z=7, stackpos=253}...
  2. Alaa Adel

    MoveEvent Random teleport and check if player is on sqm

    Is it possible that a spell (not a talkaction) teleports you to these training monks and also check if there's a player standing there?
  3. Alaa Adel

    Spell Teleportation

    Thanks Man!
  4. Alaa Adel

    Spell Teleportation

    Nice Syntax, but i want the marked player-monster teleport back too. Appreciate your help :)
  5. Alaa Adel

    [Mod] Sound System

    exuse my stupid questions :D ... just a beginner.
  6. Alaa Adel

    Summon spell

    Can I change his name to be my player's name?
  7. Alaa Adel

    [Mod] Sound System

    Ok, so these codes on that link.. do i have to replace them with the whole file or add them?
  8. Alaa Adel

    [Mod] Sound System

    done, now i get this error: ERROR: Unable to send extended opcode 1, extended opcodes are not enabled and when u sent that link.. there were some files that doesn't exist in my otclient's files. i suggest you upload ur own otclient.
  9. Alaa Adel

    [Mod] Sound System

    ERROR: Unable to load texture '/images/audio': unable to open file '/images/audio.png': The system cannot find the path specified. I think this error has something to do with this part of the script: "soundButton = modules.client_topmenu.addRightGameToggleButton('soundButton', tr('Sound Info')...
  10. Alaa Adel

    [Mod] Sound System

    ERROR: Unable to load texture '/images/audio': unable to open file '/images/audio.png': The system cannot find the path specified. that's the error .... and also, when i make a spell with a normal player (not a GM) the game stops
  11. Alaa Adel

    [Mod] Sound System

    I already downloaded the latest commit .. when I downloaded it, the startup music worked (it wasn't working on the other version) but the ingame music still doesn't work.
  12. Alaa Adel

    [Mod] Sound System

    what is compile exe???
  13. Alaa Adel

    [Mod] Sound System

    Can just anyone upload a ready made client cuz this is sooo confusing!!
  14. Alaa Adel

    [Mod] Sound System

    There's no "luascript.h" in my client lol
  15. Alaa Adel

    [Mod] Sound System

    Well I discovered that there is an error ... "ERROR: Unable to load texture '/images/audio': unable to open file '/images/audio.png' : The system cannot find the path specified." And another error: "ERROR: Unable to send extended opcode 1, extended opcodes are not enabled" Guess that's the...
  16. Alaa Adel

    [Mod] Sound System

    I've changed the positions... well I just wanted to test it first so I didn't add more music. I guess it makes no difference.
  17. Alaa Adel

    [Mod] Sound System

    well, I read the whole thread several times and all what I saw was to put that folder to "theotclient/mods/" and thats exactly what I did and it still doesn't work :/ why don't you just tell me better than telling me to read the post? you won't lose anything.
  18. Alaa Adel

    [Mod] Sound System

    bump
  19. Alaa Adel

    [Mod] Sound System

    I put the rc_sound folder in "otclient/mods" and it doesn't work.
  20. Alaa Adel

    [Mod] Sound System

    ?
Back
Top