Thread: Vengeance GFX!

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Vengeance GFX! 
    Super Donator


    Join Date
    Jun 2007
    Age
    28
    Posts
    2,158
    Thanks given
    316
    Thanks received
    282
    Discord
    View profile
    Rep Power
    779
    Well since Brandon and my client seems to have an unkown error causing crashes on login, I will release this for those of you who would like to add the vengeance gfx to your client.

    First you need to have done Kevin's Model Adding Tut

    Second, you need the model 16828, ( [Only registered and activated users can see links. ] )

    Third, you need to compress it into a gzip format

    Fourth, rename it to 5802.gz

    Fith, add it into client's Models folder

    Sixth, Login on your client, and type
    Code:
    add model 5802
    Finally, Logout, restart your client, and login.

    To Display the Skull:
    you display the skull using the stillgfxz method...
    Usage:
    Code:
    stillgfxz(342, absY, absX, 100, 0);
    If you need the stillgfxz method:
    Code:
    public void stillgfxz(int id, int Y, int X, int height, int time)
    {
    for (Player p : server.playerHandler.players)
    {
    if(p != null) 
    {
    client person = (client)p;
    if((person.playerName != null || person.playerName != "null"))
    {
    if(person.distanceToPoint(X, Y) <= 60)
    {
    person.stillgfxz2(id, Y, X, height, time);
    }
    }
    }
    }
    }
    public void stillgfxz2(int id, int Y, int X, int height, int time)
    {
    outStream.createFrame(85);
    outStream.writeByteC(Y - (mapRegionY * 8));
    outStream.writeByteC(X - (mapRegionX * 8));
    outStream.createFrame(4);
    outStream.writeByte(0);//Tiles away (X >> 4 + Y & 7)
    outStream.writeWord(id);//Graphic id
    outStream.writeByte(height);//height of the spell above it's basic place, i think it's written in pixels 100 pixels higher
    outStream.writeWord(time);//Time before casting the graphic
    }
    I am HcoJustin from Mopar
    Reply With Quote  
     

  2. #2  
    Dan
    Dan is offline
    Community Veteran

    Dan's Avatar
    Join Date
    Oct 2006
    Age
    27
    Posts
    2,658
    Thanks given
    253
    Thanks received
    135
    Rep Power
    2754
    Any pics?
    Looks very good though.
    Reply With Quote  
     

  3. #3  
    Louisiana
    Guest
    i agree with ninja sounds cool but a pic is worth 1billion words
    Reply With Quote  
     

  4. #4  
    my rep is h4x0r3d


    Join Date
    Dec 2006
    Posts
    1,760
    Thanks given
    10
    Thanks received
    8
    Rep Power
    207
    Doesn't work.
    You leeched off mopar.
    And your a nub?
    Quote Originally Posted by super_ View Post
    this is shit. you are shit. gtfo retard.
    Reply With Quote  
     

  5. #5  
    mr s' sock
    Guest
    Link is biggest idiot here, it does work because it replaces the normal emote model (342) with the gfx model, like replacing a party hat with a third age helmet, i knew this just a week ago from seeing the new special bars
    Reply With Quote  
     

  6. #6  
    Super Donator


    Join Date
    Jun 2007
    Age
    28
    Posts
    2,158
    Thanks given
    316
    Thanks received
    282
    Discord
    View profile
    Rep Power
    779
    Quote Originally Posted by Link View Post
    Doesn't work.
    You leeched off mopar.
    And your a nub?
    I am ****ing HcoJustin of mopar....

    I did not ****ing leech this...and if any of you have seen mine and Brandon's client, it has the pic of the vengeance skull
    Reply With Quote  
     

  7. #7  
    Hippy
    Guest
    lol. link trust me mage_owner is justin.
    plus read his sig it says justin in it lol
    and it works i have pictures the skull doesnt face the same way as char unless its facing south.
    Reply With Quote  
     

  8. #8  
    Super Donator


    Join Date
    Jun 2007
    Age
    28
    Posts
    2,158
    Thanks given
    316
    Thanks received
    282
    Discord
    View profile
    Rep Power
    779
    Quote Originally Posted by Hippy View Post
    lol. link trust me mage_owner is justin.
    plus read his sig it says justin in it lol
    and it works i have pictures the skull doesnt face the same way as char unless its facing south.
    ya...that is from the method I am using to move it above head I think.....not really sure
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,338
    Thanks given
    243
    Thanks received
    85
    Rep Power
    250
    any pics? ??
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #10  
    Joshz
    Guest
    Pics? ? ? ? ? ? ?
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •