|
You last visited: Today at 02:18
Advertisement
P Server "NPC base code/shops/drop items" for who asked me 2 do it
Discussion on P Server "NPC base code/shops/drop items" for who asked me 2 do it within the CO2 Private Server forum part of the Conquer Online 2 category.
07/13/2008, 21:47
|
#1876
|
elite*gold: 0
Join Date: Jun 2007
Posts: 390
Received Thanks: 92
|
Quote:
Originally Posted by InfamousNoone
I generally work with only my sources, because I'd rather know where everything is then guess. This is why I usually work solo, the only seriously good partners I've ever enjoyed having is Toshiro (Created CO Admin is anyone knows what that is, and was an admin of CO 2.1) and Ultimation (Was banned for releasing a cracked SV on EPVP, founder of COWS). Oh, I'm more than willing to help (just ask Adz, he asked me nicely and I helped him), it's that if I help I'm doing it my way.
@finalcloud
Because I feel people have the right to hear the truth of an idea, then believe a false idea (Just read my T. Jefferson quote). What gfun is stating, is that INIs run faster than MySQL and MySQL puts a strain on the serve; Which is just completely incorrect. I've always looked at the perspective like this, if you're going to flame or bash something, at least know what your talking about and have correct information.
|
Ok...but only i thing.. i can't work alone on source caus my main Language is frech... i can understand english anough to read treads and talk to peoples ... for coding in english i sucks..lol...like we call i'm a noob programmer
|
|
|
07/13/2008, 22:25
|
#1877
|
elite*gold: 0
Join Date: May 2008
Posts: 377
Received Thanks: 80
|
Quote:
Originally Posted by galdik
(it was someone who have task to repair some code)
something is on this ... indeed
I agree with this if u know what I am trying to say by those quotes
but on the other hand there is already like over +- 12 versions of CO Pservers it getting messy this way
|
It isnt that easy to make a Pserver unless you have everything done than it can be good. in other words every pserver is messy get wit it not all of them are perfect.
|
|
|
07/14/2008, 01:39
|
#1878
|
elite*gold: 0
Join Date: Oct 2005
Posts: 60
Received Thanks: 37
|
Ok guys, we now have the forum up and running.
Everyone is welcome to join it, and participate in the community as well as the construction of the source code.
|
|
|
07/14/2008, 01:57
|
#1879
|
elite*gold: 0
Join Date: Jun 2008
Posts: 22
Received Thanks: 0
|
guys i really wanna contribute to the source, and since adz left he will be missed very very much... and we all have a big spot to fill as coders and programers... we all really need to come together and get this source to its full potential
|
|
|
07/14/2008, 02:01
|
#1880
|
elite*gold: 0
Join Date: Oct 2005
Posts: 60
Received Thanks: 37
|
Thats why there is now a forum up :/ So we can all work together in a more vast environment.
|
|
|
07/14/2008, 02:12
|
#1881
|
elite*gold: 0
Join Date: Mar 2007
Posts: 24
Received Thanks: 0
|
VERY NICE JOB!!!
Full work!
Some bugs...but its not important...
Well, how can i make working of Trade/Team/And watch equips of others?
|
|
|
07/14/2008, 02:45
|
#1882
|
elite*gold: 0
Join Date: Jun 2008
Posts: 418
Received Thanks: 56
|
Quote:
Originally Posted by §hadow§age
guys i really wanna contribute to the source, and since adz left he will be missed very very much... and we all have a big spot to fill as coders and programers... we all really need to come together and get this source to its full potential
|
aye thats why im practicing with C# more than ever, i was just the crowd control, i need to help more with programming now lol.
|
|
|
07/14/2008, 04:03
|
#1883
|
elite*gold: 0
Join Date: Jun 2008
Posts: 22
Received Thanks: 0
|
gfun can u help me with something? im working on the inventory bugs but i want a command to clear the inv do you have one already? if not its cool i'll keep messing around till i get one working =D
|
|
|
07/14/2008, 06:41
|
#1884
|
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
|
Quote:
Originally Posted by lolmaster123
maybe a BR or eggy who is just speaking dumb words....
|
Quote:
Originally Posted by galdik
lthats the WORST players I ever meet ! (even if eggy dunno... mean EGO or egypt ? anyway both is valid as well) xDD
|
what is the matter with Egys???
Quote:
Originally Posted by gfun1
Ok guys, we now have the forum up and running.

