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

    Compiling Tank = double shield

    Hello, is it possible to make a custom class (ofc yes) that will can double wield shields? Means 1 shield in each hand, making double shielding which would be for tanking. Probably yes by compiling, just wondering that I could use it on my server, would it be possible to do it without...
  2. H

    Lua (luaCreateConditionObject) Condition not found

    Hello, got a spell problem. Created the spell with Spellcreator (graphical) that is here on forum. Spell works without problem, just when loading the server I get 7 of these: [30/08/2012 11:25:23] [Error - Spell Interface] [30/08/2012 11:25:23] data/spells/scripts/custom/Rage of the...
  3. H

    Lua NPC Problem

    Hello to everyone, today I started changing engine on RoXoR, but I've got 2 problems I don't understand. So, here it is: First one: [23/08/2012 19:00:05] [Warning] NpcSystem: [23/08/2012 19:00:05] SubType missing for parameter item: [23/08/2012 19:00:05] bottle,2007,3 [23/08/2012...
  4. H

    Lua 0.2.8/8.62 talking tp

    Is it possible to make talking teleports for tfs 0.2.8 (8.62)? There are not globalevents, so I'm asking
  5. H

    Windows DepotItems

    Got simple script for showing depot items, but I am getting one floor underground, wtf? function onStepIn(cid, item, frompos, topos) local tileUnStepped1 = 426 local depotItems = getPlayerDepotItems(cid, 1) if item.itemid == tileUnStepped1 then if item.actionid == 3000 then if...
  6. H

    Windows Ethereal spear spell

    Hello, got problem with spell, don't know why it don't work... TFS 0.2.11pl2 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, TRUE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT...
  7. H

    Windows Bless problem

    Hello, got problem with blessings - [17/04/2012 15:40:40] Lua Script Error: [TalkAction Interface] [17/04/2012 15:40:40] data/talkactions/scripts/bless.lua:onSay [17/04/2012 15:40:40] luaDoPlayerAddBlessing(). Player not found Script: function onSay(cid, words, param) if...
  8. H

    Windows 0.2.11pl2 sample

    Hello, can someone give me code for 0.2.11pl2 MySQL character samples? Gesior won't add them to DB..
  9. H

    Lua getPlayerItemCount

    Hello, I've got a small problem, learning LUA right now.. I want, if the player have item X, or item Y, or item Z, then doPlayerAddItem XXXX I have got the script, working with one item, but if I want to only this, that or another item it don't work... if getPlayerItemCount(cid, XXXX) >= X I...
  10. H

    Windows Can't move dead bodies

    As topic name said, I cannot move dead bodies (not even after waiting 5 minutes) Tried probably half of all monsters and I'm not possible to move dead bodies (tested on GOD and normal account) TFS 0.2.11pl2
  11. H

    Windows PlayerDeath problem

    Hello, everything worked fine (what I know, haven't died before) But now, console says this when I, or someone else die, and the it won't save players deaths (u can't see it at players info): [09/04/2012 12:21:28] Lua Script Error: [CreatureScript Interface] [09/04/2012 12:21:28]...
  12. H

    RookLife

    Hello to everyone, I want to start discussion about my server that I'm going to start soon! It's based on Eldins RookWar! Server will be 9.31 version, all spells working 100%, smaller cooldowns, edited rookgaard, new experience places, new quests, but I'm asking you players what would you like...
  13. H

    Formula

    I want my Annihilation spell to depend not only on skill/magic level, but On skill, magic level and level. I'm using TFS 0.2.11pl2, I don't know which formula to use...
  14. H

    Windows Monster problem

    Hello, I have got problem with monster feverish citizen, I have no error in console, but I can't spawn it or can't even import it to map editor, here I post it, I haven't found reason, please help.. <?xml version="1.0" encoding="UTF-8"?> <monster name="Feverish Citizen" nameDescription="a...
  15. H

    Windows Item shop problem

    Hello... I've got a problem - I don't receive item from website if I buy it... I'm using TFS 0.2.11pl2, Gesior 0.3.1 Znote's edition I have done everything like its said HERE, but it don't work, I don't know why... Thanks for help!
  16. H

    9.31 spells for older tfs?

    Hello:) Does anyone have 9.31 spells for TFS 0.2.11pl2 (mystic spirit) ? Thanks for reply.
  17. H

    Windows Map copying

    Hello :) I'm asking, If is it possible to copy a 8.6 map to 9.31? I don't want to import it, cause it's not easy to arrange it to right position. I want just to copy it, but if I open my 9.31 map, and then try to open 8.6 map in same map editor, I can't have open 2 versions of map at the same...
  18. H

    Windows Which gesior?

    Hello :) I have changed my server from 0.2.8 to 0.2.11pl1, but I don't know which gesior should I use - 0.3.1? Thanks for reply, Hanoger.
  19. H

    Too big pages

    Hello, Me another time :p I have installed new theme to my website - Gesior AAC Dwarf Layout, but the pages are too big (check it by yourself - tibia.gameteam.cz) I'd like to arrange them to the size they fit, could someone tell me where can I edit it? Thanks for reply! //Also - I don't mind...
  20. H

    Top 5 Players script

    Hello, does anyone have top 5 players script? Thanks for reply.
Back
Top