cutekram Posted August 10, 2013 Posted August 10, 2013 Hi can you please help me Request a Script that when you break a Emperium it shows Name of a player shows on the screen..? please help me and guide step by step to where to put it. Thank you very much Quote
kiros Posted August 10, 2013 Posted August 10, 2013 is not necessary a script you must edit your agit_controller.txt like this replace Announce "The [" + GetCastleName(.@maps$[.@i]) + "] castle has been conquered by the [" + GetGuildName(GetCastleData(.@maps$[.@i],1)) + "] guild.",bc_all; with this Announce "The [" + GetCastleName(.@maps$[.@i]) + "] castle has been conquered by the player [" + strcharinfo(0) +"] with the [" + GetGuildName(GetCastleData(.@maps$[.@i],1)) + "] guild.",bc_all|bc_woe; Quote
Grphx Posted August 17, 2013 Posted August 17, 2013 ^where can i see that agit_controll.txt? sorry still new Quote
Emistry Posted August 17, 2013 Posted August 17, 2013 ^where can i see that agit_controll.txt? sorry still new npc/guild/agit_controller.txt but the correct way should be edit npc/guild/agit_main.txt#L143 Quote
Grphx Posted August 18, 2013 Posted August 18, 2013 ^where can i see that agit_controll.txt? sorry still new npc/guild/agit_controller.txt but the correct way should be edit npc/guild/agit_main.txt#L143 Thank you :3 Quote
Question
cutekram
Hi can you please help me Request a Script that when you break a Emperium it shows Name of a player shows on the screen..? please help me and guide step by step to where to put it. Thank you very much
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.