-
Content Count
134 -
Joined
-
Last visited
-
Days Won
1
Daraen last won the day on January 29 2021
Daraen had the most liked content!
About Daraen
-
Rank
Advanced Member
Profile Information
-
Emulator
Hercules
-
Daraen started following npc that checks cells if there's already a player on that cell, [Guide] Adding New Status Icons, Problem Yommy's plugin "VEND_SQL", crash server with it and and 5 others
-
@Dastgir This guide is out of date, is it possible to have an update?
- 17 replies
-
Hi, Yommy If you go by, can you tell me why I get a server crash after activating your plugins when I enter the @autotrade command. I would like to use this add on for cp feed developed exclusively in relation to this plugin because hercules does not offer anything to display merchants / buyingstores. The only error that pops up on my server is: $ [Error]: Server received crash signal! Attempting to save all online characters! I have no idea where the error occurs, the only direction I have is that it comes after an @autotrade. I specify that my @autotrade works perfectly when I deactivate this plugin. I am using a client 2018-04-18b I will appreciate if someone helps me fix this problem. Thank you
-
Kuroyama reacted to an answer to a question: Punching Bag
-
https://github.com/HerculesWS/Hercules/issues/2961
-
I have been spamming Hercules Discord for an hour now for an important issue which is that skills above level 10 have no effect, only do one hit, one damage but no developer wants to. look into this topic. It will seem that there is no case for WZ_JUPITEL and WZ_METEOR in battle.c but I don't think this is the cause of the problem. In short, it doesn't matter if Mistress cast Jupitel THunder level 28 to me, I only get one hit, I'm not knockback and the skill effect is present on me but I only get one hit. Same for Meteor Storm level 11, I suffer only one hit per ball. It is not normal. It looks like there is a problem with any skill above level 10. How can you solve this big problem? I am using a 2018 client Some fix for rAthena : https://github.com/rathena/rathena/issues/4743 https://github.com/rathena/rathena/commit/b77ba3ae5bb765295df89151170ec4ccb9c5d3cf
-
All you need to do is launch the official ragnarok online patcher. be careful, by doing this you will certainly have to redo certain steps. I won't tell you which one, I don't personally.
- 403 replies
-
- ragnarok test server
- your home server
-
(and 3 more)
Tagged with:
-
basewin_mini in basic_interface folder but i'm not sure OR titlebar_fix / titlebar_left / titlebar_mid /titlebar_right
-
launch update with rsu-kro-renewal-lite.exe or rsu-kro-rag-lite.exe if you set a pre-re server.
- 403 replies
-
- ragnarok test server
- your home server
-
(and 3 more)
Tagged with:
-
This should work Script: <" bonus bHit,10; bonus bAllStats,1; if(getrefine() >= 6) { bonus bHit,10; bonus2 bAddRace,RC_Boss,10; } if(getrefine() >= 11) { bonus bHit,10; bonus2 bAddRace,RC_Boss,10; } ">
-
http://nemo.herc.ws/clients/#2017
-
how to set Attendance System can claim after 1 hour?
Daraen replied to hadiesyafiq's question in Source Requests
This script does not belong to me, I found it on the internet, do whatever you want -
I got my hit bonus +10 when I refine my item to 6 Script: <" if(getrefine()>=6) { bonus bHit,10; bonus2 bAddRace,RC_Boss,10; } ">
-
how to set Attendance System can claim after 1 hour?
Daraen replied to hadiesyafiq's question in Source Requests
https://pastebin.com/raw/r4mccLNy ? -
In my memories, you use the anacondaq pack. To add custom elements, go to your data.grf extract accessoryid.lub and accname.lub from luafiles514 / lua files / datainfo. Add ACCESSORY_Pegasus = 20000 in accessory id at the end of your file and [ACCESSORY_IDs.ACCESSORY_Pegasus] = "_Pegasus" in accname.lub save add now files in the grf which is read first by your client, save. Don't forget to add the object in item_db.conf do @reloaditemdb and it should work. Yes you also have to add that in iteminfo.
-
npc that checks cells if there's already a player on that cell
Daraen replied to celeron0134's question in Script Support
https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L3737