Thread: Level-Up Fireworks GFX

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Quote Originally Posted by Makar View Post
    That's cuz like I said, they aren't spotanims.
    I was maybe not clear, at 00:12 of the video you can see purple fireworks on the top of the head of the player, that's what I'm looking for.
    Reply With Quote  
     

  2. #12  
    Christ is King

    Makar's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    2,004
    Thanks given
    545
    Thanks received
    965
    Rep Power
    427
    Quote Originally Posted by Stimulant View Post
    I was maybe not clear, at 00:12 of the video you can see purple fireworks on the top of the head of the player, that's what I'm looking for.
    It just appears to be on top of the player because of the placement of the player on screen in relation to the game screen overlay. Other players don't see that when someone levels up. It's not a spotanim.
    Attached image
    The best open-source pre-eoc remake project that isn't in its early stages for once
    Darkan Client (727 Client Refactor)
    Darkan World Server
    “It would not be impossible to prove with sufficient repetition and a psychological understanding of the people concerned that a square is in fact a circle. They are mere words, and words can be molded until they clothe ideas and disguise.”
    Reply With Quote  
     

  3. #13  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Quote Originally Posted by Makar View Post
    It just appears to be on top of the player because of the placement of the player on screen in relation to the game screen overlay. Other players don't see that when someone levels up. It's not a spotanim.
    Well, look at 0:21 it does it for all players.

    Reply With Quote  
     

  4. #14  
    Christ is King

    Makar's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    2,004
    Thanks given
    545
    Thanks received
    965
    Rep Power
    427
    Quote Originally Posted by Stimulant View Post
    Well, look at 0:21 it does it for all players.

    Those ones are different. They were added around the same time as Firemaker's curse and the ids are 2456 and 2457. Have to adjust the height and the delay.

    example:
    Code:
    p.setNextSpotAnim(new SpotAnim(2456, 0, 254)); //0 = delay, 254 = height
    p.setNextSpotAnim(new SpotAnim(2457, 25, 254));
    p.setNextSpotAnim(new SpotAnim(2456, 50, 220));
    That's the code configuration I use to execute them in my server. If you find a set of values that looks more realistic, let me know.
    Attached image
    The best open-source pre-eoc remake project that isn't in its early stages for once
    Darkan Client (727 Client Refactor)
    Darkan World Server
    “It would not be impossible to prove with sufficient repetition and a psychological understanding of the people concerned that a square is in fact a circle. They are mere words, and words can be molded until they clothe ideas and disguise.”
    Reply With Quote  
     

  5. Thankful user:


  6. #15  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Quote Originally Posted by Makar View Post
    Those ones are different. They were added around the same time as Firemaker's curse and the ids are 2456 and 2457. Have to adjust the height and the delay.

    example:
    Code:
    p.setNextSpotAnim(new SpotAnim(2456, 0, 254)); //0 = delay, 254 = height
    p.setNextSpotAnim(new SpotAnim(2457, 25, 254));
    p.setNextSpotAnim(new SpotAnim(2456, 50, 220));
    That's the code configuration I use to execute them in my server. If you find a set of values that looks more realistic, let me know.
    Thanks, I'll let you know I will be testing this.
    Reply With Quote  
     

  7. #16  
    Owner of Zerion/Orvii
    robstever's Avatar
    Join Date
    Jun 2013
    Posts
    154
    Thanks given
    60
    Thanks received
    22
    Rep Power
    45
    ;;gfx 199?
    Attached image
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. 667/718 Leveling Up Fireworks
    By B0wStudios in forum Help
    Replies: 12
    Last Post: 03-05-2016, 10:50 AM
  2. Level Up Fireworks on 718?
    By B0wStudios in forum Help
    Replies: 10
    Last Post: 12-17-2015, 08:05 PM
  3. [PI] Level Up Gfx
    By I'm A Jerk in forum Snippets
    Replies: 27
    Last Post: 07-23-2014, 04:09 AM
  4. PI Level up chatbox gfx missing
    By Dreamsnake in forum Help
    Replies: 2
    Last Post: 03-29-2013, 07:54 PM
  5. Level up chatbox gfx missing
    By Dreamsnake in forum Help
    Replies: 2
    Last Post: 03-29-2013, 06:05 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •