Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/10/12 in Posts

  1. As of r16771, the login-server can perform a server-side check of the client MD5 hash, ensuring that the client was not tampered. The client only send the correct MD5 hash on certain server types/server types so a diff is needed to ensures that it will send the hash, for this you can use this WeeDiffGen plugin. Check conf/login_athena.conf for instruction on how to enable it.
    6 points
  2. 14 September 2012 Before 14 September 2012 Hello, Welcome to the Tyranitaurus Restaurant. I will serve you the best dishes ever. All our meats are 100% Tyranitar. Let me present you the dish of the day: "Leg of Tyranitar coated with green scales" Cost : 1 Reply. Just reply and I will serve you the most fresh meat ever. I hope you enjoy the Tyranitaurus Restaurant. If you like the restaurant, here is our loyalty card! -- Restaurant Front door ornaments --
    3 points
  3. Welcome Jman. Do you want some fresh meat? You will not refuse this, will you? .... Hmmm Tyranitar meat smell so good.... Do you want our loyalty card? /lv Ps: LOL to your post XDD
    2 points
  4. **Staring at the big angry tyranitar** You can not stop people from eating tyranitar's meat! Look at all those people eating! Your enemy list is so big. Do you know what? WE'RE GONNA EAT YOU
    2 points
  5. /me eating a delicious tyranitaurus PS: this can shock tyranitaurus defenders :3
    2 points
  6. Yes, sure. A great meal for a great documentation manager. **Smiles**
    2 points
  7. I'm not your enemy, I swear! I do love tyranitar. I love them with a little salt.
    2 points
  8. The diff just forces the client to send the hash in all servicetypes, it's an already existing code. Checking GRF hash would be much more complex.
    1 point
  9. No, don't do that, it's hopeless. I felt I've been a little harsh with Tyranitar today, so I will be offering you a free bath. This is a bathtub of course. Free bath for tyranitars.
    1 point
  10. Hi Virus, You would simply open up the Terminal or SSH command line, and then type... mysqldump -u USERNAME -p, --password=PASSWORD DATABASE_NAME > FILE_NAME.sql Replace all capitalized words with the proper values. This question has actually been asked a few times on rAthena.org; doing a search would have brought you the answer quicker.
    1 point
  11. It's a feature of *aMod. Zephyrus did it via source mods, but you can easily make your items call a function to check if the character is in a WOE or PVP map before proceeding.
    1 point
  12. Note, that there are multiple occurrences of both ring_blue.tga and pikapika2.bmp, among others the latter being also used for "First Aid" skill effect. Running "Find all referenced strings" and picking the first match won't get you to the actual reference required. You will notice that the correct references are inside EF_LEVEL99* cases.
    1 point
  13. Ooh, my restaurant is almost full! Greenbox, here's your special meet for loyal client! "Tyranitar toes with chocolate sauce" And for you, malufett, the dish of the day! "Tyranitar leg with sweet tomatoes" Dear Maki, join us! We're having a lot of fun. We ARE your friends. You seem SO ALONE. Come here and sit! Take one of these delicious menu! ** Continues to smile....never be my enemies**
    1 point
  14. That looks so good *_* Omnomnom!!! *adds loyalty card to sig*
    1 point
  15. Lmao! This is brilliant XD Can i haz sum 2 plix?! Omnomnom :3
    1 point
  16. Dear Caps Master, this is for you: "Tyranitar ears with potatoes." And for you, Clydelion, another dish of the day! I hope that you like our 100% Tyranitar meat. Sorry if the backdoor is a bit noisy, we're cooking fresh Tyranitars..... Anyway, eat well!
    1 point
  17. Can you bring me the menu please??? **reads*** .... I would ask for the "deluxe tyranitar tail soup" as a starter, but please add some potatoes <3
    1 point
  18. This is for you, great man. We are glad you choose our restaurant. Hope you like it! Hi, Dharien
    1 point
  19. Very easy, edit your atcommand.c, search for: sprintf(atcmd_output, "Please, enter a speed value (usage: @speed <%d-%d>).", MIN_WALK_SPEED, MAX_WALK_SPEED); Change into: sprintf(atcmd_output, "Current speed: %d.", sd->base_status.speed); Recompile your server, use '@speed', problem solved... (Don't forget to press the button if it works )
    1 point
  20. like to choose wich map. a bit like item_trade with zone. ex : //skillid,map bitflag,pc,mob,other //bitmapg // 1 : bg maps // 2 : pvp maps // 4 : woe maps // 8 : zone 1.. // 16 : zone 2... 271,1,-50,-50,-50 //reduce skill 271 in bg maps 273,5,-50,-50,-50 //reduce skill 273 in bg and woe maps.. Advantages is to manipulate those reduction on some map easier especially if you can define map zone lime the restricted mapflag.
    1 point
  21. close2; attachrid( getcharid(3,.@name$) ); callfunc("propaganda",.@name$);
    1 point
  22. /panic Wait, what does KOS means? I'm... I'm sorry, let me try again. /panic
    1 point
  23. /me votes Kamishi on our KOS.
    1 point
  24. Coin Exchanger by Mysterious. Just edit things in: coinexchanger.txt
    1 point
  25. Correct, it's useful for tables which harbour large amounts of data, and are read from/written to frequently. The major advantage, or usage, of converting the tables to InnoDB is for when external applications attempt to access the tables at the same time as the server executables are active. Otherwise, because the executables are non-threaded and all commands are executed linearly, there's not much reason to convert them to InnoDB by default since our executables don't require them to be so (there's not really any instances where table-level locking interferes with the flow of the executables, without external applications accessing the data.) It's recommended for when a server is accessing the logs frequently (control panels, custom administration searches etc.) but not much benefit for the executables alone.
    1 point
  26. map_addflooritem(&it,count,sd->bl.m,sd->bl.x,sd->bl.y,0,0,0,0,0);
    1 point
  27. Hey guys! I've been looking at the list of Special:WantedPages pages on the wiki this morning and thought "There's so much to do @.@". Then I had a thought! There's alot of documentation that needs updating (I have a long list in my notebook), but, what about what's missing? As a Tech, I used to tell people that "I can't fix their computer if I don't know it's broken". I'd like to apply the same in rAthena with the help of the Bug Tracker. If you notice anything that isn't documented in /docs/ on the SVN, or is incorrect.. shove in on there -> http://rathena.org/b...project-3-docs/. Don't be afraid to post a bug report - they're one of the main methods of getting issues known to the dev team. Also, don't be afraid to add or edit pages on the Wiki. All forum users with more than 1 post count are able to make changes (I keep a close eye on those changes ). However, if you're adding/editing a page, we would like you to be more than just a little sure that you know what you're on about ._.;
    1 point
  28. PCLogin Settings By Akkarin You know when you login to your server that you work on, or even play on, and you always end up typing the same commands each time before you even say hello to anyone? @autoloot, then @uptime to see when the last reboot was, @rates if you've got fluctuating exp/drop rates, etc etc. @showexp cos you want to know what's going on, blah blah blah. With this Settings NPC, a player can set those commands to automatically execute when they login. These are account based, but could easily be modified to char based. Following the general format of the script, it should be easy to add/remove commands from those available to the player. @main is listed at the bottom of the script, so if you don't use it you may as-well remove that line. This script is years old, revamped to make it work with recent revisions - i've tested it on both our live server, and my dev server and seems to work.. but if you find any bugs or glitches, or something that could be optimised abit more, please let me know settings.txt
    1 point
  29. File Name: Triva Event File Submitter: Erebus File Submitted: 01 Jan 2012 File Category: Scripts Description: This is a RO based Trivia event using PCRE command strings that I created back in 2010. The event lasts 5 rounds and by default, you get 1 item per win which you set manually. These Trivia questions are based on Ragnarok Online monsters and items. They use a type of riddle question in where you have to look between the lines and most often, take the riddle literally to get the correct answer. The npc tells you if it's going to be [ ITEM ] related or [ MONSTER ] related. There are a total of 143 monster based and 51 item based that it cycles through randomly. Each round can only last a total of 90 seconds with hints given each 30 seconds. *Riddle stated* *30 seconds* hint 1 *60 seconds* hint 2 *80 seconds* hint 1 + hint 2 repeated + a 10 second warning to players *90 seconds* round ends if it still hasn't been answered correctly In the video you will see that you can use capital letters and regular letters but the spelling must be 100% correct as well as the spacing of the words if the answer uses more than one. This is the nature of the PCRE. To view the video, click here. NOTE: When purchasing my products, you also get full support from me (for free!) if you need the script modified. If you have further questions you can Email or MSN me at: [email protected] Click here to download this file
    1 point
×
×
  • Create New...