Jump to content

Neo-Mind

Members
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Neo-Mind

  1. 2013 clients are not supported in WeeDiffPatcher. you'll need to use xDiffGen. As for the chat flood patch its strange that the same message is still showing even after patching for 255. will need to take a look into it.
  2. dont use the Ignore Missing Files patch. you might have forgot to put the equip sprite in the proper path.
  3. Please read the wiki http://rathena.org/wiki/Custom_Items I updated it few months ago. If you still dont find your answers there then let me know.
  4. you want to add Rebellion class? or you want to change Gunslinger to look like Rebellion class? Both are possible. Im no source expert but the skill related stuff needed in source might pose a problem (Source experts comment please ).
  5. unidentified Names are for when the item is not identified by a magnifier and obviously u can see what identified Names are. DisplayName = the name to be displayed for the item when you see the item in any window. ResourceName = basename (name without the extension) to use for item's drop sprite & act, collection image and inventory image (same file used for showing in equip window and storage window). DescriptionName = description for the item. so what you need in your case is to see what your item images are named as .. if its darth_vader.bmp then you put identifiedResourceName="darth_vader" you can also use same DisplayName, ResourceName & DescriptionName for both identified and unidentified stuff.
  6. headgears have a max limit on the view id which we increase with the "Increase Headgear View ID" patch. For other items I have not seen any limitations other than maybe 32k (2^15-1) on the item id
  7. from what i understand those _°Ë±¤ suffixes come for weapon effects - not exactly clear about what effect they are talking about. for e.g. From RMS this is for magician. ¸¶¹ý»ç_³²_´Ü°Ë.spr Dagger (Male) ¸¶¹ý»ç_³²_´Ü°Ë_°Ë±¤.spr Dagger effect (Male)
  8. can you post one example of what is generated for male and female. you can maybe try this one out as well => http://rathena.org/board/files/file/2998-weapon-sprite-generator/
  9. this link shows all the proper paths => http://ratemyserver.net/index.php?page=riot_bible_section&section=6. Female and male should be using seperate prefixes. same folder
  10. the dll does the same thing as what is mentioned in that topic (cause i made it based on that topic). if there is any issue then its from the original hex modification itself.
  11. http://rathena.org/wiki/Custom_Items#Item_Restrictions check your re or pre-re subfolder for the item_trade.txt file depending on whether you are using renewal mode or pre-renewal mode.
  12. Try running with admin privileges
  13. wish actor would show the animated stuff properly sigh
  14. try using this for reference => http://rathena.org/board/files/file/2748-flying-sheep/
  15. looks like you are missing accessoryid.lua file in your grf/data folder. Make sure it is there. ACCESSORY_IDs is the table we use for specifying view ids in accessoryid.lua file.
  16. no TSR cant die!!! *uses defribillator* Error occured guess its not approved yet.
  17. from the files it looks like you need to make 6 tga files with the 6 characters of the word you want to show in order. so just open it in an editor that supports targa files (Photoshop perhaps)
  18. good point. One idea I am thinking (maybe stupid) - Add an exclusion list for items that would not be suffered by the inflation system. We could include Items like red pots & the like that would not contribute much (if not 0) to zeny increase. *waits for counter point*
  19. I agree with Yommy on this. Community projects progress faster than stand alone stuff. Put it on Github or some repository you like and let people in if you are having less time to spend on it - after all your real life matters more. Two (or more) heads are better than one.
  20. It is similar to how you would add for headgears. this should help => http://rathena.org/board/topic/72734-guidecustom-wings-at-robe-place/
  21. White falcon?? i think ranger uses the falcon sprite from hunter => ¸Å.spr ------ Hunter's Falcon you would need to replace that one but it will also affect your hunter's falcon.
  22. dont use this unless you plan to change the message the gravity error handler shows => Change Gravity Error Handler
×
×
  • Create New...