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

    Send item to depot if no space or cap

    Hi can someone show me a way to send an event item to player depot if he doesnt have space or cap? I think i can create a Mail in a X position to send a parcel, but i dont know the functions needed otx based on 0.3.7 [10.35] thks in advance
  2. televolt

    It seems fun to play?

    MIX OTServer Hello people!! I'm making a 4fun server with lots of custom systems, map, monsters etc and i would know if seems fun :) please leave me a feedback and suggestions!! sry for bad english :/// I will post some images later.. sry :/ The base map is a custom evolution edited by...
  3. televolt

    Monster Spell Script

    Hello people.. can someone help me to make a monster spell with FORMULA based on my pet level? i'm using this pet system http://otland.net/threads/darkhaos-pet-system.137197/ i want to simulate the monster basic atk with this spell, please help :/ some functions: getPetInfo(pet)...
  4. televolt

    Lua attributes for (doItemSetAttribute())

    Hello, can anyone help with a list of all possible attributes in doItemSetAttribute()?
  5. televolt

    [lua] need help

    Problem solved ^^ this script checks what weapon is equiped on right hand and will block attacks.. otx 2.7 or tfs 0.3.7 function onTarget(cid, target) if getPlayerSlotItem(cid, 5).itemid > 0 then local v = getPlayerSlotItem(cid, 5) if getPlayerVocation(cid) ~= 9 and getItemWeaponType(v.uid)...
  6. televolt

    Lua onEquip function

    problem solved! http://otland.net/threads/lua-need-help.201351/#post-1936337
  7. televolt

    simple script? (moveevents)

    problem solved! http://otland.net/threads/lua-need-help.201351/#post-1936337
  8. televolt

    Windows high synchronization time

    Hello, can anyone help me with this small issue? My "synchronization time" is too slow I'm using a "virgin" datapack, "virgin" database, unique modification is a global map, nothing more I'm using TFS 0.3.7, OTX 2.7, Win 7 ultimate 64bit, 8gb ram, fx 4300 3.8 ghz *TFS 0.2 [30/09/2013 08:02:07]...
  9. televolt

    isMounted function

    Hello, i need some help to create a function that returns if player is mounted. protocol 9.8x Some way is check player outfit (lookMount) EDITED easy way.. creatureevents onMount give Xstorage and onDismount remove storage EDITED2 How i know what storage will not conflict with other scripts?
  10. televolt

    Market System

    Hello again, where i can edit the market system?.. i have some items with custom name and is needed it to appear in market :P
  11. televolt

    Broadcast msg

    Hello all, i have a noob question.. where i can edit broadcast to not show in console?
  12. televolt

    Broadcast msg

    Hello, i have a noob question.. where i can edit broadcast to not show in console?
  13. televolt

    Add HitChance to perfect upgrade items

    anyone here can help me add HitChance to the script? i got this error :( i've edited somethings in this script, feel free to use :P [4/4/2013 12:29:50] [Error - Action Interface] [4/4/2013 12:29:50] data/actions/scripts/tools/upgrade.lua:onUse [4/4/2013 12:29:50] Description: [4/4/2013...
  14. televolt

    Idea passive monster

    hello people! I had an idea to make a monster passive. you must create an NPC that disappears when attacked and instead it a monster is summoned NPC monster X -> if attacked -> puff(npc disappear) summon monster X -> monster X = no target -> puff(monster disappear) NPC monster X is...
Back
Top