Lollp Posted May 8, 2012 Posted May 8, 2012 hi kepada semua Malay/Indo di sini. saya ada masalah utk mengedit nama breaker selepas emperium pecah. Contoh: The [Holy Shadow] Castle has been conquered by [breaker name] of [PoPo Guild] saya dah cuba edit tpi tidak menjadi. Contoh seperti ini : The [Holy Shadow] Castle has been conquered by [] of [PoPo Guild] Nama breaker tidak kluar. Saya tlah menggunakan strcharinfo + itu xpi msih sama. tolong ASAP please. 1 Quote
vnz_inside Posted May 9, 2012 Posted May 9, 2012 "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by ["+strcharinfo(0)+"] of the [" + getguildName(.@GID) + "] guild." Quote
Lollp Posted June 18, 2012 Author Posted June 18, 2012 LOL... RATHENA NOT THE SAME LIKE eATHENA Script... I already try... but thx to all Quote
Newbiezz Posted June 29, 2012 Posted June 29, 2012 erm , may i ask ? i make a custom item and at the custom item i make bonus all stat n enable use skill Meteor storm/lighting crash n etc . how to give the skill enable and player can use the skill at (alt s) ? at item_db2 wat i should write yah ?? --SORY FOR MY BROKEN ENGLISH-- --FROM MALAYSIA-- Quote
Mohawk Posted July 2, 2012 Posted July 2, 2012 Newbiezz This Skill In Alt S for Skill Falcon,Falcon Blitzbeat,Falcon Detecting, Steelcrow and FalconAssault .... Mybe you can try like this ... put the Skill Name { skill "HT_FALCON",1; skill "HT_BLITZBEAT",5; skill "HT_DETECTING",4; skill "HT_STEELCROW",10; skill "SN_FALCONASSAULT",5; },{},{} Quote
ZenithRO Posted July 3, 2012 Posted July 3, 2012 //The Emperium has been broken. OnAgitBreak: set .@GID,getcharid(2); set .@breaker$, strcharinfo(0); // Respawn the Emperium, and display new owners. sleep 500; // Slow down script execution slightly. if( agitcheck() ) donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena"; sleep 7000; announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by "+ .@breaker$ +" of the [" + getguildName(.@GID) + "] guild.",bc_all|bc_woe; end; 1 Quote
Question
Lollp
hi kepada semua Malay/Indo di sini. saya ada masalah utk mengedit nama breaker selepas emperium pecah.
Contoh:
The [Holy Shadow] Castle has been conquered by [breaker name] of [PoPo Guild]
saya dah cuba edit tpi tidak menjadi. Contoh seperti ini :
The [Holy Shadow] Castle has been conquered by [] of [PoPo Guild]
Nama breaker tidak kluar. Saya tlah menggunakan strcharinfo + itu xpi msih sama. tolong ASAP please.
8 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.