Jump to content
  • 0
Lollp

Hye semua... help me pls

Question

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.

  • Upvote 1
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

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--

Link to comment
Share on other sites

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; },{},{}

Link to comment
Share on other sites

//The Emperium has been broken.

OnAgitBreak:

set [email protected],getcharid(2);

set [email protected]$, 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 "+ [email protected]$ +" of the [" + getguildName([email protected]) + "] guild.",bc_all|bc_woe;

end;

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.