|
You last visited: Today at 06:18
Advertisement
[Release] A Start For VIP
Discussion on [Release] A Start For VIP within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
07/15/2009, 18:55
|
#16
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
Quote:
Originally Posted by raidenx123
Something to add:
In Character.cs search And replace (Action == 250) with:
Code:
if (Action == 250)
if (MyChar.VIP)
{
if (Stamina < 130)
Stamina += 15;
if (Stamina > 130)
Stamina = 130;
}
else
{
if (Stamina < 100)
{
Stamina += 8;
if (Stamina > 100)
Stamina = 100;
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
}
And one error should pop-up about putting "}" put click the error and just put it there.
Now search And replace the whole code with:
Code:
if (revp[0] == LocMap)
{
if (MyChar.VIP)
{
Stamina = 130;
Teleport(revp[1], revp[2], revp[3]);
break;
}
else
{
Stamina = 100;
Teleport(revp[1], revp[2], revp[3]);
break;
}
}
}
And once again an error should occur about "}" and click the error, and add the "}" And now you see my point just keep searching and do as I did my adding
And changing the Stamina amount to 130 instead of 100 and then do
And do if they arent VIP
|
Nice you could also add revive here
|
|
|
07/15/2009, 19:04
|
#17
|
elite*gold: 0
Join Date: Jul 2009
Posts: 1,433
Received Thanks: 197
|
eres a 5017 Client! Clean No Edits
Download
My Contributions:
[RELEASE]Ninja Files
[X]150 Posts//July 7th 2009
[X]250 Posts//July 13th 2009
[ ]350 Posts
is this privat server?
|
|
|
07/15/2009, 19:05
|
#18
|
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 441
|
I also added special items but im not gonna release  (even tho i dont even use VIP)
|
|
|
07/15/2009, 19:12
|
#19
|
elite*gold: 0
Join Date: Jul 2009
Posts: 1,433
Received Thanks: 197
|
what is pw international ?
|
|
|
07/16/2009, 16:30
|
#20
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
Quote:
Originally Posted by Hamolos
what is pw international ?
|
What are you talking about lol?
|
|
|
07/17/2009, 03:43
|
#21
|
elite*gold: 0
Join Date: Jul 2009
Posts: 25
Received Thanks: 10
|
Umm...Am I the only one getting an error for SaveVIP?...
|
|
|
07/17/2009, 04:24
|
#22
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
Quote:
Originally Posted by Pyro-G
Umm...Am I the only one getting an error for SaveVIP?...
|
Wow its the first 3 steps....make sure you put it in your appserv or w.e u use
|
|
|
07/18/2009, 05:28
|
#23
|
elite*gold: 0
Join Date: Jun 2009
Posts: 361
Received Thanks: 99
|
What is there to place in my appserve....?
//edit: Aight I guess I got it. Thanks
|
|
|
07/18/2009, 05:34
|
#24
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
Quote:
Originally Posted by Jay1029
What is there to place in my appserve....?
//edit: Dude when I add the 3rd step "public void SaveVIP()
{
if (MyClient.There)
if (MyClient.Online)
DataBase.SaveVIP(this);
}"
"SaveVIP" is underlined right away...so what now?...
|
The next step.
|
|
|
07/18/2009, 18:45
|
#25
|
elite*gold: 0
Join Date: Jun 2009
Posts: 361
Received Thanks: 99
|
When I click on the NPC she asks if I want to become a VIP but any option I click closes the window...same with all my other NPCs. Anyone know why?
|
|
|
07/18/2009, 21:02
|
#26
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
Quote:
Originally Posted by Jay1029
When I click on the NPC she asks if I want to become a VIP but any option I click closes the window...same with all my other NPCs. Anyone know why?
|
You probably messed something up in the source
|
|
|
07/18/2009, 21:04
|
#27
|
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
|
*****
|
|
|
07/21/2009, 05:34
|
#28
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
#SUPER BUMP!!!
Anyone need help or should i release the next step? ( a few benefits )
|
|
|
07/21/2009, 05:39
|
#29
|
elite*gold: 0
Join Date: May 2009
Posts: 874
Received Thanks: 174
|
Quote:
Originally Posted by f0am
#SUPER BUMP!!!
Anyone need help or should i release the next step? ( a few benefits )
|
do not release the next step
let people do that one for themselves!!!!!!
|
|
|
07/21/2009, 18:07
|
#30
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
Well i was thinking just post on this thread some vip benefit like increased drops.
|
|
|
 |
|
Similar Threads
|
Start Npc(also start Equiqment)und wie connectet man(Navicat)
05/02/2010 - WoW Private Server - 1 Replies
Hallo Elitepvpers,
ich hoffe ich bin hier im richtigen Forum.
Wie macht man einen Npc für start Equiqment?
und wie connectet man in Navicat(for MySQL)?
danke im vorraus:handsdown::handsdown:
|
[Release] S4League auto start
04/01/2010 - S4 League - 16 Replies
hey leute ich hatte ma lust einen s4-starter zu machen ;)
ich rede nicht um den heißen brei herum da es mein erster AutoIT-Projekt ist und ich net so genau weiß was ich schreiben soll :rolleyes:
How to:
1. VT anschaun :)
2. Downloaden
3. In euren S4 ordner rein
4. Verknüpfung auf euren Desktop machen
5. Starten
6. Have fun :)
|
First release. NPC that gives start items and cps[SIMPLE]
11/11/2009 - CO2 PServer Guides & Releases - 9 Replies
Hello there, well this is my first release for elitepvpers.
The release is for LOTF
This is just a quick npc that I fooled around with.
Is just a NPC you can put to birth village, the NPC sends you to twincity and
give you some start items and 2000cps.
You can also put it in twin city, because peoples can only use it once.
SIMPLE!
Database.cs:
|
[My first release] How to make a char start with a hair on CoEmu V2 Source.
05/29/2009 - CO2 PServer Guides & Releases - 4 Replies
Well well. This is my first "small release". Most of the npcs are not coded yet. So the npc to change your hairstyle dont work.
Go to GameServer Database.cs and Search for:
In the int Hair = 420; Change the ID for 410 (And all new characters will start with the normal hairstyle) Or change to another id.
Test it :)
|
[Release] Start with Equips On (LOTF- Converted to Ini)
03/11/2009 - CO2 PServer Guides & Releases - 2 Replies
Okay, before we begin, please read the title of this thread.
http://www.elitepvpers.com/forum/co2-pserver-discu ssions-questions/209326-release-lotf-source-conver ted-ini.html
First, search for public static bool CreateCharacter
Then replace with this one:
public static bool CreateCharacter(string Name, uint Class, uint Model, uint Avatar, Client UClient)
{
if (!File.Exists(System.Windows.Forms.Application.Sta rtupPath + @"\characters\\" + Name + ".chr"))
{...
|
All times are GMT +1. The time now is 06:18.
|
|