Jump to content

WhiteEagle

Members
  • Posts

    481
  • Joined

  • Last visited

  • Days Won

    5

WhiteEagle last won the day on February 11

WhiteEagle had the most liked content!

5 Followers

About WhiteEagle

  • Birthday 02/20/1988

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

7082 profile views

WhiteEagle's Achievements

Magmaring

Magmaring (7/15)

  • Conversation Starter
  • Problem Solver Rare
  • Reacting Well
  • First Post
  • Collaborator

Recent Badges

67

Reputation

25

Community Answers

  1. Is there a way to use ^i[984] or mesitemicon in a switch(select( ?
  2. Does anyone know how to set that one storage can only store ETC items, that others can only store equipment or generally install a check, which items are allowed for a specific storage? Example: VIP storage can only store cards. IF anyone could give me a solution... that would be awesome. Thanks
  3. For this i am lookging too since month.
  4. If I am not mistaken, the custom changes must also be entered in the .lua
  5. So this would not lead to errors, but the stats would not match. For example, the def is different and weapons give “fixed” matk instead of matk rate, as is common in pre-renewal. This could confuse the players.^^
  6. You need to use a new ID. Looks like 40000 is already in use. If you want to see your default gm commands, you need to add it manually in your book info.
  7. I am also in favor of this, but I would like to see more information added that would be important for leveling. Such as race, class, size. Nice work btw.
  8. You need to edit in clif.cpp the show_mob_info part: }else if( battle_config.show_mob_info ){ PACKET_ZC_ACK_REQNAMEALL packet = { 0 }; packet.packet_id = HEADER_ZC_ACK_REQNAMEALL; packet.gid = bl->id; safestrncpy( packet.name, md->name, NAME_LENGTH ); char mobhp[50], *str_p = mobhp; if( battle_config.show_mob_info&4 ){ str_p += sprintf( str_p, "Lv. %d | ", md->level ); } if( battle_config.show_mob_info&1 ){ str_p += sprintf( str_p, "HP: %u/%u | ", md->status.hp, md->status.max_hp ); } if( battle_config.show_mob_info&2 ){ str_p += sprintf( str_p, "HP: %u%% | ", get_percentage( md->status.hp, md->status.max_hp ) ); } // Even thought mobhp ain't a name, we send it as one so the client can parse it. [Skotlex] if( str_p != mobhp ){ *(str_p-3) = '\0'; //Remove trailing space + pipe. safestrncpy( packet.party_name, mobhp, NAME_LENGTH ); } clif_send(&packet, sizeof(packet), src, target);
  9. Of course, I could create my own icon, but I’m sorry to say I don’t have Photoshop or the skills to pixel or design it myself. I really like this icon, which is why I’m asking for it. It’s not like I’m asking for something complicated, like an MVP ranking system or anything like that. I believe I’ve contributed a lot over the past 12 years here on rAthena/Discord, sharing resources and helping others far more than I’ve asked for help myself. I’m politely asking for this icon, not like some people from the Philippines or Brazil who just PM on Discord with “Make me this and that.” Honestly, most of the time I can’t even figure out what they want because their messages are so poorly written. Even Google Translate could do a better job than what some people from the Philippines or Brazil try to write. Honestly, if your idea of "helping" is saying things like "check the source," then maybe it’s better not to respond if you don’t actually want to help. It’s pretty clear here—someone asked a question about an icon, and your response was, "make it yourself." That has nothing to do with the question at all.
  10. Does anyone happen to have the files for this image? I'd be very grateful if you could share them. Thanks ^-^
  11. Yea, me too. Haha xD I have managed to swap the title and NPC name, but then it no longer works that npc names with # and :: can get their unique names, because the name is then displayed with # and ::. Example: Instructor#prt
  12. A bit late, but im up for this too~
  13. This system would be interesting when one BGM is over, another BGM is randomly selected.
  14. switch(rand(1,5)) { case 1: playBGM "<BGM filename>"; end; case 2: playBGM "<BGM filename>"; end; case 3: playBGM "<BGM filename>"; end; case 4: playBGM "<BGM filename>"; end; case 5: playBGM "<BGM filename>"; end; }
  15. You still talking about NPC Shops. He ask it for Vending what is in the link above provided. ^-^
×
×
  • Create New...