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

    Need help with a movement script!!

    You mean, whe you step out, the stair is removed?
  2. Ezzam

    Someone just check this row and tell me if u see any error.

    ################################## #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# #~~####~~~#~~~#~~~#~~~#~~~####~~~# #~~#~~~#~~#~~~#~~#~#~#~#~~#~~~#~~# #~~####~~~#~~~#~~#~~#~~#~~####~~~# #~~#~~~#~~#~~~#~~#~~~~~#~~#~~~~~~# #~~####~~~~###~~~#~~~~~#~~#~~~~~~# #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#...
  3. Ezzam

    problem with vocation

    to promote from master sorcerer to mastersorcerer jumper use this: setPlayerPromotionLevel(mostDamageKiller, 2) to set from master sorcerer jumper to master sorcerer use this: setPlayerPromotionLevel(mostDamageKiller, 1)
  4. Ezzam

    CreatureEvent Killed monsters counter!

    I have a question: If i want to use this for a quest... I want it to start count when i have a certain storage, and end when it has another storagevalue. I made the script by editing urs, but i get an error: ...lua:36 ')' is expected near 'spearman' Here is my script:local monsters = {...
  5. Ezzam

    Someone just check this row and tell me if u see any error.

    local monsters = { --name = storage ["orc spearman"] = 35003, } local name = getCreatureName(target) local monster = monsters[string.lower(name)] ERROR vvvvvvvvvv if getPlayerStorageValue(cid, orc spearman) == -1 then THS 0.3.4 :::::::::: ERROR = ....lua:38 ')' expected near 'spearman'
  6. Ezzam

    CreatureEvent [Inquisition] Create Teleport When Boss Die!

    A tip is to use flobalStorageValute when you kill the boss, and when you have that certain globalStorage then you get teleported to next place and get a storagevalute when you enter the tp to access the tp in the "main room". else if you enter the tp you get to the "main room"
  7. Ezzam

    [8.4(1/2)]TFS 0.3.4 (Crying Damson) + NEW FUNCTIONS!

    Does this have the otservlist block?
  8. Ezzam

    [Solved] Moderators remove thread.

    I'm gonna check if this helps. If it does i rep++ u PS. I have used addEvent like this B4 and it worked perfect.
  9. Ezzam

    [Solved] Moderators remove thread.

    bump
  10. Ezzam

    [Solved] Moderators remove thread.

    I didn't plan to release this script. Moderators, please remove thread
  11. Ezzam

    UNNAMED acc. maker 0.3.2 beta for TFS

    Warning: DOMDocument::load(D:/OT/Current Server/Real-Map Server 8.4 PVP-Fredric/Real-Map Server 8.41-8.42 PVP-RP/) [domdocument.load]: failed to open stream: No such file or directory in C:\xampp\htdocs\pot\OTS_VocationsList.php on line 43 Warning: DOMDocument::load() [domdocument.load]: I/O...
  12. Ezzam

    [8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

    Assertion failed: m_scriptEnvIndex >= 0 && m_scriptEnvIndex < 21, file ../luascript.h, line 273 Nice release, but seems like theres an c++ error? or something :s
  13. Ezzam

    [Teaser IV] Cookie Cotton Joe's - Feldarin

    Dan, love your work, cant wait for server to open.
  14. Ezzam

    [Coming Soon] Paranydia Map

    Too much coppied. You have mostly coppied from other maps and pasted in ur. 2,5/10
  15. Ezzam

    I need this script

    U mean that if you put a demon horn on coal basin, you can walk on the flame to get to the other side, else you cant?
  16. Ezzam

    Broadcast after switch

    what error msg u get?
  17. Ezzam

    Request - Trainer Egg

    well, atleast i tried... :/ PS. urs was better xD
  18. Ezzam

    [CreatureScripts] Creates a ladder when a determined monster is killed

    In "data\creaturescripts\scripts\NAME.lua" add this: function onDeath(cid, corpse, killer) local position = getCreaturePosition(cid) local creaturename = getCreatureName(cid) ladder = {x=XXX, y=XXX, z=XX, stackpos=1} getladder = getThingfromPos(ladder) local time = 5 local message =...
  19. Ezzam

    [CreatureScripts] Creates a ladder when a determined monster is killed

    I mabye can help you. Give me ~15-20 min.
Back
Top