[Release] Super-Basic Server Base

07/25/2011 04:58 chickmagnet#16
thats how its supose to be
07/25/2011 05:03 BaussHacker#17
Quote:
Originally Posted by rockymiperro View Post
hey men look this xDD dont happend nothing jeje what is my error here?
Yea, I wonder why there is an authserver and a gameserver.
07/25/2011 06:28 Mr_PoP#18
what i like about Your source is the Quad-tree am using Grid though :P
07/25/2011 11:22 exorcismman#19
i login in the game but i cant see any npc or should i say the ping is 0000 :P its need more update but i like it
07/25/2011 12:04 hady#20
Quote:
Originally Posted by exorcismman View Post
i login in the game but i cant see any npc or should i say the ping is 0000 :P its need more update but i like it
He said it is a Super Basic , that mean that the only packet in there is charInfo and nothing more , to make the ping work go to the packet handler and search for packet 1009 if it is not there write it and then send the ping packet and echo it back and test the time it take ,for the npcs you have to load the npcs first and then code its packets and Dialog system to set text,face,option,direction,and effect , i didn't login but i think he coded the movement
---------------------------------------------
thanks DreadNought
---------------------------------------------
i am a C++ Programmer got 98% on my test,Working with:C#'C++'PHP ,type : Ninja Programmer
07/25/2011 12:21 _DreadNought_#21
Quote:
Originally Posted by hady View Post
he said it is a Super Base , that men that the only packet that is there is charInfo and nothing more , to make the ping work go to packet handler and go to packet 1009 if it is not there write it and the send the ping packet and echo it back and test the time it take ,for the npcs you have to load the npcs first and then make its system to set text,face,option,direction,and effect , i didn't login but i think he coded the movement
Nice effort(You know what i'm talking about) Just needs better english tbh.


@Kinishi: Is this your first base bro? I like it!
07/25/2011 14:13 { Angelius }#22
Quote:
Originally Posted by Mr_PoP View Post
what i like about Your source is the Quad-tree am using Grid though :P
he dident code that its of the web.
07/25/2011 15:01 F i n c h i#23
Thank you Kinshi, gonna take a look.
07/25/2011 15:28 [X]-Cape#24
any chance you make a guide how to start it for a noob ? :) i would like to learn coding since i'm bored sometimes
07/25/2011 16:18 BaussHacker#25
Quote:
Originally Posted by [X]-Cape View Post
any chance you make a guide how to start it for a noob ? :) i would like to learn coding since i'm bored sometimes
It's just really a base with authserver and the start of the gameserver. It's more like a resource if you want to start making your own source from scratch I guess.
07/25/2011 18:03 Mr_PoP#26
Quote:
Originally Posted by { Angelius } View Post
he dident code that its of the web.
Oh! i see :)
07/25/2011 18:16 .Kinshi#27
Quote:
Originally Posted by _DreadNought_ View Post
Nice effort(You know what i'm talking about) Just needs better english tbh.


@Kinishi: Is this your first base bro? I like it!
No I've started a lot of Conquer bases, they get better and better every time I start one :P

Quote:
Originally Posted by Mr_PoP View Post
Oh! i see :)
Yeah I was just playing with a QuadTree class I found online. I'm not sure if I'll use it or not.
07/25/2011 18:32 zTek#28
Thank you Kinshi. Hopefully I will learn from this.
07/25/2011 20:29 BaussHacker#29
Quote:
Originally Posted by .Kinshi View Post
No I've started a lot of Conquer bases, they get better and better every time I start one :P
Would suck, if it got worse. :bandit:
07/25/2011 21:25 ImmuneOne#30
Quote:
Originally Posted by .Kinshi View Post
No I've started a lot of Conquer bases, they get better and better every time I start one :P



Yeah I was just playing with a QuadTree class I found online. I'm not sure if I'll use it or not.
A quadtree for a co private server ?