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

    Mackan's Mappings

    So.. all your men banged Maid Marian?
  2. MindRage

    Mackan's Mappings

    Doesnt matter, Im the one banging Jasmine.
  3. MindRage

    [Spell system] - Forge your spells - Updated.

    So im contructing elements, "Where elements is what should happen when it hits an object." Doesnt have to be the elements linked to tibia. Anybody has some suggestions? Elements usually have 3 different forms * Something that applies to creatures, Conditions, dispells * Damaging or Healing. *...
  4. MindRage

    Mackan's Mappings

    By following Macedoons intention I could write this very long text as well just to see that the information i've given inside this would be completely ignored by the next person who is flaming. And all i really need to do is keep filling my post with a wall of text. So i can tell a small story...
  5. MindRage

    Random day on my test server.

    Well The amount of effects sent there was made on a local connections, Dont expect it to be usable in an actual server :P, Its actually very rare to send that much data just for effects in a game, Usually the client of other games only triggers like a preproccessed effect, but it does allow for...
  6. MindRage

    Random day on my test server.

    function onSay(cid, words, param, type) local timer = tonumber(param) local player = Player(cid) local pos = player:getPosition() for i = 0, math.max(0, timer - 1000), 10 do for j = 1, 2 do local DistEffects = {CONST_ANI_ENERGYBALL, CONST_ANI_ENERGY...
  7. MindRage

    Random day on my test server.

    You can thank the new scheduler optimizations they did some commits ago, made a whole lot of a difference.
  8. MindRage

    Random day on my test server.

  9. MindRage

    [Lua] Lua IDE with Autocomplete

    tfs 1.1? Nothing much really. The functions are all the mostly the same. However TFS 1.1 is finished yet either, so wont update until its officially released.
  10. MindRage

    [Lua] Array serialization/ deserialization into/from single storage value.

    @up I believe you are trying it with TFS 1.0? Im not sure if that distro can store strings or binary stuff.
  11. MindRage

    Solved [Help] Spells Doesn't follow me ..

    yeah. The problem here is that Var <- contains the position that the spell is triggered. Easiest would probobally be to add selftarget="1" into the xml file. Otherwise you could construct your own "Variant". local var = posToVariant(getCreaturePositon(cid)) the function name might not be...
  12. MindRage

    Solved Creating Layered Spells on 9.8

    addEvent works like this: addEvent(functionToUse, intervalInMilleSeconds, parameters after this...) doCombat has 3 parameters (cid, combat, var) Cid and Var is the same all the time, "combat" is the one that needs to be changed to make the spell different. so addEvent(doCombat, 100, cid...
  13. MindRage

    [Lua] Lua IDE with Autocomplete

    Okey, Only use this with LDT 1.2.0 i have not updated it to 1.3.0 yet.
  14. MindRage

    World of Therran BETA

    Octopus Warewolf D: Waah!
  15. MindRage

    Balancing when there are no restrictions?

    Since im building my spellforge system (A System simular to Magicka™) i was thinking of setting up an All-vs-All PvP-focused server with some RPG elements. Just some common info to get started: Client version: 10.5x No restriction in terms of spell usage or item usage. Vocations will simply...
  16. MindRage

    [solved][lua]Drinking blood?

    All i could think of was that the blood would give you a condition called HIV
  17. MindRage

    [Spell system] - Forge your spells - Updated.

    Okey, So im working on this again, updating it to TFS 1.0. so i made some slight changes with the concept: The words are now grouped into 5 groups: Targets, Elements, Areas, Modifiers and Casts. *Targets is a group that selects the positions of where to cast the areas. You can stack multiple...
  18. MindRage

    [Lua] Lua IDE with Autocomplete

    They updated the IDE to 1.30, somehow my EE is incompatible. so i have to rewrite my generation script. If anyone can explain how Notepad++ works with its API files i could convert it to it.
  19. MindRage

    [Lua] Lua IDE with Autocomplete

    Its hard to say without any more information, but it might be the way you set up the project. Can you post a screenshot?
  20. MindRage

    [Lua] Lua IDE with Autocomplete

    Dude that is with validation. it know the Lua like Eclipse know Java and so. + dark theme not so hard to add, just add an eclipse plugin. Its based on eclipse, you can add git management, xml parsing, dark themes and all that kind of shit XD Just go to install new software and google the webs...
Back
Top