cadz Posted September 20, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted September 20, 2012 hi there anyone can help me with this quiz_02,55,84,3 script Claim Your Prize!#dice 904,{ set #EVENTPOINTS,#EVENTPOINTS+1; announce strcharinfo(0)+" won the Dice Event!",bc_all; disablenpc "Claim Your Prize!#dice"; disablenpc "Dice Event Warper#dice"; dispbottom "You now have "+#EVENTPOINTS+" Event Point(s)."; warp "prontera",0,0; set $@diceon,0; close; end; } to change this reward to 7227 thanks in advance. Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 20, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 20, 2012 change set #EVENTPOINTS,#EVENTPOINTS+1; into this getitem 7227,1; Quote Link to comment Share on other sites More sharing options...
cadz Posted September 20, 2012 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Author Share Posted September 20, 2012 thanks emistry your the best. Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted September 21, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: April 15 Share Posted September 21, 2012 Don't forget to change the dispbottom to reflect the changes also. dispbottom "You now have "+#EVENTPOINTS+" Event Point(s)."; Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Question
cadz
hi there anyone can help me with this
quiz_02,55,84,3 script Claim Your Prize!#dice 904,{
set #EVENTPOINTS,#EVENTPOINTS+1;
announce strcharinfo(0)+" won the Dice Event!",bc_all;
disablenpc "Claim Your Prize!#dice";
disablenpc "Dice Event Warper#dice";
dispbottom "You now have "+#EVENTPOINTS+" Event Point(s).";
warp "prontera",0,0;
set $@diceon,0;
close;
end;
}
to change this reward to 7227 thanks in advance.
Link to comment
Share on other sites
3 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.