Jump to content

Akkarin

Forum Manager
  • Posts

    3147
  • Joined

  • Last visited

  • Days Won

    214

Everything posted by Akkarin

  1. What are the item IDs of the missing icons?
  2. I've converted the collection images to both png and gif, but i seem to have an offset issue somewhere as there's a black line down the right hand side on about 5% of them. I've also converted the item icon images to gif - i'll upload them all together when i've fixed the collection offset.
  3. Correct My archive was created earlier this afternoon from GRFs that i updated 20 minutes before extracting the files. The flux archive is ancient - thus, mine has all the images for the latest items. Brynner: yes, all the official icons that are missing from the original flux archive can be found in mine. Anyone want an archive of all the collection images renamed to their item IDs too?
  4. View File Item Images This is an archive of all 'item' and 'collection' .bmp's in data.grf and rdata.grf - extracted and converted from upto-date GRF's. Images extracted, converted to .png and replaced #FF00FF with transparency, then saved as their item ID e.g: File for apple image »¡°£Æ÷¼Ç.bmp converted and renamed to 501.png. Ideal for uploading to websites/control panel shop pages. Please note: This is a .7z file. You will need 7-Zip or a capable version of (Win/un)RAR to unpack it. Submitter Akkarin Submitted 07/31/2012 Category Other Video Content Author Akkarin  
  5. Akkarin

    Item Images

    Version 4.0

    2709 downloads

    This is an archive of all 'item' and 'collection' .bmp's in data.grf and rdata.grf - extracted and converted from upto-date GRF's. Images extracted, converted to .png and replaced #FF00FF with transparency, then saved as their item ID e.g: File for apple image »¡°£Æ÷¼Ç.bmp converted and renamed to 501.png. Ideal for uploading to websites/control panel shop pages. Please note: This is a .7z file. You will need 7-Zip or a capable version of (Win/un)RAR to unpack it.
    Free
  6. I love you
  7. Anyone know if it's possible to have an item with type 11, but it'll remove itself on the 10th (or whatever) use? I've put this in here instead of DB support as I'm assuming I'd need to call a function.
  8. I got that far i just didn't know what to do with the data once i had it lol
  9. You're a genius - exactly what i was looking for! SMF is easy enough to integrate to a page as their SSI file is very helpful, however IPB has been giving me a headache for the last 2 days with no light at the end of the tunnel :/ <3
  10. I'm having a few problems with the API that IPB provides. I've setup a user, i can extract data into xml format, but i have no idea how to change it into something readable that i can put on our servers homepage to list latest topics. Google only gives me more pages on how to extract the data into xml format, and i've no idea what to search for to get the data into an array i can use in php :/ Any help would be much appreciated!
  11. Did you read my reply? o.O What version of athena are you using? eAthena/rAthena/3CeAM/etc? Once you know the answer to that, then we can figure out what direction to point you in so you can resolve the issues.
  12. make clean and make sql won't cause those errors What SVN are you using? Have you modified the source? No one can really help you unless you tell us abit more about the problem, or start manufacturing crystal balls
  13. Have you got md5 enabled server-side but not using an md5 password? I've been away from athena projects for about 2 years, so i've no idea what passwdenc means.. but i could guess it's something to do with password encryption? EDIT: Just realised you're not using base rAthena. Your SVN version and the fact that it says eAthena would suggest you're using a 3rd party project. I'd post on their forums.
  14. There's plenty of guides on the forums, or you can check out the wiki for a reasonable Getting Started walkthrough: http://rathena.org/wiki/Getting_Started
  15. MySQL can sometimes be quite picky - so make sure your root user can logon from both localhost and 127.0.0.1. root should have been granted access to your RO db by default, but check just to make sure Also, make sure you actually set a password for root (not that you should be using root... you should be using a defined user without grant privs.. but nevermind). You haven't setup a logs database.
  16. Aside from the fact that you shouldn't really be using a web host to store your rA database, you probably haven't set permissions. You need to create a user with permissions to access your DB from your servers IP address. If you're using cPanel, you're fighting a losing battle.
  17. If you're hosting it yourself using wamp/lamp/etc and have access to php.ini, change the following directive: upload_max_filesize = 2M To: upload_max_filesize = 50M If you don't have access to php.ini, ask your host if it's possible to change it.
×
×
  • Create New...