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

  1. M

    Solved How to put 'pause' in lua spell?

    I want that the every combats will cast from first position where player casted spell. When he run , his position is changing and spell is going crazy
  2. M

    Solved How to put 'pause' in lua spell?

    The script consists of 8 combats , so it is long, also all the combats are similiar so posting the whole thing is pointless. I think there's the problem: function onCastSpell(cid, var) addEvent(doCombat, 0, cid, combat1, var) addEvent(doCombat, 50, cid, combat2, var)...
  3. M

    ObjectBuilder [10.32]

    Hello fellow users. The author tried to help me , but his solution didnt work. He seems to be busy now , so I'm going to ask if someone here is so advanced that he is able to help me. I am trying to run the Objectbuilder on 8.71 version of client , but the program says all the time that this...
  4. M

    Solved How to put 'pause' in lua spell?

    Hey guys , got one more problem. I need something that whole spell (all the combats) will cast from the position it starts casting. Now it works only if you stay and use spell , but when you constantly run and use the spell , it is going crazy , like it is casting every each combat from new...
  5. M

    Solved How to put 'pause' in lua spell?

    Thank you
  6. M

    Solved How to put 'pause' in lua spell?

    Thank you all So I ended with this : function onCastSpell(cid, var) addEvent(doCombat, 0, cid, combat, var) addEvent(doCombat, 500, cid, combat2, var) end Which works perfectly , but it doesn't show the spell's words during casting the spell. For example when you are using exevo...
  7. M

    Solved How to put 'pause' in lua spell?

    Hello fellow users. I'd like to ask if someone knows how to put something like exhaustion between 'two' spells . There is a spell code and on the end is function : function onCastSpell(cid, var) doCombat(cid, combat, var) doCombat(cid, combat2, var) end I'd like to do something...
  8. M

    ObjectBuilder [10.32]

    Is there any version working for 8.71? The program can't load files from 8.71 but it doesn't make any problem with 8.5 or 9.1. I would really really appreciate if there would be Object builder working with 8.71 .
  9. M

    YATC Compiling

    first link contains instruction
  10. M

    YATC Compiling

    Hello. I'd really like to have that client . The author of this project told me that he cant help me because of thth he isnt doing this anymore. So , I've downloaded the source , and here's the problem. Usually in OTserver sources there was a file xxx.dev , and it was really easy to compile. And...
  11. M

    OpenTibia Autoupdater 1.2 neoncube

    Can you answer my last question? I'd like to insert dat file to this updater too. Thanks
  12. M

    Tibia Editor 6.7 [Demo]

    rehost plz
  13. M

    OpenTibia Autoupdater 1.2 neoncube

    It would be great
  14. M

    OpenTibia Autoupdater 1.2 neoncube

    Same problem with pacth list . It asks for patch/patchlist.txt. Where should I make the folder patch ?I dont really get it. I have to put all of the files into tibia client? Then where should be patch folder . It isnt there so I should create it , but then It still cannot find it (I've placed it...
  15. M

    Super hard script! Adding skills after level reaching !

    So could you add it into this script? (Different effect for every skill adding and the blockade which I've described in last post) :)
Back
Top