Jump to content
  • 0

is this possible Headgear effect


Onairda

Question


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.03
  • Content Count:  167
  • Reputation:   8
  • Joined:  12/30/16
  • Last Seen:  

For example i have Alice doll 
when i go to map like prt_fild08 and prt_fild09 the alice doll add +3 Allstats 
but when i am not in that map it will go back to normal 

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:  

-	script	mapcheck	-1,{

	OnPCStatCalcEvent:
		if ( countitem( <item_id> ) && strcharinfo(3) == "map_name" ) {
			bonus bAllStats,3;
		}
		end;
		
}

 

  • Love 1
  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.03
  • Content Count:  167
  • Reputation:   8
  • Joined:  12/30/16
  • Last Seen:  

3 hours ago, Cyro said:

-	script	mapcheck	-1,{

	OnPCStatCalcEvent:
		if ( countitem( <item_id> ) && strcharinfo(3) == "map_name" ) {
			bonus bAllStats,3;
		}
		end;
		
}

 

/thx Thankyou so much Sir Cyro Loveyou  /kis/thx 
 

Edited by G-RO
need to ask more question :)
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...