Jump to content

Syouji

Members
  • Posts

    1245
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Syouji

  1. Use 'unbollox' to convert Unicode filenames to ASCII and vice versa. Download
  2. Indeed. We need to thank all of the staff and support members in some way more often! Thank you Jguy and Brian! You are a huge asset to the rAthena community! No Jguy -> no rAthena! -> no rAthena -> No future And thank you all moderators, support members, developers, and everyone else contributing to rAthena! Every single person makes a difference!
  3. Just use Beginner eAthena V4. There should be a link somewhere. it's precompiled TXT with a client ready to go. Go crazy with it.
  4. Try this: Change: 0xFFFFFFFF,7,2,136 <-- Currently set as Accessory To: 0xFFFFFFFF,7,2,16 <-- Sets it to Armor
  5. Take a look at my Sky Map Tutorial:
  6. To my knowledge the client is hard coded to support a maximum of 5 carts. They are named as follows: 1. ¼Õ¼ö·¹ (Cart 1) 2. ¼Õ¼ö·¹1 (Cart 2) 3. ¼Õ¼ö·¹2 (Cart 3) 4. ¼Õ¼ö·¹3 (Cart 4) 5. ¼Õ¼ö·¹4 (Cart 5) Each cart is available for use via 'Change Cart' skill. They also have a level requirement: if( level > 90 ) // show 5 carts else if( level > 80 ) // show 4 carts else if( level > 65 ) // show 3 carts else if( level > 40 ) // show 2 carts else //show 1 cart If you wish to add a custom cart what I know remains true is you can create a folder with the following path below: data -> sprite -> ÀÌÆÑÆ® -> cartname files (requires a .act and .spr) *Refer to cart list name for proper sprite names that must be used*. ex.) data -> sprite -> ÀÌÆÑÆ® -> ¼Õ¼ö·¹1.spr AND ¼Õ¼ö·¹1.act (Represents Cart 2) If you go to the rAthena download section and look up some custom carts it will come with a .spr and .act file. Simply rename the act and spr file to one of the cart names that falls in the cart list position. Afterwards compile the data folder with the pathways set above and have that GRF be a higher priority than data.grf so that it loads first in the client. You have successfully over-rided the original carts and now possess custom cart sprites in use. Repeat this for the rest of the cart lists when needed. Other than that, this is the only method i know that works when applying custom carts. Hopefully this answers your question. NO server side work is required for adding custom carts, ONLY client side. I have attached my own custom set of 5 carts. All you have to do is extract the .7z file, compile the data folder in a GRF and use it. Feel free to rearrange them as you like. They are in the order of the following: 1. Poring Cart (Custom) 2. Panda Cart 3. Flower Cart 4. Bloody Cart (Custom) 5. Filir Cart (Custom) data.7z
  7. Thanks a lot for this. Can come in handy =)
  8. 637 Figure out the trick.
  9. The reason why I didn't test it was because I knew I wouldn't be able to for the entire day and I was really curious. I made this thread before heading to work and when I got home I had IRL priorities to take care of which resulted in me not having the time to mess around with a script. I actually just tested it about 15-20 min ago and it did trigger it. Nevertheless this request is very easy to test and I knew I could have done it but never got to it.
  10. Thanks to the community they've been migrating a lot of Green-Peaches sprite resources to the rAthena Download page. Here you go~ Surprisingly, the recolored garm hats have migrated as well. =) http://rathena.org/b...e/917-garm-hat/
  11. Im curious if a player used the command @die will that trigger an OnPCDieEvent? Or is the OnPCDie Event separate?
  12. Pretty much my client crashes whenever it begins to load the custom model. I've already loaded up the model via BrowEdit romodels.txt & texturescustom. The custom textures in BrowEdit work fine. These are the steps I performed to actually getting the model in my map and being read by the client: 1. Added all custom textures NOT INCLUDING the .rsm to a data folder 2. Converted the data folder to a GRF 3. Added the GRF to BrowEdit conf so it reads from it 4. Opened the custom Town Map FROM the GRF 5. Went to RSM editor and selected the RSM on my desktop 6. Applied all of the necessary bitmaps (they are all 24bit depth) 7. I clicked save and overwritted the rsm on my desktop 8. Added the RSM to the GRF and recompiled the GRF 9. Reopened Browedit to load the RSM and added the RSM to the map (map was loaded from GRF). 10. Saved the changed map files on my desktop and replaced the maps in my GRF with the saved maps on my desktop 11. Recompiled the GRF and placed it in my main RO directory. 12. Started up my server and walked to the center of the custom map. When the client initiated its loading of the rsm module I get an instant client crash. Occurs every time. EDIT:RESOLVED. It turns out it was a polygon overflow. Had it fixed
  13. Great job DevilEvil. An excellent work of art for sure.
  14. Thanks guys for the input. I found the Kagerou and Oboro sprites. Solved!
  15. Do you by chance of the links to Oboro and Kagerou?
  16. Ya I use Windows 7 Ultimate 64bit an 586 works just fine. Im happy you found the solution to your problem. =)
  17. I've been meaning to change the current GM sprites right now in the server Im working with. Are there any free available sprites that any of you might know of and if so could you please provide a link to them? I've already seen the Bleach/Akatsuki GM Sprites but I'm not too crazy about them. Thanks!
  18. File Name: Coca Cola Vending Machine FIX File Submitter: Syouji File Submitted: 01 Feb 2012 File Category: NPC Sprites Credits to the original creator who made this fix! Click here to download this file
  19. File Name: Poring Cart File Submitter: Syouji File Submitted: 01 Feb 2012 File Category: Carts A custom cart with porings inside. I AM NOT the owner of this sprite however it is made free available based on BrianL's post in a previous eAthena thread. Full Credits to whoever made this amazing sprite! Click here to download this file
  20. Syouji

    Poring Cart

    Version 1.0

    477 downloads

    A custom cart with porings inside. I AM NOT the owner of this sprite however it is made free available based on BrianL's post in a previous eAthena thread. Full Credits to whoever made this amazing sprite!
    Free
  21. Version 1.0

    808 downloads

    Credits to the original creator who made this fix!
    Free
×
×
  • Create New...