• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

*-* ASCXC has defeat KO (150,100) *-*

Initiate Mage
Joined
May 15, 2008
Messages
4
Reaction score
0
Colony Zone defeat notice

Exsample : *-* ASCXC has defeat KO (150,100) *-*



PHP:
update SERVER_RESOURCE set strResource='*-* %s has defeat %s ( %d, %d ) *-*' where strName='IDS_DEATH_ANNOUNCEMENT'


ascxc - *-* ASCXC has defeat KO (150,100) *-* - RaGEZONE Forums


:rolleyes:
 
Experienced Elementalist
Loyal Member
Joined
Jun 11, 2006
Messages
214
Reaction score
0
use this
Code:
update SERVER_RESOURCE set strResource='*-* %s has [B][COLOR="Red"]Defeated[/COLOR][/B] %s ( %d, %d ) *-*' where strName='IDS_DEATH_ANNOUNCEMENT'
instead of
update SERVER_RESOURCE set strResource='*-* %s has defeat %s ( %d, %d ) *-*' where strName='IDS_DEATH_ANNOUNCEMENT'

because it really looks silly with just defeat
*-* ASCXC has defeat KO (150,100) *-*
 
Back
Top