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

    OTClient Problem with Items-Map OTClient + TFS1.3.

    I am running the newest OTC Client and TFS 1.3 After testing a basic map including some custom sprites it worked without any problems, I started encountering this problem after decorating the map. I've also increased the packet size in the server which didn't help. ProtocolGame parse message...
  2. alekito

    Need an Script for removing stone

    Hiho im searching for an script that does this: if an player got an certain item then pressing a lever it spawns 1 monster and when monster is dead it removes an stone from a certain position and removes the item from the players backpack. Rep ++ if you can help me out. :D:D - - -...
  3. alekito

    Need help with my quest.

    Trying to do an quest that when you click an specifik "lever" you spawn 1 monster in the middle and 4 monsters in each corner.. when the 4 monsters are dead a stone gets removed located 4 steps south of where the monster in the middle was, and an tp is created..and if the 1 monster in the middle...
  4. alekito

    Talkactions

    I need help fixing my rebirth look script.. Apparently when my char that has rebirthted x times and i look on myself it says: 12:42 You see yourself. You are a mage. You have rebirth 1 time. But when another player is trying to look at him it says: 12:42 You see Test mage (Level 110072)...
  5. alekito

    Rainbow shield

    Hi i wonder if anyone can help me add so it's an 5% chance to transform example helmet of the ancients id:2342 to id:2343. Without it being "uppgraded" the first time i try uppgrade it. Here is my lua. local config = { manaCost = 0, soulCost = 0 } function onUse(cid, item, fromPosition...
  6. alekito

    Uppgrade

    I wonder if it's possible to make an item example : golden armor uppgraded to -> custom armor I mean an item uppgraded to a new item using example: gems with an 15% chance If so. I would really appreciate if someone gives me one. Giving rep+ :D
  7. alekito

    Formula

    Hi I kind of got an problem with my custom bow. I dont really know how to see which of these 4 is for the level based and magic level based. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0) setCombatParam(combat, COMBAT_PARAM_TYPE...
  8. alekito

    Loss items

    I need help to make my chars not lose anything when they die. only the amulet they got on. i give rep+ for help!
  9. alekito

    Spell formula

    Hi guys i need an spell formula that makes my "exana mort" spell heal 60% of knights maximum health. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat...
  10. alekito

    Death bug

    When my player dies by anything of sort i cant relog with it. it tells me "Temple position is wrong, contact with the adminstration. dont know where to find . the x.y.z when players die.
  11. alekito

    hp+mana formula

    i kind of need an guide to change my currently "exura san" spell to make it heal mana aswell . This is what i need help with: Make exura san heal 2000 hp+ 1500 mana ... and it should require 100 mana to use the spell. I give rep ++ for help ;)
  12. alekito

    Problem with /t

    i kind of got an problem using /t on my admin. Tells me - 22:54 Home town does not exists. forgot where to make my main townid= 5 .... i think it's at id=0 by default Il give rep+ for help!
  13. alekito

    Probem with Magic level.hp + mp regen

    I got an huge problem been trying to fix it for like 1-2 days now,"nonstop" . I cant get my item to give me Magic lvl or hp + mp regen per sec. the absorbpart works just fine. This is my data/item/item.xml <item id="2641" name="blood boots"> <attribute key="weight" value="0" />...
  14. alekito

    Commands

    I cant get my /reload items to work ..:( all other reloads i try to command works just fine /reload monsters /reload talkactions /reload movements etc.... this is my data/talkactions/talkactions.xml <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- Gods -->...
  15. alekito

    Item Description

    Hi i need help to get my items say You see blood boots (Arm:5, magic level +7, protection all +1%,) but instead its saying. You see blood boots (Arm:5, magic level +7, protection physical +1%, energy +1%, earth +1%, fire +1%, ice +1%, holy +1%, death +1%). It weighs 9.00 oz. the power...
  16. alekito

    Npc Input

    I kind of got an problem with my The Forgotten King npc, ive tried to make an "place spawn" with rme then i put 1 npc on my world map but when i try to start my server it tells me. [21/08/2012 15:33:15] [Spawn::addMonster] Cannot find "The Forgotten King" Would appreciate if anyone got...
  17. alekito

    Rebirth problem

    Hi i kind of got an problem with opening the skills after rebirth 2 -- i seem to get debugged everytime i try click the skills. At 0 rebirth i can click the skills just fine even at 1 rebirth This is my Rebirth.Lua from Data/npc/scripts local keywordHandler = KeywordHandler:new() local...
  18. alekito

    How To Make an House

    Hi i kind of just started an ot, havent had one for 2-3 years so i kind of forgot alot about scripting. Well my problem is that i did an house on rme and i named it + put an rent on it. I picked an ordinary door for the house that exist this is what my house.xml says -<houses> <house...
Back
Top