• 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

    Lua GetPlayerSex(cid) problem.

    Was thinking about this, let him test, this should work!
  2. H

    Lua GetPlayerSex(cid) problem.

    It cannot be false/true - that means like he have sex, or don't have, which isn't possible, try mi script, but when it don't work, I don't know... I'll test something now..
  3. H

    Lua GetPlayerSex(cid) problem.

    Haven't test as I said, but when it works like Limos said, then: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  4. H

    Lua GetPlayerSex(cid) problem.

    Haven't tested: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end...
  5. H

    Windows Bless problem

    Blessing part in config.lua? I don't have any blessing settings in config.lua
  6. H

    Windows Ethereal spear spell

    When I will test it, then I will rep you, don't write to me! I remade my strong ethereal spear spell with the formula I had before and it works, don't know why it wasn't working.. So, Solved, please lock.
  7. H

    Windows DepotItems

    Don't know right what u meant with the ID's, but if you mean to try it with another tiles - I have set it on 2 different tiles and it's same..
  8. H

    Windows DepotItems

    TFS 0.2.11pl2
  9. H

    Windows DepotItems

    Yup, I am totally sure :)
  10. H

    Windows DepotItems

    So, I step on it, and I am teleported one floor down..
  11. H

    Windows dp is not saving items

    Probably haven't set TownID at locker?
  12. 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...
  13. H

    Windows Ethereal spear spell

    Effect is here - effect work without problem, I'm just hitting with it about 10 damage (distance 50~, level 50~)
  14. H

    Windows Bless problem

    bump
  15. H

    Windows Ethereal spear spell

    Bump
  16. 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...
  17. H

    Script Request :)

    Mmm, search function? (yes, now tell all shits to me that I'm am dickhead and can't tell him anything bla bla)
  18. H

    Windows Bless problem

    Changed to 20, but, when I die I loose items & lvl, wtf?
  19. H

    Windows Bless problem

    Client crashes when using this script (TFS 0.2.11pl2)
  20. 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...
Back
Top