Everyone is welcome to join it, and participate in the community as well as the construction of the source code.
|
Quote:
Originally Posted by gfun1
Thats why there is now a forum up :/ So we can all work together in a more vast environment.
|
yes , WB Bro
can i be a member there :P
Quote:
Originally Posted by §hadow§age
gfun can u help me with something? im working on the inventory bugs but i want a command to clear the inv do you have one already? if not its cool i'll keep messing around till i get one working =D
|
what bugs u are working on ? the inv as i know has only one bug that is u cant carry out more than 39 items or u will get the not ready msg,, or is there any bugs else i dont know about?
|
|
|
07/14/2008, 07:42
|
#1885
|
elite*gold: 0
Join Date: Dec 2006
Posts: 684
Received Thanks: 238
|
Quote:
Originally Posted by §hadow§age
gfun can u help me with something? im working on the inventory bugs but i want a command to clear the inv do you have one already? if not its cool i'll keep messing around till i get one working =D
|
I don't have one already but it's as simple as pie to make one.
I aint tryed this but it should work.
Code:
if (Splitter[0] == "/clearinv")
{
Ini Save = new Ini(System.Windows.Forms.Application.StartupPath + @"Characters" + TheClient.MyChar.CharName + ".chr");
Save.WriteString("Character", "Inventory", "");
TheClient.MyChar.SendInventory();
TheClient.SendPacket(ThePackets.SendMsg(TheClient.MessageId, "System", TheClient.MyChar.CharName, ("Inventory Cleared!"), 2000));
}
Quote:
Originally Posted by §hadow§age
guys i really wanna contribute to the source, and since adz left he will be missed very very much... and we all have a big spot to fill as coders and programers... we all really need to come together and get this source to its full potential
|
Indeed he's good, But you make it sound like he's dead...
|
|
|
07/14/2008, 10:56
|
#1886
|
elite*gold: 0
Join Date: Mar 2007
Posts: 24
Received Thanks: 0
|
Code:
if (Splitter[0] == "/clearinv")
{
Ini Save = new Ini(System.Windows.Forms.Application.StartupPath + @"Characters" + TheClient.MyChar.CharName + ".chr");
Save.WriteString("Character", "Inventory", "");
TheClient.MyChar.SendInventory();
TheClient.SendPacket(ThePackets.SendMsg(TheClient.MessageId, "System", TheClient.MyChar.CharName, ("Inventory Cleared!"), 2000));
}
Its didnt work....
Look how i puted...
Code:
}
if (Splitter[1] == "birth")
{
TheClient.MyChar.Teleport(1010, 60, 110);
}
}
i[COLOR="Red"]f (Splitter[0] == "/clearinv")
{
Ini Save = new Ini(System.Windows.Forms.Application.StartupPath + @"Characters" + TheClient.MyChar.CharName + ".chr");
Save.WriteString("Character", "Inventory", "");
TheClient.MyChar.SendInventory();
TheClient.SendPacket(ThePackets.SendMsg(TheClient.MessageId, "System", TheClient.MyChar.CharName, ("Inventory Cleared!"), 2000));
}[/COLOR]
if (Splitter[0] == "/save")
{
TheClient.MyChar.SaveChar();
}
|
|
|
07/14/2008, 14:57
|
#1887
|
elite*gold: 0
Join Date: Mar 2007
Posts: 24
Received Thanks: 0
|
And 1 more problem
Whats wrong with this???
 ers!
   
And have this problem everytime when i am making build with some file
|
|
|
07/14/2008, 15:17
|
#1888
|
elite*gold: 0
Join Date: Oct 2005
Posts: 60
Received Thanks: 37
|
Quote:
Originally Posted by samehvan
can i be a member there :P
|
No sorry mate...
You can be an Admin there. But not a member. :P
|
|
|
07/14/2008, 15:47
|
#1889
|
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
|
Quote:
Originally Posted by 999blackangel999
Code:
if (Splitter[0] == "/clearinv")
{
Ini Save = new Ini(System.Windows.Forms.Application.StartupPath + @"Characters" + TheClient.MyChar.CharName + ".chr");
Save.WriteString("Character", "Inventory", "");
TheClient.MyChar.SendInventory();
TheClient.SendPacket(ThePackets.SendMsg(TheClient.MessageId, "System", TheClient.MyChar.CharName, ("Inventory Cleared!"), 2000));
}
Its didnt work....
Look how i puted...
Code:
i[COLOR="Red"]f (Splitter[0] == "/clearinv")
{
Ini Save = new Ini(System.Windows.Forms.Application.StartupPath + @"Characters" + TheClient.MyChar.CharName + ".chr");
Save.WriteString("Character", "Inventory", "");
TheClient.MyChar.SendInventory();
TheClient.SendPacket(ThePackets.SendMsg(TheClient.MessageId, "System", TheClient.MyChar.CharName, ("Inventory Cleared!"), 2000));
}[/COLOR]
|
this wont work coz the character inv is loaded when he log in so the SendInventory Function will actually sends the inventory once more fake one as i think
so u may try this
Code:
if (Splitter[0] == "/cinv")
{
for (int cc = 39; cc >0 ; cc--)
{
if (TheClient.MyChar.Inventory[cc]!=null) TheClient.MyChar.RemoveAnItem(TheClient.MyChar.Inventory_UIDs[cc], 0);
}
}
|
|
|
07/14/2008, 16:02
|
#1890
|
elite*gold: 0
Join Date: Mar 2007
Posts: 24
Received Thanks: 0
|
Code:
if (Splitter[0] == "/cinv")
{
for (int cc = 39; cc >0 ; cc--)
{
if (TheClient.MyChar.Inventory[cc]!=null) TheClient.MyChar.RemoveAnItem(TheClient.MyChar.Inventory_UIDs[cc], 0);
}
}
Nah, wont work...can u build chis char.cs and send me? 
|
|
|
Similar Threads
|
Verkaufe: Guild Wars "Platin", "Ectos, "Items" mehr...
09/12/2008 - Guild Wars Trading - 0 Replies
Hallo,
ich biete gegen Euro viele schöne dinge für das Spiel Guild Wars an. Bitte meldet euch dann bei mir per PM was genau ihr haben möchtet und wieviel von den jeweiligen Virtuellen Gegenständen. Die Übergabe kann wie folgt ab laufen. Ich erstelle extra für euch die Ebay Auktion mit der gewünschten menge der jeweiligen Virtuellen Guild Wars gegenstände. Wenn ihr kein Ebay habt und euch auch kein Account anlegen möchtet kann die Übergabe auch ausserhalb Ebays statt finden hierzu erhaltet...
|
All times are GMT +1. The time now is 02:18.
|
|