AngelaKiss Posted November 8, 2014 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 8 Share Posted November 8, 2014 (edited) [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: strcharinfo (1 parameter): [Debug]: Data: number value=0 [Debug]: Source (NPC): Agit#prtg_cas01 at prtg_cas01 (197,197) // Respawn the Emperium, and display new owners. sleep 500; // Slow down script execution slightly. if( agitcheck() ) donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena"; sleep getbattleflag("gvg_eliminate_time"); announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been" + strnpcinfo(2),strcharinfo(0) + "conquered by of the [" + getguildName(.@GID) + "] guild.",0; end; cant make it work and say the name of the killer of the emperium can someone help me?? original is this // Respawn the Emperium, and display new owners. sleep 500; // Slow down script execution slightly. if( agitcheck() ) donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena"; sleep getbattleflag("gvg_eliminate_time"); announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by of the [" + getguildName(.@GID) + "] guild.",0; end; Edited November 8, 2014 by Emistry use codebox Quote Link to comment Share on other sites More sharing options...
kkeong Posted November 8, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 5 Joined: 02/17/12 Last Seen: February 21, 2023 Share Posted November 8, 2014 try find strnpcinfo(2),strcharinfo(0) replace to strnpcinfo(2)+strcharinfo(0) Quote Link to comment Share on other sites More sharing options...
Question
AngelaKiss
original is this
use codebox
Link to comment
Share on other sites
1 answer 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.