Jump to content
  • 0

Hye semua... help me pls


Question

Posted

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

8 answers to this question

Recommended Posts

Posted

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

Posted

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

Posted

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

  • Upvote 1

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...