Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/15/14 in all areas

  1. Download Samples, click rAthena Logos, Icons, Banners collection The vector file (CorelDraw X5 file) can be found in vector folder, link above. Info This is NOT official release for rAthena, only owner/admin that own it. This is "cover" rAthena logo created by me -cydh- originally, item placements and colors maybe are NOT same like original ones. Feel free to download, edit, or redistribute this creation, but PLEASE don't forget my name -cydh- at least in your memories. And I hope, for you guys that using rAthena emulator, why don't put "rAthena" on your loading screen, "supported by" sign, it's just a simple way of tons ways to support rAthena. Not for money! Enjoy!
    1 point
  2. Toasty's WoE Controller So...once upon a time when I did have a server to run and one of the few questions that would always come up was..."What time was WoE and what region was it?" (WoE on this server was broken up into regions). Usually I didn't know the answer and so I had to go through the awful task of trying to find it in the forums and eventually I just directed everyone to it. And then there's the issue with people not understanding timezones or knowing how to substract. Soo...one day i got off my lazy ass and wrote this little thingymabob that would tell people exactly how long left it is till WoE, where it was and other random tiddy-bits of info. Worked pretty well. Anyways...just recently I was pretty bored and decided to clean it up abit and thought...well...since it's already keeping time..why not just let it do all the agit_controller stuff too. So I added that and presto!....this came out." Features: WoE 2.0 ready Novice WoE ready Real-time updated time display of how much longer till WoE starts/ends WoE configurable on a Castle level basis Useful castle owner listing feature Even more useful region map warper feature Some random skip/start/end WoE functions for GMs Auto-Restart WoE after server crash Now with a mildly easy to use online generator script. Though tested on trunk, will very much likely work on stable (provided you tick the correct box while generating the script) Description: Basically what you get is a little banner NPC with a chatroom on it who's title updates with the amount of time left till WoE starts or ends. (Little idea stolen from one of annie's scripts =P...some mvp arena i think) Clicking on the NPC (the npc not the chatroom) opens up a menu with a couple useful options which are self-explanatory. Note: Castle Owner listing is only for castles of the current/upcoming WoE session. Too much spam to print all Scripts: ver 1.22 - 26-05-2011 (r14829 trunk) (Mirror) (Mirror) ver 1.21 - 21-12-2010 (r14413 trunk) ver 1.20 - 18-10-2010 (r14413 trunk) ver 1.11 - 25-01-2009 (r13435 trunk) ver 1.10 - 03-01-2009 (r13405 trunk) ver 1.02 - 09-10-2008 (r13271 trunk) ver 1.01 - 21-09-2008 (r13091 trunk) ver 1.00 - 10-09-2008 (r13091 trunk) Backup ver1.22 Installation: Generate the script by inputting the times you require and any options you may want in the generator form Install the script as you would for any NPC. Depending if you want to use this to replace agit_controller.txt or not you can replace the contains of ./npc/guild/agit_controller.txt with this script. IF you use this script to manage your WoE timings (which you prob would..). Remove any existing WoE timing management scripts. By default... ./npc/guild/agit_controller.txt -if you didn't replace it with this script ./npc/guild2/agit_start_se.txt -for woe2 controller If you want to use any of the Novice castles make sure you enable them in ./npc/scripts_athena.conf npc: npc/events/nguild/nguild_dunsw.txt npc: npc/events/nguild/nguild_treas.txt npc: npc/events/nguild/nguild_guardians.txt npc: npc/events/nguild/nguild_warper.txt npc: npc/events/nguild/nguild_ev_agit.txt npc: npc/events/nguild/nguild_flags.txt npc: npc/events/nguild/nguild_managers.txt npc: npc/events/nguild/nguild_kafras.txt Restart/Startup server...enjoy =D Limitations: Since WoE can be run in pretty much any format, it's kinda impossible for this script to accommodate for all types of WoE. Anyways...here are the limitations of this script. WoE sessions have to start and end on the same day (usually the case but good to state) Only one WoE session is available at a time. In order to start another one, you must end the current one. The generator will complain if you try to overlap sessions. Standard array/variable limits. 128 for number of WoE sessions and separate regions. 31 different castles per region(Not that anyone is gonna use all that...unless they're planning like an all world WoE extravaganza). Time is actually updated using an infinite loop. Depending on the refresh rate setting timing can be off sync with the time WoE actually starts/end (default 500ms/half a second. This isn't a problem if you are using the built in controller) Due to the way in which the original WoE scripts were coded and how I implemented the castle based controller (calls OnAgitEnd/2 events) castles MAY remain open if they do not have an owner. Notes: Yup...idea for timer based waitingroom was stolen from annie's Mvp Ladder script This script is semi-protected against @reloadscript/@loadnpc commands. Though not recommended that you load the script using this manner, if you must after loading the scripts, to restart the script click each NPC (one NPC only needs to start to initialise the floating main script that controls the WoE timing, but each banner NPC needs to be clicked to start the waitingroom) When doing the timings, it is VERY IMPORTANT that you have the times in order from sunday to saturday and starting time. If you don't do this it'll skip over them till the next week. WoE happens in the order that the timings are specified. Sometimes it may be desirable to have them out of order so it can do one region this week and another one a different week...But this is only a side-effect to the timing design and weird things might happen..so do it at your own risk. (This is no longer a problem in ver 1.10 provided you didn't mess with the config after generating the script) You can change the rate at which the banner is updated by modifying the ".banner_refresh_rate" value in the CONFIG section. The banner will update every '.banner_refresh_rate' seconds. This script is rather dynamic and so adding additional castles just involves modifying and adding arrays. Adding castles to existing regions should be self-explanatory. But setting up a new region...maybe not.. Steps to setup a new region are as follows: Make up a prefix for the region you are adding (in this example I am using "test" Put all the maps for the castles in an array named ".castles_***" (eg. .castles_test$) Put all the put all the woe ending function addresses into an array named "woe_kill_***" (eg. .woe_kill_test$) Go to the constants section in the script (search for CONSTANTS START) Add the castles and portals in the corresponding sections Add the prefix to the end of the array .regions$, the name of the region in .region_names$ and the map that contains all the castle entrances in the array .region_maps$ Tah da!! you have now added a new region. Feel free to test the hell out of this and report bugs/suggestions/criticism. This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License
    1 point
  3. Dash Board, where you can manage to posts, upload photos and sell items. Dash Board 2.0 (viewing profile) as you can see there's a merchant and level. In Lumina account you can select your featured character in one of your account plus the item featured you want to showed (max of 6 like dota2). You can disable/enable this character view features.
    1 point
  4. probably your langtype didnt change to a correct one ?
    1 point
  5. stupid question from topic starter. This is not rAthena problem, it's your own problem. Try to solve it by yourself, without crying on the forum.
    1 point
  6. hmm you would have to ask to the creator of the addon, it's a very good coder so i think he can made it for you, just a suposition, i can't guarantee that he will do a version for you (:
    1 point
  7. a serious reason for changing latest revision ?? stability & maintainability better performance less bug latest update etc I feel that it's inappropriate to blame rAthena for this. You cant blame rAthena for breaking these just because your 3rd party tool failed to work in your server. It's 3rd party tools issue after all. There are no emulator out there that doing update based on other 3rd party tool compability. it's 3rd party tools who have to keep on update to keep it working on every latest revision. Simple Scenario If I am confusing you. If you playing any hacking tools in any servers, you wont ask the server to update based on your hacking tools , so that your hacking tools still working after every update.
    1 point
  8. At first its not really an open-source why would our team do that? and its server-by-server database basis. Like flux. You can even turn off other social network login thing.
    1 point
  9. you have to add the files in your data folder (the one in your main grf) and then do the part of the mapcache explained in the wiki o:
    1 point
  10. yeah i wish there could be a note or something, because it says nothing DD: re https://github.com/rathena/rathena/blob/master/db/re/statpoint.txt pre-re https://github.com/rathena/rathena/blob/master/db/pre-re/statpoint.txt
    1 point
  11. I think that the status goten with lvl up, is established on a DB file DB/pre-re/Statpoint.txt 48 51 54 57 60 64 68 72 76 80 85 90 95 100 105 111 117 123 129 135 142 149 156 163 170 178 186 194 202 210 219 228 237 246 255 265 275 285 295 305 316 327 338 349 360 372 384 396 408 420 433 446 459 472 485 499 513 527 541 555 570 585 600 615 630 646 662 678 694 710 727 744 761 778 795 813 831 849 867 885 904 923 942 961 980 1000 1020 1040 1060 1080 1101 1122 1143 1164 1185 1207 1229 1251 1273 1295 1318 1341 1364 1387 1410 1434 1458 1482 1506 1530 1555 1580 1605 1630 1655 1681 1707 1733 1759 1785 1812 1839 1866 1893 1920 1948 1976 2004 2032 2060 2089 2118 2147 2176 2205 2235 2265 2295 2325 2355 2386 2417 2448 2479 2510 2542 2574 2606 2638 2670 2703 2736 2769 2802 2835 2869 2903 2937 2971 3005 3040 3075 3110 3145 3180 3216 3252 3288 3324 3360 3397 3434 3471 3508 3545 3583 3621 3659 3697 3735 3774 3813 3852 3891 3930 3970 4010 4050 4090 4130 4171 4212 4253 4294 4335 4377 4419 4461 4503 4545 4588 4631 4674 4717 4760 4804 4848 4892 4936 4980 5025 5070 5115 5160 5205 5251 5297 5343 5389 5435 5482 5529 5576 5623 5670 5718 5766 5814 5862 5910 5959 6008 6057 6106 6155 6205 6255 6305 6355 6405 6456 6507 6558 6609 6660 6712 6764 6816 6868 6920 6973 7026 7079 7132 7185 Correct me if i am wrong. But still worth a try.
    1 point
  12. Hello, i think you saw this http://rathena.org/board/topic/87149-woe-earamod-statistics/ It's a paid addon, you can ge it from the guy at $5 http://rathena.org/board/files/file/2995-woe-earamod-statistics/ Or maybe the own server dev. coded it for the server o:
    1 point
  13. This is NOT a paid service section! This is a showcase section, which means you are breaking the rules. If you are selling stuff make a topic at the Paid service section, thank you.
    1 point
  14. Nope, sorry, he is shit! He was no answer and say "f**k every RO GM" for more then 1 year! And now, when he need again money he saying: "hey guys i am back, bla bla buy more licences by 200$ without no support, without anything new, what do not protect against modern stuff". Harmony is big piece of Crap by this price for this time. Sorry for so untolerant message from me. The freelancers can write by 50$ server-client encryption in AES to protect against Openkore with custom protection's of injected dlls to the game exe. Other security things can be easy maded by yourself at /db/skill_cast_db.txt by setting fixed delays. Protection against memory-readers - imposible to make. Protection about well knowed software = 10$ dll & sources, for check dynamicly opened process + hiden process to detect cheats by title/name/crc Sorry, it's incorrect to say like that, cause each guy have their own opinion, but my opinion is: I'm strongly NOT recommend to buy harmony! Check better for internalguard protection, it's a little bit weak, but their updates more progressive then harmony. It's the same, and cost just 20$ like it must.
    1 point
×
×
  • Create New...