• 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

    So what's wrong? It seems that you know what is it all going about. And I don't. I don't know where is mistake, would you help me?
  2. Darqneez

    little problem with addEvent function

    bump
  3. Darqneez

    I need help with a doSendMagicEffect function

    Is that even possible?
  4. Darqneez

    door problem?

    Maybe you have made a mistake in your map editor. Remember to put a tile under doors :P
  5. 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.
  6. 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 :)
  7. Darqneez

    creaturescript bug

    Bump
  8. Darqneez

    creaturescript bug

    Hey man, I have a question, would you look at your a little bit modified script. I did it because I want this script to work on global storages, because it's impossible to do this quest alone. So I wanted this quest look like this: there is a group of players, for example 10. One of them (random...
  9. Darqneez

    Improved sudden death damage (ring)

    Thanks guys I gave JDB rep points, I wanted to give it to damadger too but I will be very happy if you take a look at my other problem that hasn't been solved for some days :\ Here (Scroll down a little bit)
  10. Darqneez

    Improved sudden death damage (ring)

    But now players can hold this ring in bp and still get its benefits, they can wear other ring in ring slot aswell.
  11. 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)...
  12. Darqneez

    creaturescript bug

    Bump :p
  13. Darqneez

    [TFS 0.3.6:3293] Having problems with thrones in PoI!

    I would write in movements this: <movevent type="StepIn" uniqueid="10274" event="script" value="AllThrones.lua" /> <movevent type="StepIn" uniqueid="10275" event="script" value="AllThrones.lua" /> <movevent type="StepIn" uniqueid="10276" event="script" value="AllThrones.lua" /> <movevent...
  14. Darqneez

    [League of Legends] General Discussion

    I agree with nevalopo, these "league of legends hacks" are scum, cuz all processes are executed on server's side.
  15. Darqneez

    a lever that when you use it you get to level 8 always

    It seems that I can't help you, but you may use this script Here
  16. Darqneez

    [League of Legends] General Discussion

    Do you like new champion (woman with 2 pistols)? IMO Riot is out of ideas. Its first champions were best ones :P
  17. Darqneez

    creaturescript bug

    BUMP, Please help me ^
  18. Darqneez

    a lever that when you use it you get to level 8 always

    levellever.lua function onUse(cid, item, frompos, topos) if item.uid == ENTER_YOUR_LEVER_UID_HERE then if getPlayerLevel(cid) >= 9 then setPlayerLevel(cid,8) doTransformItem(item.uid, item.itemid == 1945 and 1946 or 1945) end end return TRUE end and in...
  19. Darqneez

    How works COMBAT_FORMULA_SKILL?

    http://otland.net/f132/how-use-setcombatformula-18287/ scroll down a little bit
Back
Top