P Server "NPC base code/shops/drop items" for who asked me 2 do it

07/10/2008 00:00 Light200#1651
so about my question...
07/10/2008 00:10 tao4229#1652
Quote:
Originally Posted by Light200 View Post
so about my question...
Go back around 10-15 pages, and you'll find the answer.
07/10/2008 00:17 plasken#1653
I think the latest client aint for this privat server? Causse when i run it it says damaged server data! Yea i know! i sound like a noob! well i am one :p! but i want to learn ;-) and you need to start somewhere! Grtz
07/10/2008 00:23 adz06676#1654
Okay i'm pretty sure an item and gold both cannot be coded, I can make an item and silvers both look like gold or i can make the gold appear and the items not.
07/10/2008 01:15 gfun1#1655
Quote:
Originally Posted by tao4229 View Post
Theres a public client bool (TheClient.Online = true/false) already programmed.(Unless it doesn't work)
I believe that doesn't work.


Quote:
Originally Posted by adz06676 View Post
Okay i'm pretty sure an item and gold both cannot be coded, I can make an item and silvers both look like gold or i can make the gold appear and the items not.
Dude, don't be giving up. Just find out why using the other source as a reference then you can fix your problem :)

Quote:
Originally Posted by Bottingpunk View Post
guys how could i upload somthing like i want to upload my game client but i cant cause when i go to filefront i go to upload then hit browse and find the file and i c CoolBrosCO client but then it opens it and dosn't select the hole thing to upload so wat do i do
WinZip.com

Quote:
Originally Posted by InfamousNoone View Post
The whole concept of using INI files for Non playing characters is stupid to be honest :).
Not for a fully distributable CO Pserver. It would be stupid using MySQL for it too, but all the other private game servers do it. So it's easier for us to edit.

Quote:
Originally Posted by lolmaster123 View Post
Nice but I (as nooob) Can handle with MySLQ so i cant understand why not using my MySQL source and make it better
I've told you before mate. Because 1) It's not our source. 2) I don't want MySQL, Samehvan Doesn't want MySQL, Adz doesn't care so long as it works. Enough said? I have no plans to convert to MySQL as it only increases on lag and server strain.

Quote:
Originally Posted by Light200 View Post
last probelm, can you explain the drops please? me and lolmaster intend on finishing it
1002-111329-0-0-0-0-0-30

like the numbers ?-?-?-?-?-?-?-?
MAPID-ITEMID-ITEM+-ITEMENCHANT-ITEMBLESS-ITEMSOC-GEM1-GEM2
Savvy?

Quote:
Originally Posted by galdik View Post
lolz its funny when u pervade birds (template chars from svn) and they die one after another not like in CO all as they r killed and their souls come to ppl who killed them together instead one after another .... be4 50 mobs dies lol
I gonna run server next times with >> log.txt so I can pass error msg + I will add description :-D
the other part is if it will be usefull

another funny part u can attack guards with Inferno and pervade in Capture PK mode

will post on urs site
As previously posted and posted on our wiki (Ref:[Only registered and activated users can see links. Click Here To Register...]) It is an intentional temporary fix to an issue we previously had.

Quote:
Originally Posted by InfamousNoone View Post
I'm getting into pointers next, and will explain why hadeset's next source will fail (LOL, Yes it relates to pointers). Then I'm going to introduce socket programming.
Why are you being so negative, this wont work, that wont work, thats a stupid idea. Can't we all be positive, it's a much better environment.

