Jump to content
  • 0

Question

Posted

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)

4 answers to this question

Recommended Posts

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...