-
Content Count
148 -
Joined
-
Days Won
7
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Rebel
-
Fixed it already.
-
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()
-
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.
-
You can just change the script if you want to.
-
Are you using Gepard Shield? If yes you shouldn't getting any error on that script.
-
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;
-
Mind posting the error?
-
This is the one im using.. http://upaste.me/354250041b0a2c121
-
Need @afk Plugin and @itemmap plugin latest for new hercules
Rebel replied to kifu21's question in Plugin Requests
Here -
Disconnected after i put script ingame.
Rebel replied to jhaysuu's question in General Server Support
any error on console? -
Need @afk Plugin and @itemmap plugin latest for new hercules
Rebel replied to kifu21's question in Plugin Requests
try using the @afk plugin in dastgirp github or here for the @afk and @itemmap plugin. i made a pull request to fix it. -
Disconnected after i put script ingame.
Rebel replied to jhaysuu's question in General Server Support
Check your script? or try to login w/o that script? -
Are you using the one i posted? Use the working version in annieruru post.
-
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
-
-
Guess this project is now dead. If anybody is updating this please do share thank you!
-
I think sample.so is missing in trunk/plugins .. also try running make clean first before make sql plugins
-
switch (rand(1,.@failrate)) change 1 to 36
-
Need some fix please.
-
Working naman yung sakin. Make sure inaapply mo yung patch na bago.
-
Sorry may kulang pala sa patch na nabigay ko.. Inupdate ko na yung sa post ko.
-
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 ....
-
Do you mind posting the script?
-
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.