• 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. Sir Islam

    Solved Addons level not working

    yes sorry w8 i will update my reply recopy :D now
  2. Sir Islam

    Solved Addons level not working

    local female_outfits = { [135] = {outfit = 136, storage = 10136}, [140] = {outfit = 137, storage = 10137}, [145] = {outfit = 138, storage = 10138}, [150] = {outfit = 139, storage = 10139}, [155] = {outfit = 140, storage = 10140}, [160] = {outfit = 141, storage = 10141}...
  3. Sir Islam

    Solved Action move monster with statue (from roxor decide your own spawn) for 1.0

    yes and u can delete this , stackpos=255 u dont need this
  4. Sir Islam

    Solved Action move monster with statue (from roxor decide your own spawn) for 1.0

    ummm give me 1 minute i will test this in my server have fun function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 1035 then creature1pos = {x=811, y=625, z=7, stackpos=255} local u = getTopCreature(creature1pos) if u.type > 0 then...
  5. Sir Islam

    Solved Action move monster with statue (from roxor decide your own spawn) for 1.0

    function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid == 1035 then creature1pos = {x=811, y=625, z=7, stackpos=255} creature1 = getThingfromPos(creature1pos) if creature1.uid > 0 then ncreature1pos = {x=811, y=627, z=7}...
  6. Sir Islam

    problems with the compile tfs 0.4 rev 3884

    you have folder name include in this program folder ? if yes show me print screen
  7. Sir Islam

    problems with the compile tfs 0.4 rev 3884

    where the problems ? show us
  8. Sir Islam

    A working shop script?

    can add globalevents script to receive automatic if you want this
  9. Sir Islam

    Help with lua scripts.

    no problem you are welcome have fun :)
  10. Sir Islam

    Help with lua scripts.

    test my edit )
  11. Sir Islam

    Help with lua scripts.

    test this http://pastebin.com/h7iBBmnf
  12. Sir Islam

    Help with lua scripts.

    show file player.lua
  13. Sir Islam

    A working shop script?

    test this function onSay(cid, words, param, channel) local params = string.explode(param, ",") local price = params[1] table.remove(params, 1) local desc = table.concat(params,",") local name = '' local item1 = getPlayerSlotItem(cid, CONST_SLOT_RIGHT) local itemid1 = item1.itemid local count1 =...
  14. Sir Islam

    Exp Ring Crash

    like this "Your extra experience rate has ended." Your extra experience rate has been activated! It is now
  15. Sir Islam

    TFS 1.1 how to call from database

    function databaseCall(cid, value) local resultr, ret = db.storeQuery("SELECT `"..value.."` FROM `players` WHERE `id` = "..getPlayerGUID(cid)..";") ret = result.getDataInt(resultr,value) result.free(resultr) return ret end how to use databaseCall(cid, "level")...
  16. Sir Islam

    Exp Ring Crash

    you got any msg when DeEquip or Equip
  17. Sir Islam

    Exp Ring Crash

    just this and use the first script :) <movevent type="Equip" itemid="7708" slot="ring" event="script" value="exp_ring.lua"/> <movevent type="DeEquip" itemid="7708" slot="ring" event="script" value="exp_ring.lua"/>
  18. Sir Islam

    Exp Ring Crash

    please add your script there edit your post [CODE*] your script here [/CODE*] remove *
Back
Top