Jump to content

jTynne

Members
  • Posts

    399
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by jTynne

  1. If you're missing frames for the attack action, you can do one of two things: 1. Create new frame images specifically for the attack animation. Then, open up the .act file for the sprite and assign those frames to the attack views. or 2. Open the .act file for the sprite and assign pre-existing frames as the attack view frames. Do let us know if we can be of any further assistance.
  2. DevilEvil is referring to the North West direction below the "Action" drop down menu in the program itself. The button is "BL" (Back Left). With that direction selected, you can add in frames to be displayed.
  3. Helloooooo good lookin'! :)

  4. Hi there and happy birthday, Keritzel! :D Five stars for you! I hope today's a blast for ya!

  5. Which control panel? If Flux, this can be done by opening the /themes/default/item/view.php file, finding: <td><?php echo htmlspecialchars($item->item_id) ?></td> <?php if ($image=$this->itemImage($item->item_id)): ?> And adding something along the lines of.. <th> <img src="/media/item/<?php echo htmlspecialchars($item->item_id) ?>.gif" onerror="ImgError(this);"></th> .. before that. And in the top of the file, add: <script> function ImgError(source){ source.src = "/media/item/missing.png"; source.onerror = ""; return true; }</script> Which will output an image instead of the red X image that displays whenever an item doesn't have an icon. Make a .png image with nothing in it, and save it to the path noted above. You'll need ALL the icons uploaded to your webhost, though, which are at http://code.google.com/p/fluxcp/downloads/list I personally will not provide anything further than this, as this should be a good learning experience for you and anyone else looking to do the same. Work it out and let us know how you do!
  6. Working on my personal site today to get all my releases centralized in one location. :)http://www.jtynne.com - Check back periodically throughout the day!

    1. Arcenciel

      Arcenciel

      Looks nice. Text is a bit hard to read though cause of its size.

  7. Five stars for having such a cute avatar! ^_^ Have a great day, Bagel!

    1. Dori

      Dori

      haha thanks :3

  8. That's so beautiful! That low hiss can be taken out of the recording in a program such as ProTools. I'd love to see this incorporated into a server.. it's definitely one of the better Prontera theme recordings on Youtube!
  9. :D! FIVE STARS FOR YOU GOOD SIR!
  10. D'aww, you rock bb! <3

  11. You think you can out gay MY profile?! PSH! Rainbows?! I'm sharting rainbows! <3

  12. Thanks for stopping by my profile! Have a great day!!

  13. Just gayed up my user profile! Be sure to check it out! <3

  14. I can just give you web space, you know. Then you can use any file extension you want. xP Edit: Sending you your info now. No more of this Picassa nonsense.
  15. True! I simply use PSP 7 for the layers. I think it's available on oldversion for free since Jasc was bought out by some other company (Corel? It's been years since I've kept up with PSP). I also have a download of v7 for anyone who needs it or wishes to try it out.
  16. Post the chess piecesssss! You rock bb :3 Post the Eden NPCs, and all the other things you've made for me over the years as well! I'm sure the others would love to see them.
  17. Hey there and happy birthday! FIVE STARS! :D

  18. I used Paint Shop Pro 7. If you need a download for it, PM me and I'll send you a link. THANK YOU @ outofcuriosity. That's extremely helpful! I actually had no idea what that field was for. You rock! Will be checking out Graphics Gale now @ DevilEvil
  19. jTynne

    -Vomits-

    DO NOT EMBARRASS ME, PYTHON. That said, welcome bb! <3!
  20. Yep, everyone's allowed to use it. I accept donations as thanks if you're able to, but it's free to use regardless.
  21. I'm sure someone could optimize the code a bit and store the char ID's via an array, but I'm not the one to do it unfortunately. You could continue my unoptimized method of assigning individual global variables per new player you want added in, though I HIGHLY suggest storing them in an array. If I knew the proper way, I'd do it myself for ya. =(
  22. I'm going to just do screencaps personally for mine since I can't draw for my life. XD Thank you for the compliment!
  23. ! Yeah, the colors are a tad off on all of them, I think.. I used a Poring as the base for the original, but when I started working on the act file, the colors got darker for some reason. Not sure what that was all about.. >.< I did use the others as reference but eyeballed everything as far as color is concerned. Will likely go back through for the wings and halo at some point as you pointed out XD I also need to fix the Poring sprite.. there's a little line on the bottom left for some reason T_T Thank you for your criticism, Arc! <3333!
×
×
  • Create New...