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

    little problem with addEvent function

    Hey, what's wrong in this line in my creaturescript script? addEvent(setGlobalStorageValue, 10 * 1000,deathlist[1],20001,(getGlobalStorageValue(20001))-9) it doesnt return any errors but it just doesnt work.
  2. Darqneez

    I need help with a doSendMagicEffect function

    I want this function to hit like a exori flam. From position X to position Y. I want missile to look like fireball. I tried with this: doSendMagicEffect([FIRST_POSITION = fromPosition, SECOND_POSITION = toPosition], CONST_ANI_FIRE) but it didnt work. I'll rep++ for help :)
  3. Darqneez

    Improved sudden death damage (ring)

    Hello, I tried to do a ring that improves sd damage by 100%, but i doesn't work :\ Improved damage works only if ring is in player's ring slot. It's id is in script Here's code local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)...
  4. Darqneez

    Lua NPC Addoner Problem

    hello, I have a problem, my npc is not working correctly, I don't have any errors, can someone explain me why it's not working? Here's code, NPC gives player outfit and 2 addons. To obtain addons players need outfit first. local keywordHandler = KeywordHandler:new() local npcHandler =...
  5. Darqneez

    Lua A little wand request

    Can someone tell me how to make my wand hit minimum 550, max 800 like it is written in weapons.xml: <wand id="8927" level="150" mana="50" min="550" max="800" type="death" event="script" value="dark_staff.lua"> <!-- dark staff --> <vocation id="9"/> <vocation id="10"/>...
  6. Darqneez

    creaturescript bug

    EDIT: See my post at the bottom Hello, I've made a script but console gives me an error. Script should give player +1 storage value for every killed monster that is in config. here's script: config = { message = "You have deafeated me, but my brothers will take a revenge on you!"...
  7. Darqneez

    NPC problem while doing quest

    Hi, I did today a simple script for npc. It should work so: Player says "quest", NPC asks Player, if he wants to do quest. Then let's say Player says "yes", but later when Player says "quest" he didnt get the message 'Did you bring me 10 orc teeth?', but the first one ('Do you want to do a quest...
  8. Darqneez

    My script needs small rework

    I have a small problem. My script works, but console gives me an error, and there is also a small freeze while using my plant. Can someone rework my script so that there was no error? Here's Code: -- Script made by Darqneez -- local blossom = {x=2073, y=1866, z=11} -- TOP LEFT tile...
  9. Darqneez

    Trading NPC problem

    Hello, I've made script for npc which sells and buys goods from players, but npc only buys goods he cant sell anything. Please fix it, here's npc script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  10. Darqneez

    exhaust on TFS

    How can I set exhaust to 0 on TFS. I mean the exhaust when I go level up or down for example on stairs. I dont wanna wait 2 seconds to attack monsters. Where can I find file with this settings? I'll REP++
  11. Darqneez

    Little quest problem

    Hello, I need a script for levers. Description 1 to 3 black numbers, are numbers of levers 1 to 3 red numbers, are numbers of stones that should appear 1 to 3 green number, are numbers of stones that should disappear I have written a script some hours ago but it doesnt work :( I want script to...
  12. Darqneez

    Problem with npc script

    I'd like to make my own npc, which would buy some items, and I made a script for this, but it doesnt work. Can someone help me to solve it? here's script: and Lua:
  13. Darqneez

    Next script problem

    hello, I'd like to change this script made by wesoly136 to script which creates a backpack filled with potions. I tried to make my own script but it doesnt work. Can someone help me? Here's my not working script:
  14. Darqneez

    script problem

    I am beginner at lua scripting. I've made this script to learn something, but I dont know where did I make a mistake. Script should give you sudden death rune for 6500 gp. but I am using an item with uid 7001, I have 6500 gp, but I cant buy sd rune. Why? script is very simple, but I am still...
  15. Darqneez

    killing in the name of... Tasks would be chosen by player

    Hello, Can someone change script "killing in the name of..." quest, so that player could choose task he wants to do? Because script I've found here: http://otland.net/f82/creatureevent-npc-killing-name-all-monsters-all-tasks-rewards-59700/ makes player do tasks number 1,2,3 etc. He can't choose...
  16. Darqneez

    Lever which gives sudden death rune with 99 stacks for 6500 gold

    Hello, I'm not good at lua so I please pro scripters from otland.net to change this script: local items = { [6006] = {cost = 3800, item_id = 7591, item_id_count = 1, count = 20, bp_id = 2000, drop = false} } function onUse(cid, item, fromPosition, itemEx...
  17. Darqneez

    New Guide Please

    Anyone knows, that guides about how to make sql base are outdatet. I'd like to ask you to write a new guide on the newest TFS server (0.3.6). I was looking for guides for a long time but all of them are outdated. I have a problem when I want to make a GOD with PMA on TFS 0.3.6. When I try to...
  18. Darqneez

    Lua Problem With Account maker

    Hello, first I give some infos before telling the problem. I've downloaded TFS 0.3.6, then installed xampp 1.6.7, followed all steps to make my own OTS, installed gesior acc maker 3.6, but this error has occured: STEP 1 Check server configuration Warning: Error parsing...
Back
Top