• 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!

Recent content by lyczos

  1. L

    [Modern AAC] Grey Layout by MeNi

    I love simple layouts! ;) Simplicity is best! Thanks :)
  2. L

    Lua Movement script error - StepIn StepOut

    local tile = 426 -- tile id local wall = 1049 -- id of wall to remove local pos = {x=988, y=805, z=14} -- position of wall to remove local wallFromPos = getThingfromPos(pos) -- get item uid function onStepIn(cid, item, position, fromPosition, itemEx, toPosition) if isPlayer(cid) then...
  3. L

    Stian's Zaypay script (standalone v0.1.2c)

    Try to use .htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC] RewriteRule ^.*$ http://example.com%{REQUEST_URI} [R=301,L] so, create .htaccess file and put it in htdocs :)
  4. L

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    I sloved this: http://otland.net/f16/sloved-npc-wands-rods-problem-115541/#post1141894
  5. L

    Lua [SLOVED] NPC Wands and Rods problem

    Ok, i fixed it. I had: [...] shopModule:addBuyableItem({'wand of vortex', 'vortex'}, 2190, 500, 'wand of vortex') [...] shopModule:addSellableItem({'wand of vortex', 'vortex'}, 2190, 250, 'wand of vortex') [...] Solution is simply - i had to add '1' but only to BuyableItem, ex.: [...]...
  6. L

    Lua [SLOVED] NPC Wands and Rods problem

    Hello! I have some problem with my Wand and Rods NPC - i can't buy wands and rods: NPC code: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  7. L

    Gesior 0.3.8

    ALTER TABLE z_bug_tracker ADD priority int(10); ;)
  8. L

    What song are you listening NOW!

    'Show them to me' http://www.youtube.com/watch?v=16cWiWj--8E
  9. L

    NPC Promoter if player storage = XXXXX

    ~~bump~~
  10. L

    NPC Promoter if player storage = XXXXX

    Hello, I need help with Promoter NPC. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  11. L

    NPC Marriage System for TFS 0.3.5

    [12/11/2009 17:43:46] data/npc/scripts/wedding.lua:onCreatureSay [12/11/2009 17:43:46] luaGetPlayerNameByGUID(). Player not found [12/11/2009 17:43:46] Lua Script Error: [Npc interface] [12/11/2009 17:43:46] data/npc/scripts/wedding.lua:onCreatureSay [12/11/2009 17:43:46]...
  12. L

    TalkAction (6.1) Cyber's REPSystem w/Opinion Points for 0.4 && mAAC

    hah, i changed "Dragon" to "dragon" etc. and it works :) Thanks alot.
  13. L

    TalkAction (6.1) Cyber's REPSystem w/Opinion Points for 0.4 && mAAC

    Yes, I did :) Hmm, when i create orshabaal and i kill him i recive rep points, but for other monsters no //sorry for english. I also modified repMonster.lua (but only points values):) -- >>> THE Players'REP++System CryingDamson Edition by Cybermaster <<< -- -- >>> Scripted IN and...
  14. L

    TalkAction (6.1) Cyber's REPSystem w/Opinion Points for 0.4 && mAAC

    heh, I don't change anything now and still not work. I trying to kill demon, orshabaal by GM, GOD, player :P Also i dont have eny errors in console :) I try to other version of TFS.
  15. L

    TalkAction (6.1) Cyber's REPSystem w/Opinion Points for 0.4 && mAAC

    I try to kill Demon, orshabaal(monsters from the list:)) ofcorse :) and ofc i have correct version of TFS :)
Back
Top