Jump to content

iCORE

Members
  • Content Count

    393
  • Joined

  • Last visited

  • Days Won

    5

Everything 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. thanks alot mr. Dastgir
  3. the tittle it self itemmap than can give item on map , party , guild.
  4. thanks for the reply its solve now
  5. 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
  6. 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
  7. 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;}
  8. 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
  9. 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
  10. that patch is quite buggy and if you are exceeding 30k max stack requirement the buyer can buy the item without the amount given.
  11. greetings, i would like to ask on how to fix missing models. But when i relog on the same spot the model will apear.
  12. is there a way on how to add 120 status points?
  13. no,only new created char, then it will be ask to choose 2nd trans job and make it 99/70.
  14. "the titte it self but here is the system" base level 99 job level 70 on login prompt (once per char) 2nd trans ONLY no 3rd jobs and (kagerou/oboro, rebellion) thankyou in advance!
  15. 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?
  16. hi i would like to ask how to remove skill cooldown on 3rd job class i already disable renewal_cast at renewal.h but 3rd jobs skills are not affected. help me how thanks
×
×
  • Create New...

Important Information

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