Private Server Info and Support Thread

10/13/2013 19:28 sword_gold#76
Quote:
Originally Posted by sami37 View Post
I am doing it like this

Code:
string[] bullet1 = Ship.bullet.Split(new Char[] { '|' });
            // LCB-10(x1)|MCB-25(x2)|MCB-50(x3)|UCB-100(x4)|SAB-50(roba escudo)|RSB-75(x5)
            uint LCB10 = Convert.ToUInt32(bullet1[0]);
            uint MCB25 = Convert.ToUInt32(bullet1[1]);
            uint MCB50 = Convert.ToUInt32(bullet1[2]);
            uint UCB100 = Convert.ToUInt32(bullet1[3]);
            uint SAB50 = Convert.ToUInt32(bullet1[4]);
            uint RSB75 = Convert.ToUInt32(bullet1[5]);
            uint totalbullet = LCB10 + MCB25 + MCB50 + UCB100 + SAB50 + RSB75;

            if (this.destroyedClass)
            {
                return;
            }
            uint _userId = this.Ship.selectedUserId;

            if (this.Ship.isAttacking == false || _userId == 0)
            {
            }
            else if (totalbullet < 15)
            {
                this.Ship.isAttacking = false;
                if (!AvisedB)
                {
                    AvisedB = true;
                    this.Send("0|W|L|1");
                }
            }

What is that file??. For to be the same as yours.
10/13/2013 19:35 killer boss#77
Quote:
Originally Posted by killer boss View Post
hello ,

i work into emulator but i search title packet =)

Thx for your reponse

Good Bye
you can help me ?
10/13/2013 20:11 sami37#78
Quote:
Originally Posted by sword_gold View Post
What is that file??. For to be the same as yours.
Users.cs at AttackShip
But you need to edit some other thing to get it work like i did

Quote:
Originally Posted by killer boss View Post
you can help me ?
i don't understand your question, what do you want exactly? Can you provide some more details?
10/13/2013 20:25 killer boss#79
i need title packet
( on the game under name )

Goliath Hunter or other title i need packet example for drone this.Send("0|n|d|" + this.userId + "|3/3-25-25-25,3/4-25-25-25-25,3/3-25-25-25");

I'm looking for the code for title ! ^^

thx
10/13/2013 20:37 sword_gold#80
Quote:
Originally Posted by sami37 View Post
Users.cs at AttackShip
But you need to edit some other thing to get it work like i did
I have problems with the Requiem-Server and I looking in my file Users.cs and can not find the code you said, maybe you have another server.

10/13/2013 20:49 Requi#81
Quote:
Originally Posted by killer boss View Post
i need title packet
( on the game under name )

Goliath Hunter or other title i need packet example for drone this.Send("0|n|d|" + this.userId + "|3/3-25-25-25,3/4-25-25-25-25,3/3-25-25-25");

I'm looking for the code for title ! ^^

thx
I am looking for it.
I think it's like this:

Send("0|n|t|" & this.userId & "|title")

But it's not working. But it needs to be like that.

GOT IT (Thanks cryz):
You need to use as title the title name from translationSpacemap.php
10/13/2013 21:18 sami37#82
Quote:
Originally Posted by killer boss View Post
you can help me ?
Quote:
Originally Posted by sword_gold View Post
I have problems with the Requiem-Server and I looking in my file Users.cs and can not find the code you said, maybe you have another server.

For sure i have other server, the part you had search can't exist i create it myself xD
10/13/2013 21:18 killer boss#83
d'ont work for me =(

Thx for your response .
10/13/2013 21:20 Requi#84
Quote:
Originally Posted by killer boss View Post
d'ont work for me =(

Thx for your response .
this.Send("0|n|t|" + this.userId + "title_2");
10/13/2013 22:34 killer boss#85
oh ok excuse me I did not understand

I wrote her : this.Send("0|n|t|" + this.userId + "Battlemaster");


thx work :)
10/14/2013 00:17 sword_gold#86
Requi, if I make a video showing my problem?

I'm desperate
10/14/2013 00:25 Requi#87
You can't attack, I know.
You need to download a older azure version.
10/14/2013 00:29 Sήøwy#88
Quote:
0|n|t|id|title_number
- Normal title
Quote:
0|n|p|id|title_number
- Permanent title
10/14/2013 04:18 cryz35#89
Quote:
Originally Posted by asd26 View Post
- Normal title
- Permanent title
pt* :p
Quote:
0|n|pt|id|title_number
10/14/2013 21:35 nckrnckr#90
How is ELA package?

0|?|ELA ????