Stein 0 Posted September 2, 2015 I'm wondering if it's somehow possible to place a effect on a map using the effect_list.txt: https://github.com/HerculesWS/Hercules/blob/master/doc/effect_list.txt For example: placing the firewall effect (Nr. 25) on a desired coordinate as permanent effect or trigger. Any Idea? Is this possible? Quote Share this post Link to post Share on other sites
0 Garr 117 Posted September 2, 2015 You can place any effects on map using Browedit, but you'd need to patch map files client-side for people to see. Quote Share this post Link to post Share on other sites
0 Stein 0 Posted September 2, 2015 Thanks Garr. That's good but it goes too deep into map editing. I am now thinking of a script NPC or Mob. Is it possible to give NPCs or Mobs a effect? Like a NPC with a Aura, or invisible Sprite / NPC with Firewall effect.. burning Poring. etc. Quote Share this post Link to post Share on other sites
0 Garr 117 Posted September 2, 2015 Well, not quite what you're thinking about, but you can summon effect from NPC using several different commands: skilleffect;npcskilleffect;specialeffect;specialeffect2;misceffect; You can read their descriptions inside doc/script_commands.txt and choose whichever you see most fitting. But be warned, those only summon effect for the predefined duration of the effect itself (only), so if you want a continuous animation you'd need to refresh the animation calling every now and then, and for that npc timer will come in handy 1 Stein reacted to this Quote Share this post Link to post Share on other sites
0 Gerz 7 Posted September 3, 2015 (edited) prontera,100,100,0 script LahEffect -1,{end;OnInit: initnpctimer; end;OnTimer5000: misceffect EF_FIREWALL; initnpctimer; end;} Edited September 3, 2015 by Gerz Quote Share this post Link to post Share on other sites
I'm wondering if it's somehow possible to place a effect on a map using the effect_list.txt:
https://github.com/HerculesWS/Hercules/blob/master/doc/effect_list.txt
For example: placing the firewall effect (Nr. 25) on a desired coordinate as permanent effect or trigger.
Any Idea? Is this possible?
Share this post
Link to post
Share on other sites