Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 01/15/2022 in all areas

  1. 1 point
    [Source Code Mod] Fade Logo with hint Hello ! I have done this mod since a few weeks ago, and I decided to share it because some of you might think it looks cool and nice. The code can definitely be improved. Download 1) Mod 2) Preview I will make this mod work with V3ct0r's mod loader aswell, I will post it soon.
  2. 1 point
    [Source Code Mod] Interface Restrict Hello ! I have done this mod because it is annoying(atleast for me) when an interface element sinks beyond the client window. As for now, the code is implemented to work only for the skills user interface, you would have to make it work by yourself for the rest of the elements, which is pretty easy to figure out by just looking at the code and a bit of experience with the source code. Download: 1) Mod 2) Preview If you're having any issue to implement it, be sure to leave a comment with your issue with no worries.
  3. 1 point
    Используй впн, сервис не доступен у нас
  4. 1 point
    Hello @Rewind and @Tera! Yes, there really is such a bug in the modification. I've fixed it, I will update the topic soon. Thank you for your feedback!
  5. 1 point
    I have the same problem I thought it was a fuctions configuration error but leaving it clean still gives that error, so it must be some conflict of the mod
  6. 1 point
    @V3ct0r I added the Power mod but there seems to be something wrong when i attack a mob my exp doesnt gain in live, only when i relog the exp goes up from the last kill.
  7. 1 point
    Did you load it through dofile? if so, check inside the .lua file you attempt to load. Some dont have the print("Loading filename.lua") inside so you do not know if it loaded or not. If it loaded it without problem on the gameserver then it is loaded otherwise add it via dofile. Wrong section, please @Dan or a moderator moved this topic to questions not guide. Thanks.
  8. 1 point
    function GetPowerColor(Power) if (Power >= 1 and Power <= 50) then -- Green Colour = 4278255360 elseif (Power >= 51 and Power <= 100) then -- Blue Colour = 4278215413 elseif (Power >= 101) then -- Red Colour = 4294901760 end return Colour end
  9. 1 point
    Hello, I have replied to others using certain STATE_EFFECT stuff. There is a way to solve this issue, I had received a script from Eviles/Satan you can try to contact him and see if he will release/sell it to you. It solves the following: Item stat use such as elixirs, prawn dump/cloaks/fairy poss/when entering maze/teleporting keeps stats.
  10. 0 points
    Hello @Mesut! I want to scold you a little: 1) Please check the forum section where you creating a new topic. Topics with questions should be in appropriate section 'Questions & Help'. What is the point of forum sections if no one will use their logical purpose? The forum is large enough and for its convenient use you need to somehow categorize the topics; 2) I saw on your screenshot the phrase: Are you really the developer of this library? I'm not hinting at anything, but I want to remind about the importance of respecting copyright in our community. Thank you! Regarding your question: 1) Where did you get these extensions? Is there detailed instructions on how to install them? 2) Probably the installation instructions are at the beginning of the extension file. 3) These files (skills.lua, variable.lua, timer.lua and funcs.lua) may not be extensions as such, but files with auxiliary functions, for example, for some extension.
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...