Private Server Info and Support Thread

07/23/2014 01:51 Luffa#871
[Only registered and activated users can see links. Click Here To Register...]

Hmm working on upgrading system.

Kinda funny to do :P
07/23/2014 02:48 Destiny#872
Quote:
Originally Posted by Βau View Post
[Only registered and activated users can see links. Click Here To Register...]

Hmm working on upgrading system.

Kinda funny to do :P
lvl 99 xd i love your work in this cms god luck :)
07/25/2014 14:19 BotorCrime#873
Hi epvp.
Recently I installed the Azure To Server [v0.6.2] but I have this problem ... What can I do? All configured , server connects to the database and starts, like in the picture. The database is added, the page works ... Almost ... I can not connect ... In the console, nothing shows.
[Only registered and activated users can see links. Click Here To Register...]
07/25/2014 14:43 cosminbux#874
anythings can help me to add group system on mosiih emulator?
07/25/2014 15:55 dopvpfan#875
Quote:
Originally Posted by cosminbux View Post
anythings can help me to add group system on mosiih emulator?
add me skype : dopvpfan
07/28/2014 00:58 cryz35#876
[Only registered and activated users can see links. Click Here To Register...]

send 0|SE|AMS|C|1|x|y|1 //create
send 0|SE|AMS|PA|1 //prepare attack
send 0|SE|AMS|PBA|1 //prepare big attack
send 0|SE|AMS|R|1 //turn around

Some const names are drunk.

Cam packets
send 0|UI|CAM|LTS|userid|1|time(ms) //locks to user
send 0|UI|CAM|LTC|x|y|time(ms) //locks coord
send 0|UI|CAM|LTH|time(ms) //locks hero


send 0|n|Spawn|id // pet spawn
send 0|n|Despawn|id // pet despawn


send 0|T|x|y|time // Hero Movement

yeah just bored :p
07/28/2014 01:28 Luffa#877
Calculation of rank point, give me a break v.v

[Only registered and activated users can see links. Click Here To Register...]

At some point i'm properly going to screw myself over in data xD
07/28/2014 03:01 Destiny#878
Quote:
Originally Posted by cryz35 View Post
[Only registered and activated users can see links. Click Here To Register...]

send 0|SE|AMS|C|1|x|y|1 //create
send 0|SE|AMS|PA|1 //prepare attack
send 0|SE|AMS|PBA|1 //prepare big attack
send 0|SE|AMS|R|1 //turn around

Some const names are drunk.

Cam packets
send 0|UI|CAM|LTS|userid|1|time(ms) //locks to user
send 0|UI|CAM|LTC|x|y|time(ms) //locks coord
send 0|UI|CAM|LTH|time(ms) //locks hero


send 0|n|Spawn|id // pet spawn
send 0|n|Despawn|id // pet despawn


send 0|T|x|y|time // Hero Movement

yeah just bored :p
i love you xd i need this for fun xd
07/28/2014 23:00 dopvpfan#879
Hi How do I run this package?

Code:
5|b|1|1000
this S | EMP not like :confused:
S | EMP package:

Code:
else if (packetHeader.StartsWith("S"))
                            {
                                string packetSubHeader = packetParser.getString();
                                if (packetSubHeader.StartsWith("EMP"))
                                {
								}
							}
but 5|b|1|1000 package:

Code:
else if (packetHeader.StartsWith("5"))
                            {
                                string packetSubHeader = packetParser.getString();
                                if (packetSubHeader.StartsWith("b"))
                                {
								}
							}
:confused::confused::confused::confused:

help pls
07/28/2014 23:56 Diаmonds#880
^There is no code between your conditions, so nothing can happen I guess.
What are you trying to do?
07/29/2014 00:14 Luffa#881
All them ranking stuff damn.
Anyways, it's going forward lol.

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

Best Regard Bau
07/29/2014 11:09 cryz35#882
Quote:
Originally Posted by dopvpfan View Post
Hi How do I run this package?

Code:
5|b|1|1000
this S | EMP not like :confused:
S | EMP package:

Code:
else if (packetHeader.StartsWith("S"))
                            {
                                string packetSubHeader = packetParser.getString();
                                if (packetSubHeader.StartsWith("EMP"))
                                {
								}
							}
but 5|b|1|1000 package:

Code:
else if (packetHeader.StartsWith("5"))
                            {
                                string packetSubHeader = packetParser.getString();
                                if (packetSubHeader.StartsWith("b"))
                                {
								}
							}
:confused::confused::confused::confused:

help pls
Define new variables and set their value from packetparser like packetSubHeader
Each variable will get the next parameter from the packet, as it splits each |.
07/29/2014 21:05 quinster08#883
Where can i find the database rows in azure open source emulator?
07/30/2014 12:48 necro-style#884
Quote:
Originally Posted by quinster08 View Post
Where can i find the database rows in azure open source emulator?
Search for Core.Config.Manager
07/30/2014 17:28 Luffa#885
I'm so tired of seeing all that stuff from boxxy's version of azure project website in my project.

Lets start over and make a new cms base.

Gonna be so fun lol.

Best Regards Bau