Jump to content

Rebel

Members
  • Content Count

    148
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Rebel

  1. I need help on making this work. The participation time is not resetting. I dont know why the S_OnReset: is not triggering. http://upaste.me/6da850081c3d8be42 No hate just love. PS: koecheck() is just like agitcheck()
  2. Yes. I am using 3.0 also. And yes the script is compatible. Check your script.c if you have the get_unique_id there.
  3. You can just change the script if you want to.
  4. Are you using Gepard Shield? If yes you shouldn't getting any error on that script.
  5. case SN_SHARPSHOOTING: case MA_SHARPSHOOTING: if (sd->sc.data[SC_SOULLINK] && sd->sc.data[SC_SOULLINK]->val2 == SL_HUNTER) skillratio *= 1.15; else skillratio += 100 + 50 * skill_lv; break;
  6. This is the one im using.. http://upaste.me/354250041b0a2c121
  7. try using the @afk plugin in dastgirp github or here for the @afk and @itemmap plugin. i made a pull request to fix it.
  8. Check your script? or try to login w/o that script?
  9. Are you using the one i posted? Use the working version in annieruru post.
  10. I change it to 1 when i am testing the script. but if you change to 36 it will randomly choose between case 1 to 36
  11. Guess this project is now dead. If anybody is updating this please do share thank you!
  12. I think sample.so is missing in trunk/plugins .. also try running make clean first before make sql plugins
  13. switch (rand(1,.@failrate)) change 1 to 36
  14. Rebel

    @pk on/off

    Working naman yung sakin. Make sure inaapply mo yung patch na bago.
  15. Rebel

    @pk on/off

    Sorry may kulang pala sa patch na nabigay ko.. Inupdate ko na yung sa post ko.
  16. function Pick { .@warp_block = @warp_block; @warp_block = 0; .@select = select(@menu$); if (getarg(0) == "") { .@i = .@select; .@map$ = getarg(.@i); } else { .@i = .@select-getarg(1,0); .@map$ = getarg(0)+((.@i<10)?"0":"")+.@i; } if (.@warp_block & (1<<.@select)) { message strcharinfo(PC_NAME),"This map is not enabled in "+(RENEWAL?"":"Pre-")+"Renewal."; + close; end; } .@x = @c[.@i*2]; .@y = @c[.@i*2+1]; deletearray @c[0],getarraysize(@c); Go(.@map$,.@x,.@y); } function Restrict { if ((getarg(0) == "RE" && !RENEWAL) || (getarg(0) == "Pre-RE" && RENEWAL)) { if (getarg(1,0)) { @warp_block = 0; for (.@i = 1; .@i < getargcount(); .@i++) @warp_block = @warp_block | (1<<getarg(.@i)); } else { message strcharinfo(PC_NAME),"This map is not enabled in "+(RENEWAL?"":"Pre-")+"Renewal."; + close; end; } } return; } try this.. just added close after message ....
  17. Rebel

    @pk on/off

    Try this. pk.patch
  18. Do you mind posting the script?
  19. Well our src revision is not the latest.. we are using this.. https://github.com/shadow-mo0n/Hercules Edit: Its working now. I just applied the updates for the HPM Hooking and the splitted pc_calc_skilltree.
×
×
  • Create New...

Important Information

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