Jump to content
  • 0

getitem issue, please help


andrew0960

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/21/16
  • Last Seen:  


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?

 

thanks!

Edited by andrew0960
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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