Jump to content

iCORE

Members
  • Content Count

    393
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by iCORE


  1. i would like to request a plugin for fixed cast rate

     

    /* works like bDelayRate */
    /* example: cooldown is 10000 (10s) */
    /* 'bonus bCoolDownRate,50;'  = 15000 (15s) (+50%) */
    /* 'bonus bCoolDownRate,-50;' = 5000 (5s) (-50%) */
     
    thanks in advance :)

  2.  

    afk.c: In function ‘plugin_init’:afk.c:121:2: warning: implicit declaration of function ‘GET_SYMBOL’ [-Wimplicit-function-declaration]  iMalloc = GET_SYMBOL("iMalloc");  ^afk.c:121:10: warning: assignment makes pointer from integer without a cast [enabled by default]  iMalloc = GET_SYMBOL("iMalloc");          ^afk.c:122:7: warning: assignment makes pointer from integer without a cast [enabled by default]  clif = GET_SYMBOL("clif");       ^afk.c:123:9: warning: assignment makes pointer from integer without a cast [enabled by default]  script = GET_SYMBOL("script");         ^afk.c:124:8: warning: assignment makes pointer from integer without a cast [enabled by default]  skill = GET_SYMBOL("skill");        ^afk.c:125:5: warning: assignment makes pointer from integer without a cast [enabled by default]  pc = GET_SYMBOL("pc");     ^afk.c:126:9: warning: assignment makes pointer from integer without a cast [enabled by default]  strlib = GET_SYMBOL("strlib");         ^afk.c:127:9: warning: assignment makes pointer from integer without a cast [enabled by default]  battle = GET_SYMBOL("battle");         ^afk.c:128:8: warning: assignment makes pointer from integer without a cast [enabled by default]  timer = GET_SYMBOL("timer");        ^afk.c:129:6: warning: assignment makes pointer from integer without a cast [enabled by default]  map = GET_SYMBOL("map");      ^afk.c:130:9: warning: assignment makes pointer from integer without a cast [enabled by default]  status = GET_SYMBOL("status");         ^afk.c:131:10: warning: assignment makes pointer from integer without a cast [enabled by default]  channel = GET_SYMBOL("channel");          ^/tmp/ccexv4eh.o: In function `plugin_init':/root/Hercules/src/plugins/afk.c:121: undefined reference to `GET_SYMBOL'/root/Hercules/src/plugins/afk.c:122: undefined reference to `GET_SYMBOL'/root/Hercules/src/plugins/afk.c:123: undefined reference to `GET_SYMBOL'/root/Hercules/src/plugins/afk.c:124: undefined reference to `GET_SYMBOL'/root/Hercules/src/plugins/afk.c:125: undefined reference to `GET_SYMBOL'/tmp/ccexv4eh.o:/root/Hercules/src/plugins/afk.c:126: more undefined references to `GET_SYMBOL' followcollect2: error: ld returned 1 exit statusmake[1]: *** [../../plugins/afk.so] Error 1make[1]: Leaving directory `/root/Hercules/src/plugins'make: *** [plugins] Error 2 

    i got this error 


  3. hi, i would like to ask on how to solve this problem

     

     

     

    checking for gcc... gccchecking whether the C compiler works... noconfigure: error: in `/root/Hercules':configure: error: C compiler cannot create executablesSee `config.log' for more details 

     

     
     
    it gives's me that when i type 
     

     

    scl enable devtoolset-2 bash./configure 

     

     
     

  4. hmm can you help me?



    how to refresh it like 3 sec because every time a player is on the map the number will not change



    solved

     

    prontera,154,108,0	script	Online Players	2_BULLETIN_BOARD,{end;OnInit:while( 1 ){	delwaitingroom;	waitingroom ""+getusers(1)+" players in prontera",0;	sleep 1;}end;}

  5. hi i would like to request a script for online players on map that refresh every 3 seconds

     

    Prontera,154,108,0	script	Sample	757,{OnPCLoginEvent:OnPCLogoutEvent:delwaitingroom;end;OnInit:waitingroom ""+getusers(1)+" players in Prontera",0;end;}

    tell me whats wrong 

     

    PS the script is not refreshing and it needs to be click to see the players online count


  6.  

    hamachi is another choice :)

    Can you tell me how to use this? Please? D;

    its only easy ill make it step by step.

     

    Step 1 Download hamachi (search on google) 

    Step 2 Click unmanage then hit download (install it after done)

    Step 3 you ill see the Ipv4 of the hamachi then you need to copy it (that's will be your main IP)

    Step 4 Start editing your (.conf) files

    Step 5 on hamachi you will see (network) at the top then click it and you'll see (create a network)

    Step 6 Put your desire password and username (that will be 1/5 slot per username including your hamachi account)

    Step 7 Player should have hamachi too to connect to your server give them the password and username you created so that they can join the network

     

    hope this will help you! Just tell us if you have any question and we will try to answer it as soon as we can :meh:


  7. hi everyone i am having problem with the devotion skill

     

    here is the explanation

     

    Paladin -> Devo Champion

     

    Devo Champion hiting ->Character with Reflect Skill

     

    the reflect is damaging the Champion instead of the Paladin.

     

    any solution on how to fix paladin devo reflect?

×
×
  • Create New...

Important Information

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