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

    Tp to your own House if you own a House.

    Can be used as a potion... with doRemoveItem(item.uid) xD
  2. Hyresu

    [Mod] Random Item Stats

    PROBLEM : When a monster dies and have summon, L A G, using OTX 2.5
  3. Hyresu

    Lua Function moveCreatureTo(cid,pos[,mindist[,maxdist]])

    I just made a function without sources...
  4. Hyresu

    CreatureEvent Advanced - CheckPoint System!

    azzkaban, Te cree el script en bt..
  5. Hyresu

    War scripts

    Working on 0.2!! Thaankss!!
  6. Hyresu

    [Function] getItemName()

    Well, there exists an function called getItemNameById, but, what happens when you use getItemNameById(0) with 0? it returns nil and launchs a error bug, using this function, will not send a error msg, it will return: nothing... Easy function, but usseful function getItemName(item) if item...
  7. Hyresu

    [Mod] Random Item Stats

    I just wanna know how to make it for a quest.. i solved the problem myself
  8. Hyresu

    [Mod] Random Item Stats

    @Cykotitan Help me... i am testing it and no receive console errors... but my monster doesn't loot nothing... rats, dragons, rotworms, monster with no bag on loot!! not give me anything!! TFS 0.4_DEV NOTE: It doesn't send loot message EDIT: 100% Working... How to make the item received in...
  9. Hyresu

    Script not working.

    mmm Sabes... intenta usar un action id en el actions.xml y por sierto... el id es 1954 no se si corresponda en tu ot a una palanca
  10. Hyresu

    Script not working.

    Azzkaban give me your console errors ____________________________________- Pasame los errores en consola
  11. Hyresu

    Multi-element weapon

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Weapon multi-elements" version="1.0" author="Led-Leyendario." contact="otserv.es" enabled="yes"> <config name="configuracion-sword"><![CDATA[ config = { storage = 6999, dinero = 0 * 1000 -- 1cc, pon 0 si no quieres que cobre...
  12. Hyresu

    Spell Omnislash [100% Working ALL vocations]

    000-function.lua Spells.xml And a little function of omnislash.lua
  13. Hyresu

    Action Spell Scroll 100% WORKING!!

    Close it... sorry i didn't see it.... i'm sorry Admin please close it c:
  14. Hyresu

    Spell Omnislash [100% Working ALL vocations]

    Hello, this is me again.... now i got a spell... second post.. OK go to data/spells/scripts Create a new .txt file and name it omnislash.lua and open it and put this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)...
  15. Hyresu

    Action Spell Scroll 100% WORKING!!

    Hello, this is my first post.... please be nice with me c: Well... we have to go to YOUROT/data/actions/scripts and create a new .txt file... we will name it sc.lua and open it... put in that file this: local spell = "NAME OF SPELL" local words = "WORDS" function onUse(cid, item, fromPos...
Back
Top