Jump to content
Dastgir

Plugin Collections

Recommended Posts

 

gcc: Internal error: Killed (program cc1)

Please submit a full bug report.

See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.

make[1]: *** [../../plugins/HPMHooking_map.so] Error 1

make[1]: Leaving directory `/root/Hercules/src/plugins'

make: *** [plugins] Error 2

That's not plugin problem, but your vps,

Its having low ram to compile HPMHooking

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

i got 1 gb ram

Old GCC(v4.3) requires around 1.5 GB ram,

While new GCC(v4.8) requires around 300 mb ram, Follow the method Yoh Asakura mentioned, it works for upgrading GCC on centos/RHEL OS.

Share this post


Link to post
Share on other sites

 

i got 1 gb ram

Old GCC(v4.3) requires around 1.5 GB ram,

While new GCC(v4.8) requires around 300 mb ram, Follow the method Yoh Asakura mentioned, it works for upgrading GCC on centos/RHEL OS.

add me on skype please junjun.ocampo

Share this post


Link to post
Share on other sites

Dastgir, would you add something to the "autoattack" plugin? Because this scripts only let the char attacking all the mobs around, but it would be nice to select which mob(s) you want to attack, example: "@autoattack +MobId or MobName" :D

Share this post


Link to post
Share on other sites

Dastgir, would you add something to the "autoattack" plugin? Because this scripts only let the char attacking all the mobs around, but it would be nice to select which mob(s) you want to attack, example: "@autoattack +MobId or MobName" :D

Busy weeks going on ..... Would be able to check if @@Mhalicot dont want to.

Share this post


Link to post
Share on other sites

I found a bugs on critical magic attack, the item drops from mobs will be double. ._.

 

Yea for some reason this happened to me too. :)

Share this post


Link to post
Share on other sites

I found a bugs on critical magic attack, the item drops from mobs will be double. ._.

Yes, I know that bug from a week, and also why its happening, its just as usual, my time doesn't permit to update the plugin :(

Share this post


Link to post
Share on other sites

All plugins compile fine but..

1>------ Operación Generar iniciada: proyecto: restock, configuración: Release Win32 ------1>Compilación iniciada a las 23-04-2015 15:45:24.1>InitializeBuildStatus:1>  Aplicando tarea Touch a "restockrestock.unsuccessfulbuild".1>ClCompile:1>  restock.c1>..srcpluginsrestock.c(45): error C2143: error de sintaxis : falta ';' delante de 'tipo'1>..srcpluginsrestock.c(47): error C2065: 'index' : identificador no declarado1>..srcpluginsrestock.c(48): error C2065: 'index' : identificador no declarado1>1>ERROR al compilar.1>1>Tiempo transcurrido 00:00:00.28========== Generar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========

Share this post


Link to post
Share on other sites

1>  restock.c
1>..srcpluginsrestock.c(45): error C2143: 語法錯誤 : 遺漏 ';' (在 '型別' 之前)
1>..srcpluginsrestock.c(47): error C2065: 'index' : 未宣告的識別項
1>..srcpluginsrestock.c(48): error C2065: 'index' : 未宣告的識別項

Edited by foreveriori

Share this post


Link to post
Share on other sites

1>  restock.c

1>..srcpluginsrestock.c(45): error C2143: 語法錯誤 : 遺漏 ';' (在 '型別' 之前)

1>..srcpluginsrestock.c(47): error C2065: 'index' : 未宣告的識別項

1>..srcpluginsrestock.c(48): error C2065: 'index' : 未宣告的識別項

Please post on respective topic, it's been fixed there.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.