Jump to content
  • 0

Reward for Lvl 99/70 Pls


amasanmitchan

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  10/05/14
  • Last Seen:  

Can Someone Pls Give or make me a NPC that can give a reward for lvl 99/70 characters pls? 1 acct = 1 char? i found1 script but it gives a lvl 99 players even first classes , i want the npc rewarder to give only trans jobs lvl 99/70 characters Pls ^_^ Thank You in Advance 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  10/02/14
  • Last Seen:  

U can use this

 

prontera,155,187,5 script maxlvl 100,{


OnPCBaseLvUpEvent:
if(BaseLevel < 99) end;
.@cid = getcharid(0);
        .@sender$ = strnpcinfo(1);
        .@title$ = "MaxLvl";
        .@zeny = 999;
        .@itemid = 1201;
        .@amount = 1;
        .@refine = 5;
        .@attribute = 0;
        .@card0 = 4001;
        .@card1 = 4002;
        .@card2 = 4003;
        .@card3 = 4004;
.@msg$ = "Congratulations you finally reach the '"+.@title$+"'. You have received "+.@amount+" "+getitemname(.@itemid)+"s and "+.@zeny+" zennies.";
        sendmail .@cid, .@sender$, .@title$, .@msg$, .@zeny, .@itemid, .@amount, .@refine, .@attribute, .@card0, .@card1, .@card2, .@card3;


        end;


}

I have this configuration for all my rewards, i hope it help u :)

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