Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/23/19 in all areas

  1. Marketplace link: rAthena Language Support - Visual Studio Marketplace This extension now lives in rAthena organization, my own fork has been archived. This extension provides rAthena-flavored Athena language syntax highlighting and code snippets and automatically highlights files with .rascript extension. Automatic rAthena script detection for .txt files is coming soon. The following is the non-exhaustive list of code snippets provided by Athena Language Support. * `defnpc`, `defnpcfloat`, `defwarp`, and `defshop` (In-game objects definition) * `deffunction` (Function definition) * `On:` event handler snippet * `for`, `while`, `do` flow control snippet report issues: https://github.com/rathena/vsce-rathena-language-support/issues Special thanks to @JoWei for the base extension for Atom.
    1 point
  2. Version 2.0.0

    1447 downloads

    Version 2 Information: now support more then 2 iteminfo , you can check line 17 to add as much as you want! IInfo = {"System.import_iteminfo","System.kro_iteminfo5","System.kro_iteminfo4","System.kro_iteminfo3","System.kro_iteminfo2","System.kro_iteminfo1","System.kro_iteminfo"} now it's much much much faster for big files! remove functions.lua move url functions to the iteminfo itself 2 Big files loading test : this test is not loading in the client , but loading in the debugger! If you are new to this > Details: this an example and template on how you Customize your iteminfo read the ReadMe!! file before you ask anything this work as the import folders in rathena (if you don't know what i mean than i suggest you use rathena search or google) ALL THE FILES MUST BE .lua !!! the way it work: you add your custom and edited items in the import iteminfo file you add kro iteminfo file you add the server url in the function file the client will read the iteminfo import first than the kro iteminfo than you can update your kro iteminfo at anytime you need without any edit to it without the need to re-add your custom and edited items to a new kro iteminfo the kro_iteminfo included is from https://github.com/zackdreaver/ROenglishRE (which is old , I suggest you use the one from https://github.com/llchrisll/ROenglishRE) this file is added for example on how you use it I suggest you get the last iteminfo after you make sure there is no error! I would highly suggest you check out his great project every time you want to update your iteminfo! Please report any error in the forum post not in the PM , Thanks.
    Free
    1 point
  3. Version 4.4

    4802 downloads

    Original idea of this script : http://www.eathena.ws/board/index.php?showtopic=148888 Well, this was my favourite stylist script in eAthena ....xD Since i got some time, and lately received a request on editing a stylist npc script. So i come with with the idea to add some minor features or enhance the original script. The script are written from scratch... A very quick and simple intro for the script, Able to nagivate styles easily ( Forward, Backward, Jump ). Able to blacklist certain style for each style group and separately by Gender. Removed save / load features since not really useful. Enable Zeny as payment for the services. Able to enable any of the 3 services. ( Hairstyle, Hair Color, Cloth Color ) Support multiple type of Currency Payment. ( Item , Cash Points , Zeny and etc ) Customizable. ( If any style was blacklisted, a default style will be displayed ) The script are rewrited and clean up some unecessary parts. Credits : AnnieRuru Hudelf
    Free
    1 point
  4. It won't solve your problem if a DDOS attack goes directly into your server, Since you're still using the same network interface, getting that pipe saturated will prevent you from restarting/changing your server IP. And as far as renting a server goes, changing your IP can take quite a while. Whoever if you hide your server IP behind a proxy, let's say a Google VM or Amazon, you can instantly change your VM IP into something else and repatch your client. This is quickly stop the attack since they are now targetting an unused IP. More-over, if you can setup multiple proxy for your server, you can set the Amazon/Google VM to instantly shutdown itself if it's under attack, This will save you a lot of trouble from having to change your IP, and DDOS, as common as it is, cost money. The more proxy they have to shut down to stop you, the more expensive it gets for them. And there's always the limitation of resources your attacker has to keep DDOS-ing you, at some point, they won't be able to keep stricking you. At a better level, you can also set load balancing for your VM. Which will help tremendously in reducing the strain of DDOS attack on your proxy. And as an added bonus, some provider does provide with a basic anti-ddos. It is not as powerful, but it will stop some basic attacks.
    1 point
  5. alb2trea mapflag nightenabled Change to your new maps.
    1 point
  6. Version 1.0

    1926 downloads

    This is a small map that serves as a PvP based zone. Its designed for 4 people to verse one another. You can certainly use this map for other means if you wish. You may not use this work for commercial purposes. Enjoy!~
    Free
    1 point
  7. sncf,18,154,4 script #1 111,{ end; OnInit: while(1) { specialeffect ID; sleep TIME; } } or for effect change sncf,18,154,4 script #2 111,{ end; OnInit: while(1) { specialeffect ID; sleep TIME; specialeffect ID2; sleep TIME; } }
    1 point
  8. Read: Basic_Scripting#Message if (isnight()) mes "Good evening!"; else mes "Good morning!"; close;
    1 point
×
×
  • Create New...