joelolopez Posted June 15, 2013 Group: Members Topic Count: 154 Topics Per Day: 0.03 Content Count: 493 Reputation: 46 Joined: 01/24/12 Last Seen: August 25, 2022 Share Posted June 15, 2013 (edited) is there anyway i can display my killedrid's name in an announcement after he/she logs out.. because it always says null blablabla or 0 blablabla Edited June 15, 2013 by joelolopez Quote Link to comment Share on other sites More sharing options...
KoolKat29 Posted June 15, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 90 Reputation: 5 Joined: 06/17/12 Last Seen: September 6, 2013 Share Posted June 15, 2013 (edited) edit: deleted. I think there is other way. global_reg_value? http://rathena.org/board/topic/75274-getting-the-char-name-of-a-specified-char-id/ Edited June 15, 2013 by KoolKat29 Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 15, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 15, 2013 Not sure to get what you want.. store the killedrid in a tmp value ? .@tmp$ = rid2name( killedrid ); announce .@tmp$ +" has been killed !", 0; Quote Link to comment Share on other sites More sharing options...
joelolopez Posted June 18, 2013 Group: Members Topic Count: 154 Topics Per Day: 0.03 Content Count: 493 Reputation: 46 Joined: 01/24/12 Last Seen: August 25, 2022 Author Share Posted June 18, 2013 sir Not sure to get what you want.. store the killedrid in a tmp value ? .@tmp$ = rid2name( killedrid ); announce .@tmp$ +" has been killed !", 0; si here's the situation i've been working with this script for a week to display the name of killed player after he logsout onpckillevent: announce (killedrid)+" just quit againts "+(strcharinfo(0))+"!!!", ((.Broadcast)?bc_all:bc_map), .PBColor$; but it always display " 0 just quit againts joelolopez!!!" or "(null) just quit againts joelolopez!!!" is there any way to display the name of my killed player after he logsout? i think some SQL thing can make this name of killed player display even after he/she logsout... Quote Link to comment Share on other sites More sharing options...
Question
joelolopez
is there anyway i can display my killedrid's name in an announcement after he/she logs out..
because it always says
null blablabla
or
0 blablabla
Edited by joelolopezLink to comment
Share on other sites
3 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.