- Joined
- Mar 12, 2007
- Messages
- 24
- Reaction score
- 0
hello minaa...i try to make mvp ladder that will give random item evrytime they complete the task...
this is my edited script ..however...the script doesnt random the item are given to player..can help me??...


this is my edited script ..however...the script doesnt random the item are given to player..can help me??...
Code:
// item reward on completion whole ladder
set .lastitemid, rand(30033,30034); //
set .lastitemamount, 1;
// item reward when beaten the best record
set .topitemid, rand(30035,30036);
set .topitemamount, 1;
set .gmnotop, 20; // GM not suppose to beat player's record ...

