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

Search results

  1. Ezzam

    [NPC] Anyone can solve this XML problem?

    As you can see I want that the first time you say hi to the NPC, he asks for the players name. I want to make that the player MUST say his name. <interact keywords="hi" storageId="200001" storageValue="0" storageComp="less" focus="1"> <response text="Hi there, I havn't seen you in...
  2. Ezzam

    Action Elemental Quest

    OBS: The script is NOT tested. I made this script because i was boored to death, the script may be bugged but can easily be fixed by almost any scripter on this forum. The community is always a option and if you ask for help you will probably get it, I have no time for fixing bugs atm...
  3. Ezzam

    Killing NPCs

    I wonder... Is there a way to make NPCs attackable like in WoW? Or do I need to source editing?
  4. Ezzam

    Action Might be good to someone: Desert Quest, easy to configure

    function onUse(cid, item, frompos, item2, topos) local config = { --Lever IDs (Ignore unless you change lever)-- switchUniqueID = 16000, switchID = 1945, switch2ID = 1946, --ItemID of all the items-- swordID = 2376, crossbowID = 2455, appleID = 2674, spellbookID =...
  5. Ezzam

    Action Quest:for whatever you want.

    This script is free to use. (If you release my script edited, dont forget to leave rep to me) You put 4 items on coal basin/other table, then you pull the lever. You get a storage id, and can then open the door. (quest door with action id same as storage id. The script was made when i was in...
  6. Ezzam

    Suggest Map Name and rate 1/10

    This is my edited evolution map, currently in progress. I havn't mapped for a while so it might not look so good. (Yet) To clearify what i meant with name. I meant: 1. Project Name (server Name) 2. City Name I removed EVERYTHING in the city exept the PvP-arena and the Rotworm spawn under the...
  7. Ezzam

    CreatureEvent PvP-Arena TFS 0.3 [RELEASE]

    Here you have a 100% working PvP-Arena for TFS 0.3! I could not have made it without Tufte. (Give him REP++!) local arena = { frompos = {x=31950, y=32068, z=0}, topos = {x=32192, y=32256, z=15}, exit = {x=32097, y=32219, z=7} } function onPrepareDeath(cid, lastHitKiller...
  8. Ezzam

    Re-enable aol?

    Is there a way to make AOL work as it did before, now when i die with aol, i wont drop the aol. I wont loose ANY items, not even AOL.
  9. Ezzam

    Random spawn i made.

    I was boored and made a "swampy-cave" with Slime and Bog Raiders. (Download-Link to check it all: http://uploadhyper.com/file/3168/BogRaider.rar.html) PS. Moderator please scan file! If you find virus please remove the link. This isn't a 100% complete hunt... I just don't want...
  10. Ezzam

    TFS 0.3.4 skill up animation.

    <event type="advance" name="anim" event="script" value="XXXX.lua"/> XXXX.lua function onAdvance(cid, skill, oldLevel, newLevel) doCreatureSay(cid, SKILLS[skill]:gsub("%a", string.upper, 1) .. " UP [" .. newLevel .. "]", TALKTYPE_ORANGE_1) return TRUE end in login.lua...
  11. Ezzam

    [Solved] Forgot to change return FALSE to return TRUE. Moderarot remove thread.

    function onAdvance(cid, skill, oldLevel, newLevel) doCreatureSay(cid, SKILLS[skill]:gsub("%a", string.upper, 1) .. " UP [" .. newLevel .. "]", TALKTYPE_ORANGE_1) return TRUE end
  12. Ezzam

    Need working madareth [Attacks has to work]

    Need working madareth [Attacks has to work]
  13. Ezzam

    Kicks and ect

    I died and lost all pots/runes. Worth ~3cc + loot because of some mass kick. Im not the only one who got kickad. Online players was 50.
  14. Ezzam

    [REQUEST] Kill monster add storage.

    function onDeath(cid, corpse, killer) local storage1 = getPlayerStorageValue(killer, 30101) local storage2 = getPlayerStorageValue(killer, 35001) local monster = getCreatureName(cid) local MONSTERNAME = rotworm if storage1 == 1 then if monster == MONSTERNAME then if storage2...
  15. 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'
  16. Ezzam

    [Solved] Moderators remove thread.

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

    addEvent - Clean area = [SOLVED] (thx Azi)

    Add this in your script after (example:) if item.itemid == 1945 then addEvent(CleanArea, 0) end Add this to the bottom of your script. function CleanArea(startPos, endPos) local startPos={x=32707, y=32345, z=7, stackpos=253} local endPos={x=32725, y=32357, z=7, stackpos=253}...
  18. Ezzam

    [items.xml] This won't decay:

    <item id="9247" article="a" name="magic opening"> <attribute key="decayTo" value="3366"/> <attribute key="duration" value="300"/> <attribute key="showduration" value="1"/> </item> Do i have to add something in movements.xml like some other things need or what? >.<
  19. Ezzam

    Rookgaard access?

    How do i access the DP above Tom in rook?
  20. Ezzam

    Healing @ Rookgaard

    Some healing spell for free acount that heals less then exura. that mabye took ~10% mana? Or increase ammount of hp regained. Because now it's ticking 1 hp at the time :S
Back
Top