nohaxor Posted April 3, 2015 Posted April 3, 2015 (edited) can some one teach me how to do a max level reward script that has limit for example; the reward giver only give item 10 times i tried it on my own but it failed. OnPCBaseLvUpEvent: if(BaseLevel == 99) { setarray .setlimit[0],3,5; if(.ThisItemLimit <= 1) { getitem 20262,1; set .ThisItemLimit,.ThisItemLimit+1; } Edited April 3, 2015 by nohaxor Quote
Question
nohaxor
can some one teach me how to do a max level reward script that has limit
for example;
the reward giver only give item 10 times
i tried it on my own but it failed.
OnPCBaseLvUpEvent:
0 answers 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.