Jump to content
  • 0

SC_BLIND Issues and trick's to database/script/itens!


Tales

Question


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.03
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

Hi guys!

How can i start sc-blind when a player enter in a specific map without a specific item? And, if they are using the specific item, how can i start-sc blind if they unequip in this map?

 

 

@Start whit this...

 

40100,myitem...,{},{sc_end "SC_BLIND"},{if (strcharinfo(3) == "mymap") sc_start "SC_BLIND";}
 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2370
  • Joined:  10/28/11
  • Last Seen:  


...{},{ sc_end SC_BLIND; },{ if ( strcharinfo(3) == "mymap" ) sc_start SC_BLIND........; }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.03
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

...{},{ sc_end SC_BLIND; },{ if ( strcharinfo(3) == "mymap" ) sc_start SC_BLIND........; }

 

How about make the Character Blinded on Specfic map?

@Lets be more clear...

I want something like this...When i player enter in "pay_dun01" he automatictly get blinded...When they getout, the blinded is set off..

 

@Forget every thing you read...

Listen UP!

Look this!

 

{bonus bAspd,-10;},{sc_start SC_BLIND,999999999,0;},{if (strcharinfo(3) == "minning") atcommand "@go 0"; sc_end SC_BLIND;}

I dont want to set the time...i want to do it INFINTY

Please...Hellpe-me!

 

Edited by Tales
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2370
  • Joined:  10/28/11
  • Last Seen:  

set the time to -1 ...

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