Quote:
Originally Posted by plasken View Post
I think the latest client aint for this privat server? Causse when i run it it says damaged server data! Yea i know! i sound like a noob! well i am one :p! but i want to learn ;-) and you need to start somewhere! Grtz
Nah it can work with Qonquer and 4348 I believe.
07/10/2008 01:39 Light200#1656
Quote:
Originally Posted by gfun1 View Post
MAPID-ITEMID-ITEM+-ITEMENCHANT-ITEMBLESS-ITEMSOC-GEM1-GEM2
Savvy?.
savy,me and lol master will get on it, ooooohhh the horror >.> we'll have it done in 3 weeks tops >.>
07/10/2008 01:43 InfamousNoone#1657
Quote:
Quote:
Originally Posted by InfamousNoone View Post
The whole concept of using INI files for Non playing characters is stupid to be honest .
Not for a fully distributable CO Pserver. It would be stupid using MySQL for it too, but all the other private game servers do it. So it's easier for us to edit.
Wrong, MySQL would only be used to direct the code and tell it which file has the NPC code in (but you can't inline C# without it being REALLY gay, so your best of with LUA if you want inlined code). The code would be hard coded into the server generally. If pulling up VC# to edit your NPCs is 'hard' then just wow...

Quote:
Quote:
Originally Posted by InfamousNoone View Post
I'm getting into pointers next, and will explain why hadeset's next source will fail (LOL, Yes it relates to pointers). Then I'm going to introduce socket programming.
Why are you being so negative, this wont work, that wont work, thats a stupid idea. Can't we all be positive, it's a much better environment.
I'm negative because thats who I am. It won't work, it can't work, it is a stupid idea, and a pointless one (I really don't know what your going on, but I figure if your saying it, it can't be right, flawless logic, eh?). Positive is the worst environment. Patting someone on the back saying "nice try" isn't the way how you get through to someone. The first step in teaching someone something is following manipulation, which is breaking them down making them feel like shit and they don't know anything, then you build them back up making them feel good in the image you provide (Christians and other fundamentalists do this too, try it, it works!).

Now just to make you look like an even bigger idiot (oh the negativity!);

Quote:
Quote:
Originally Posted by lolmaster123 View Post
Nice but I (as nooob) Can handle with MySLQ so i cant understand why not using my MySQL source and make it better
I've told you before mate. Because 1) It's not our source. 2) I don't want MySQL, Samehvan Doesn't want MySQL, Adz doesn't care so long as it works. Enough said? I have no plans to convert to MySQL as it only increases on lag and server strain.
BZZT! Wrong. MySQL is FASTER than Ini's as stated at the end of my newest video I'm the only person in the conquer community (that I know of) that knows of the functions requires to optimizes INI's enough to make it as fast as MySQL (you need to have worked with the win32 apis! C# doesn't give you direct access to them! Meaning you need to have knowledge of C++ or Delphi!), the way your source works with INI's isn't faster than how loading it with MySQL would work (Nice an extra comment! That is if I coded it using MySQL, it would probably be worse if you did). MySQL doesn't create 'lag', shit coding does, so, don't shift the blame onto MySQL, lag IS server strain just so you know, so it can't be "lag and lag".
07/10/2008 01:45 Light200#1658
you and hadyz must be real good C# buddies no?
07/10/2008 01:46 InfamousNoone#1659
Yeah me and Haydz are friends, I got him on Msn; Now lemme go stick my personal message as something like;

"gfun1 gets whipped - [link]".
07/10/2008 01:53 Light200#1660
wanna be a pal and code revers for us?
and yea me and haydz are server mates, he rarely on though
07/10/2008 01:54 tao4229#1661
Gfun, Infamous probably just likes laughing at how hard we try to do something that he knows how to do >.>(Just kidding)
07/10/2008 02:00 Light200#1662
scott, notice his sig ^^
07/10/2008 02:33 narey#1663
ok Im the biggest noob here .... where can I get a new client to work with this and yes I have tried reading the last 160+ pages Qo is shut down it seems or at least thier site is and I lost my client in a restore of my puter
:eek::eek::eek:
07/10/2008 02:42 InfamousNoone#1664
Quote:
Originally Posted by tao4229 View Post
Gfun, Infamous probably just likes laughing at how hard we try to do something that he knows how to do >.>(Just kidding)
No, I just hate it when people step onto my turf, they better be right. I dislike it when people make a statement about programming thats false, or anything for that matter.

As Jefferson once said;
Quote:
An enemy generally says and believes what he wishes.
PS:
Yes I'm well aware this could be used against me this is why I emphasize on the word "believes", I do not "believe" anything about programming I have tested it down to the core with debuggers and 32 bit assemblers, this including (When I use) MySQL vs (When I use) INIs, and (When most people, i.e. hadeset uses) MySQL vs INIs.
07/10/2008 02:42 Bottingpunk#1665
@gfun do i download somthing there if so wat lol im new to some of this stuff