Jump to content
  • 0

request 2 npc.


kangfredy

Question


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

excusme..can i request npc stalker copy skill??(for 1 request)and then..can i request vip premium serivice if player group 1(supper player) player can earn exp double,drop double..??(no sc_ExpBosst)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

.can i request npc stalker copy skill

Try this Stalk

 

 

 

(no sc_ExpBosst)

There isn't other possibility to double exp/drop for 1 player by npc script than sc_expboost

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

.can i request npc stalker copy skill

Try this Stalk

 

 

 

>(no sc_ExpBosst)

There isn't other possibility to double exp/drop for 1 player by npc script than sc_expboost

 

 

but capuche how about this?

-    script    #exp_ratio    -1,{
 
OnInit: // configurations
set .BaseRatio, 200; // gives more 100% of BaseExp
set .JobRatio, 200; // gives more 100% of JobExp
end;
 
OnNPCKillEvent:
if (getgmlevel() >= 1)
{
    set BaseExp, BaseExp + .BaseRatio * getmonsterinfo (killedrid, 3) / 100;
    set JobExp, JobExp + .JobRatio * getmonsterinfo (killedrid, 4) / 100;
}
end;
 

 

i want to edit this with drop rate?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

*Facepalm*

You're right it will work !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

i dunno it's work or not..hahahahah..but how to make drop rate?double?

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