-
Content Count
26 -
Joined
-
Last visited
-
Days Won
1
Mihael last won the day on May 1 2023
Mihael had the most liked content!
About Mihael
-
Rank
Member
- Birthday 12/29/1995
Contact Methods
-
Discord
⌜мiнαєl⌟#3232
Profile Information
-
Gender
Male
-
Location:
KonoSuba
-
Interests
Webdesigner and Developer.
-
Github
iMihael
-
Emulator
Hercules
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
macenchiz reacted to a post in a topic: Your-RO Banner FB + PSD Editable
-
Mihael changed their profile photo
-
ribadacosta reacted to a file: Your-RO Banner FB + PSD Editable
-
View File Your-RO Banner FB + PSD Editable I found this old banner template made in mid-2017 lost on my computer. I decided to make some adjustments and post it here for you. The PSD file is fully editable. Any questions I am at your disposal. Submitter Mihael Submitted 06/17/21 Category Other Graphics
-
Mihael reacted to a post in a topic: [Showcase] Custom mob HP bar
-
Dont work. Missing
-
Mihael reacted to a post in a topic: @market clone
-
Mihael reacted to a post in a topic: OnPCStatCalcEvent
-
Mihael reacted to an answer to a question: Stable Client Question
-
lxlcadulxl started following Mihael
-
@AnnieRuru I tried to work with more unsuccessful consumables where am i going wrong? Item: { Id: 32247 AegisName: "Dark_Elf_Potion" Name: "Dark Elf Potion" Type: "IT_USABLE" Weight: 100 BuyingStore: true Trade: { nodrop: true noselltonpc: true nomail: true noauction: true } Script: <" callfunc "Dark_Elf"; "> }, Function: function script Dark_Elf { @a ^= 1; recalculatestat(); // if player under a dialog, MUST use close2; then only recalculate OnPCStatCalcEvent: if ( @a ) bonus bDex, 10; bonus bInt, 20; bonus bAgi, 5; bonus bMatk, 100; end; }
-
Mihael reacted to a post in a topic: Plugin Collections
-
Mihael reacted to a post in a topic: @adopt atcommand
-
Remove this. else { struct packet_reqnameall_ack packet = { 0 }; packet.packet_id = reqName; packet.gid = md->bl.id; memcpy( packet.name, md->name, NAME_LENGTH ); clif->send( &packet, sizeof(struct packet_reqname_ack), *bl, AREA ); hookStop(); return; } and recompile you emulator.
-
Mihael reacted to a post in a topic: [Release] ExtendedBG for Hercules (with eAmod BG modes)
-
-
Isso ai acontece por que você configurou o level máximo do servidor de modo errado no arquivo de exp da db. Dê uma revisada lá.
-
I think you would have to do a script out, which checks if the player was using your equipment to apply the buff. if you apply the buff only inside the script of the equipment, it will only work when the player equips the item.
-
oh my bad, I did not know hahahaha. srry
-
O Hercules não suporta essa feature ainda, somente o rAthena a partir da Release #3548.
-
Do you want to give the buff whenever the player level? or permanently after level 80?
-
Great work, congratulations! In the future you plan to add support for vote4points and donations by paypal?
-
I just found the solution: Uncomment: //"HPMHooking", in plugin.conf my bad... you plugin is perfect!! Not bugs. ❤️