Jump to content
  • 0

how to use specialeffect on certain location?


iubantot

Question


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  313
  • Reputation:   35
  • Joined:  10/15/12
  • Last Seen:  

how to use specialeffect on certain location?

 

so how do i use it on map, x, y ?

 

 

the effect number is 343 (heart shaped safety wall)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   9
  • Joined:  11/14/12
  • Last Seen:  

map,x,y,0<tab>script<tab>-1,{

OnInit:

specialeffect 343;

initnpctimer;

OnTimer5000: //5 seconds (change to whatever you desire)

specialeffect 343;

initnpctimer;

end;

}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  313
  • Reputation:   35
  • Joined:  10/15/12
  • Last Seen:  

map,x,y,0<tab>script<tab>-1,{

OnInit:
specialeffect 343;
initnpctimer;

OnTimer5000: //5 seconds (change to whatever you desire)
specialeffect 343;
initnpctimer;
end;

}

the effect isn't showing because its view id is -1

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  193
  • Reputation:   42
  • Joined:  07/21/16
  • Last Seen:  

Change to 111

Link to comment
Share on other sites

  • 0

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

On 11/1/2016 at 4:20 PM, Hijirikawa said:

Change to 111

Sprite ID 139 is better in case you want it to totally hidden and cant be detect by player, it wouldn't show the chat bubble if you hover on the npc.

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