Thread: Need [PI] client with lunar interface added REP++

Results 1 to 8 of 8
  1. #1 Need [PI] client with lunar interface added REP++ 
    Registered Member resurrect's Avatar
    Join Date
    May 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    closed
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Oct 2009
    Posts
    1,595
    Thanks given
    100
    Thanks received
    50
    Rep Power
    232
    i have realsed it.
    Reply With Quote  
     

  3. #3  
    I'm Back

    Stewie's Avatar
    Join Date
    Jul 2008
    Age
    29
    Posts
    7,987
    Thanks given
    1,877
    Thanks received
    1,491
    Rep Power
    5000
    What is so hard about copying and pasting a snippet of code... Is that really so difficult. I even released a ERROR free version of the lunar interface(considering I am the only one that made and still has it released)...


    Reply With Quote  
     

  4. #4  
    Registered Member resurrect's Avatar
    Join Date
    May 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    stewie i followed your guide and... >>
    hey guys, im having abit of trouble using stewies to galkons latest lunar interface, also if anyone knows how to add proper veng skull gfx thingo id appreciate it because rite now i got the right anim but a bunny instead of a skull , here are the issues

    C:\Users\home\Desktop\Folder Name\Client\Sprites\Lunar (directory where sprites are located)
    it doesnt load the book

    ( clicking buttons etc still work)




    heres my code aswell ( i think its the directory thats wrong. )

    private static Sprite loadSprite(int i, String s) {

    Sprite sprite;
    try {
    sprite = new Sprite("./Sprites/"+s+" "+i+".PNG");
    if (sprite != null) {
    return sprite;
    }
    } catch (Exception e) {
    e.printStackTrace();
    return null;

    }
    return sprite;
    }

    public Sprite loadSprite(String s, int i) {
    Sprite sprite;
    try {
    sprite = new Sprite("./Sprites/"+s+" "+i+".PNG");
    if (sprite != null) {
    return sprite;
    }
    } catch (Exception e) {
    e.printStackTrace();
    return null;

    }
    return null;
    }
    Reply With Quote  
     

  5. #5  
    Banned rexz0rd's Avatar
    Join Date
    Jan 2009
    Posts
    721
    Thanks given
    38
    Thanks received
    101
    Rep Power
    0
    Sprites/Lunar
    Reply With Quote  
     

  6. #6  
    Registered Member Kristjan's Avatar
    Join Date
    Apr 2009
    Posts
    1,578
    Thanks given
    709
    Thanks received
    189
    Rep Power
    588
    sprite = new Sprite("./Sprites/"+s+" "+i+".PNG"); change the direction...
    Spoiler for Signature:
    Previously known as: 508gu
    Quote Originally Posted by SamSoft View Post
    Vouch for Korra Legit, First pin Sold So now the 9m is off the table.
    Quote Originally Posted by Zoltz View Post
    vouch, quick trade very smooth will trade w/ again.
    Quote Originally Posted by Bundy View Post
    Very Legit Seller, Bought 170k Already, Still Buying More Of Him, Cheap Prices!
    Quote Originally Posted by Bundy View Post
    Vouch, Very Good Guy, Purchased Again !
    Quote Originally Posted by eduber1 View Post
    vouch service went fast and smoothly
    Quote Originally Posted by Jinrake View Post
    vouch bru
    Reply With Quote  
     

  7. #7  
    Client God

    Join Date
    Aug 2009
    Posts
    3,127
    Thanks given
    3
    Thanks received
    617
    Rep Power
    907
    I even released it for galkons
    Reply With Quote  
     

  8. #8  
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    28
    Posts
    1,420
    Thanks given
    66
    Thanks received
    37
    Rep Power
    327
    There are some releases in the tut/snippet seciton.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •