Jump to content
  • 0

referal npc


Mootie

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

-       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.

thanks for the helps.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

post up your full script

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...