Jump to content
  • 0

getitem for battleground team


crazyarashi

Question


  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Hi Im currently making a battlegrounds script and I want to the rewards straight to the inventory of the player at the end of the round /hmm 

i tried using getitem but it needs an npc to work so i tried the script below but it doesnt work.
is there any other way to make the rewards go to the inventory of the player on the end of the round without using an npc? /heh 


 

	if( $@TeamA != 0 )
	{
		if( $@TestBG_Victory == $@TeamA)
		{
			getitem $@TeamA,7829,10;
          	end;
		} else {
			getitem $@TeamA,7829,5;
          	end;
		}
		end;
    	}

 

Edited by crazyarashi
Added information on the question
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

cant you elaborate your question ?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

6 minutes ago, Cyro said:

cant you elaborate your question ?

I want to make the BG rewards automatically goes to the inventory of the player at the end of the round so i tried

getitem7829,10; //But it needs an npc to work

and i tried another
getitem $@TeamA,7829,10; But it doesn't seem to work either // Just Tested This. I saw it in EaMOD Rewarding System and kinda copy it.
 
Gonna edit the question to make it clearer sorry about that :D
Link to comment
Share on other sites

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