- script Ref_config -1,{
OnInit:
set $@daystoplay, 2; // total no of days to play.
set $@noofplayers, 2; // min. no. of players to call to server to be eligible to get the price.
set $@hourstoplay, 5; // No. of hours to play everyday.
set $@noofoctet, 3; // No. of octects, that script will check.
set $@new_aid, 2000000; // To be sure that the player is really new to server. Put the latest registered account id here.
set $@name$,"^E41B17[Call Your Friend]^000000"; // Edit npc name here.
end;
}
if i edit
set $@hourstoplay, 5; // No. of hours to play everyday.
to
set $@daystoplay, 5; // No. of hours to play everyday.
which means it will be 5days instead 5hours? or should i
edit this one
set $@daystoplay, 2; // total no of days to play.
im bit confuse on this two codes
set $@hourstoplay, 5; // No. of hours to play everyday.
set $@daystoplay, 2; // total no of days to play.
which code should edit for 5days instead 5hours
and also wondering to check if its a dual clients or same ip to avoid abuse for this referal npc.
Question
Mootie
if i edit
to
which means it will be 5days instead 5hours? or should iedit this one
im bit confuse on this two codes
which code should edit for 5days instead 5hours
and also wondering to check if its a dual clients or same ip to avoid abuse for this referal npc.
thanks for the helps.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.