Jump to content

Azura Skyy

Members
  • Posts

    545
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Azura Skyy

  1. You can kind of fake it. There are textures that look black with stars and galaxys or something. I'm not sure if the plugin works with later clients- I've had trouble getting it to work. In any event, Here is an in-browedit and in-game screenshot of a map using those textures. EDIT: Obviously this will never look as good as official weather effects but I assure you 99% of players would never notice it and this has the benefit of not needing to be hexed and replace an existing star map. Regards, ~Azura Skyy
  2. Start a new thread and we will keep an eye out for it. All you can do. Regards, ~Azura Skyy
  3. F2+c on event map, click to paste on the blank payon (doesn't have to be payon- you can pick a map as long as its at elast as big as your other map). Regards, ~Azura Skyy
  4. Try taking a pay like payon and using the clear map to remove all textures, models and lights, then use f2, select an area, hit c, and then click to place it down on the new blank payon map. Also make sure you update your mapcache and let me know where you are at. Regards, ~Azura Skyy
  5. gef_fild04 is not custom- mind posting a zip so we may test it out to replicate the error? Regards, ~Azura Skyy
  6. Can you tell me more about these maps you created? What your creation process was? Using the 'new' function and entering in the size you want is known to lead to errors. It is strongly advised you clear an old map and create your map on top of it. if you did 'new' you can easily copy the map over. Regards, ~Azura Skyy
  7. Introducing rAfra Points™ - each helpful input is worth a minimum of 5 up to a maximum of 10 if critical information is provided. New items to be added to the rA Store to include cosmetic headgears to add to your forum avatar. 200 rAfra Points™ can be in exchanged for Donator status. 500 rAfra Points™ be exchanged for 75 @Akkarin Favor Points, 50 @Secrets Creds, 11 @Azura Skyy Commendations, 10 images from the @Stolao Collection, 3 @Emistry Passes, 2 @Skorm Surprise Boxes, and 1 Freebies. 1000 rAfra Points™ can be exchanged for all previous rewards + an invitation to the first ever rA meet-up with free Bed & Breakfast weekend pass (Akky's house) Regards, ~Azura Skyy
  8. Excellent guide. I think images help a lot of people that might struggle. My criticisms lie in the presentation- I normally try to avoid spoiler tags but considering the amount of images, it is probably wise to have them. Towards the end of your guide you have no title leading into your client-side guide. May as well title that so people know what they are getting into and so it follows format. I saw a comment on your client-side guide regarding the font choices. I think a larger font size would do you wonders. Feel free to stick with the comic sans though as it gives it a 'Freya' flair that stands out and makes your posts recognizable. Overall a fantastic resource people should consider following so they don't run into problems. Regards, ~Azura Skyy
  9. As you can see my forum position is supposed to preside over downloads and such yet I have no access to paid files. I do not approve them, I do not download them, I can only buy them. Rest assured its all on the level at rAthena! Since there seems to be a misunderstanding I've provided images so you might see what I see from my Content Moderator privileged account. First image is a side by side comparison of a free file (left) and a paid file. If I opt to select the Buy Now option for the paid file I end up on the 2nd image you see. Regards, ~Azura Skyy
  10. Cute profile picture - reminds me of Little Witch Acadamia

    A14940-2633375662.1466989017.jpg

    1. TrueNoir

      TrueNoir

      i dont remember exactly where mines from but yeah it does remind me of the anime that came out last season :P

  11. Check out this resource on github. Most things are on the wiki. Basically just add the script to rathena>npc>custom>MyRO (will have to create the MyRO folder) and then add that path to one of the script conf files i.e. rathena>npc>scripts_athena or rathena>conf>import>script_conf. Regards, ~Azura Skyy
  12. Try this out. Let me know if it works. - script kdsfksdjhfksdj -1,{ OnInit: bindatcmd "buffall", strnpcinfo(0) +"::Onbuff",99,99; end; Onbuff: addrid 0,0; // ripped almost entirely from Annieruru's script which ripped a little bit from Winz script skilleffect 34,0; sc_start SC_BLESSING,600000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,600000,10; end; } Regards, ~Azura Skyy
  13. This is something that might save a lot of people new to mapping that overlook the height adjustments they need to make to water. Not necessary but why do you use black boarders and not pink? It makes basically no difference, just curious. EDIT: Could also clear out the unused textures. I think this would be a big help for newbies who will have to scroll past them every time and never know what to do! XD Regards, ~Azura Skyy
  14. The Extra file is unneeded. That is just for BrowEdit use. Regards, ~Azura Skyy
  15. Don't forget to add the gat file to your mapcache.dat with WeeMapCache Also add the mapname to your mapindex Regards, ~Azura Skyy
  16. Awesome way to get people involved @Akkarin! I'm pleased to say we've seen a number of applications today! For those considering... Whether or not you believe yourself to be qualified, please apply if you think you have something to contribute. We are not going to put you on blast if you are not accepted! Always good to see people wanting to move the project forward and keep the forums clean. Thanks to everyone who has already submitted an application. I also see concerns about what qualifies as a 'work sample' - this is everything from your post history, git activity, server work, and education or knowledge with all things RO (scripting, spriting, mapping, etc). If you have another special skill you think is relevant, include that. It isn't a strict 'must have done this' requirement. Good luck to everyone who applies! Regards, ~Azura Skyy
  17. I think not since the fly wing uses AL_teleport but you can try restricting the skill anyways. The opposite should work though- restricting fly wing but allowing teleport skill. Try playing with it and let me know what works. EDIT: Forgot- for disabling teleports as a whole or by types check out the mapflags noreturn and noteleport. Hope this helps, ~Azura Skyy
  18. I believe you have the syntax correct- getareausers("<map name>",<x1>,<y1>,<x2>,<y2>) This function will return the count of connected characters which are located within the specified area - an x1/y1-x2/y2 square on the specified map. This is useful for maps that are split into many buildings, such as all the "*_in" maps, due to all the shops and houses. I've only ever used a coordinate plug like that for setcell but it looks very much the same. setcell instance_mapname("1@payonn"),216,253,216,247,cell_walkable,0; and I went left to right (x) top to bottom (y) and I believe that worked fine. I'm not actually sure if you'd have a problem doing the reverse. I'm also not sure I understood the last question- if you are asking if the coordinates themselves are included in the area check, again the answer is yes. Hope this helps, ~Azura Skyy
  19. conf/battle/skill.conf may provide some insight. I've also provided a similar thread that might be worth reading. Regards, ~Azura Skyy
  20. The simple answer is yes but it varies greatly based on how much effort you are willing to put into learning. To get started check out the links below. Installing Connecting Learning some basic Scripting won't be difficult but you won't be creating custom systems and instances without putting in the time. Just as well you can check open positions and work with a group if you can contribute just one thing to a server project. Regards, ~Azura Skyy
  21. Would it be too much effort to upload this to youtube and embed it in your post? Nobody wants to download an MP4. more likely to get helpful replies if you do the legwork and show you care about having it answered. Regards, ~Azura Skyy
  22. Moderator bias at play perhaps but rAthena's goal is to be as close to official as possible whereas my understanding is Hercules is keen on providing more customization/plugins. Our community is certainly active and the development and forum manager commit a lot of time to the project. Support can be found in the forums and we have a community discord channel for chatting about whatever. Will rA be around with developers for the foreseeable future? Yes. Hopefully not getting in trouble by providing information but we've recently received an application for a development team position. I consider that outstanding news- especially when you take this thread into consideration. Steps like this look bright to me! Regards, ~Azura Skyy
  23. No sense in creating an SRC edit for it if you don't need to - @ban <+/- time> <player name> @unban <player name> Bans or unbans a player account for a limited time. Time elements: y/a, m, d/j, h, mn, s Example: @ban +2d Char2 -> bans Char2's account for 2 days. Ban them for an hour and they have all the fun of being logged out until the timer expires. If someone is going to break rules or be such a pain that you want to jail them, why give them the benefit of having a choice to stay logged in and chat with friend or be logged out with no access? Just ban them and wait out the hour. Regards, ~Azura Skyy
  24. Syouji estimates 1500-2000 EDIT: Given these tutorials were made ages ago and Gravity uses higher quality models now, this may no longer be accurate. Regards, ~Azura Skyy
×
×
  • Create New...