kickazz08 Posted February 17, 2013 Share Posted February 17, 2013 Hi guys... Pde mag hinge ng guide pra sa emp breaker announcer... ive searched.. but puro fail ung mga links at tips... Quote Link to comment Share on other sites More sharing options...
russjermain Posted February 18, 2013 Share Posted February 18, 2013 tama hinahanap ko din to.. Quote Link to comment Share on other sites More sharing options...
clydelion Posted February 18, 2013 Share Posted February 18, 2013 Ano ibig mo sabihin? Yung sasabihin ang name nung naka basag sa woe? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/guild/agit_main.txt search mo announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by the [" + getguildName([email protected]) + "] guild.",bc_all|bc_woe; gawin mong announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by [" + strcharinfo(0) + "] of the [" + getguildName([email protected]) + "] guild.",bc_all|bc_woe; tas yung dalawang sleep sa taas, gawing sleep2 Quote Link to comment Share on other sites More sharing options...
kickazz08 Posted February 19, 2013 Author Share Posted February 19, 2013 (edited) thnx clydon i will try it now... - yeah ung mg announce or ma anniunce ung name ng nakabasag... Itested it.. nag announce xa sa nakabasag.. ang problema nalang is ung emperium hindi ng respawn kpg nabasag na xa... Edited February 19, 2013 by kickazz08 Quote Link to comment Share on other sites More sharing options...
kickazz08 Posted February 21, 2013 Author Share Posted February 21, 2013 bump Quote Link to comment Share on other sites More sharing options...
vindicare Posted March 3, 2013 Share Posted March 3, 2013 } // Respawn the Emperium, and display new owners. sleep 2; // Slow down script execution slightly. if( agitcheck() ) donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena"; sleep 2; announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by [" + strcharinfo(0) + "] of the [" + getguildName([email protected]) + "] guild.",bc_all|bc_woe; ganito po ba gagawin? kasi pag break ko sa emp using my GM account walang inanounce, tsaka bakit 1 lang dmg ng GM char ko? normal ba un or may i eedit pa? Quote Link to comment Share on other sites More sharing options...