-
Posts
489 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by WhiteEagle
-
-
You need a client with date 2023+ if im correct.
-
1
-
-
1 hour ago, dark elf said:
There are many features in this public repository that aren't implemented in rAthena. I'm really thankful!
https://github.com/AoShinRO/brHades
Yes, I hope that rAthena will also implement this relatively soon. The automated translation alone is interesting.
-
23 minutes ago, amm0nition said:
HxD is enough for this kind of hex editing
Thanks ~ ^-^
-
Another question, can someone recommend a hex editor?
-
-
12 minutes ago, Skylove said:
If you have applied an emoticon-related patch,
please comment out the dummy-related patch in rAthena!
https://github.com/rathena/rathena/commit/896c86e167114606bd988830f747cf4523e7f236Thanks for your answer. Unfortunately, now I receive a disconnect and this error message:
[Warning]: clif_parse: Unsupported packet received (packet 0x0be9, 6 bytes received), session disconnect #3. -
I have noticed that the chat emotes do not work. Is there a solution?
-
Is there a way to use ^i[984] or mesitemicon in a switch(select( ?
-
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 -
-
If I am not mistaken, the custom changes must also be entered in the .lua
-
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.^^ -
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.-
1
-
-
35 minutes ago, Reloadscript said:
If you can choose:
1- Show only icon
2- Show element name
3- Show element name+level
4- Show allI would like to comment.
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.-
1
-
-
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);
-
1
-
-
4 hours ago, AceofSpades said:
you can make your own using photoshop..
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.
-
Does anyone happen to have the files for this image?
I'd be very grateful if you could share them.
Thanks ^-^ -
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 -
A bit late, but im up for this too~
-
This system would be interesting when one BGM is over, another BGM is randomly selected.
-
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; }
-
1
-
-
39 minutes ago, Poring King said:
Dynamic shop can do both Zeny, Item, Cash Points , Custom cashpoints . If im not mistaken he post this trend in script support so im expecting he needs a script not a MOD which is the extended vending from SRC MOD
You still talking about NPC Shops. He ask it for Vending what is in the link above provided. ^-^
-
I think he is looking for a system where merchants (players) can choose what they want as payment for the skill "Vending". Whether Zeny, cash points etc.
Like this here:
https://rathena.org/board/files/file/3860-extended-vending-20/ -
Hello ~,
I have the problem that when a sound is played with soundeffect and a new sound is played, the sounds overlap.
I have not found a function to end a started sound and therefore ask if someone is so kind and could share a function for this.
That would be extremely nice and would really help me.
[Showcase] MVP Tomb with Dynamic Sprite and Name Display
in Script Showcase
Posted
Nice job!!
But with a small tombstone with RIP would have more "effect" in my opinion.