Jump to content
  • 0

is this possible Headgear effect


Question

Posted

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 

2 answers to this question

Recommended Posts

  • 0
Posted
-	script	mapcheck	-1,{

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

 

  • Love 1
  • MVP 1
  • 0
Posted (edited)
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 :)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...