Venture Posted February 13, 2014 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 179 Reputation: 2 Joined: 08/30/13 Last Seen: November 7, 2024 Share Posted February 13, 2014 (edited) I am following the sealed shrine format to instancing, but what I notice is, When I am using OnInstanceInit: initnpctimer; OnTimer8000: warp instancemapname("abyss_03"), 150, 150; specialeffect2 49; percentheal -30,0; end; I cannot do any commands such as specialeffect2 and such player targeted functions I tried doing addtimer, but it does not work in instance somehow.. (I think the npc name failures??) (How Do I do addtimer on instance anyways?) I want to do it to the entire player in the map. Any workaround on this? Edited February 13, 2014 by gekigengar Quote Link to comment Share on other sites More sharing options...
Patskie Posted February 13, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 19 hours ago Share Posted February 13, 2014 addrid command or attachrid or attachnpctimer command, please refer to doc/script_commands.txt 1 Quote Link to comment Share on other sites More sharing options...
Patskie Posted February 13, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 19 hours ago Share Posted February 13, 2014 Attach your players so you can access player commands. Quote Link to comment Share on other sites More sharing options...
Venture Posted February 13, 2014 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 179 Reputation: 2 Joined: 08/30/13 Last Seen: November 7, 2024 Author Share Posted February 13, 2014 Attach your players so you can access player commands. Hoiw do I do that? Quote Link to comment Share on other sites More sharing options...
Venture Posted February 13, 2014 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 179 Reputation: 2 Joined: 08/30/13 Last Seen: November 7, 2024 Author Share Posted February 13, 2014 (edited) addrid command or attachrid or attachnpctimer command, please refer to doc/script_commands.txt That worked well! Thanks! Never knew there is such a script due the lack of usage.. Edited February 13, 2014 by gekigengar Quote Link to comment Share on other sites More sharing options...
Question
Venture
I am following the sealed shrine format to instancing, but what I notice is,
When I am using
I cannot do any commands such as specialeffect2 and such player targeted functions
I tried doing addtimer, but it does not work in instance somehow.. (I think the npc name failures??)
(How Do I do addtimer on instance anyways?)
I want to do it to the entire player in the map.
Any workaround on this?
Edited by gekigengarLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.