-
Content Count
261 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Yoh Asakura
-
It's working now. Thank you, Pixel.
-
Thank you. This file must be in client data? @edit Anyway, still not working.
-
NoStorage and NoGuildStorage Mapflags
Yoh Asakura replied to Yoh Asakura's question in Source Requests
Thank you. It worked. -
OptionInfo.lua checked Mp3des.asi? Where this should be? Which bit rate and sample rate must be? What do you mean by right fomat? It's a .mp3...
-
Hello, I would like to use music in some maps. I tried to add in my client at mp3nametable.txt but it didin't work. I have the BGM folder in my RO folder with the musics.mp3 format. I also would like to put music in the login intro. In the old emulators it worked just to put at mp3nametable as 01.mp3 Anyone could help?
-
Hello, Could anyone update this tutorial for Hercules Emulator? I tried to follow this guide of how to add a new mapflag but the ones I want (NoStorage and NoGuildStorage) are not working. Kind Regards, Yoh.
-
Problem with Terror and Ifrit monsters
Yoh Asakura replied to Yoh Asakura's question in General Server Support
Sorry, but it was no big deal. I just had edited the mob_db lines. I had removed the card of some mobs in mob_db.txt. I just had to put it back to work again. -
http://herc.ws/board/topic/8202-plugin-collections/
-
Seriously, where do you host your server?
Yoh Asakura replied to Zirius's topic in General Discussion
-No advertising non-approved Paid Services- Mysterious -
Solved.
-
When I had 1GB Ram I also couldn't compile it. So Dastgir told me the following (and it worked): ------------------ Install / Update GCC wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo yum install devtoolset-2-gcc devtoolset-2-gcc-c++ ----------------- ## gcc4.8 default ### SSH scl enable devtoolset-2 bash *Ps: Always use the command 'scl enable devtoolset-2 bash' before you compile your plugins
-
What error?? No error appears. I have three plugins: afk, autoattack and storeit, and when I do 'make plugins' only the afk and autoattack appears on SSH. @Edit And about the afk plugins, appears a warning: 'no newline at end of the file'
-
@Edit: @Dastgir, I don't know why but when I try to compile the plugins, only the 'storeit' is not being compiled.
-
Thank you so much
-
I don't know why but my Avast is detecting this ragexe as Win32:Malware-gen. Not only this version of ragexe, but others too... My friend Dastgir told me it's a false positive. He uses AVG and AVG does not detect it. But the problem is that many of my friends use Avast, and their Avast also detects as virus. I already sent to avast telling it's a false positive but they did nothing.
-
@Dastgir Could you update the 'storeit' plugin? http://herc.ws/board/files/file/63-storeit/
-
The Unbollox has no button...that's why I don't know what to do with it. And why would the grf work if it's already in my grf....What's the difference to make another one?
-
Hello, I used to have a custom weapon in my oldserver and it used to work very well, but now that I update all, I can't see the sprite of the custom weapon. I think I know the reason. I have some files with the sprite, but the name...the data just does not recognize this kind of name. Let me explain: Names like: ¾Ç¼¼»ç¸®, ¾ÆÀÌÅÛ...(the data recognizes) Names like: 인간족,헌터 (that seems korean to me...anyway, the data does not recognize). And the files I have are with this name... 궁수_남_1740.act 궁수_남_1740.spr 궁수_여_1740.act 궁수_여_1740.spr 헌터_남_1740.act 헌터_남_1740.spr 헌터_여_1740.act 헌터_여_1740.spr So how I am suppose to translate this?
-
Dastgir is helping me also....But now I got this error http://postimg.org/image/9zadum8nb/ @Solved - Dastgir Help Inset this line at the top of autoattack.c #include "../common/timer.h" And when we try to compile, first type this on SSH: scl enable devtoolset-2 bash Then "make plugins"
-
shutdown every service you have and use every ram for compiling in the old day i have face it, and rebooting the vps do me the favor befor compiling try it in that time i have 512 Ram for my vps How to do that?
-
I have 1GB of RAM... It's just a VPS server for testing...Soon I will get a better one.
-
Here: http://herc.ws/board/files/file/57-atcommand-afk/ Dastgir told me that it's because of the RAM. He said I don't have enough RAM to compile the plugins...
-
Recompile only the plugins or the emulator? If only recompile the plugins, how to do it? If you mean when I recompile the emulator I don't get any error.
-
When I used the command "make plugins" I got some erros...
-
I tried to add the "@afk" plugin...I use linux system, so I just put the afk.c at src/plugins and recompile... But when I turn on the emulator I get the warning "HPM: fail to load plugin, skipping..."