function script Giveitem {
if($canpass == 0){warp "amatsu",116,152;}
set $canpass,$canpass -1;
set $passguy,$passguy +1;
announce "[Speester Event] Player: "+strcharinfo(0)+" wins the game with "+$passguy+" place !",bc_all;
if($canpass == 0)
//announce "[Speester Event] : Thanks for participating, the game has ended!",bc_all;
set @gi,rand(0,9);
if (@gi ==0)getitem 12210,1;
if (@gi ==1)getitem 6418,3;
if (@gi ==2)getitem 6419,3;
if (@gi ==3)getitem 6608,2;
if (@gi ==4)getitem 6423,1;
if (@gi ==5)getitem 21600,1;
if (@gi ==6)getitem 6484,1;
if (@gi ==7)getitem 2589,1;
if (@gi ==8)getitem 2573,1;
if (@gi ==9)getitem 12548,10;
warp "prontera",116,152;
end;
}
Hey everyone, some players are saying that there are chances to NOT get a price when they win the game and i myslef have tried it and experienced the same thing! All the item above are in my itemdb and can be @item by me.
im not sure where is the problem.. can anyone help?
Question
andrew0960
Hey everyone, some players are saying that there are chances to NOT get a price when they win the game and i myslef have tried it and experienced the same thing! All the item above are in my itemdb and can be @item by me.
im not sure where is the problem.. can anyone help?
thanks!
Edited by andrew09600 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.