Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/25/17 in all areas

  1. Should be OnClock0345: if(gettime(DT_DAYOFMONTH)==14) { { // dosomething }
    2 points
  2. Hello everyone, this is a continuation for my Server-side guide, however, this time, this is a client-side guide instead. No virus can be located at any link located in download spoiler section. So first, before we begin, I would like to tell you that I will not be accompanying you while making a client. Again, this guide is quite long and I expect you to read and absorb it properly. I would be very disappointed and will IGNORE if you have an error that is stated just below. Anyway, moderators, or etc. may change/edit it freely and any suggestions/reports/etc. are highly suggested or required. Again, I will have an example of my own, thus you do not need to follow it. If you find this helpful, see my signature (Not the PayPal, instead the reputation etc. and please don't make a bad thought about it, it's just for some reasons for the others to know that it is working.) Anyhow, this guide WILL WORK at any CLIENT and is not a one-sided client guide only. What to download: Old rev : New rev: I. Letting your Client listen to the server and to the client itself. How to run your server: FAQ: Now you're done. Again, if you have any questions regarding this, please kindly do so, or if you have any suggestions or request to change kindly do so. Again, I really recommend if you follow my server-guide which is stated above. Anyway, good luck on making your server. I hope you'll be able to help the Ragnarok Community. Long live Ragnarok! Best Regards, Freya Edited 22/08/2018: Slashed out one website ; Placed more details.
    1 point
  3. Clear your IE cache and try again. Edit: Updated to 2.4.16, updates kRO patch information to reflect a change in the patch transfer protocol (HTTP). This update is needed to continue receiving new kRO patches whether you use the mirror server or not. Note, that the new patch server seems currently overloaded. The kRO mirror should have those files around Saturday/Sunday after the sync-toolchain has been updated.
    1 point
  4. if(gettime(DT_DAYOFMONTH)==14) OnClock0345: { mes "14th day of month event starts now, ie 3:45."; close; } https://github.com/rathena/rathena/wiki/Timers_(Scripting) https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L3003-L3019
    1 point
  5. First, this script is vulnerable to SQL injection. Second, add a check if each owner of the target item is online or not. If they are online, use `delitem2`. Otherwise, query for deletion directly.
    1 point
  6. input .@i $; if (strtolower (.@i $ ) == "yes") { do this; }
    1 point
  7. u are using old nemo patcher.. i think the newest version is 2.6. u can download the latest version from this website. https://github.com/MStr3am/NEMO just go to clone or download, and select download zip.
    1 point
  8. the option is in the nemo patcher.. look for disable multilple windows & hide cash shop. they are in the nemo patcher.
    1 point
  9. heh.. that is not what i mean. what i really mean is not shortcut way.. xD. just take ur time..but i think the guide is complete & thorough.. if u are looking for the client to be patch with nemo, u can download it from here.
    1 point
  10. it is a must-learning process... even it is hard, it will be practive make perfect. i don't make any video about how to get work with the client itself.. i just came across u topic & giving u some idea on how to do it.. and this forum is not like spoonfeed place.. there are already plenty guide about this inside this forum & i already provide the link of 1 guide which will help u with ur question.. wishing u good luck then. xD
    1 point
  11. As of Git Hash: 4a004ad, we have added several checks on C++ compiler on your system so that the transition to C++ phase go smoothly. What does this mean to you? You have to install g++ on your system if you don't have it installed on your system. To do so, you can run the following command CentOS sudo yum install gcc-c++ Debian/Ubuntu sudo apt-get install g++ For OSX you can use your clang/llvm toolchain to compile rAthena. After that, make sure you have GCC version 5 or higher by using command below. gcc --version
    1 point
  12. March Digest 2017 The following digest covers the month of March, 2017. Staff Changes None Development Highlights CORE: Fixed monster's trap placement and activation behaviour (Git Hash: 8f82d04) Fixed Job Name display (Git Hash: 29b0670) Fixed a warning in clif_globalmessage (Git Hash: 55e445b) Updated alternate 3rd job body style (Git Hash: 12ee8aa) Fixed a bug with character deletion (Git Hash: b8d1dc6, Git Hash: 5fa2db9, Git Hash: 11f5009, Git Hash: ebc39cd) Fixed invalid vending items being saved (Git Hash: c1ef0aa) Fixed a warning in Random Option (Git Hash: e655a73) DATABASE: Skill update: Counter Kick, Heel Drop, Storm Kick, Counter Kick, Flying Kick, Tumbling (Git Hash: 40f6b7f) Added missing packet (Git Hash: 7ecaf8b, Git Hash: 43ba736) Added missing Quest DB entries (Git Hash: 6018578, Git Hash: 17a2738) Changed getexp into getexp2 for Pre-RE items (Git Hash: 870001c) Fixed item_db_re different from item_db_re2 (Git Hash: 6eb4cc4) SCRIPT: Removed an unused character variable (Git Hash: 800f22b) Removed an extra semicolon in kafras.txt (Git Hash: 1a233da) Added parenthesis in tu_ma_th01.txt (Git Hash: c6e09fd) Fixed a warp destination typo in The Sign quest (Git Hash: f6488a2) Implemented Equip quest in Eden Group for Summoner class (Git Hash: 08338e0) Fixed typo in Geffen Magic Tournament (Git Hash: 0b5687d) OTHERS: Fixed a compile warning (Git Hash: da23d87) Removed Doxygen files (Git Hash: 08e862c) Updated main.sql (Git Hash: 61ff251) Statistics Excluding merges, 1 authors have pushed 25 commits to master and 35 commits to all branches. On master, 75 files have changed. There have been 139 additions and 1,816 deletions. There are 4 merged Pull Requests and 5 Proposed Pull Requests. There are 12 new Issues and 20 Closed Issues. List of Contributors @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Atemo, @cold-hr, @cydh, @daisyanne1380, @Everade, @ex0ample, @hazimjauhari90, @hendra814, @Indigo000, @Jeybla, @Lemongrass, @lucasoli, @MishimaHaruna, @MysticFurur0RE, @Playtester, @RadianFord, @secretdataz, @spangler88, @srhmike, @TokeiBuru Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  13. - script #whatever -1,{ OnPCLoginEvent: if(!#firstCharJLv && BaseLevel == 1 && JobLevel == 1){ JobLevel = 10; #firstCharJLv = 1; } }
    1 point
  14. Guys, I'm still working on the project on my own phase. If you are desperate to get access right now and happen to be a reputable member around here, PM me your GitLab user. Note that you gain nothing from code access at this point unless you're comfortable with C++ development. It's not a ready client replacement for your server.
    1 point
×
×
  • Create New...